Skip to content

Commit 00d6c6b

Browse files
committed
add explanantion about drs
1 parent f45d5d2 commit 00d6c6b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,20 @@ 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+
~~~
261+
262+
The `dataset.urls` contains the dataset `GPCP-SG` that is a part of
263+
[obs4mips](https://esgf-node.llnl.gov/projects/obs4mips/) project.
264+
To set the correct directory structure for this project, run the following command:
265+
266+
~~~shell
260267
cd $HOME/esmvaltool_tutorial/data/
261268
mkdir -p Tier1/GPCP-SG
262269
mv pr_GPCP-SG_*.nc Tier1/GPCP-SG/
263270
~~~
264271

272+
We will learn more about this in the lesson **Configuration** in this tutorial.
273+
265274
## GitHub account (Advanced)
266275

267276
You don’t need a github account to participate in the tutorial. However, if you

0 commit comments

Comments
 (0)