Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 2 KB

README.md

File metadata and controls

46 lines (30 loc) · 2 KB

geoclaw_tutorial_csdms2019

You can also access this repository using https://tinyurl.com/y3g2adcp

For CSDMS webinar, May 7, 2019.
Abstract and video

You can view html versions of the notebooks here

Contents

  • geoclaw_examples has two examples to be run from the command line in the way GeoClaw is normally used.

    • chile2010a -- a simplified version of the GeoClaw example found in `$CLAW/geoclaw/examples/tsunami/chile2010. This version has only one grid level.
    • chile2010b -- A second version of this example, with 3 levels of AMR, regions, and gauges added.
  • notebooks contains Jupyter notebook versions of the two examples to lead the new user through the process.

Installation

  • If you clone this repository, you can run the code locally on your computer provided you have Clawpack and its dependencies installed, see Clawpack Installation Instructions.

  • Alternatively, if you have docker installed, then the Dockerfile in this repository can be used to start a notebook server from a docker container, from which the notebooks can be run. You can also open a terminal from the Jupyter page from which the examples in geoclaw_examples can be run. See Clawpack docker Instructions.

Running on binder

  • Alternatively, you can start a Jupyter server running on mybinder.org by clicking on this badge:

    Binder

    This has Clawpack and all dependencies already installed, based on the Dockerfile in this repository.