Add zero filled poro
This commit is contained in:
parent
187e8f0ce7
commit
3707db4080
1 changed files with 4 additions and 1 deletions
|
@ -99,4 +99,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("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=" ")
|
||||
|
|
Loading…
Reference in a new issue