Skip to content

Commit

Permalink
Merge pull request #247 from cecilehannay/main
Browse files Browse the repository at this point in the history
tutorial env
  • Loading branch information
cecilehannay authored Aug 2, 2024
2 parents cbabd14 + ace71f6 commit 2d7621b
Show file tree
Hide file tree
Showing 4 changed files with 741 additions and 8 deletions.
3 changes: 3 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ chapters:
sections:
- file: notebooks/resources/ncar_hpc_module
- file: notebooks/resources/tutorial_specific
sections:
- file: notebooks/resources/tutorial_one_time_setup
- file: notebooks/resources/tutorial_queue_account
- file: notebooks/resources/terminals
- file: notebooks/resources/unix
sections:
Expand Down
10 changes: 2 additions & 8 deletions notebooks/modifications/xml/exercises/xml_runtype_exercise.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -105,21 +105,15 @@
"```\n",
" \n",
"<br>\n",
"6. To include an initial file at the end of the run, add the following lines to file `user_nl_cam`:\n",
"\n",
"``` \n",
" inithist='ENDOFRUN'\n",
"```\n",
"\n",
"<br>\n",
"7. Run ./preview_namelists:\n",
"6. Run ./preview_namelists:\n",
"\n",
"```\n",
" ./preview_namelists\n",
"```\n",
" \n",
"<br> \n",
"6. Carry on to build and submit the run:\n",
"7. Carry on to build and submit the run:\n",
" \n",
"```\n",
" qcmd -- ./case.build\n",
Expand Down
Loading

0 comments on commit 2d7621b

Please sign in to comment.