Skip to content

Commit 38e091a

Browse files
committed
Merge branch 'master' into internal_SI_units
2 parents cf19493 + 2305741 commit 38e091a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Wflow/src/routing/surface/surface_local_inertial.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ Returns tuple: (inflow, abstraction_to_add)
12721272
available_volume =
12731273
if overland_flow_model.variables.storage[i] >=
12741274
river_flow_model.parameters.bankfull_storage[river_idx]
1275-
river_flow_model.parameters.bankfull_depth[river_idx]
1275+
river_flow_model.parameters.bankfull_storage[river_idx]
12761276
else
12771277
river_flow_model.variables.storage[river_idx]
12781278
end

0 commit comments

Comments
 (0)