netcdf camels_1989 { dimensions: time = 7296 ; hru = 671 ; variables: float LWRadAtm(time, hru) ; LWRadAtm:_FillValue = -9999.f ; LWRadAtm:units = "W m-2" ; LWRadAtm:long_name = "downward longwave radiation at the upper boundary" ; float SWRadAtm(time, hru) ; SWRadAtm:_FillValue = -9999.f ; SWRadAtm:units = "W m-2" ; SWRadAtm:long_name = "downward shortwave radiation at the upper boundary" ; float airpres(time, hru) ; airpres:_FillValue = -9999.f ; airpres:units = "Pa" ; airpres:long_name = "air pressure at the measurement height" ; float airtemp(time, hru) ; airtemp:_FillValue = -9999.f ; airtemp:units = "K" ; airtemp:long_name = "air temperature at the measurement height" ; int64 data_step ; int64 hruId(hru) ; hruId:long_name = "ID of polygon" ; float pptrate(time, hru) ; pptrate:_FillValue = -9999.f ; pptrate:long_name = "Precipitation rate" ; pptrate:units = "kg m-2 s-1" ; float spechum(time, hru) ; spechum:_FillValue = -9999.f ; spechum:units = "g g-1" ; spechum:long_name = "specific humidity at the measurement heigh" ; int64 time(time) ; time:long_name = "Observation time" ; time:units = "hours since 1989-01-01" ; time:calendar = "proleptic_gregorian" ; float windspd(time, hru) ; windspd:_FillValue = -9999.f ; windspd:units = "m s-1" ; windspd:long_name = "wind speed at the measurement height" ; int64 hru(hru) ; hru:long_name = "ID of polygon" ; // global attributes: :history = "Wed Jan 1 10:48:24 2020: ncks -O --mk_rec_dmn time nldasForcing_198901.nc nldasForcing_198901.nc" ; :NCO = "netCDF Operators version 4.7.9 (Homepage = http://nco.sf.net, Code = http://github.com/nco/nco)" ; :_NCProperties = "version=2,netcdf=4.6.2,hdf5=1.10.4" ; }