Skip to content

Commit 800f708

Browse files
jukentejlevine
andauthored
Updates from main (#394)
* Mention that SST is called tos in the model (#390) * fix broken link (#393) --------- Co-authored-by: Eric Levine <ejlevine@pm.me>
1 parent 8299928 commit 800f708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/xarray/computation-masking.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"source": [
9696
"## Data Setup\n",
9797
"\n",
98-
"The bulk of the examples in this tutorial make use of a single dataset. This dataset contains monthly sea surface temperature (SST) data, and is obtained from the Community Earth System Model v2 (CESM2). (For this tutorial, however, the dataset will be retrieved from the Pythia example data repository.) The following example illustrates the process of retrieving this Global Climate Model dataset:"
98+
"The bulk of the examples in this tutorial make use of a single dataset. This dataset contains monthly sea surface temperature (SST, call 'tos' here) data, and is obtained from the Community Earth System Model v2 (CESM2). (For this tutorial, however, the dataset will be retrieved from the Pythia example data repository.) The following example illustrates the process of retrieving this Global Climate Model dataset:"
9999
]
100100
},
101101
{

foundations/github/github-setup-advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ In the next section, we will learn the basics of version control using command-l
190190

191191
1. [GitHub Personal Access Token (https)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
192192
1. [GitHub Public/Private Keypair (ssh)](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh)
193-
1. [Remotes in GitHub (Carpentries Tutorial)](https://swcarpentry.github.io/git-novice/07-github/index.html)
193+
1. [Remotes in GitHub (Carpentries Tutorial)](https://swcarpentry.github.io/git-novice/07-github.html)

0 commit comments

Comments
 (0)