Skip to content

Commit

Permalink
Merge pull request #259 from cecilehannay/main
Browse files Browse the repository at this point in the history
fix typos in namelist exercises
  • Loading branch information
cecilehannay authored Aug 7, 2024
2 parents ef7af47 + 3196e93 commit 0442f52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions notebooks/namelist/exercises/exercise_cam_output.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions notebooks/namelist/output/output_cam.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -245,7 +245,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 0442f52

Please sign in to comment.