J2K: Transform Daily into Hourly Model
Overview
To convert a standard daily J2K hydrological model to hourly resolution, implement these modifications:
Required Changes
-
Time Series Input
Convert all time series data to hourly time steps
-
Model Time Step
Modify the general time step setting in the main J2K context
-
Component Parameters
Search for
tempResacross all components and change from daily (d) to hourly (h) -
Time-Dependent Parameters
Soil Module (J2KProcessLumpedSoilWater):
- Maximum percolation speed (e.g., 20mm/d → 0.83mm/h)
- Maximum infiltration rate for summer/winter (mm/d → mm/h)
- Test results carefully for overland flow and interflow generation
Groundwater Module (J2KProcessGroundwater):
- RG1/RG2 outflow coefficient (10d → 240h)
-
Precipitation Elevation Correction
Set
elevationCorrectionparameter to “false” in HRULoop/regionalization/precipRegionalization module -
Unit Conversion
Change from L/d to L/h in the unit conversion module
-
Efficiency Calculator
Modify unit parameter from daily (d) to hourly (h)