You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
route_opt: this configuration has been changed as below. case('<route_opt>'); routOpt = trim(cData) ! routing scheme options 0-> accumRunoff, 1->IRF, 2->KWT, 3-> KW, 4->MC, 5->DW
This means the “0” has a different meaning than before. And there are 3 more options: KW, MC, DW.
newFileFrequency: This configuration used to be “annual” by default but is invalid now. It has been changed to “yearly”. The related mizuroute code is. case('<newFileFrequency>'); newFileFrequency = trim(cData) ! frequency for new output options (case-insensitive): daily, monthly, yearly, or single
For both points, the codes are from mizuRoute/route/build/src/read_control.f90. @wknoben
The text was updated successfully, but these errors were encountered:
I noticed two changes to the latest mizuRroute source code. This will affect the preparation of the mizuRoute control file in CWARHM (https://github.com/CH-Earth/CWARHM/tree/main/5_model_input/mizuRoute/1d_control_file). Below are the changes:
route_opt: this configuration has been changed as below.
case('<route_opt>'); routOpt = trim(cData) ! routing scheme options 0-> accumRunoff, 1->IRF, 2->KWT, 3-> KW, 4->MC, 5->DW
This means the “0” has a different meaning than before. And there are 3 more options: KW, MC, DW.
newFileFrequency: This configuration used to be “annual” by default but is invalid now. It has been changed to “yearly”. The related mizuroute code is.
case('<newFileFrequency>'); newFileFrequency = trim(cData) ! frequency for new output options (case-insensitive): daily, monthly, yearly, or single
For both points, the codes are from
mizuRoute/route/build/src/read_control.f90
. @wknobenThe text was updated successfully, but these errors were encountered: