Versions Compared

Key

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

...

Code Block
readonly MODEL_START_TYPE="initial"  # initial, continue
readonly START_DATE="0001-01-01"
readonly STOP_OPTION="nmonths" # Units will be number of months
readonly STOP_N="1"            # Stop after running 1 month (one `STOP_OPTION`)
readonly REST_OPTION="nmonths" # Units will be number of months
readonly REST_N="1"            # Write restart file after running 1 month (one `STOP`REST_OPTION`)     
readonly RESUBMIT="0"          # Do not re-submit
readonly DO_SHORT_TERM_ARCHIVING=false

...

  • readonly CASE_NAME=${CHECKOUT}.${DESCRIPTOR}.${MACHINE}: sets the case name. This will look like `20210205.v2_test02.piControl.ne30pg2_EC30to60E2r2.chrysalis using the example values on this page.

    • If you are not comparing the same case on different machines, exclude the .${MACHINE} part.

...

  • Copy coupled_v2_test02.png to the machine’s web server. https://e3sm-project.github.io/e3sm_diags/docs/html/quickguides/quick-guide-general.html has the file paths and corresponding web links for each machine. For LCRC, this www would be /lcrc/group/acme/public_html/diagnostic_output/<username>/E3SM/v2/beta/<case_name>/ and the web address would be https://web.lcrc.anl.gov/public/e3sm/diagnostic_output/<username>/E3SM/v2/beta/<case_name>/. From the web address you can download the image to your computer.

  • You can scp the file image to your computer. For Chrysalis, you’d run the following command locally: scp <username>@chrysalis.lcrc.anl.gov:<path>/global_time_series_plots/coupled_v2_test02.png .

...