Skip to content

Commit f84cad1

Browse files
authored
improve the comment regarding PROJECT
1 parent fd620a5 commit f84cad1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

run_e3sm.template.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ main() {
1414

1515
# Machine and project
1616
readonly MACHINE=pm-cpu
17-
# BEFORE RUNNING: CHANGE this to your project
17+
# NOTE: The command below will return your default project on SLURM-based systems.
18+
# If you are not using SLURM or need a different project, remove the command and set it directly
1819
readonly PROJECT="$(sacctmgr show user $USER format=DefaultAccount | tail -n1 | tr -d ' ')"
1920

2021
# Simulation
@@ -53,7 +54,7 @@ readonly CASE_ARCHIVE_DIR=${CASE_ROOT}/archive
5354
# Define type of run
5455
# short tests: 'XS_2x5_ndays', 'XS_1x10_ndays', 'S_1x10_ndays',
5556
# 'M_1x10_ndays', 'M2_1x10_ndays', 'M80_1x10_ndays', 'L_1x10_ndays'
56-
# * can replace XS, M, etc with custom-XY with XY being the node count
57+
# * can replace XS, M, etc. with custom-XY with XY being the node count
5758
# or 'production' for full simulation
5859
readonly run='XS_2x5_ndays'
5960
if [ "${run}" != "production" ]; then

0 commit comments

Comments
 (0)