This repository includes a Demonstration Jupyter Notebook created for the COURAGE pilot project. This Notebook allows users to run a hydrological runoff model and explore how flash floods are influenced by upstream burned areas.
Please first download all the files from this repository and have conda installed on the local PC.
Then, use the following commands to create a virtual environment and launch the Jupyter Notebook. The code below works best on Mac OS or Linux.
$ cd mini_project
$ conda env create --file=environment.yml
$ conda activate mini_project
$ jupyter notebook