From 744b196d4386e135c9e3c06691a1e2b3ad875f1c Mon Sep 17 00:00:00 2001 From: Cecile Hannay Date: Tue, 8 Jul 2025 22:07:15 -0600 Subject: [PATCH] fix project number and links --- notebooks/challenge/cam-chem_waccm/exercise_1.ipynb | 2 +- notebooks/challenge/cam-chem_waccm/exercise_2.ipynb | 2 +- notebooks/challenge/cam-chem_waccm/exercise_3.ipynb | 2 +- notebooks/challenge/clm_ctsm/clm_exercise_1.ipynb | 2 +- notebooks/challenge/clm_ctsm/clm_exercise_2.ipynb | 2 +- notebooks/challenge/clm_ctsm/clm_exercise_3.ipynb | 2 +- notebooks/challenge/paleo/exercise_1.ipynb | 6 +++--- notebooks/challenge/paleo/exercise_2.ipynb | 13 ++++++------- notebooks/challenge/paleo/exercise_3.ipynb | 4 ++-- notebooks/diagnostics/pop/basics_pop.ipynb | 2 +- .../namelist/exercises/exercise_cam_output.ipynb | 4 ++-- .../exercises/exercise_tuning_parameter.ipynb | 4 ++-- notebooks/namelist/overview.ipynb | 5 +++-- notebooks/resources/profile.ipynb | 8 ++++---- notebooks/resources/tutorial_specific.ipynb | 8 ++++---- .../sourcemods/exercises/exercise_add_field.ipynb | 4 ++-- .../exercises/exercise_rain_threshold.ipynb | 2 +- .../exercises/troubleshooting_cam.ipynb | 4 ++-- 18 files changed, 38 insertions(+), 38 deletions(-) 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": [ "
\n", "\n", - "Complete documentation about the namelist variables can be found on the [CESM webpage.](https://www2.cesm.ucar.edu/models/cesm2/settings/current/)\n", + "Complete documentation about the namelist variables can be found on the [CESM webpage.]\n", + "(https://docs.cesm.ucar.edu/models/cesm2/settings/current/)\n", "\n", "
" ] @@ -96,7 +97,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.12" + "version": "3.10.13" } }, "nbformat": 4, diff --git a/notebooks/resources/profile.ipynb b/notebooks/resources/profile.ipynb index f3a27787e..c0acdf126 100644 --- a/notebooks/resources/profile.ipynb +++ b/notebooks/resources/profile.ipynb @@ -16,7 +16,7 @@ "### Tutorial Project Account\n", "\n", "
\n", - "You should have access to project account UESM0013 and use this for your simulations.\n", + "You should have access to project account UESM0014 and use this for your simulations.\n", "
\n", "\n" ] @@ -62,7 +62,7 @@ "\n", "```\n", "./xmlchange --force JOB_QUEUE=R???????\n", - "./xmlchange PROJECT=UESM0013\n", + "./xmlchange PROJECT=UESM0014\n", "```\n", "\n", "For instance, on Wednesday\n", @@ -347,7 +347,7 @@ "Add to your .profile: \n", "\n", "```\n", - "export PROJECT=UESM0013 #<- This should never change over the course of the tutorial\n", + "export PROJECT=UESM0014 #<- This should never change over the course of the tutorial\n", "export TUTORIAL_QUEUE=R??????? #<- This will be different for every practical. \n", " #<- Look at the schedule below:\n", "```\n", @@ -365,7 +365,7 @@ "\n", "Add to your .tcshrc: \n", "```\n", - "setenv PROJECT UESM0013 #<-This should never change over the course of the tutorial\n", + "setenv PROJECT UESM0014 #<-This should never change over the course of the tutorial\n", "setenv TUTORIAL_QUEUE R??????? #<-This will be different for every practical \n", " #<- Look at the schedule below:\n", "```\n", diff --git a/notebooks/resources/tutorial_specific.ipynb b/notebooks/resources/tutorial_specific.ipynb index 4b253a912..7aeb61c54 100644 --- a/notebooks/resources/tutorial_specific.ipynb +++ b/notebooks/resources/tutorial_specific.ipynb @@ -16,12 +16,12 @@ "### Tutorial Project Account\n", "\n", "
\n", - "You should have access to project account UESM0013 and use this for your simulations.\n", + "You should have access to project account UESM0014 and use this for your simulations.\n", "
\n", "\n", "You can change the account in your case directory using the following command:\n", "```\n", - "./xmlchange PROJECT=UESM0013\n", + "./xmlchange PROJECT=UESM0014\n", "```" ] }, @@ -304,7 +304,7 @@ "Add to your .profile: \n", "\n", "```\n", - "export PROJECT=UESM0013 #<- This should never change over the course of the tutorial\n", + "export PROJECT=UESM0014 #<- This should never change over the course of the tutorial\n", "export TUTORIAL_QUEUE=tutorial #<- Special queue for the tutorial\n", "```\n", "\n", @@ -321,7 +321,7 @@ "\n", "Add to your .tcshrc: \n", "```\n", - "setenv PROJECT UESM0013 #<-This should never change over the course of the tutorial\n", + "setenv PROJECT UESM0014 #<-This should never change over the course of the tutorial\n", "setenv TUTORIAL_QUEUE tutorial #<- Special queue for the tutorial\n", "```\n", " \n", diff --git a/notebooks/sourcemods/exercises/exercise_add_field.ipynb b/notebooks/sourcemods/exercises/exercise_add_field.ipynb index ec6efb5bf..0c629f28a 100644 --- a/notebooks/sourcemods/exercises/exercise_add_field.ipynb +++ b/notebooks/sourcemods/exercises/exercise_add_field.ipynb @@ -154,10 +154,10 @@ "**# 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", "``` \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/sourcemods/exercises/exercise_rain_threshold.ipynb b/notebooks/sourcemods/exercises/exercise_rain_threshold.ipynb index 52b1b9132..81206a540 100644 --- a/notebooks/sourcemods/exercises/exercise_rain_threshold.ipynb +++ b/notebooks/sourcemods/exercises/exercise_rain_threshold.ipynb @@ -106,7 +106,7 @@ "If needed, change `job queue` and `account number` \n", "For instance:\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/troubleshooting/exercises/troubleshooting_cam.ipynb b/notebooks/troubleshooting/exercises/troubleshooting_cam.ipynb index 5890b93b5..a1971604b 100644 --- a/notebooks/troubleshooting/exercises/troubleshooting_cam.ipynb +++ b/notebooks/troubleshooting/exercises/troubleshooting_cam.ipynb @@ -114,10 +114,10 @@ "**# 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", "``` \n", - "./xmlchange JOB_QUEUE=tutorial,PROJECT=UESM0013 --force\n", + "./xmlchange JOB_QUEUE=tutorial,PROJECT=UESM0014 --force\n", "```\n", "\n", "**# Build and submit**\n",