From 37a1bf5edb418411f4fb4f7785175c7979bacaa8 Mon Sep 17 00:00:00 2001 From: David Bailey Date: Thu, 6 Jun 2024 14:40:08 -0600 Subject: [PATCH] Change to generic project number --- .../challenge/cam-chem_waccm/exercise_1.ipynb | 6 +++--- .../challenge/cam-chem_waccm/exercise_2.ipynb | 6 +++--- .../challenge/cam-chem_waccm/exercise_3.ipynb | 6 +++--- notebooks/challenge/cam/exercise_1.ipynb | 4 ++-- notebooks/challenge/cam/exercise_2.ipynb | 4 ++-- notebooks/challenge/cam/exercise_4.ipynb | 4 ++-- notebooks/challenge/cam/exercise_5.ipynb | 4 ++-- notebooks/challenge/cam/exercise_6.ipynb | 4 ++-- notebooks/challenge/cice/cice_exercise_1.ipynb | 2 +- notebooks/challenge/cice/cice_exercise_2.ipynb | 2 +- notebooks/challenge/cice/cice_exercise_3.ipynb | 2 +- notebooks/challenge/cism/cism_exercise_1.ipynb | 2 +- .../challenge/clm_ctsm/clm_exercise_1.ipynb | 2 +- .../challenge/clm_ctsm/clm_exercise_2.ipynb | 2 +- .../challenge/clm_ctsm/clm_exercise_3.ipynb | 2 +- notebooks/challenge/pop/pop_exercise_1.ipynb | 2 +- notebooks/challenge/pop/pop_exercise_2.ipynb | 2 +- notebooks/challenge/pop/pop_exercise_3.ipynb | 2 +- notebooks/challenge/pop/pop_exercise_4.ipynb | 2 +- notebooks/diagnostics/diagnostics.ipynb | 2 +- notebooks/diagnostics/pop/basics_pop.ipynb | 2 +- .../exercises/exercise_cam_output.ipynb | 4 ++-- notebooks/resources/profile.ipynb | 18 +++++++++--------- .../exercises/exercise_rain_threshold.ipynb | 2 +- .../exercises/troubleshooting_cam.ipynb | 4 ++-- 25 files changed, 46 insertions(+), 46 deletions(-) diff --git a/notebooks/challenge/cam-chem_waccm/exercise_1.ipynb b/notebooks/challenge/cam-chem_waccm/exercise_1.ipynb index b29ae2611..d9f2bda8b 100644 --- a/notebooks/challenge/cam-chem_waccm/exercise_1.ipynb +++ b/notebooks/challenge/cam-chem_waccm/exercise_1.ipynb @@ -130,15 +130,15 @@ "cd /glade/work/$USER/code/my_cesm_code/cime/scripts/\n", "./create_newcase --case $CASEDIR --res $RESOLUTION --compset $COMPSET\n", "```\n", - "You may need to add ``--project \"UESM0012\"`` when creating a new case.\n", + "You may need to add ``--project \"UESM00??\"`` when creating a new case.\n", "\n", "**# 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 ``regular`` and the tutorial project number ``UESM0012``\n", + "For instance, to run in the queue ``regular`` and the tutorial project number ``UESM00??``\n", "``` \n", "cd $CASEDIR\n", - "./xmlchange JOB_QUEUE=regular,PROJECT=UESM0012\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??\n", "```\n", "This step can be redone at anytime in the process. \n", "\n", diff --git a/notebooks/challenge/cam-chem_waccm/exercise_2.ipynb b/notebooks/challenge/cam-chem_waccm/exercise_2.ipynb index af4327564..2681fd0b8 100644 --- a/notebooks/challenge/cam-chem_waccm/exercise_2.ipynb +++ b/notebooks/challenge/cam-chem_waccm/exercise_2.ipynb @@ -123,15 +123,15 @@ "cd /glade/work/$USER/code/my_cesm_code/cime/scripts/\n", "./create_newcase --case $CASEDIR --res $RESOLUTION --compset $COMPSET\n", "```\n", - "You may need to add ``--project \"UESM0012\"`` when creating a new case.\n", + "You may need to add ``--project \"UESM00??\"`` when creating a new case.\n", " \n", "**# 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 ``regular`` and the project number ``UESM0012``\n", + "For instance, to run in the queue ``regular`` and the project number ``UESM00??``\n", "``` \n", "cd $CASEDIR\n", - "./xmlchange JOB_QUEUE=regular,PROJECT=UESM0012\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??\n", "```\n", "This step can be redone at anytime in the process. \n", "\n", diff --git a/notebooks/challenge/cam-chem_waccm/exercise_3.ipynb b/notebooks/challenge/cam-chem_waccm/exercise_3.ipynb index 7daa04cf4..c237c295a 100644 --- a/notebooks/challenge/cam-chem_waccm/exercise_3.ipynb +++ b/notebooks/challenge/cam-chem_waccm/exercise_3.ipynb @@ -98,15 +98,15 @@ "cd /glade/work/$USER/code/my_cesm_code/cime/scripts/\n", "./create_newcase --case $CASEDIR --res $RESOLUTION --compset $COMPSET\n", "```\n", - "You may need to add ``--project \"UESM0012\"`` when creating a new case.\n", + "You may need to add ``--project \"UESM00??\"`` when creating a new case.\n", "\n", "**# 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 ``regular`` and the project number ``UESM0012``\n", + "For instance, to run in the queue ``regular`` and the project number ``UESM00??``\n", "``` \n", "cd $CASEDIR\n", - "./xmlchange JOB_QUEUE=regular,PROJECT=UESM0012\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??\n", "```\n", "This step can be redone at anytime in the process. \n", "\n", diff --git a/notebooks/challenge/cam/exercise_1.ipynb b/notebooks/challenge/cam/exercise_1.ipynb index 71b6072f6..8f33ce53b 100644 --- a/notebooks/challenge/cam/exercise_1.ipynb +++ b/notebooks/challenge/cam/exercise_1.ipynb @@ -106,10 +106,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 ``regular`` and the project number ``UESM0011``. You should use the project number given for this tutorial.\n", + "For instance, to run in the queue ``regular`` and the project number ``UESM00??``. You should use the project number given for this tutorial.\n", "``` \n", "cd $CASEDIR\n", - "./xmlchange JOB_QUEUE=regular,PROJECT=UESM0011\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??\n", "```\n", "This step can be redone at anytime in the process. \n", "\n", diff --git a/notebooks/challenge/cam/exercise_2.ipynb b/notebooks/challenge/cam/exercise_2.ipynb index 8f8885a94..d3a7f0f52 100644 --- a/notebooks/challenge/cam/exercise_2.ipynb +++ b/notebooks/challenge/cam/exercise_2.ipynb @@ -111,10 +111,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 ``regular`` and the project number ``UESM0011``. You should use the project number given for this tutorial.\n", + "For instance, to run in the queue ``regular`` and the project number ``UESM00??``. You should use the project number given for this tutorial.\n", "``` \n", "cd $CASEDIR\n", - "./xmlchange JOB_QUEUE=regular,PROJECT=UESM0011\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??\n", "```\n", "This step can be redone at anytime in the process. \n", "\n", diff --git a/notebooks/challenge/cam/exercise_4.ipynb b/notebooks/challenge/cam/exercise_4.ipynb index 37c0b6325..44a37b443 100644 --- a/notebooks/challenge/cam/exercise_4.ipynb +++ b/notebooks/challenge/cam/exercise_4.ipynb @@ -108,10 +108,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 ``regular`` and the project number ``UESM0011``. You should use the project number given for this tutorial.\n", + "For instance, to run in the queue ``regular`` and the project number ``UESM00??``. You should use the project number given for this tutorial.\n", "``` \n", "cd $CASEDIR\n", - "./xmlchange JOB_QUEUE=regular,PROJECT=UESM0011\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??\n", "```\n", "This step can be redone at anytime in the process. \n", "\n", diff --git a/notebooks/challenge/cam/exercise_5.ipynb b/notebooks/challenge/cam/exercise_5.ipynb index 8f31802f5..fa8af2b58 100644 --- a/notebooks/challenge/cam/exercise_5.ipynb +++ b/notebooks/challenge/cam/exercise_5.ipynb @@ -110,10 +110,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 ``regular`` and the project number ``UESM0011``. You should use the project number given for this tutorial.\n", + "For instance, to run in the queue ``regular`` and the project number ``UESM00??``. You should use the project number given for this tutorial.\n", "``` \n", "cd $CASEDIR\n", - "./xmlchange JOB_QUEUE=regular,PROJECT=UESM0011\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??\n", "```\n", "This step can be redone at anytime in the process. \n", "\n", diff --git a/notebooks/challenge/cam/exercise_6.ipynb b/notebooks/challenge/cam/exercise_6.ipynb index 91fee6159..6b81fe3b5 100644 --- a/notebooks/challenge/cam/exercise_6.ipynb +++ b/notebooks/challenge/cam/exercise_6.ipynb @@ -108,10 +108,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 ``regular`` and the project number ``UESM0011``. You should use the project number given for this tutorial.\n", + "For instance, to run in the queue ``regular`` and the project number ``UESM00??``. You should use the project number given for this tutorial.\n", "``` \n", "cd $CASEDIR\n", - "./xmlchange JOB_QUEUE=regular,PROJECT=UESM0011\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??\n", "```\n", "This step can be redone at anytime in the process. \n", "\n", diff --git a/notebooks/challenge/cice/cice_exercise_1.ipynb b/notebooks/challenge/cice/cice_exercise_1.ipynb index 8b7345daf..b6e7828e8 100644 --- a/notebooks/challenge/cice/cice_exercise_1.ipynb +++ b/notebooks/challenge/cice/cice_exercise_1.ipynb @@ -141,7 +141,7 @@ "and account number. \n", "For instance:\n", "``` \n", - "./xmlchange JOB_QUEUE=regular,PROJECT=UESM0011\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??\n", "```\n", "
\n", "\n", diff --git a/notebooks/challenge/cice/cice_exercise_2.ipynb b/notebooks/challenge/cice/cice_exercise_2.ipynb index b784cafb2..f33f68da2 100644 --- a/notebooks/challenge/cice/cice_exercise_2.ipynb +++ b/notebooks/challenge/cice/cice_exercise_2.ipynb @@ -172,7 +172,7 @@ "and account number. \n", "For instance:\n", "``` \n", - "./xmlchange JOB_QUEUE=regular,PROJECT=UESM0011\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??\n", "```\n", "
\n", "\n", diff --git a/notebooks/challenge/cice/cice_exercise_3.ipynb b/notebooks/challenge/cice/cice_exercise_3.ipynb index a76a0a6f9..70e544355 100644 --- a/notebooks/challenge/cice/cice_exercise_3.ipynb +++ b/notebooks/challenge/cice/cice_exercise_3.ipynb @@ -152,7 +152,7 @@ "and account number. \n", "For instance:\n", "``` \n", - "./xmlchange JOB_QUEUE=regular,PROJECT=UESM0011\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??\n", "```\n", "
\n", "\n", diff --git a/notebooks/challenge/cism/cism_exercise_1.ipynb b/notebooks/challenge/cism/cism_exercise_1.ipynb index fdeb04a26..3a974a534 100755 --- a/notebooks/challenge/cism/cism_exercise_1.ipynb +++ b/notebooks/challenge/cism/cism_exercise_1.ipynb @@ -125,7 +125,7 @@ "and account number. \n", "For instance:\n", "``` \n", - "./xmlchange JOB_QUEUE=regular,PROJECT=UESM0011\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??\n", "```\n", "\n", "Modify the environment variables:\n", diff --git a/notebooks/challenge/clm_ctsm/clm_exercise_1.ipynb b/notebooks/challenge/clm_ctsm/clm_exercise_1.ipynb index 8f9810806..38575ec28 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=regular,PROJECT=UESM0012,JOB_WALLCLOCK_TIME=0:15:00\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??,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 768fe4a8d..9f7e434b2 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=regular,PROJECT=UESM0012,JOB_WALLCLOCK_TIME=0:15:00\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??,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 289fea6f2..3654555de 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=regular,PROJECT=UESM0012,JOB_WALLCLOCK_TIME=0:15:00\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??,JOB_WALLCLOCK_TIME=0:15:00\n", "```\n", "
\n", "\n", diff --git a/notebooks/challenge/pop/pop_exercise_1.ipynb b/notebooks/challenge/pop/pop_exercise_1.ipynb index 1a7f760c6..baf4b0d4a 100644 --- a/notebooks/challenge/pop/pop_exercise_1.ipynb +++ b/notebooks/challenge/pop/pop_exercise_1.ipynb @@ -111,7 +111,7 @@ "and account number. \n", "For instance:\n", "``` \n", - "./xmlchange JOB_QUEUE=regular,PROJECT=UESM0011\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??\n", "```\n", "
\n", "\n", diff --git a/notebooks/challenge/pop/pop_exercise_2.ipynb b/notebooks/challenge/pop/pop_exercise_2.ipynb index 31380b08e..307d011fd 100644 --- a/notebooks/challenge/pop/pop_exercise_2.ipynb +++ b/notebooks/challenge/pop/pop_exercise_2.ipynb @@ -110,7 +110,7 @@ "and account number. \n", "For instance:\n", "``` \n", - "./xmlchange JOB_QUEUE=regular,PROJECT=UESM0011\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??\n", "```\n", "\n", "Build and submit:\n", diff --git a/notebooks/challenge/pop/pop_exercise_3.ipynb b/notebooks/challenge/pop/pop_exercise_3.ipynb index 6738920ac..b8a1f56e1 100644 --- a/notebooks/challenge/pop/pop_exercise_3.ipynb +++ b/notebooks/challenge/pop/pop_exercise_3.ipynb @@ -110,7 +110,7 @@ "and account number. \n", "For instance:\n", "``` \n", - "./xmlchange JOB_QUEUE=regular,PROJECT=UESM0011\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??\n", "```\n", "\n", "Build and submit:\n", diff --git a/notebooks/challenge/pop/pop_exercise_4.ipynb b/notebooks/challenge/pop/pop_exercise_4.ipynb index da450f93c..a63917b7c 100644 --- a/notebooks/challenge/pop/pop_exercise_4.ipynb +++ b/notebooks/challenge/pop/pop_exercise_4.ipynb @@ -105,7 +105,7 @@ "and account number. \n", "For instance:\n", "``` \n", - "./xmlchange JOB_QUEUE=regular,PROJECT=UESM0011\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??\n", "```\n", "\n", "Build and submit:\n", diff --git a/notebooks/diagnostics/diagnostics.ipynb b/notebooks/diagnostics/diagnostics.ipynb index 6af6ebfa5..0e0e63269 100644 --- a/notebooks/diagnostics/diagnostics.ipynb +++ b/notebooks/diagnostics/diagnostics.ipynb @@ -184,7 +184,7 @@ "metadata": {}, "source": [ "
\n", - "For this tutorial you should use the Queue `casper` and Project Account `UESM0012`.

