For future reference, I am pasting here what Dr. Jaehak Jeong suggests for subdaily flood routing simulation.
There are several options to run APEX subdaily. In general, APEX already had options to use either the daily CN method or subdaily GA method for runoff calculation even before I added subdaily channel routing methods. First, runoff calculation options are as follows based on INFL:
- INFL=0 to run the CN method (daily).
- INFL=4 to run the GA method (subdaily) using measured subdaily rainfall.
- Other INFL between 1-3 to generate subdaily rainfall values using either measured daily rainfall data or from monthly weather statistics table values.
In option infl=4, we can use subdaily rainfall data with a specific time interval such as hourly or 15 minutes and run the model at that time step using the measured subdaily rainfall.
Then, you choose how to do streamflow routing using IHY:
- IHY=0 for daily channel flow calculation (no flood routing)
- IHY=1-4 for subdaily channel flow routing using various methods (IHY=1 for VSC is recommended)
These options allow various combinations of runoff calcuations and channel flow calculations. If you have subdaily rainfall data and want to run the model at the time steps the rainfall data were recorded, you follow these steps:
- In APEXFILE.DAT, add “RFDTLST.DAT” as “FRFD”
- In the RFDTLST.DAT file, add all subdaily rainfall input files such as rg69b.HLY starting from line 1. Note that only one subdaily rainfall station can be used for the entire watershed, meaning that subdaily simulation only applies to small watersheds in APEX.
- Prepare *.HLY files accordingly.
- In APEXRUN.DAT, input IRFT (the HLY station ID that matches the HLY file in RFDTLST.DAT) of the HLY that applies to the watershed.
- In APEXCONT.DAT, set the following inputs:
- DTHY=1 (for hourly time step) or 0.5 (for 30min intervals) or as needed.
- INFL=4
- IHY==1
- Make sure subarea and channel slopes are set greater than zero.