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

continue to run model

khj

Parisa
Member
Hi all,
I have a question.I want to run the model on the server for 10 years. If for any reason the run of the model is stopped (for example, causing a problem in the server), is it possible for the model to continue to run? Or will it run again from the beginning?
 

fischer

CSEG and Liaisons
Staff member
Yes it's possible. You can set REST_OPTION and REST_N using xmlchange. Then when you need to restart your run you can set
CONTINUE_RUN to true. So, your workflow would be something like this.

Build the model
./xmlchange REST_OPTION=nyear
./xmlchange REST_N=1

This will create restart files at the end of every year.
Then when you run fails you do the following.
./xmlchange CONTINUE_RUN=true
Then submit your run.
 

khj

Parisa
Member
Yes it's possible. You can set REST_OPTION and REST_N using xmlchange. Then when you need to restart your run you can set
CONTINUE_RUN to true. So, your workflow would be something like this.

Build the model
./xmlchange REST_OPTION=nyear
./xmlchange REST_N=1

This will create restart files at the end of every year.
Then when you run fails you do the following.
./xmlchange CONTINUE_RUN=true
Then submit your run.
Thank you very much for your guidance and response.
I have another question.
I want to run compset FW2000climo. The first goal is to add and subtract 15% of the ozone and run the model. is this possible? If this is possible, thank you for guiding me.

Best Wishes
 

fischer

CSEG and Liaisons
Staff member
Hi Parisa,

You'll want to ask your ozone question in the WACCM forum. Someone there should be able to help you.

Chris
 
Top