Skip to content

Commit

Permalink
Adding more reproduction scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 committed May 31, 2024
1 parent ce03b53 commit 8ef7a46
Show file tree
Hide file tree
Showing 8 changed files with 2,186 additions and 44 deletions.
545 changes: 545 additions & 0 deletions run_scripts/v2/reproduce/run.v2.LR.hist-GHG_0151.sh

Large diffs are not rendered by default.

14 changes: 9 additions & 5 deletions run_scripts/v2/reproduce/run.v2.LR.hist-aer_0151.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ readonly PROJECT="e3sm"
# Simulation
readonly COMPSET="WCYCL20TR" # 20th century transient
readonly RESOLUTION="ne30pg2_EC30to60E2r2"
readonly CASE_NAME="v2.LR.hist-aer_0151"



# Code and compilation
Expand All @@ -47,7 +47,7 @@ readonly START_DATE="1850-01-01"

# Additional options for 'branch' and 'hybrid'
readonly GET_REFCASE=TRUE
readonly RUN_REFDIR="/lcrc/group/e3sm/${USER}/E3SMv2_test/${CASE_NAME}/init"
readonly RUN_REFDIR="/lcrc/group/e3sm/${USER}/E3SMv2_test/v2.LR.hist-aer_0151/init"
readonly RUN_REFCASE="v2.LR.piControl"
readonly RUN_REFDATE="0151-01-01" # same as MODEL_START_DATE for 'branch', can be different for 'hybrid'

Expand Down Expand Up @@ -82,8 +82,8 @@ if [ "${run}" != "production" ]; then

readonly CASE_SCRIPTS_DIR=${CASE_ROOT}/tests/${run}/case_scripts
readonly CASE_RUN_DIR=${CASE_ROOT}/tests/${run}/run
readonly PELAYOUT="ML"
readonly WALLTIME="48:00:00"
readonly PELAYOUT=${layout}
readonly WALLTIME="00:20:00"
readonly STOP_OPTION=${units}
readonly STOP_N=${length}
readonly REST_OPTION=${STOP_OPTION}
Expand All @@ -97,7 +97,7 @@ else
readonly CASE_SCRIPTS_DIR=${CASE_ROOT}/case_scripts
readonly CASE_RUN_DIR=${CASE_ROOT}/run
readonly PELAYOUT="ML"
readonly WALLTIME="48:00:00"
readonly WALLTIME="10:00:00"
readonly STOP_OPTION="nyears"
readonly STOP_N="5" # How often to stop the model, should be a multiple of REST_N
readonly REST_OPTION="nyears"
Expand Down Expand Up @@ -230,6 +230,10 @@ cat << EOF >> user_nl_elm
do_transient_pfts = .false.
flanduse_timeseries = ''
! Override
check_finidat_fsurdat_consistency = .false.
EOF

cat << EOF >> user_nl_mosart
Expand Down
Loading

0 comments on commit 8ef7a46

Please sign in to comment.