Skip to content

Commit

Permalink
Merge pull request #194 from cecilehannay/main
Browse files Browse the repository at this point in the history
Basics: code. Minor changes
  • Loading branch information
cecilehannay authored Jun 28, 2024
2 parents 95d3d49 + 9f9c0d2 commit 39dbd28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 6 additions & 4 deletions notebooks/basics/code/cesm_code_explore.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,14 @@
"<strong>Change back to the Code Workspace Location: </strong><br>\n",
"\n",
"```\n",
"cd ../..\n",
"cd /glade/work/$USER/code/my_cesm_code\n",
"```\n",
"or\n",
"OR\n",
"Alternatively, you can use the `cd ../..` to move up two levels in the directory hierarchy.\n",
"```\n",
"cd /glade/work/$USER/code/my_cesm_code\n",
"cd ../..\n",
"```\n",
"\n",
"<br>\n",
" \n",
"<strong>Change into the Components area of the Code Workspace: </strong><br>\n",
Expand Down Expand Up @@ -301,7 +303,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down
3 changes: 2 additions & 1 deletion notebooks/basics/code/git_download_cesm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
"<strong>Exercise: Run the `checkout_externals` command to download all the component models: </strong><br>\n",
"\n",
"```\n",
"cd /glade/work/$USER/code/my_cesm_code\n",
"./manage_externals/checkout_externals\n",
"```\n",
"</br>\n",
Expand Down Expand Up @@ -306,7 +307,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 39dbd28

Please sign in to comment.