netcdf air.mon.ltm { dimensions: lon = 144 ; lat = 73 ; time = UNLIMITED ; // (12 currently) variables: float lat(lat) ; lat:units = "degrees_north" ; lat:actual_range = 90.f, -90.f ; lat:long_name = "Latitude" ; float lon(lon) ; lon:units = "degrees_east" ; lon:long_name = "Longitude" ; lon:actual_range = 0.f, 357.5f ; double time(time) ; time:units = "hours since 1-1-1 00:00:0.0" ; time:long_name = "Time" ; time:actual_range = 0., 8016. ; time:delta_t = "0000-01-00 00:00:00" ; time:avg_period = "0029-00-00 00:00:00" ; time:ltm_range = 17242392., 17495880. ; float air(time, lat, lon) ; air:long_name = "Monthly Longterm Mean of Air Temperature" ; air:valid_range = -2000.f, 2000.f ; air:actual_range = -37.29078f, 33.15521f ; air:units = "degC" ; air:add_offset = 0.f ; air:scale_factor = 1.f ; air:missing_value = -9.96921e+36f ; air:precision = 1s ; air:least_significant_digit = 0s ; air:var_desc = "Air Temperature\n", "A" ; air:dataset = "CDC Derived NCEP Reanalysis Products\n", "AC" ; air:level_desc = "Surface\n", "0" ; air:statistic = "Mean\n", "M" ; air:parent_stat = "Individual Obs\n", "I" ; // global attributes: :title = "Longterm monthly mean air temperature NCEP Reanalysis" ; :history = "/home/hoop/crdc/cpreanjuke2farm/cpreanjuke2farm Mon Oct 23 21:04:20 1995 from air.sfc.gauss.85.nc\n", "created 95/03/13 by Hoop (netCDF2.3)" ; :description = "Data from NCEP initialized reanalysis (4x/day). These are the 0.9950 sigma level values" ; :platform = "Model" ; :Conventions = "COARDS" ; }