How to use ESMValtool in the APPLICATE environment

Users of the ESMValTool in the APLICATE environemnt has to activate the environment. This is done following the steps below.

First time:

  1. module load miniconda/feb2020-python27
  2. conda env create --name esmvaltool --file /modules/xenial/ESMValTool/feb2020/environment.yml
  3. # Logout and Log in again
  4. module load miniconda/feb2020-python27
  5. conda activate esmvaltool
  6. cd  /modules/xenial/ESMValTool/feb2020/
  7. pip install . --user

Subsequent logins:

  1. module load miniconda/feb2020-python27
  2. conda activate esmvaltool