netcdf z04/lnd/clm2/rawdata/mksrf_lanwat.nc { dimensions: lon = 360; lat = 180; variables: float LON(lon=360); :long_name = "lon"; :units = "degrees east"; float LAT(lat=180); :long_name = "lat"; :units = "degrees north"; float LONGXY(lat=180, lon=360); :long_name = "longitude-2d"; :units = "degrees east"; float LATIXY(lat=180, lon=360); :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 PCT_LAKE(lat=180, lon=360); :long_name = "percent lake"; :units = "unitless"; float PCT_WETLAND(lat=180, lon=360); :long_name = "percent wetland"; :units = "unitless"; float LANDMASK(lat=180, lon=360); :long_name = "land mask"; :units = "unitless"; // global attributes: :data_type = "cogley_lanwat_data"; }