Skip to content

Commit c1cb506

Browse files
authored
Merge pull request #300 from sophmaca/main
Update exercise_1.ipynb
2 parents 441ee5c + 826672b commit c1cb506

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

notebooks/challenge/paleo/exercise_1.ipynb

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,8 @@
7979
"set RUNDIR=/glade/derecho/scratch/$USER/$CASENAME/run\n",
8080
"set COMPSET=B1850\n",
8181
"set RESOLUTION=f19_g17\n",
82-
"set PROJECT=UESM0014\n",
8382
"```\n",
8483
"\n",
85-
"Note: You should use the project number given for this tutorial.\n",
86-
"\n",
8784
"**For bash users** \n",
8885
" \n",
8986
"```\n",
@@ -92,10 +89,9 @@
9289
"export RUNDIR=/glade/derecho/scratch/$USER/$CASENAME/run\n",
9390
"export COMPSET=B1850\n",
9491
"export RESOLUTION=f19_g17\n",
95-
"export PROJECT=UESM0014\n",
9692
"```\n",
9793
"\n",
98-
"Note: You should use the project number given for this tutorial.\n",
94+
"Note: Make sure you have `$PROJECT` set to the project number given for this tutorial..\n",
9995
"\n",
10096
"**# Make a case directory**\n",
10197
"\n",
@@ -111,7 +107,7 @@
111107
"Create a new case with the command ``create_newcase``:\n",
112108
"```\n",
113109
"cd /glade/u/home/$USER/code/my_cesm_code/cime/scripts/\n",
114-
"./create_newcase --case $CASEDIR --res $RESOLUTION --compset $COMPSET --project $PROJECT\n",
110+
"./create_newcase --case $CASEDIR --res $RESOLUTION --compset $COMPSET\n",
115111
"```\n",
116112
"\n",
117113
"**# Change the job queue**\n",
@@ -151,7 +147,7 @@
151147
"**# Build and submit**\n",
152148
"\n",
153149
"```\n",
154-
"qcmd -A $PROJECT -- ./case.build\n",
150+
"qcmd -- ./case.build\n",
155151
"./case.submit\n",
156152
"```\n",
157153
"------------\n",

0 commit comments

Comments
 (0)