Skip to content

Commit 3196e93

Browse files
committed
fix typos in namelist exercises
1 parent 87c8274 commit 3196e93

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

notebooks/namelist/exercises/exercise_cam_output.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
]
104104
},
105105
{
106-
"cell_type": "raw",
107-
"id": "af9c8cfa-0fe0-4701-a9ce-580079309619",
106+
"cell_type": "markdown",
107+
"id": "91dedb20-dad8-40ef-ba50-66adcbafa60c",
108108
"metadata": {},
109109
"source": [
110110
"\n",

notebooks/namelist/output/output_cam.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"\n",
102102
"Modify the length of the run in `env_run.xml` with the command:\n",
103103
"``` \n",
104-
" ./xmlchange STOP_N=nmonths, STOP_OPTION=1\n",
104+
" ./xmlchange STOP_OPTION=nmonths,STOP_N=1\n",
105105
"```\n",
106106
"\n",
107107
"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 @@
245245
"name": "python",
246246
"nbconvert_exporter": "python",
247247
"pygments_lexer": "ipython3",
248-
"version": "3.9.12"
248+
"version": "3.10.13"
249249
}
250250
},
251251
"nbformat": 4,

0 commit comments

Comments
 (0)