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

CLM run

During the CLM5 run, the job was interrupted due to exceeding the supercomputer's runtime limit. How can I continue from where it left off? Could you provide detailed steps?
 

slevis

Moderator
Staff member
In the case's env_run.xml file:
If CONTINUE is set to false, change it to true and then submit.
If CONTINUE is already true, then just submit.

This way, the simulation should continue from the most recent restart files that were written in the case's /run directory. The model does this by reading the rpointer files found in the case's /run directory.

This will not work if the model cannot find restart and rpointer files in the /run directory. In that case, you will need to start the simulation over and avoid exceeding the runtime limit by running a shorter simulation.
 
In the case's env_run.xml file:
If CONTINUE is set to false, change it to true and then submit.
If CONTINUE is already true, then just submit.

This way, the simulation should continue from the most recent restart files that were written in the case's /run directory. The model does this by reading the rpointer files found in the case's /run directory.

This will not work if the model cannot find restart and rpointer files in the /run directory. In that case, you will need to start the simulation over and avoid exceeding the runtime limit by running a shorter simulation.
ok thank you
 
Top