netcdf PISCO_HyM_GR2M_v1.1 { dimensions: comid = 3594 ; time = 504 ; variables: int comid(comid) ; comid:units = "unique identifier for each river reach or subbasin" ; comid:long_name = "comid" ; comid:axis = "X" ; double time(time) ; time:units = "months since 1960-01-01" ; time:long_name = "time" ; time:calendar = "360" ; time:axis = "T" ; float pr(time, comid) ; pr:units = "mm" ; pr:_FillValue = -9999.f ; pr:long_name = "Monthly precipitation" ; float ae(time, comid) ; ae:units = "mm" ; ae:_FillValue = -9999.f ; ae:long_name = "Monthly actual evapotranspiration" ; float sm(time, comid) ; sm:units = "mm" ; sm:_FillValue = -9999.f ; sm:long_name = "Monthy soil moisture" ; float ru(time, comid) ; ru:units = "mm" ; ru:_FillValue = -9999.f ; ru:long_name = "Monthy runoff" ; float qr(time, comid) ; qr:units = "m3/s" ; qr:_FillValue = -9999.f ; qr:long_name = "Monthy discharge" ; // global attributes: :title = "Simulations from GR2MSemiDistr model at national level" ; :institution = "SENAMHI Peru" ; :authors = "Llauca et al. 2021 " ; }