Merge branch 'test-overtopping' into swash

This commit is contained in:
Edgar P. Burkhart 2022-03-30 11:08:38 +02:00
commit 0ab50eeca8
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
5 changed files with 22 additions and 21 deletions

View file

@ -133,4 +133,5 @@ np.savetxt(out_root.joinpath("psize.dat"), psize[::-1], newline=" ")
fig, ax = plt.subplots()
ax.plot(-x, z, color="k")
ax.fill_between(-x, z + hstru, z, color="k", alpha=0.2)
ax.set_title(f"N={z.size-1}, x=[{-x.max()};{-x.min()}]")
fig.savefig(out_root.joinpath("bathy.pdf"))