Project

General

Profile

CDO is changing level (pressure level) attributes of the ... » vwind_2000_ncdump.txt

history of the original file - Lyndon Mark Olaguera, 2017-01-05 11:01

 
netcdf vwnd.2000 {
dimensions:
lon = 144 ;
lat = 73 ;
level = 17 ;
time = UNLIMITED ; // (366 currently)
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: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 = 1753152., 1761912. ;
float vwnd(time, level, lat, lon) ;
vwnd:long_name = "mean Daily V wind" ;
vwnd:units = "m/s" ;
vwnd:precision = 2s ;
vwnd:least_significant_digit = 1s ;
vwnd:GRIB_id = 34s ;
vwnd:GRIB_name = "VGRD" ;
vwnd:var_desc = "v-wind" ;
vwnd:dataset = "NCEP Reanalysis Daily Averages" ;
vwnd:level_desc = "Multiple levels" ;
vwnd:statistic = "Mean" ;
vwnd:parent_stat = "Individual Obs" ;
vwnd:missing_value = -9.96921e+36f ;
vwnd:actual_range = -77.51999f, 84.55f ;
vwnd:valid_range = -125.f, 160.f ;

// global attributes:
:Conventions = "COARDS" ;
:title = "mean daily NMC reanalysis (2000)" ;
: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 00/01/30 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" ;
}
(1-1/2)