netcdf air.2024 { dimensions: level = 17 ; lat = 73 ; lon = 144 ; time = UNLIMITED ; // (366 currently) nbnds = 2 ; variables: float level(level) ; level:units = "millibar" ; level:actual_range = 1000.f, 10.f ; level:long_name = "Level" ; level:positive = "down" ; level:GRIB_id = 100s ; level:GRIB_name = "hPa" ; level:axis = "Z" ; float lat(lat) ; lat:units = "degrees_north" ; lat:actual_range = 90.f, -90.f ; lat:long_name = "Latitude" ; lat:standard_name = "latitude" ; lat:axis = "Y" ; float lon(lon) ; lon:units = "degrees_east" ; lon:long_name = "Longitude" ; lon:actual_range = 0.f, 357.5f ; lon:standard_name = "longitude" ; lon:axis = "X" ; double time(time) ; time:long_name = "Time" ; time:delta_t = "0000-00-01 00:00:00" ; time:standard_name = "time" ; time:axis = "T" ; time:units = "hours since 1800-01-01 00:00:0.0" ; time:avg_period = "0000-00-01 00:00:00" ; time:coordinate_defines = "start" ; time:actual_range = 1963536., 1972296. ; float air(time, level, lat, lon) ; air:long_name = "mean Daily Air temperature" ; air:units = "degK" ; air:precision = 2s ; air:least_significant_digit = 1s ; air:GRIB_id = 11s ; air:GRIB_name = "TMP" ; air:var_desc = "Air temperature" ; air:level_desc = "Pressure Levels" ; air:statistic = "Mean" ; air:parent_stat = "Individual Obs" ; air:missing_value = -9.96921e+36f ; air:valid_range = 150.f, 350.f ; air:dataset = "NCEP Reanalysis Daily Averages" ; air:actual_range = 169.075f, 320.15f ; double time_bnds(time, nbnds) ; // global attributes: :Conventions = "COARDS" ; :title = "mean daily NMC reanalysis (2014)" ; :history = "created 2013/12 by Hoop (netCDF2.3)" ; :description = "Data is from NMC initialized reanalysis\n", "(4x/day). It consists of most variables interpolated to\n", "pressure surfaces from model (sigma) surfaces." ; :platform = "Model" ; :dataset_title = "NCEP-NCAR Reanalysis 1" ; :References = "http://www.psl.noaa.gov/data/gridded/data.ncep.reanalysis.html" ; data: lat = 90, 87.5, 85, 82.5, 80, 77.5, 75, 72.5, 70, 67.5, 65, 62.5, 60, 57.5, 55, 52.5, 50, 47.5, 45, 42.5, 40, 37.5, 35, 32.5, 30, 27.5, 25, 22.5, 20, 17.5, 15, 12.5, 10, 7.5, 5, 2.5, 0, -2.5, -5, -7.5, -10, -12.5, -15, -17.5, -20, -22.5, -25, -27.5, -30, -32.5, -35, -37.5, -40, -42.5, -45, -47.5, -50, -52.5, -55, -57.5, -60, -62.5, -65, -67.5, -70, -72.5, -75, -77.5, -80, -82.5, -85, -87.5, -90 ; }