Repository for collaboration on workflows for snow hazard.
Part of the Climate Risk Assessment handbook.
See our how to run risk workflows page in the handbook for more information.
Binder sessions are not persistent and may not provide the necessary computing resources to run all workflow steps.
In a terminal where git and conda are available:
-
Clone the repository
git clone https://github.com/CLIMAAX/SNOW.git
-
Move into the cloned repository
cd SNOW
-
Create a new environment from the
environment.yml
fileconda env create -f environment.yml
-
Activate the environment
conda activate climaax_snow
-
Launch the Jupyter interface of your preference with
jupyter lab
or
jupyter notebook
See our contribute to risk recipes page in the handbook for more information.