How to repeatedly run a simulation for a single year #93
Replies: 1 comment 4 replies
-
I have solved this issue. :) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I am trying to repeatedly run a simulation for the year 1990 and would appreciate some guidance on how to achieve this. Here’s what I’ve done so far:
The model runs successfully, but the results are identical to the initial run for 1990, which is not what I expected. During the first run, there was no sea ice in January, but sea ice appeared in December. I was hoping to see some sea ice in January during the repeated runs.
However, I noticed that the 'Current model time' in "coupler.res" is 1990-12-31, not 1991-1-1, which probably could explain why it did not work as expected. I then tried setting the time in the input data files to 1990-12-31, but the model crashed with the fatal error:
"FATAL from PE 0: diag_manager_mod::register_diag_field: file=ice_month: Invalid date. Date=1991-02-31 00:00:00."
My question is: How can I run the simulation repeatedly for 3 or 4 years, using the last day of each year as the initial condition (i.e., restarting from the last day of the previous year) and still use input data for 1990 for each run?
I would appreciate any advice or suggestions. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions