From 3196e93afa9c9bd001bdc9a1d677e8334b7bc577 Mon Sep 17 00:00:00 2001 From: Cecile Hannay Date: Wed, 7 Aug 2024 11:12:19 -0600 Subject: [PATCH] fix typos in namelist exercises --- notebooks/namelist/exercises/exercise_cam_output.ipynb | 4 ++-- notebooks/namelist/output/output_cam.ipynb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/notebooks/namelist/exercises/exercise_cam_output.ipynb b/notebooks/namelist/exercises/exercise_cam_output.ipynb index 6c3e00e1c..b47420587 100644 --- a/notebooks/namelist/exercises/exercise_cam_output.ipynb +++ b/notebooks/namelist/exercises/exercise_cam_output.ipynb @@ -103,8 +103,8 @@ ] }, { - "cell_type": "raw", - "id": "af9c8cfa-0fe0-4701-a9ce-580079309619", + "cell_type": "markdown", + "id": "91dedb20-dad8-40ef-ba50-66adcbafa60c", "metadata": {}, "source": [ "\n", diff --git a/notebooks/namelist/output/output_cam.ipynb b/notebooks/namelist/output/output_cam.ipynb index 94b150736..c18eb1536 100644 --- a/notebooks/namelist/output/output_cam.ipynb +++ b/notebooks/namelist/output/output_cam.ipynb @@ -101,7 +101,7 @@ "\n", "Modify the length of the run in `env_run.xml` with the command:\n", "``` \n", - " ./xmlchange STOP_N=nmonths, STOP_OPTION=1\n", + " ./xmlchange STOP_OPTION=nmonths,STOP_N=1\n", "```\n", "\n", "Add the following line to `user_nl_cam` to output 3 hourly data and to create one file per day:\n", @@ -245,7 +245,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.12" + "version": "3.10.13" } }, "nbformat": 4,