This illustrates two features of GeoClaw available starting in Version 5.7.0:
See the Jupyter notebooks (or rendered html versions linked below) for more discussion of these features and how they are used in this example.
Input data can be created via:
make input
This executes the Python script make_input_files.py, which was created from the Jupyter notebook make_input_files.ipynb.
The input files should appear in a new subdirectory input_files.
After creating the input files, GeoClaw can be run and plots created as usual via:
make .plots
using the settings in setrun.py.
In addition, the notebook run_geoclaw.ipynb can be used to run a sequence of experiments and display the results, with some comments on what is illustrated in this example.
Rendered versions of the Jupyter notebooks for this example can be viewed from the Clawpack gallery version of this file.