Installation

This page contains the instructions about how to install ClimateRisk

The package management tool conda is required for installing ClimateRisk. Please install it before the instruction or contact your Linux administor

CONDA Installation

CONDA is a package manager which support multiple languages including python. It can be installed as below:

  • step 1: Download miniconda from [here]

  • step 2: the package can be installed as bash Miniconda3-latest-Linux-x86_64.sh, or following the instruction [here]

After the installation, CONDA environment can be activated using conda activate <env>

ClimateRisk Installation

After conda, ClimateRisk can be simply installed with the provided makefile in the repository:

export CONDA_BASE=<CONDA PATH>
make all

where CONDA_BASE is the path where the conda package is installed. For example, we can have export CONDA_BASE=~/Programs/miniconda3/.

The working environment then can be activated as:

conda activate climaterisk