Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remaining reproduction scripts #34

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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