Update swash input
This commit is contained in:
parent
96bb678081
commit
cf86f96c23
3 changed files with 5 additions and 4 deletions
|
@ -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"))
|
||||
|
|
Reference in a new issue