This illustrates two features of GeoClaw available starting in Version 5.7.0:
See the Jupyter notebooks (or rendered html versions) 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. A rendered version of the notebook is also stored as make_input_files.html, which explains the process used to generate the input data.
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. A rendered version of this notebook is available as run_geoclaw.html.