netcdf areq_simu_wrf.h.2074-02-01-00000 { dimensions: time = UNLIMITED ; // (51793 currently) seg = 754 ; hru = 754 ; ens = 1 ; variables: double time(time) ; time:long_name = "time" ; time:units = "minutes since 2070-01-01 00:00:00" ; time:calendar = "standard" ; int reachID(seg) ; reachID:long_name = "reach ID" ; reachID:units = "-" ; int basinID(hru) ; basinID:long_name = "basin ID" ; basinID:units = "-" ; float basRunoff(time, hru) ; basRunoff:long_name = "basin runoff" ; basRunoff:units = "m/s" ; float instRunoff(time, seg) ; instRunoff:long_name = "instantaneous runoff in each reach" ; instRunoff:units = "m3/s" ; float dlayRunoff(time, seg) ; dlayRunoff:long_name = "delayed runoff in each reach" ; dlayRunoff:units = "m3/s" ; float IRFroutedRunoff(time, seg) ; IRFroutedRunoff:long_name = "routed runoff in reach - Impulse Response Function" ; IRFroutedRunoff:units = "m3/s" ; // global attributes: :version = "v1.2.2" ; }