netcdf lhflx.ltm { dimensions: lon = 192 ; lat = 94 ; time = UNLIMITED ; // (12 currently) variables: float lat(lat) ; lat:units = "degrees_north" ; lat:actual_range = 88.542f, -88.542f ; lat:long_name = "Latitude" ; float lon(lon) ; lon:units = "degrees_east" ; lon:long_name = "Longitude" ; lon:actual_range = 0.f, 358.125f ; 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 lhtfl(time, lat, lon) ; lhtfl:long_name = "Monthly Longterm Mean of Latent Heat Net Flux" ; lhtfl:valid_range = -2000.f, 2000.f ; lhtfl:actual_range = -29.30995f, 334.9193f ; lhtfl:units = "W/m^2" ; lhtfl:add_offset = 0.f ; lhtfl:scale_factor = 1.f ; lhtfl:missing_value = -9.96921e+36f ; lhtfl:precision = 1s ; lhtfl:least_significant_digit = 0s ; lhtfl:GRIB_id = 121s ; lhtfl:GRIB_name = "LHTFL" ; lhtfl:var_desc = "Latent Heat Net Flux\n", "CT" ; lhtfl:dataset = "CDC Derived NCEP Reanalysis Products\n", "AC" ; lhtfl:level_desc = "Surface\n", "0" ; lhtfl:statistic = "Long Term Mean\n", "C" ; lhtfl:parent_stat = "Individual Obs\n", "I" ; // global attributes: :title = "4x daily NMC reanalysis" ; :history = "Created at the NOAA-CIRES Climate Diagnostics Center(CDC) using /home/cas/ATLAS/calc.monmean.fromyr.g.f" ; :description = "Data is from NMC initialized reanalysis\n", "(4x/day). It consists of T42 variables interpolated to\n", "pressure surfaces from model (sigma) surfaces." ; :platform = "Model" ; :Conventions = "COARDS" ; }