Code from make_fgmax.py changed to new format, and moved into setrun.py.
interp_method == 0 is used (pw constant in cells), which is generally recommended these days. Previous version used bilinear interpolation. Setting interp_method to 1 now gives bad results around edges of fgmax grids, so there may be a bug in that code. I will make an issue and look into it.
Update
tsunami/bowl_radial_fgmax
to v5.7.0.Code from
make_fgmax.py
changed to new format, and moved intosetrun.py
.interp_method == 0
is used (pw constant in cells), which is generally recommended these days. Previous version used bilinear interpolation. Settinginterp_method
to 1 now gives bad results around edges of fgmax grids, so there may be a bug in that code. I will make an issue and look into it.