Processing reformat
This commit is contained in:
parent
f4ccdb009a
commit
f7e64c0a2d
3 changed files with 4 additions and 6 deletions
|
|
@ -51,9 +51,9 @@ bathy.z[bathy_lores_pd.index] = bathy_lores_pd
|
|||
bathy.z[bathy_hires_pd.index] = bathy_hires_pd
|
||||
bathy.z = np.minimum(bathy.z, -15)
|
||||
|
||||
#bathy.loc[x_hstru, ("hstru", "poro", "psize")] = np.array(
|
||||
# bathy.loc[x_hstru, ("hstru", "poro", "psize")] = np.array(
|
||||
# (hstru, poro, psize)
|
||||
#).T
|
||||
# ).T
|
||||
|
||||
bathy = bathy.reindex(bathy_lores_pd.index)
|
||||
log.debug(f"Bathymetry:\n{bathy}")
|
||||
|
|
|
|||
Reference in a new issue