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
 
Back
Top