mirror of https://gitlab.com/pamhyr/pamhyr2
debug
parent
fe30a20882
commit
453a2084e7
|
|
@ -372,12 +372,11 @@ class InitialConditions(SQLSubModel):
|
||||||
profiles = self._reach.reach.profiles.copy()
|
profiles = self._reach.reach.profiles.copy()
|
||||||
self._sort_by_z_and_kp(profiles)
|
self._sort_by_z_and_kp(profiles)
|
||||||
|
|
||||||
logger.debug(f"incline = {incline}")
|
|
||||||
|
|
||||||
previous_elevation = -99999.99
|
previous_elevation = -99999.99
|
||||||
|
|
||||||
if compute_discharge:
|
if compute_discharge:
|
||||||
incline = self._reach.reach.get_incline_median_mean()
|
incline = self._reach.reach.get_incline_median_mean()
|
||||||
|
logger.debug(f"incline = {incline}")
|
||||||
self._data = []
|
self._data = []
|
||||||
for profile in profiles:
|
for profile in profiles:
|
||||||
width = profile.width_approximation()
|
width = profile.width_approximation()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue