From 670731d65b4e68976a8dca1046645b02d9f2a3ec Mon Sep 17 00:00:00 2001 From: mythicalmothboy <165899506+mythicalmothboy@users.noreply.github.com> Date: Sat, 6 Apr 2024 08:57:01 +0530 Subject: [PATCH] mention that SST is called tos in the model --- 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 3e3c29f5b..249aa75e6 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, 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:" + "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). (Just making a minor change). 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:" ] }, {