return statz
-def interpolZ_B(bathyName, fichierMaillage, gr_face_name, zUndef=90., interp_method=0, m3d=False, xyzFile=False, verbose=False):
+def interpolZ_B(bathyName, fichierMaillage, gr_face_name, zUndef=90., interp_method=0, m3d=True, xyzFile=False, verbose=False):
"""
interpolZ_B takes a 2D (x,y) mesh and calls the active instance of module HYDRO
to interpolate the bathymetry/altimetry on the mesh nodes, to produce the Z value of each node.
interp_method: interpolation method
0 = nearest point on bathymetry
1 = linear interpolation
- m3d: True/False to produce a 3D mesh. Default is False.
+ m3d: True/False to produce a 3D mesh. Default is True.
xyzFile: True/False to write an ascii file with xyz for every node. Default is False.
Out:
if OK : statz_gr_face_name: statistic for z: (minz, maxz, meanz, stdz, v05z, v95z)