diff --git a/notebooks/challenge/cism/cism_exercise_1.ipynb b/notebooks/challenge/cism/cism_exercise_1.ipynb index 9c4aa3c80..84423b7c8 100755 --- a/notebooks/challenge/cism/cism_exercise_1.ipynb +++ b/notebooks/challenge/cism/cism_exercise_1.ipynb @@ -29,14 +29,14 @@ " \n", "Create a case called **T_GrIS_SSP585_2015_2100** using the compset ``T1850G`` at ``f19_g17_gl4`` resolution. \n", "\n", - "**Note1:** The 2 deg grid we are using in this exercise is not scientifically validated. \n", - "**Note2:** In the new version of CESM, the compset names will be different and T1850G is replaced by T1850Gg (evolving GrIS) and the grid resolution f19_g17_gl4 will be replaced by f19_g17_gris4. \n", - "**Note3:** The grid resolution for this case and the forcing data are both f19_g17_gl4. For a T compset, the forcing data and experiment must be at the same grid resolution.\n", + "**Note 1:** The 2 deg grid we are using in this exercise is not scientifically validated. \n", + "**Note 2:** In the new version of CESM, the compset names will be different and T1850G is replaced by T1850Gg (evolving GrIS) and the grid resolution f19_g17_gl4 will be replaced by f19_g17_gris4. \n", + "**Note 3:** The grid resolution for this case and the forcing data are both f19_g17_gl4. For a T compset, the forcing data and experiment must be at the same grid resolution.\n", "\n", "Step 2: Make the changes to the case XML variables

\n", "\n", - "**Note1:** The run length is **86 years**. \\\n", - "**Note2:** The forcing data for this case can be found here: **/glade/u/home/gunterl/workshops/CESM-Tutorial/data/cpl_SSP585**\n", + "**Note 1:** The run length is **86 years**. \\\n", + "**Note 2:** The forcing data for this case can be found here: **/glade/u/home/gunterl/workshops/CESM-Tutorial/data/cpl_SSP585**\n", "\n", "Step 3: Build and run the model

\n", " \n", @@ -93,20 +93,10 @@ "
\n", "
\n", "Click here for the solution
\n", - " \n", - "Set up your tutorial run queue if you have not done this yet. For csh:\n", - "```\n", - "setenv TUTORIAL_QUEUE regular\n", - "```\n", - "And for bash:\n", - "```\n", - "export TUTORIAL_QUEUE=\"regular\"\n", - "```\n", - " \n", - " \n", + "\n", "Create a new case T_GrIS_SSP585_2015_2100 with the command:\n", "```\n", - "cd /glade/u/home/$USER/code/my_cesm_code/cime/scripts\n", + "cd /glade/campaign/cesm/development/cross-wg/tutorial/release-cesm2.1.5/cime/scripts\n", "./create_newcase --case ~/cases/T_GrIS_SSP585_2015_2100 --compset T1850G --res f19_g17_gl4 --run-unsupported\n", "```\n", "\n", @@ -125,10 +115,10 @@ "and account number. \n", "For instance:\n", "``` \n", - "./xmlchange JOB_QUEUE=tutorial,PROJECT=UESM0013\n", + "./xmlchange JOB_QUEUE=main,PROJECT=UESM0013\n", "```\n", "\n", - "Modify the environment variables:\n", + "Modify the case XML variables:\n", "```\n", "./xmlchange DLND_CPLHIST_DIR=/glade/u/home/gunterl/workshops/CESM-Tutorial/data/cpl_SSP585\n", "./xmlchange DLND_CPLHIST_CASE=b.e21.BSSP585cmip6.f19_g17.CMIP6-SSP5-8.5.001\n", @@ -141,9 +131,20 @@ "Confirm that you have set up the paths and file names correctly by running:\n", "```\n", "./preview_namelists\n", - "and examine the generated file, CaseDocs/dlnd.streams.txt.sno.cplhist.\n", + "```\n", + "and examine the generated file,\n", + "```\n", + "CaseDocs/dlnd.streams.txt.sno.cplhist\n", "```\n", "\n", + "Set up the environment variable for qcmd. If using tcsh or csh:\n", + "```\n", + "setenv PBS_ACCOUNT UESM0013\n", + "```\n", + "and for bash:\n", + "```\n", + "export PBS_ACCOUNT=UESM0013\n", + "```\n", "\n", "Build and submit:\n", "```\n", @@ -151,6 +152,11 @@ "./case.submit\n", "```\n", "\n", + "If you see errors saying the dlnd forcing files are missing or unable to be downloaded since they lives outside of the input_data_root, then you may need to copy all of the forcing files into your case run directory.\n", + "```\n", + "cp /glade/u/home/gunterl/workshops/CESM-Tutorial/data/cpl_SSP5/* /glade/scratch/derecho/[username]/T_GrIS_SSP585_2015_2100/run/\n", + "```\n", + "And then submit the run again.\n", "When the run is completed, look into the archive directory for: \n", "T_GrIS_SSP585_2015_2100. \n", " \n", @@ -171,13 +177,21 @@ "
\n", "
" ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "3d6654a2-778c-4de9-909e-eb1fb2e10a42", + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "NPL 2024b", "language": "python", - "name": "python3" + "name": "npl-2024b" }, "language_info": { "codemirror_mode": { @@ -189,7 +203,8 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.13" + "version": "3.11.9" + } }, "nbformat": 4,