File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ site : lesson-md
5656docker-serve :
5757 docker run --rm -it --volume ${PWD} :/srv/jekyll \
5858 --volume =${PWD}/.docker-vendor/bundle:/usr/local/bundle \
59- -p 127 .0.0.1 :4000:4000 \
59+ -p 0 .0.0.0 :4000:4000 \
6060 jekyll/jekyll:${JEKYLL_VERSION} \
6161 bin/run-make-docker-serve.sh
6262
Original file line number Diff line number Diff line change @@ -255,17 +255,21 @@ that you are able to download CMIP data and that you have several GB of space
255255available to install conda & ESMValTool, but also enough to make a copy of some
256256data.
257257
258+ For this tutorial you can download the required data files by
259+ 1 . Going to https://esgf-data.dkrz.de/projects/esgf-dkrz/
260+ 2 . Performing the following search
261+ *
262+ 3 . Download the NetCDF file to a ~ /
263+
258264You will also need to able to use:
259265- git
260266- conda
261- - synda
262267
263268#### Linux/Unix
264269
265270For Linux/Unix systems, please follow the instructions of the [ Installation episode] ({{
266271page.root}}{% link _ episodes/02-installation.md %}).
267272
268-
269273#### Mac OSx
270274
271275Also, for Mac OSx systems, please follow the instructions of the [ Installation episode] ({{
You can’t perform that action at this time.
0 commit comments