Skip to content

Commit

Permalink
Merge pull request #195 from cecilehannay/main
Browse files Browse the repository at this point in the history
Basics: code. More minor changes
  • Loading branch information
cecilehannay authored Jun 28, 2024
2 parents 39dbd28 + fb89c48 commit 341220f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion notebooks/basics/cesm_workflow/create_newcase.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@
"<strong>Cime Tool for listing configurations: </strong><br><br>\n",
"\n",
"```\n",
"CIMEROOT/scripts/query_config --compsets\n",
"cd /glade/work/$USER/code/my_cesm_code/cime/scripts/\n",
"./query_config --compsets\n",
"```\n",
"</div>"
]
Expand Down
11 changes: 6 additions & 5 deletions notebooks/basics/code/cesm_code_explore.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,18 @@
"- Step 1. Locate your CESM Code area on the glade file system.\n",
"- Step 2. Examine the CIME Directory area.\n",
"- Step 3. Examine the Model Components area.\n",
"- Step 4. Look at the Community Atmosphere Model (CAM) Component Model."
"- Step 4. Look at the Community Atmosphere Model (CAM) Component Model.\n",
"\n",
" <br> "
]
},
{
"cell_type": "markdown",
"id": "afc3e848-d3db-43d8-8f2b-57fd4c585874",
"id": "8a064b52-fc3a-4efd-93b8-ac7d96538e36",
"metadata": {},
"source": [
"\n",
"![CESM directories and namelists](../../../images/basics/CESM2_Workspaces_Code.png)\n",
"*<p style=\"text-align: center;\"> Figure: Detailed view of the CESM2 Code Directory </p>*"
"<img src=\"../../../images/basics/CESM2_Workspaces_Code.png\" alt=\"CESM directories and namelists\" style=\"width:400px;\">\n",
"<p style=\"text-align: center;\"> Figure: Detailed view of the CESM2 Code Directory </p>"
]
},
{
Expand Down

0 comments on commit 341220f

Please sign in to comment.