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()
|
||||
self._sort_by_z_and_kp(profiles)
|
||||
|
||||
logger.debug(f"incline = {incline}")
|
||||
|
||||
previous_elevation = -99999.99
|
||||
|
||||
if compute_discharge:
|
||||
incline = self._reach.reach.get_incline_median_mean()
|
||||
logger.debug(f"incline = {incline}")
|
||||
self._data = []
|
||||
for profile in profiles:
|
||||
width = profile.width_approximation()
|
||||
|
|
|
|||
Loading…
Reference in New Issue