Skip to content

lachlangrose/loopstructural_paper_examples

Repository files navigation

LoopStructural 1.0: Time aware geological modelling

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 Binder.

WARNING: Some of the notebooks may be too heavy to run on cloud services

Running using docker

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.

Installing locally

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.