\n", + "For this tutorial you should use the Queue `casper` and Project Account `UESM00??`.

\n", "
" ] }, diff --git a/notebooks/diagnostics/pop/basics_pop.ipynb b/notebooks/diagnostics/pop/basics_pop.ipynb index 8cce256d7..97df1e18a 100644 --- a/notebooks/diagnostics/pop/basics_pop.ipynb +++ b/notebooks/diagnostics/pop/basics_pop.ipynb @@ -203,7 +203,7 @@ " queue=\"casper\", # The type of queue to utilize (/glade/u/apps/dav/opt/usr/bin/execcasper)\n", " # log_directory=\"/glade/derecho/scratch/deppenme/dask/\", # Use your local directory\n", " resource_spec=\"select=1:ncpus=1:mem=8GB\", # Specify resources\n", - " project=\"UESM0012\", # Input your project ID here\n", + " project=\"UESM00??\", # Input your project ID here\n", " walltime=\"02:00:00\", # Amount of wall time\n", " interface=\"ib0\", # Interface to use\n", ")\n", diff --git a/notebooks/namelist/exercises/exercise_cam_output.ipynb b/notebooks/namelist/exercises/exercise_cam_output.ipynb index 909de4568..c6f5fd009 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 `regular` and the project number ``UESM0011`` (You should use the project number given for this tutorial), use the command:\n", + "For instance, to run in the queue `regular` and the project number ``UESM00??`` (You should use the project number given for this tutorial), use the command:\n", "``` \n", - "./xmlchange JOB_QUEUE=regular,PROJECT=UESM0011\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??\n", "```\n", "\n", "**# Build and submit**\n", diff --git a/notebooks/resources/profile.ipynb b/notebooks/resources/profile.ipynb index 13b5ca710..70c82a473 100644 --- a/notebooks/resources/profile.ipynb +++ b/notebooks/resources/profile.ipynb @@ -24,7 +24,7 @@ "### Tutorial Project Account\n", "\n", "
\n", - "You should have access to project account UESM0012 and use this for your simulations.\n", + "You should have access to project account UESM00?? and use this for your simulations.\n", "
\n", "\n" ] @@ -69,8 +69,8 @@ "In theory, you _should_ be able to automatically use this account and the reservation queues if you correctly set up your NCAR HPC environment using your `.profile` or `.tcshrc` files, as described below. If you need to change the values for a run, you can change the account and reservation queue in your case directory using the following command:\n", "\n", "```\n", - "./xmlchange --force JOB_QUEUE=R1787445\n", - "./xmlchange PROJECT=UESM0012\n", + "./xmlchange --force JOB_QUEUE=R???????\n", + "./xmlchange PROJECT=UESM00??\n", "```\n", "\n", "For instance, on Wednesday\n", @@ -78,13 +78,13 @@ "- If (Wed 10:30 - 12:00) then\n", "\n", "```\n", - "./xmlchange JOB_QUEUE=R1787531 --force\n", + "./xmlchange JOB_QUEUE=R??????? --force\n", "``` \n", "\n", "- If (Wed 14:00 - 17:00) then\n", "\n", "```\n", - "./xmlchange JOB_QUEUE=R1787589 --force\n", + "./xmlchange JOB_QUEUE=R??????? --force\n", "```\n", "\n", "\n", @@ -355,8 +355,8 @@ "Add to your .profile: \n", "\n", "```\n", - "export PROJECT=UESM0012 #<- This should never change over the course of the tutorial\n", - "export TUTORIAL_QUEUE=R1787445 #<- This will be different for every practical. \n", + "export PROJECT=UESM00?? #<- 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", "\n", @@ -373,8 +373,8 @@ "\n", "Add to your .tcshrc: \n", "```\n", - "setenv PROJECT UESM0012 #<-This should never change over the course of the tutorial\n", - "setenv TUTORIAL_QUEUE R1787445 #<-This will be different for every practical \n", + "setenv PROJECT UESM00?? #<-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", " \n", diff --git a/notebooks/sourcemods/exercises/exercise_rain_threshold.ipynb b/notebooks/sourcemods/exercises/exercise_rain_threshold.ipynb index ec1a9f168..fb18420a2 100644 --- a/notebooks/sourcemods/exercises/exercise_rain_threshold.ipynb +++ b/notebooks/sourcemods/exercises/exercise_rain_threshold.ipynb @@ -119,7 +119,7 @@ "If needed, change `job queue` and `account number` \n", "For instance:\n", "``` \n", - "./xmlchange JOB_QUEUE=regular,PROJECT=UESM0011\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??\n", "```\n", "\n", "Build and submit:\n", diff --git a/notebooks/troubleshooting/exercises/troubleshooting_cam.ipynb b/notebooks/troubleshooting/exercises/troubleshooting_cam.ipynb index 960c34e45..5ce7905af 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 `regular` and the project number ``UESM0011`` (you should use the project number given for this tutorial), use the command:\n", + "For instance, to run in the queue `regular` and the project number ``UESM00??`` (you should use the project number given for this tutorial), use the command:\n", "\n", "``` \n", - "./xmlchange JOB_QUEUE=regular,PROJECT=UESM0011\n", + "./xmlchange JOB_QUEUE=regular,PROJECT=UESM00??\n", "```\n", "\n", "**# Build and submit**\n",