netcdf forcings { dimensions: catchment-id = 2 ; time = 8737 ; variables: float DLWRF_surface(catchment-id, time) ; DLWRF_surface:_FillValue = NaNf ; DLWRF_surface:units = "W m-2" ; float PRES_surface(catchment-id, time) ; PRES_surface:_FillValue = NaNf ; PRES_surface:units = "Pa" ; float SPFH_2maboveground(catchment-id, time) ; SPFH_2maboveground:_FillValue = NaNf ; SPFH_2maboveground:units = "kg kg-1" ; float precip_rate(catchment-id, time) ; precip_rate:_FillValue = NaNf ; precip_rate:units = "mm s^-1" ; float DSWRF_surface(catchment-id, time) ; DSWRF_surface:_FillValue = NaNf ; DSWRF_surface:units = "W m-2" ; float TMP_2maboveground(catchment-id, time) ; TMP_2maboveground:_FillValue = NaNf ; TMP_2maboveground:units = "K" ; float UGRD_10maboveground(catchment-id, time) ; UGRD_10maboveground:_FillValue = NaNf ; UGRD_10maboveground:units = "m s-1" ; float VGRD_10maboveground(catchment-id, time) ; VGRD_10maboveground:_FillValue = NaNf ; VGRD_10maboveground:units = "m s-1" ; float APCP_surface(catchment-id, time) ; APCP_surface:_FillValue = NaNf ; APCP_surface:units = "mm h^-1" ; APCP_surface:source_note = "This is just the precip_rate variable converted to mm/h by multiplying by 3600" ; string ids(catchment-id) ; int Time(catchment-id, time) ; Time:units = "s" ; Time:epoch_start = "01/01/1970 00:00:00" ; }