Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Run out of wall-time before the simulation is finished. How to continue the run?

CaliFornia

CF
New Member
I submitted a simulation of 10 years with a wall time of 40hr. Unfortunately, wall time used up in the 7th year. I set my "resubmit"=0, but restart files are generated monthly. I didn't see a lot of information on how to solve this.

I probably need some detailed step-by-step guidance on this. Thank you!
 

erik

Erik Kluzek
CSEG and Liaisons
Staff member
For the problem of running a 10 year simulation with 40 hour walltime that runs out at the 7th year. You should change the stop time from 10 to 6, so that it will finish before it runs out of time. The STOP_N is the XML variable that you change with ./xmlchange. The other way to change it would be to increase the walltime by 10/6 if that's possible on your machine).

If you are saving restarts monthly, and you set CONTINUE_RUN=TRUE, you can continue your simulation after the last restart files were finished. So you could run the last few years that way.
 

CaliFornia

CF
New Member
For the problem of running a 10 year simulation with 40 hour walltime that runs out at the 7th year. You should change the stop time from 10 to 6, so that it will finish before it runs out of time. The STOP_N is the XML variable that you change with ./xmlchange. The other way to change it would be to increase the walltime by 10/6 if that's possible on your machine).

If you are saving restarts monthly, and you set CONTINUE_RUN=TRUE, you can continue your simulation after the last restart files were finished. So you could run the last few years that way.
Hi Erik, Thank you for your help! This is the information that I needed! Previously I submitted the case again, but did not notice that CONTINUE_RUN was FALSE, so the simulation started over from the 1st year. Problem solved.
 
Top