netcdf slp.1948 { dimensions: lon = 144 ; lat = 73 ; time = UNLIMITED ; // (366 currently) variables: 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" ; lat:_Storage = "contiguous" ; lat:_Endianness = "little" ; 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" ; lon:_Storage = "contiguous" ; lon:_Endianness = "little" ; double time(time) ; time:long_name = "Time" ; time:delta_t = "0000-00-01 00:00:00" ; time:avg_period = "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:actual_range = 1297320., 1306080. ; // "1948-01-01", "1948-12-31" time:_Storage = "chunked" ; time:_ChunkSizes = 1 ; time:_Endianness = "little" ; float slp(time, lat, lon) ; slp:long_name = "mean Daily Sea Level Pressure" ; slp:units = "Pascals" ; slp:precision = 0s ; slp:least_significant_digit = -1s ; slp:GRIB_id = 2s ; slp:GRIB_name = "PRMSL" ; slp:var_desc = "Sea Level Pressure" ; slp:dataset = "NCEP Reanalysis Daily Averages" ; slp:level_desc = "Sea Level" ; slp:statistic = "Mean" ; slp:parent_stat = "Individual Obs" ; slp:missing_value = -9.96921e+36f ; slp:actual_range = 94252.f, 113045.f ; slp:valid_range = 87000.f, 115000.f ; slp:_Storage = "chunked" ; slp:_ChunkSizes = 1, 73, 144 ; slp:_DeflateLevel = 2 ; slp:_Shuffle = "true" ; slp:_Endianness = "little" ; // global attributes: :Conventions = "COARDS" ; :title = "mean daily NMC reanalysis (1948)" ; :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" ; :history = "created 99/05/11 by Hoop (netCDF2.3)\n", "Converted to chunked, deflated non-packed NetCDF4 2014/09" ; :References = "http://www.esrl.noaa.gov/psd/data/gridded/data.ncep.reanalysis.html" ; :dataset_title = "NCEP-NCAR Reanalysis 1" ; :_Format = "netCDF-4 classic model" ; }