Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two changes regarding preparing the mizuRoute control file #164

Open
h294liu opened this issue Nov 3, 2022 · 1 comment
Open

Two changes regarding preparing the mizuRoute control file #164

h294liu opened this issue Nov 3, 2022 · 1 comment

Comments

@h294liu
Copy link

h294liu commented Nov 3, 2022

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. @wknoben

@wknoben
Copy link
Collaborator

wknoben commented Nov 3, 2022

Thanks for pointing this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants