Versions Compared

Key

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

IN PROGRESS

Contact: Ryan Forsyth

Info

Key steps

  • Run e3sm script:

    • configure

    • fetch code

    • compile

    • short tests

    • start production simulation.

  • Short term archive.

  • Post-processing with zppy.

  • Document simulation on Confluence.

  • Long-term archive with zstash.

...

Code Block
# Model running
alias run_scripts="cd ${HOME}/E3SM/scripts/"
alias simulations="cd /lcrc/group/e3sm/<username>/E3SM_simulations/"
alias post_processing="cd ${HOME}/E3SM/utils/post_v2/"

On other machines, the paths are the same, except for the <simulations_dir>.

...

  • readonly MODEL_START_TYPE="initial" : specify how the model should start . For – use initial conditions , or continue from existing restart files.

  • readonly START_DATE="0001-01-01" : model start date. Typically year 1 for simulations with perpetual (time invariant) forcing or a real year for simulation for transient forcings.

...

You should create a Confluence page for your model run in v2 beta1 simulations. Use Simulation Run Template /wiki/spaces/EWCG/pages/2126938167. Use /wiki/spaces/EWCG/pages/2297299190 as a template. See below for how to fill out this template.

...