Skip to content

Choose different values of the variable nyear (or nmonth, ndays) depending on the currently running model year #985

Discussion options

You must be logged in to vote

Choosing the value for runscript variables like nday, nmonth or nyear is not possible. These variables are immutable and can therefore not be changed from the runscript.
In order to run a simulation from 1.1.2000 to 31.12.2014 with nyear: 5 and not ignoring the final date 31.12.2014, an easy solution would be to split the simulation into two. The first one running from 1.1.2000 to 31.12.2010 with nyear: 5 and the second run from 1.1.2014 to 31.12.2014 with nyear: 4.
This is a solution that most user propably do already.
By keeping nyear: 5 the simulation will ignore the final date (31.12.2014) and run for the full chunk length of nyear: 5 (until 31.12.2015).

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@nwieters
Comment options

nwieters Jun 29, 2023
Maintainer Author

Comment options

nwieters
Aug 3, 2023
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by nwieters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants