Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# Model running
alias run_scripts="/home/<username>/E3SM/scripts/"
alias simulations="/lcrc/group/e3sm/<username>/E3SM_simulations/"
alias post_processing="/home/<username>/E3SM/utils/post_v2/"

Configuring the Model Run – Old Run Script

A template for running the model is provided at https://github.com/E3SM-Project/E3SM/blob/master/run_e3sm.template.csh . Notice there is a section at the top labeled "THINGS USERS USUALLY CHANGE (SEE END OF SECTION FOR GUIDANCE)". These are the settings that you are most likely to change. The "EXPLANATION FOR OPTIONS ABOVE:" section explains these parameters.

...

Model runs need to return the same results whether they use restart or not. If that is not the case, then a non-bit-for-bit change has been introduced.

Configuring the Model Run – New Run Script

<IN PROGRESS>

Running the Model

Run the model by doing the following:

...

In the “Notes” section, mention if a job failed or if you changed anything before re-running a job.

Global time series

<IN PROGRESS>

E3SM Diags

The template page already includes baseline diagnostics. Add your own diagnostics links labeled as <start_year>-<end_year>.

...