Tutorial on using GeoClaw for tsunami modeling
Under development, more to come!
The rendered version of this Jupyter Book can be viewed at https://rjleveque.github.io/geoclaw_tsunami_tutorial
The tutorial examples are all within the GTT subdirectory. Files in the
top level are primarily used for building the Jupyter Book.
Clone this repository to obtain all of the GeoClaw examples and
Jupyter notebooks discussed in the tutorial, which will be in the GTT
subdirectory.
See Suggested Workflow for more information on how to run the examples.
If you'd like to develop and/or build the GeoClaw Tsunami Tutorial book, you should:
- Clone this repository
- Run
pip install -r requirements.txt(it is recommended you do this within a virtual environment) - (Optional) Edit the books source files (which include
.mdfiles in this directory and also some.mdand.ipynbfiles withinGTT). - Run
jupyter-book clean ./to remove any existing builds - Run
jupyter-book build ./
A fully-rendered HTML version of the book will be built in ./_build/html/.
This project is created using the excellent open source Jupyter Book project and the executablebooks/cookiecutter-jupyter-book template.
This book is rebuilt on Github on every push, using Github actions as
specified in the file .github/workflows/deploy.yml which was
set up using cookiecutter-jupyter-book
Please see the Jupyter Book documentation for other options
for deploying a book online.