1
Fork 0

Switched side

This commit is contained in:
Edgar P. Burkhart 2022-03-14 14:16:25 +01:00
parent dcd7b1df7d
commit aac1d54f6e
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -98,7 +98,7 @@ z[flt_x] = interpolate.griddata(
(x[flt_x] - x[z_crossing] + bathy_hires[hires_crossing, 0]),
)
np.savetxt(out_root.joinpath("bathy.dat"), z, newline=" ")
np.savetxt(out_root.joinpath("bathy.dat"), z[::-1], newline=" ")
np.savetxt(out_root.joinpath("hstru.dat"), np.zeros(z.shape), newline=" ")
np.savetxt(out_root.joinpath("poro.dat"), np.zeros(z.shape), newline=" ")
np.savetxt(out_root.joinpath("psize.dat"), np.zeros(z.shape), newline=" ")