Salome HOME
refs #1808 lot 18 (see also HYDRO - interpolZ)
[modules/hydrosolver.git] / src / salome_hydro / interpolz.template
index 1596f43f1ac93cb79b4a0baa81beedf4005b93a6..aca2687513f30c981cbfe8e7dbec7f933b1c05d4 100644 (file)
@@ -1,5 +1,4 @@
-\94\94\94Z interpolation with HYDRO\94\94\94
-
+# Z interpolation with HYDRO
 from salome.hydrotools.interpolZ import interpolZ
 
 # Calculation case name in HYDRO
@@ -11,11 +10,12 @@ medFile = <MED_file_path_from_dlg>
 # Dictionary [med group name] = region name
 <dictGroupRegion>
 
-# Value to use for Z when the node is not in a region (used to detect problems)                       
+# Value to use for Z when the node is not in a region (used to detect problems)
 zUndef = <z_undef_value_from_dlg>
 
 # Interpolation method
-interpolMethod = <interpolation_method_value_from_dlg>
+<dict_region_interpolation_method>
 
 # Z interpolation on the bathymetry/altimetry on the mesh nodes
-statZ = interpolZ(caseName, medFile, dictGroupRegion, zUndef,interpolMethod)
+statZ = interpolZ(caseName, medFile, dictGroupRegion, zUndef, dict_region_interpolation_method)
+