CLIMAAX / FIRE

https://handbook.climaax.eu/notebooks/workflows/fire.html
Apache License 2.0
0 stars 0 forks source link

FIRE

Repository for collaboration on workflows for fire hazard.

Part of the Climate Risk Assessment handbook.

Workflows

How to run

See our how to run risk workflows page in the handbook for more information.

Launch a binder session

Binder sessions are not persistent and may not provide the necessary computing resources to run all workflow steps.

Binder

Quickstart: local setup

In a terminal where git and conda are available:

  1. Clone the repository

    git clone git@github.com:CLIMAAX/FIRE.git
  2. Move into the cloned repository

    cd FIRE
  3. Create a new environment from the environment.yml file

    conda env create -f environment.yml
  4. Activate the environment

    conda activate climaax_fire
  5. Launch the Jupyter interface of your preference with

    jupyter lab

    or

    jupyter notebook

How to contribute

See our contribute to risk recipes page in the handbook for more information.