File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/lisflood/hydrological_modules Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -187,10 +187,7 @@ def initial(self):
187
187
flood_outflow = lookupscalar (str (binding ['ReservoirFloodOutflow' ]), ReservoirSitePcr )
188
188
flood_outflow = compressArray (flood_outflow )
189
189
flood_outflow = np .compress (self .var .ReservoirSitesC > 0 , flood_outflow )
190
- self .var .FloodReservoirOutflow = np .maximum (self .var .NormalReservoirOutflow , factor_outflow * flood_outflow )
191
-
192
- # # release coefficient
193
- # self.var.k = np.maximum(1 - 5 * self.var.TotalReservoirStorageM3CC * (1 - self.var.FloodStorageLimit) / self.var.CatchmentAreaM2, 0)
190
+ self .var .FloodReservoirOutflow = np .maximum (self .var .NormalReservoirOutflow , factor_outflow * flood_outflow )
194
191
195
192
# INITIAL CONDITIONS
196
193
You can’t perform that action at this time.
0 commit comments