netcdf z04/lnd/clm2/rawdata/mksrf_soicol.nc { dimensions: lon = 128; lat = 64; variables: float LON(lon=128); :long_name = "lon"; :units = "degrees east"; float LAT(lat=64); :long_name = "lat"; :units = "degrees north"; float LONGXY(lat=64, lon=128); :long_name = "longitude-2d"; :units = "degrees east"; float LATIXY(lat=64, lon=128); :long_name = "latitude-2d"; :units = "degrees north"; float EDGEN; :long_name = "northern edge of surface grid"; :units = "degrees north"; float EDGEE; :long_name = "eastern edge of surface grid"; :units = "degrees east"; float EDGES; :long_name = "southern edge of surface grid"; :units = "degrees north"; float EDGEW; :long_name = "western edge of surface grid"; :units = "degrees east"; float SOIL_COLOR(lat=64, lon=128); :long_name = "soil color"; :units = "unitless"; float LANDMASK(lat=64, lon=128); :long_name = "land mask"; :units = "unitless"; // global attributes: :data_type = "soil_color_data"; }