From 109016a61407ccbd711814f68864ca42cd0cbb13 Mon Sep 17 00:00:00 2001 From: Eric Levine Date: Tue, 2 May 2023 21:40:06 -0600 Subject: [PATCH 1/2] Mention that SST is called tos in the model (#390) --- core/xarray/computation-masking.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/xarray/computation-masking.ipynb b/core/xarray/computation-masking.ipynb index a48275d54..5c7467dfd 100644 --- a/core/xarray/computation-masking.ipynb +++ b/core/xarray/computation-masking.ipynb @@ -95,7 +95,7 @@ "source": [ "## Data Setup\n", "\n", - "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:" + "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:" ] }, { From e1ef51ffe815bd0780c0e1b88df9bb491611a993 Mon Sep 17 00:00:00 2001 From: Julia Kent <46687291+jukent@users.noreply.github.com> Date: Mon, 8 May 2023 12:35:29 -0600 Subject: [PATCH 2/2] fix broken link (#393) --- foundations/github/github-setup-advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundations/github/github-setup-advanced.md b/foundations/github/github-setup-advanced.md index 5c68bed21..e66244637 100644 --- a/foundations/github/github-setup-advanced.md +++ b/foundations/github/github-setup-advanced.md @@ -190,4 +190,4 @@ In the next section, we will learn the basics of version control using command-l 1. [GitHub Personal Access Token (https)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) 1. [GitHub Public/Private Keypair (ssh)](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh) -1. [Remotes in GitHub (Carpentries Tutorial)](https://swcarpentry.github.io/git-novice/07-github/index.html) +1. [Remotes in GitHub (Carpentries Tutorial)](https://swcarpentry.github.io/git-novice/07-github.html)