Update swash input

This commit is contained in:
Edgar P. Burkhart 2022-03-29 11:39:02 +02:00
parent 96bb678081
commit cf86f96c23
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
3 changed files with 5 additions and 4 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"))