Skip to content

Commit 9f003c0

Browse files
committed
Reduce line lengths
1 parent 357c177 commit 9f003c0

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

setup.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ If necessary, data can be downloaded using the
6868

6969
### CEDA-Jasmin
7070

71-
Please skip this section if you are not going to use JASMIN and go [here](#Github-account-(Advanced)).
71+
Please skip this section if you are not going to use JASMIN
72+
and go [here](#Github-account-(Advanced)).
7273

7374
If you do not already have an account on JASMIN, then request an account as soon
7475
as possible. Please follow [these instructions on how to create a Jasmin
@@ -257,7 +258,7 @@ data (12Gb).
257258

258259
For this tutorial you can download the required data files by
259260

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

263264
- Model = HadGEM2-ES
@@ -270,15 +271,20 @@ For this tutorial you can download the required data files by
270271
4. On single single search result press `List files`
271272
5. At bottom of page click on `Show All Files`
272273
6. Find the file which starts with `thetaoga` in the list
273-
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 `~/default_inputpath/` directory.
274+
7. Use `HTTP Download` link to download
275+
the [thetaoga_Omon_HadGEM2-ES_historical_r1i1p1_185912-200512.nc](theatoga.nc) file
276+
to `~/default_inputpath/` directory.
274277

275-
The tutorial needs more data files. All of the data files should be downloaded to `~/default_inputpath/` directory with [wget](https://en.wikipedia.org/wiki/Wget):
278+
The tutorial needs more data files. All of the data files should be downloaded
279+
to `~/default_inputpath/` directory with [wget](https://en.wikipedia.org/wiki/Wget):
276280

277281
~~~shell
278-
wget --input-file https://github.com/ESMValGroup/ESMValTool_Tutorial/raw/master/data/dataset.urls --no-clobber --directory-prefix $HOME/default_inputpath/
282+
wget --no-clobber --input-file \
283+
https://github.com/ESMValGroup/ESMValTool_Tutorial/raw/master/data/dataset.urls \
284+
--directory-prefix $HOME/default_inputpath/
279285
~~~
280286

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.
287+
The [dataset.urls](ds) file contains all data set urls and in comments the used search constraints.
282288

283289
You will also need to able to use:
284290

@@ -344,3 +350,7 @@ More details on this process are available in the [Installation episode]({{
344350
page.root}}{% link _episodes/02-installation.md %}).
345351

346352
{% include links.md %}
353+
354+
[cmip5-search]: https://esgf-data.dkrz.de/search/cmip5-dkrz/
355+
[theatoga.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
356+
[ds]: https://github.com/ESMValGroup/ESMValTool_Tutorial/raw/master/data/dataset.urls

0 commit comments

Comments
 (0)