https://doi.org/10.5194/gmd-2020-336
This repository contains the jupyter notebooks used to create the case studies in the paper. To run the notebooks either import them directly into google colab or use .
WARNING: Some of the notebooks may be too heavy to run on cloud services
The notebooks can be run using a docker container. On a unix system simply run docker-compose up -d in this repository directory and a jupyter notebook server will be started with the examples. You wil be able to access the notebook server by visitng localhost:8899.
Alternatively, the notebooks can be run locally by installing the required dependencies. For LoopStructural pip install LoopStructural
will install the most recent version of LoopStructural.