Skip to content

Commit 8381f7f

Browse files
authored
Merge pull request #295 from cecilehannay/main
Fix project number and links
2 parents 0cc3fd2 + 744b196 commit 8381f7f

18 files changed

Lines changed: 38 additions & 38 deletions

notebooks/challenge/cam-chem_waccm/exercise_1.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"cd /glade/u/home/$USER/code/my_cesm_code/cime/scripts/\n",
131131
"./create_newcase --case $CASEDIR --res $RESOLUTION --compset $COMPSET\n",
132132
"```\n",
133-
"You may need to add ``--project \"UESM0013\"`` when creating a new case.\n",
133+
"You may need to add ``--project \"UESM0014\"`` when creating a new case.\n",
134134
"\n",
135135
"**# Change the job queue and account number**\n",
136136
"\n",

notebooks/challenge/cam-chem_waccm/exercise_2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"cd /glade/u/home/$USER/code/my_cesm_code/cime/scripts/\n",
124124
"./create_newcase --case $CASEDIR --res $RESOLUTION --compset $COMPSET\n",
125125
"```\n",
126-
"You may need to add ``--project \"UESM0013\"`` when creating a new case.\n",
126+
"You may need to add ``--project \"UESM0014\"`` when creating a new case.\n",
127127
" \n",
128128
"**# Change the job queue and account number**\n",
129129
"\n",

notebooks/challenge/cam-chem_waccm/exercise_3.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"cd /glade/u/home/$USER/code/my_cesm_code/cime/scripts/\n",
100100
"./create_newcase --case $CASEDIR --res $RESOLUTION --compset $COMPSET\n",
101101
"```\n",
102-
"You may need to add ``--project \"UESM0013\"`` when creating a new case.\n",
102+
"You may need to add ``--project \"UESM0014\"`` when creating a new case.\n",
103103
"\n",
104104
"**# Change the job queue and account number**\n",
105105
"\n",

notebooks/challenge/clm_ctsm/clm_exercise_1.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"If needed, change <font face=\"Courier\" color='purple'><strong>job queue</strong></font>, <font face=\"Courier\" color='purple'><strong>account number</strong></font>, or <font face=\"Courier\" color='purple'><strong>wallclock time</strong></font>. \n",
6666
"For instance:\n",
6767
"``` \n",
68-
"./xmlchange JOB_QUEUE=tutorial,PROJECT=UESM0013 --force,JOB_WALLCLOCK_TIME=0:15:00\n",
68+
"./xmlchange JOB_QUEUE=tutorial,PROJECT=UESM0014 --force,JOB_WALLCLOCK_TIME=0:15:00\n",
6969
"```\n",
7070
"<br>\n",
7171
"\n",

notebooks/challenge/clm_ctsm/clm_exercise_2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"If needed, change <font face=\"Courier\" color='purple'><strong>job queue</strong></font>, <font face=\"Courier\" color='purple'><strong>account number</strong></font>, or <font face=\"Courier\" color='purple'><strong>wallclock time</strong></font>. \n",
9191
"For instance:\n",
9292
"``` \n",
93-
"./xmlchange JOB_QUEUE=tutorial,PROJECT=UESM0013 --force,JOB_WALLCLOCK_TIME=0:15:00\n",
93+
"./xmlchange JOB_QUEUE=tutorial,PROJECT=UESM0014 --force,JOB_WALLCLOCK_TIME=0:15:00\n",
9494
"```\n",
9595
"<br>\n",
9696
"\n",

notebooks/challenge/clm_ctsm/clm_exercise_3.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"If needed, change <font face=\"Courier\" color='purple'><strong>job queue</strong></font>, <font face=\"Courier\" color='purple'><strong>account number</strong></font>, or <font face=\"Courier\" color='purple'><strong>wallclock time</strong></font>. \n",
100100
"For instance:\n",
101101
"``` \n",
102-
"./xmlchange JOB_QUEUE=tutorial,PROJECT=UESM0013 --force,JOB_WALLCLOCK_TIME=0:15:00\n",
102+
"./xmlchange JOB_QUEUE=tutorial,PROJECT=UESM0014 --force,JOB_WALLCLOCK_TIME=0:15:00\n",
103103
"```\n",
104104
"<br>\n",
105105
"\n",

