File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,24 @@ be found in the
2525We will first install Conda, and then ESMValTool. We end this chapter by testing
2626that the installation was successful.
2727
28+ Before we begin, here are all the possible ways in which you can use ESMValTool
29+ depending on your level of expertise or involvement with ESMvalTool and
30+ associated software such as GitHub and Conda.
31+
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 )
34+ server, you can simply load the module with the following:
35+ ~~~ bash
36+ module load esmvaltool
37+ ~~~
38+ After loading `` esmvaltool `` , we can start using ESMValTool. Please see the [ next lesson] ({{ page.root }}{% link _ episodes/03-configuration.md %}).
39+ 2 . If you would like to install ESMValTool as a conda package, then this lesson
40+ 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
42+ source installation in the lesson [ Development and
43+ contribution] ({{ page.root }}{% link _ episodes/08-development-setup.md %}) and
44+ in the [ documentation] ( https://docs.esmvaltool.org/en/latest/quickstart/installation.html ) .
45+
2846> ## Install ESMValTool on Windows
2947>
3048> ESMValTool does not directly support Windows, but successful usage has been
You can’t perform that action at this time.
0 commit comments