-
Notifications
You must be signed in to change notification settings - Fork 21
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
Cyclic times #298
Cyclic times #298
Conversation
sub-daily time steps are not allowed
The external time dimension name should start with `time`, mainly used for different cyclic times.
Replaced monthly inflow climatology with daily (366) for testing different cyclic times.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything done here makes sense, but I can't yet really attest to some Julia schematics.
I'd approve, but probably a second opinion would be good.
Thanks for the review @dalmijn! I have asked @JoostBuitink for a 2nd review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, very nice addition! I have added some more information to the logging message when cyclic times are used (the number of timesteps per variable).
Furthermore, I also took the opportunity to include a small fix in the logging messages that display which (lake) csvs are being read that had been bothering me for some time ;)
Issue addressed
Fixes #277
Explanation
Support different cyclic time inputs, for example monthly and daily. The time dimension name of the cyclic parameter in the input netCDF file should start with "time" (to allow for different time vectors).
Checklist
master