diff --git a/notebooks/challenge/cam-chem_waccm/exercise_1.ipynb b/notebooks/challenge/cam-chem_waccm/exercise_1.ipynb
index 3271f7680..9da949eca 100644
--- a/notebooks/challenge/cam-chem_waccm/exercise_1.ipynb
+++ b/notebooks/challenge/cam-chem_waccm/exercise_1.ipynb
@@ -130,7 +130,7 @@
"cd /glade/u/home/$USER/code/my_cesm_code/cime/scripts/\n",
"./create_newcase --case $CASEDIR --res $RESOLUTION --compset $COMPSET\n",
"```\n",
- "You may need to add ``--project \"UESM0013\"`` when creating a new case.\n",
+ "You may need to add ``--project \"UESM0014\"`` when creating a new case.\n",
"\n",
"**# Change the job queue and account number**\n",
"\n",
diff --git a/notebooks/challenge/cam-chem_waccm/exercise_2.ipynb b/notebooks/challenge/cam-chem_waccm/exercise_2.ipynb
index cbad5a728..0158be535 100644
--- a/notebooks/challenge/cam-chem_waccm/exercise_2.ipynb
+++ b/notebooks/challenge/cam-chem_waccm/exercise_2.ipynb
@@ -123,7 +123,7 @@
"cd /glade/u/home/$USER/code/my_cesm_code/cime/scripts/\n",
"./create_newcase --case $CASEDIR --res $RESOLUTION --compset $COMPSET\n",
"```\n",
- "You may need to add ``--project \"UESM0013\"`` when creating a new case.\n",
+ "You may need to add ``--project \"UESM0014\"`` when creating a new case.\n",
" \n",
"**# Change the job queue and account number**\n",
"\n",
diff --git a/notebooks/challenge/cam-chem_waccm/exercise_3.ipynb b/notebooks/challenge/cam-chem_waccm/exercise_3.ipynb
index 18e055777..1f8ba108c 100644
--- a/notebooks/challenge/cam-chem_waccm/exercise_3.ipynb
+++ b/notebooks/challenge/cam-chem_waccm/exercise_3.ipynb
@@ -99,7 +99,7 @@
"cd /glade/u/home/$USER/code/my_cesm_code/cime/scripts/\n",
"./create_newcase --case $CASEDIR --res $RESOLUTION --compset $COMPSET\n",
"```\n",
- "You may need to add ``--project \"UESM0013\"`` when creating a new case.\n",
+ "You may need to add ``--project \"UESM0014\"`` when creating a new case.\n",
"\n",
"**# Change the job queue and account number**\n",
"\n",
diff --git a/notebooks/challenge/clm_ctsm/clm_exercise_1.ipynb b/notebooks/challenge/clm_ctsm/clm_exercise_1.ipynb
index 02560e734..7a24f9de2 100644
--- a/notebooks/challenge/clm_ctsm/clm_exercise_1.ipynb
+++ b/notebooks/challenge/clm_ctsm/clm_exercise_1.ipynb
@@ -65,7 +65,7 @@
"If needed, change job queue, account number, or wallclock time. \n",
"For instance:\n",
"``` \n",
- "./xmlchange JOB_QUEUE=tutorial,PROJECT=UESM0013 --force,JOB_WALLCLOCK_TIME=0:15:00\n",
+ "./xmlchange JOB_QUEUE=tutorial,PROJECT=UESM0014 --force,JOB_WALLCLOCK_TIME=0:15:00\n",
"```\n",
"
\n",
"\n",
diff --git a/notebooks/challenge/clm_ctsm/clm_exercise_2.ipynb b/notebooks/challenge/clm_ctsm/clm_exercise_2.ipynb
index 5deca8949..ca5f45bc3 100644
--- a/notebooks/challenge/clm_ctsm/clm_exercise_2.ipynb
+++ b/notebooks/challenge/clm_ctsm/clm_exercise_2.ipynb
@@ -90,7 +90,7 @@
"If needed, change job queue, account number, or wallclock time. \n",
"For instance:\n",
"``` \n",
- "./xmlchange JOB_QUEUE=tutorial,PROJECT=UESM0013 --force,JOB_WALLCLOCK_TIME=0:15:00\n",
+ "./xmlchange JOB_QUEUE=tutorial,PROJECT=UESM0014 --force,JOB_WALLCLOCK_TIME=0:15:00\n",
"```\n",
"
\n",
"\n",
diff --git a/notebooks/challenge/clm_ctsm/clm_exercise_3.ipynb b/notebooks/challenge/clm_ctsm/clm_exercise_3.ipynb
index e4654ce82..73277ad94 100644
--- a/notebooks/challenge/clm_ctsm/clm_exercise_3.ipynb
+++ b/notebooks/challenge/clm_ctsm/clm_exercise_3.ipynb
@@ -99,7 +99,7 @@
"If needed, change job queue, account number, or wallclock time. \n",
"For instance:\n",
"``` \n",
- "./xmlchange JOB_QUEUE=tutorial,PROJECT=UESM0013 --force,JOB_WALLCLOCK_TIME=0:15:00\n",
+ "./xmlchange JOB_QUEUE=tutorial,PROJECT=UESM0014 --force,JOB_WALLCLOCK_TIME=0:15:00\n",
"```\n",
"
\n",
"\n",
diff --git a/notebooks/challenge/paleo/exercise_1.ipynb b/notebooks/challenge/paleo/exercise_1.ipynb
index 9696d2ae9..85e33e0d6 100644
--- a/notebooks/challenge/paleo/exercise_1.ipynb
+++ b/notebooks/challenge/paleo/exercise_1.ipynb
@@ -79,7 +79,7 @@
"set RUNDIR=/glade/derecho/scratch/$USER/$CASENAME/run\n",
"set COMPSET=B1850\n",
"set RESOLUTION=f19_g17\n",
- "set PROJECT=UESM0013\n",
+ "set PROJECT=UESM0014\n",
"```\n",
"\n",
"Note: You should use the project number given for this tutorial.\n",
@@ -92,7 +92,7 @@
"export RUNDIR=/glade/derecho/scratch/$USER/$CASENAME/run\n",
"export COMPSET=B1850\n",
"export RESOLUTION=f19_g17\n",
- "export PROJECT=UESM0013\n",
+ "export PROJECT=UESM0014\n",
"```\n",
"\n",
"Note: You should use the project number given for this tutorial.\n",
@@ -143,7 +143,7 @@
"\n",
"\n",
"**# Set run length**\n",
- "\n",
+ "\n",
"```\n",
"./xmlchange STOP_N=1,STOP_OPTION=nyears\n",
"```\n",
diff --git a/notebooks/challenge/paleo/exercise_2.ipynb b/notebooks/challenge/paleo/exercise_2.ipynb
index 49a5caae4..82382c977 100644
--- a/notebooks/challenge/paleo/exercise_2.ipynb
+++ b/notebooks/challenge/paleo/exercise_2.ipynb
@@ -94,7 +94,7 @@
"set RUNDIR=/glade/derecho/scratch/$USER/$CASENAME/run\n",
"set COMPSET=B1850\n",
"set RESOLUTION=f19_g17\n",
- "set PROJECT=UESM0013\n",
+ "set PROJECT=UESM0014\n",
"```\n",
"\n",
"You should use the project number given for this tutorial.\n",
@@ -107,7 +107,7 @@
"export RUNDIR=/glade/derecho/scratch/$USER/$CASENAME/run\n",
"export COMPSET=B1850\n",
"export RESOLUTION=f19_g17\n",
- "export PROJECT=UESM0013\n",
+ "export PROJECT=UESM0014\n",
"```\n",
"\n",
"You should use the project number given for this tutorial.\n",
@@ -158,14 +158,14 @@
"\n",
"\n",
"**# Set run length**\n",
- "\n",
+ "\n",
"```\n",
"./xmlchange STOP_N=1,STOP_OPTION=nyears\n",
"```\n",
"\n",
"\n",
"**# Add the following to user_nl_cpl**\n",
- "\n",
+ "\n",
"```\n",
"orb_mode = 'fixed_parameters' \n",
" orb_eccen = 0.018682\n",
@@ -238,7 +238,7 @@
},
{
"cell_type": "markdown",
- "id": "65b2cbda-2d54-48ee-898b-4c391f16ca79",
+ "id": "55ecb7d3",
"metadata": {},
"source": [
"\n",
@@ -283,8 +283,7 @@
"- Which orbital parameters are different at the middle Holocene (6 ka BP)? \n",
"- How does the orbital parameter impact the top-of-atmosphere shortwave radiation (solar insolation) during summertime in the Northern Hemisphere? \n",
"- 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",
- "- What other aspects of climate are different between the mid-Holocene and pre-industrial runs?",
- "\n",
+ "- What other aspects of climate are different between the mid-Holocene and pre-industrial runs?\n",
"\n",
"\n"
]
diff --git a/notebooks/challenge/paleo/exercise_3.ipynb b/notebooks/challenge/paleo/exercise_3.ipynb
index 11e3823e2..e7e34831a 100644
--- a/notebooks/challenge/paleo/exercise_3.ipynb
+++ b/notebooks/challenge/paleo/exercise_3.ipynb
@@ -86,7 +86,7 @@
"set RUNDIR=/glade/derecho/scratch/$USER/$CASENAME/run\n",
"set COMPSET=B1850C5\n",
"set RESOLUTION=f19_g16\n",
- "set PROJECT=UESM0013\n",
+ "set PROJECT=UESM0014\n",
"```\n",
"\n",
"Note: You should use the project number given for this tutorial.\n",
@@ -99,7 +99,7 @@
"export RUNDIR=/glade/derecho/scratch/$USER/$CASENAME/run\n",
"export COMPSET=B1850C5\n",
"export RESOLUTION=f19_g16\n",
- "export PROJECT=UESM0013\n",
+ "export PROJECT=UESM0014\n",
"```\n",
"\n",
"Note: You should use the project number given for this tutorial.\n",
diff --git a/notebooks/diagnostics/pop/basics_pop.ipynb b/notebooks/diagnostics/pop/basics_pop.ipynb
index 1e7886a9a..5dfff5dff 100644
--- a/notebooks/diagnostics/pop/basics_pop.ipynb
+++ b/notebooks/diagnostics/pop/basics_pop.ipynb
@@ -206,7 +206,7 @@
" queue=\"casper\", # The type of queue to utilize (/glade/u/apps/dav/opt/usr/bin/execcasper)\n",
" log_directory=f\"/glade/derecho/scratch/{username}/dask/\", # Use your local directory\n",
" resource_spec=\"select=1:ncpus=1:mem=8GB\", # Specify resources\n",
- " project=\"UESM0013\", # Input your project ID here\n",
+ " project=\"UESM0014\", # Input your project ID here\n",
" walltime=\"02:00:00\", # Amount of wall time\n",
")\n",
"# cluster.adapt(maximum_jobs=24, minimum_jobs=2) # If you want to force everything to be quicker, increase the number of minimum jobs, \n",
diff --git a/notebooks/namelist/exercises/exercise_cam_output.ipynb b/notebooks/namelist/exercises/exercise_cam_output.ipynb
index b47420587..0d898b308 100644
--- a/notebooks/namelist/exercises/exercise_cam_output.ipynb
+++ b/notebooks/namelist/exercises/exercise_cam_output.ipynb
@@ -149,9 +149,9 @@
"**# Change the job queue and account number**\n",
"\n",
"If needed, change `job queue` and `account number`.
\n",
- "For instance, to run in the queue `tutorial` and the project number ``UESM0013`` (You should use the project number given for this tutorial), use the command:\n",
+ "For instance, to run in the queue `tutorial` and the project number ``UESM0014`` (You should use the project number given for this tutorial), use the command:\n",
"``` \n",
- "./xmlchange JOB_QUEUE=tutorial,PROJECT=UESM0013 --force\n",
+ "./xmlchange JOB_QUEUE=tutorial,PROJECT=UESM0014 --force\n",
"```\n",
"\n",
"**# Build and submit**\n",
diff --git a/notebooks/namelist/exercises/exercise_tuning_parameter.ipynb b/notebooks/namelist/exercises/exercise_tuning_parameter.ipynb
index 2c65d1be5..82a3792a5 100644
--- a/notebooks/namelist/exercises/exercise_tuning_parameter.ipynb
+++ b/notebooks/namelist/exercises/exercise_tuning_parameter.ipynb
@@ -112,9 +112,9 @@
"**# Change the job queue and account number**\n",
"\n",
"If needed, change `job queue` and `account number`.
\n",
- "For instance, to run in the queue `tutorial` and the project number `UESM0013`, use the command:\n",
+ "For instance, to run in the queue `tutorial` and the project number `UESM0014`, use the command:\n",
"``` \n",
- "./xmlchange JOB_QUEUE=tutorial,PROJECT=UESM0013 --force\n",
+ "./xmlchange JOB_QUEUE=tutorial,PROJECT=UESM0014 --force\n",
"```\n",
"\n",
"\n",
diff --git a/notebooks/namelist/overview.ipynb b/notebooks/namelist/overview.ipynb
index 392f4e40f..de4e1d6f9 100644
--- a/notebooks/namelist/overview.ipynb
+++ b/notebooks/namelist/overview.ipynb
@@ -66,7 +66,8 @@
"source": [
"