notebooks/challenge/paleo/exercise_1.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"set RUNDIR=/glade/derecho/scratch/$USER/$CASENAME/run\n",
8080
"set COMPSET=B1850\n",
8181
"set RESOLUTION=f19_g17\n",
82-
"set PROJECT=UESM0013\n",
82+
"set PROJECT=UESM0014\n",
8383
"```\n",
8484
"\n",
8585
"Note: You should use the project number given for this tutorial.\n",
@@ -92,7 +92,7 @@
9292
"export RUNDIR=/glade/derecho/scratch/$USER/$CASENAME/run\n",
9393
"export COMPSET=B1850\n",
9494
"export RESOLUTION=f19_g17\n",
95-
"export PROJECT=UESM0013\n",
95+
"export PROJECT=UESM0014\n",
9696
"```\n",
9797
"\n",
9898
"Note: You should use the project number given for this tutorial.\n",
@@ -143,7 +143,7 @@
143143
"\n",
144144
"\n",
145145
"**# Set run length**\n",
146-
"\n",
146+
"\n",
147147
"```\n",
148148
"./xmlchange STOP_N=1,STOP_OPTION=nyears\n",
149149
"```\n",

notebooks/challenge/paleo/exercise_2.ipynb

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"set RUNDIR=/glade/derecho/scratch/$USER/$CASENAME/run\n",
9595
"set COMPSET=B1850\n",
9696
"set RESOLUTION=f19_g17\n",
97-
"set PROJECT=UESM0013\n",
97+
"set PROJECT=UESM0014\n",
9898
"```\n",
9999
"\n",
100100
"You should use the project number given for this tutorial.\n",
@@ -107,7 +107,7 @@
107107
"export RUNDIR=/glade/derecho/scratch/$USER/$CASENAME/run\n",
108108
"export COMPSET=B1850\n",
109109
"export RESOLUTION=f19_g17\n",
110-
"export PROJECT=UESM0013\n",
110+
"export PROJECT=UESM0014\n",
111111
"```\n",
112112
"\n",
113113
"You should use the project number given for this tutorial.\n",
@@ -158,14 +158,14 @@
158158
"\n",
159159
"\n",
160160
"**# Set run length**\n",
161-
"\n",
161+
"\n",
162162
"```\n",
163163
"./xmlchange STOP_N=1,STOP_OPTION=nyears\n",
164164
"```\n",
165165
"\n",
166166
"\n",
167167
"**# Add the following to user_nl_cpl**\n",
168-
"\n",
168+
"\n",
169169
"```\n",
170170
"orb_mode = 'fixed_parameters' \n",
171171
" orb_eccen = 0.018682\n",
@@ -238,7 +238,7 @@
238238
},
239239
{
240240
"cell_type": "markdown",
241-
"id": "65b2cbda-2d54-48ee-898b-4c391f16ca79",
241+
"id": "55ecb7d3",
242242
"metadata": {},
243243
"source": [
244244
"\n",
@@ -283,8 +283,7 @@
283283
"- Which orbital parameters are different at the middle Holocene (6 ka BP)? \n",
284284
"- How does the orbital parameter impact the top-of-atmosphere shortwave radiation (solar insolation) during summertime in the Northern Hemisphere? \n",
285285
"- Do the results look correct? You can compare your results with Figure 3b of [Otto-Bliesner et al., (2017)](https://doi.org/10.5194/gmd-10-3979-2017) \n",
286-
"- What other aspects of climate are different between the mid-Holocene and pre-industrial runs?",
287-
"\n",
286+
"- What other aspects of climate are different between the mid-Holocene and pre-industrial runs?\n",
288287
"</details>\n",
289288
"</div>\n"
290289
]

notebooks/challenge/paleo/exercise_3.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"set RUNDIR=/glade/derecho/scratch/$USER/$CASENAME/run\n",
8787
"set COMPSET=B1850C5\n",
8888
"set RESOLUTION=f19_g16\n",
89-
"set PROJECT=UESM0013\n",
89+
"set PROJECT=UESM0014\n",
9090
"```\n",
9191
"\n",
9292
"Note: You should use the project number given for this tutorial.\n",
@@ -99,7 +99,7 @@
9999
"export RUNDIR=/glade/derecho/scratch/$USER/$CASENAME/run\n",
100100
"export COMPSET=B1850C5\n",
101101
"export RESOLUTION=f19_g16\n",
102-
"export PROJECT=UESM0013\n",
102+
"export PROJECT=UESM0014\n",
103103
"```\n",
104104
"\n",
105105
"Note: You should use the project number given for this tutorial.\n",

notebooks/diagnostics/pop/basics_pop.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
" queue=\"casper\", # The type of queue to utilize (/glade/u/apps/dav/opt/usr/bin/execcasper)\n",
207207
" log_directory=f\"/glade/derecho/scratch/{username}/dask/\", # Use your local directory\n",
208208
" resource_spec=\"select=1:ncpus=1:mem=8GB\", # Specify resources\n",
209-
" project=\"UESM0013\", # Input your project ID here\n",
209+
" project=\"UESM0014\", # Input your project ID here\n",
210210
" walltime=\"02:00:00\", # Amount of wall time\n",
211211
")\n",
212212
"# cluster.adapt(maximum_jobs=24, minimum_jobs=2) # If you want to force everything to be quicker, increase the number of minimum jobs, \n",

0 commit comments

Comments
 (0)