Skip to content

Commit 0e52930

Browse files
author
Theo Geddes
committed
move links in setup to links.md
1 parent d3f2ff8 commit 0e52930

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

_includes/links.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[cc-by-human]: https://creativecommons.org/licenses/by/4.0/
33
[cc-by-legal]: https://creativecommons.org/licenses/by/4.0/legalcode
44
[ci]: http://communityin.org/
5+
[cmip5-search]: https://esgf-data.dkrz.de/search/cmip5-dkrz/
56
[coc-reporting]: https://docs.carpentries.org/topic_folders/policies/incident-reporting.html
67
[coc]: https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html
78
[concept-maps]: https://carpentries.github.io/instructor-training/05-memory/
@@ -12,6 +13,7 @@
1213
[cran-stringr]: https://cran.r-project.org/package=stringr
1314
[dc-lessons]: http://www.datacarpentry.org/lessons/
1415
[diagnostic]: https://github.com/ESMValGroup/ESMValTool/blob/master/esmvaltool/diag_scripts/examples/diagnostic.py
16+
[ds]: https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/main/data/dataset.urls
1517
[email]: mailto:[email protected]
1618
[github-importer]: https://import.github.com/
1719
[importer]: https://github.com/new/import
@@ -52,6 +54,7 @@
5254
[styles]: https://github.com/carpentries/styles/
5355
[swc-lessons]: https://software-carpentry.org/lessons/
5456
[swc-releases]: https://github.com/swcarpentry/swc-releases
57+
[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
5558
[token-authentication-requirements]: https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/#what-you-need-to-do-today
5659
[training]: https://carpentries.github.io/instructor-training/
5760
[workshop-repo]: {{ site.workshop_repo }}

setup.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ Intercomparison Project
4949
(CMIP)](https://en.wikipedia.org/wiki/Coupled_Model_Intercomparison_Project) is
5050
locally stored on disk and accessible directly by the tool. Similarly,
5151
observational data would also be available at these sites.
52-
The ESGF also hosts observations for Model Intercomparison Projects (obs4MIPs) and reanalyses data (ana4MIPs).
52+
The ESGF also hosts observations for Model Intercomparison Projects (obs4MIPs)
53+
and reanalyses data (ana4MIPs).
5354

5455
Here are a few options for compute clusters with ESGF nodes:
5556

@@ -69,7 +70,8 @@ and the [CMIP6 Data Request](http://clipc-services.ceda.ac.uk/dreq/index.html).
6970

7071
- List of all [ESGF nodes](https://esgf.llnl.gov/nodes.html).
7172

72-
- A good [tutorial](https://esgf.github.io/esgf-user-support/user_guide.html#data-search-and-download)
73+
- A good
74+
[tutorial](https://esgf.github.io/esgf-user-support/user_guide.html#data-search-and-download)
7375
on how to search and download CMIP data from ESGF nodes.
7476

7577
- [Exploring climate model data](https://climate4impact.eu/impactportal/data/esgfsearch.jsp)
@@ -206,8 +208,11 @@ ssh -X [email protected]
206208
#### Additional information
207209

208210
Login nodes are for compiling and job submission only! For all other tasks, you
209-
can use the [interactive](https://docs.dkrz.de/doc/levante/running-jobs/partitions-and-limits.html#interactive)
210-
partition or start an [interactive session](https://docs.dkrz.de/doc/levante/data-processing-on-levante.html#).
211+
can use the
212+
[interactive](https://docs.dkrz.de/doc/levante/running-jobs/
213+
partitions-and-limits.html#interactive)
214+
partition or start an
215+
[interactive session](https://docs.dkrz.de/doc/levante/data-processing-on-levante.html#).
211216

212217
Data storage:
213218
- Personal data: home directory (30GiB)
@@ -276,6 +281,6 @@ ESMValTool development team.
276281

277282
{% include links.md %}
278283

279-
[cmip5-search]: https://esgf-data.dkrz.de/search/cmip5-dkrz/
280-
[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
281-
[ds]: https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/main/data/dataset.urls
284+
285+
286+

0 commit comments

Comments
 (0)