netcdf merra.rfe.90m.201107 { dimensions: x = UNLIMITED ; // (254 currently) y = 420 ; time = 8 ; variables: double x(x) ; x:standard_name = "grid_longitude" ; x:units = "m " ; x:axis = "X" ; double y(y) ; y:standard_name = "grid_latitude" ; y:units = "m " ; y:axis = "Y" ; double time(time) ; time:standard_name = "time" ; time:units = "hours since 2001-05-01 00:00:00" ; time:calendar = "standard" ; float tair(x, y, time) ; tair:_FillValue = -9999.f ; float rh(x, y, time) ; rh:_FillValue = -9999.f ; float wind(x, y, time) ; wind:_FillValue = -9999.f ; float swin(x, y, time) ; swin:_FillValue = -9999.f ; float lwin(x, y, time) ; lwin:_FillValue = -9999.f ; float rain(x, y, time) ; rain:_FillValue = -9999.f ; // global attributes: :CDI = "Climate Data Interface version 1.6.0 (http://code.zmaw.de/projects/cdi)" ; :Conventions = "CF-1.4" ; :history = "Thu Jul 17 19:50:19 2014: C:\\nco\\ncpdq.exe -a x,y,time tfirst//temp_merra.rfe.90m.201107.nc -O merra.rfe.90m.201107.nc\n", "Thu Jul 17 19:50:18 2014: C:\\CDO\\cdo.exe expr,\'tair=tair;rh=rh;wind=wind;swin=swin;lwin=lwin;rain=rain/15.1567899810605\' merra.rfe.90m.201107.nc temp_merra.rfe.90m.201107.nc" ; :CDO = "Climate Data Operators version 1.6.0 (http://code.zmaw.de/projects/cdo)" ; :nco_openmp_thread_number = 1 ; }