You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _episodes/02-installation.md
+19-10Lines changed: 19 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,18 @@ depending on your level of expertise or involvement with ESMValTool and
30
30
associated software such as GitHub and Mamba.
31
31
32
32
1. If you have access to a server where ESMValTool is already installed
33
-
as a module, for e.g., the [CEDA JASMIN](https://help.jasmin.ac.uk/article/4955-community-software-esmvaltool)
33
+
as a module, for e.g., the [CEDA JASMIN](https://help.jasmin.ac.uk/article
34
+
/4955-community-software-esmvaltool)
34
35
server, you can simply load the module with the following command:
35
36
~~~bash
36
37
module load esmvaltool
37
38
~~~
38
-
After loading ``esmvaltool``, we can start using ESMValTool right away. Please see the [next lesson]({{ page.root }}{% link _episodes/03-configuration.md %}).
39
+
After loading ``esmvaltool``, we can start using ESMValTool right away. Please
40
+
see the [next lesson]({{ page.root }}{% link _episodes/03-configuration.md %}).
39
41
2. If you would like to install ESMValTool as a mamba package, then this lesson
40
42
will tell you how!
41
-
3. If you would like to start experimenting with existing diagnostics or contributing to ESMvalTool, please see the instructions for
43
+
3. If you would like to start experimenting with existing diagnostics or
44
+
contributing to ESMvalTool, please see the instructions for
42
45
source installation in the lesson [Development and
43
46
contribution]({{ page.root }}{% link _episodes/07-development-setup.md %}) and
44
47
in the [documentation](https://docs.esmvaltool.org/en/latest/quickstart/installation.html).
@@ -62,7 +65,8 @@ in the [documentation](https://docs.esmvaltool.org/en/latest/quickstart/installa
62
65
ESMValTool is distributed using [Mamba](https://mamba.readthedocs.io/en/latest/index.html).
63
66
To install mamba on ``Linux`` or ``MacOSX``, follow the instructions below:
64
67
65
-
1. Please download the installation file for the latest Mamba version [here](https://github.com/conda-forge/miniforge#mambaforge).
68
+
1. Please download the installation file for the latest Mamba version
On MacOSX ESMValTool functionalities in Julia, NCL, and R are not supported. To install
124
-
a Mamba environment on MacOSX, please refer to specific [information](https://docs.esmvaltool.org/en/latest/quickstart/installation.html#installation-on-macosx).
129
+
a Mamba environment on MacOSX, please refer to specific [information](https://
@@ -299,7 +302,9 @@ information about ``drs``, you can visit the ESMValTool documentation on
299
302
>> 2. Observational data are organized in Tiers depending on their level of
300
303
>> public availability. Therefore the default directory must be structured
301
304
>> accordingly with sub-directories `TierX` e.g. Tier1, Tier2 or Tier3, even
302
-
>> when `drs: default`. More details can be found in the [documentation](https://docs.esmvaltool.org/projects/esmvalcore/en/latest/quickstart/find_data.html#observational-data).
305
+
>> when `drs: default`. More details can be found in the
0 commit comments