Skip to content

Commit 3447abe

Browse files
committed
fix abs4mips
1 parent ec80554 commit 3447abe

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

_episodes/03-configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,15 @@ Site-specific entries for Jasmin, DKRZ and ETHZ are listed at the end of the
188188
example configuration file.
189189
190190
In this lesson, we will work with data from
191-
[CMIP5](https://esgf-node.llnl.gov/projects/cmip5/).
191+
[CMIP5](https://esgf-node.llnl.gov/projects/cmip5/)
192+
and [obs4mips](https://esgf-node.llnl.gov/projects/obs4mips/).
192193
We add the root path of the folder where our/your data is available.
193194
194195
```yaml
195196
rootpath:
196197
...
197198
CMIP5: [~/cmip5_inputpath1, ~/cmip5_inputpath2, ~/esmvaltool_tutorial/data]
199+
obs4mips: ~/esmvaltool_tutorial/data
198200
```
199201
200202
> ## Setting the correct rootpath

_episodes/05-preprocessor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ specific preprocessor which should be applied.
299299
## Adding different datasets for different variables
300300

301301
Sometimes, we may want to include specific datasets only for certain variables.
302-
An example is when we use observations for two different variables in a
302+
An example is when we use observations for variables in a
303303
diagnostic. While the CMIP dataset details for the two variables may be common,
304304
the observations will likely not be so. It would be useful to know how to
305305
include different datasets for different variables. Here is an example of a

setup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,9 @@ To download the data, run the following command using [wget](https://en.wikipedi
257257
wget --no-clobber --input-file \
258258
https://github.com/ESMValGroup/ESMValTool_Tutorial/raw/master/data/dataset.urls \
259259
--directory-prefix $HOME/esmvaltool_tutorial/data/
260+
cd $HOME/esmvaltool_tutorial/data/
261+
mkdir -p Tier1/GPCP-SG
262+
mv pr_GPCP-SG_*.nc Tier1/GPCP-SG/
260263
~~~
261264

262265
## GitHub account (Advanced)

0 commit comments

Comments
 (0)