netcdf z04/lnd/clm2/rawdata/mksrf_lai.nc { dimensions: lon = 720; lat = 360; pft = 17; time = UNLIMITED; // (12 currently) variables: float LON(lon=720); :long_name = "lon"; :units = "degrees east"; float LAT(lat=360); :long_name = "lat"; :units = "degrees north"; float LONGXY(lat=360, lon=720); :long_name = "longitude-2d"; :units = "degrees east"; float LATIXY(lat=360, lon=720); :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 LANDMASK(lat=360, lon=720); :long_name = "land mask"; :units = "unitless"; float MONTHLY_LAI(time=12, pft=17, lat=360, lon=720); :long_name = "monthly leaf area index"; :units = "unitless"; float MONTHLY_SAI(time=12, pft=17, lat=360, lon=720); :long_name = "monthly stem area index"; :units = "unitless"; float MONTHLY_HEIGHT_TOP(time=12, pft=17, lat=360, lon=720); :long_name = "monthly height top"; :units = "meters"; float MONTHLY_HEIGHT_BOT(time=12, pft=17, lat=360, lon=720); :long_name = "monthly height bottom"; :units = "meters"; // global attributes: :data_type = "webb_soil_texture_data"; }