Project

General

Profile

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

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

 
netcdf vwind_ymonmean_2000 {
dimensions:
lon = 144 ;
lat = 73 ;
level = 17 ;
time = UNLIMITED ; // (12 currently)
variables:
float lon(lon) ;
lon:standard_name = "longitude" ;
lon:long_name = "longitude" ;
lon:units = "degrees_east" ;
lon:axis = "X" ;
float lat(lat) ;
lat:standard_name = "latitude" ;
lat:long_name = "latitude" ;
lat:units = "degrees_north" ;
lat:axis = "Y" ;
float level(level) ;
level:standard_name = "air_pressure" ;
level:long_name = "Level" ;
level:units = "millibar" ;
level:positive = "up" ;
level:axis = "Z" ;
double time(time) ;
time:standard_name = "time" ;
time:long_name = "Time" ;
time:units = "hours since 1800-1-1 00:00:00" ;
time:calendar = "standard" ;
time:axis = "T" ;
float vwnd(time, level, lat, lon) ;
vwnd:long_name = "mean Daily V wind" ;
vwnd:units = "m/s" ;
vwnd:_FillValue = -9.96921e+36f ;
vwnd:missing_value = -9.96921e+36f ;
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:actual_range = -77.51999f, 84.55f ;

// global attributes:
:CDI = "Climate Data Interface version 1.7.2 (http://mpimet.mpg.de/cdi)" ;
:history = "Thu Jan 05 18:49:15 2017: cdo ymonmean vwnd.2000.nc vwind_ymonmean_2000.nc\n",
"created 00/01/30 by Hoop (netCDF2.3)\n",
"Converted to chunked, deflated non-packed NetCDF4 2014/09" ;
: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" ;
:References = "http://www.esrl.noaa.gov/psd/data/gridded/data.ncep.reanalysis.html" ;
:dataset_title = "NCEP-NCAR Reanalysis 1" ;
:CDO = "Climate Data Operators version 1.7.2 (http://mpimet.mpg.de/cdo)" ;
}
(2-2/2)