Skip to content

Commit 303d1f5

Browse files
committed
updates to auto download suggestion
1 parent 7406db2 commit 303d1f5

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

setup.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,21 +233,25 @@ Please skip this section if you are not going to use ESMValTool on your
233233
local machine and go [here](#github-account-advanced).
234234

235235
If you are planning on running ESMValTool on your own machine, please make sure
236-
that you are able to download CMIP data and that you have several GB of space
236+
that you are able to download CMIP data and that you have a few GB of space
237237
available to install conda and ESMValTool, but also enough to make a copy of some
238-
data (~125MB).
238+
data (~125MB) needed for this tutorial.
239239

240-
To download the data required by this tutorial, run the following command using
240+
You can use ESMValTool to automatically download data needed for test recipes.
241+
Please see the [Configuration][lesson-configuration] episode
242+
or the [configuration file documentation][config-file] for more information.
243+
This the recommended option as it has the advantage that data is
244+
stored in subdirectories, and features such as wildcards and recording
245+
the version of the data will work automatically.
246+
247+
Alternatively, you can run the following command using
241248
[wget](https://en.wikipedia.org/wiki/Wget):
242249

243250
~~~shell
244251
wget --no-clobber --input-file \
245252
https://github.com/ESMValGroup/ESMValTool_Tutorial/raw/main/data/dataset.urls \
246253
--directory-prefix $HOME/esmvaltool_tutorial/data/
247254
~~~
248-
You can also use ESMValTool to automatically download data needed for test recipes.
249-
Please see the [Configuration][lesson-configuration] episode
250-
or the [configuration file documentation][config-file] for more information.
251255

252256

253257
## GitHub account (Advanced)

0 commit comments

Comments
 (0)