Skip to content

Commit bb193f6

Browse files
committed
Describe dataset.urls later
1 parent a2878f8 commit bb193f6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

setup.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ data.
257257

258258
For this tutorial you can download the required data files by
259259

260-
1. Going to [the CMIP5 search page on the DKRZ ESGF node](https://esgf-data.dkrz.de/search/cmip5-dkrz/)
260+
1. Going to the [CMIP5 search page on the DKRZ ESGF node](https://esgf-data.dkrz.de/search/cmip5-dkrz/)
261261
2. Performing the following search constraints
262262

263263
- Model = HadGEM2-ES
@@ -269,15 +269,17 @@ For this tutorial you can download the required data files by
269269
3. Press search button
270270
4. On single single search result press `List files`
271271
5. At bottom of page click on `Show All Files`
272-
6. Find the datafile which starts with `thetaoga` in the list
272+
6. Find the file which starts with `thetaoga` in the list
273273
7. Use `HTTP Download` link to download the [thetaoga_Omon_HadGEM2-ES_historical_r1i1p1_185912-200512.nc](http://esgf-data1.ceda.ac.uk/thredds/fileServer/esg_dataroot/cmip5/output1/MOHC/HadGEM2-ES/historical/mon/ocean/Omon/r1i1p1/v20110916/thetaoga/thetaoga_Omon_HadGEM2-ES_historical_r1i1p1_185912-200512.nc)) file to
274274

275-
The tutorial needs the more data files, we will use deep links instead of going through the search form. To download all dataset files to `~/default_inputpath/` directory use the [dataset.urls](https://github.com/ESMValGroup/ESMValTool_Tutorial/raw/master/data/recipe_example.yml) file and [wget](https://en.wikipedia.org/wiki/Wget):
275+
The tutorial needs more data files. All of the data files should be downloaded to `~/default_inputpath/` directory and [wget](https://en.wikipedia.org/wiki/Wget):
276276

277277
~~~shell
278-
wget --input-file https://github.com/ESMValGroup/ESMValTool_Tutorial/raw/master/data/recipe_example.yml --no-clobber --directory-prefix $HOME/default_inputpath/
278+
wget --input-file https://github.com/ESMValGroup/ESMValTool_Tutorial/raw/master/data/dataset.urls --no-clobber --directory-prefix $HOME/default_inputpath/
279279
~~~
280280

281+
The [dataset.urls](https://github.com/ESMValGroup/ESMValTool_Tutorial/raw/master/data/rdataset.urls) file contains all data set urls and in comments the used search constraints.
282+
281283
You will also need to able to use:
282284

283285
- git

0 commit comments

Comments
 (0)