CatchmentSurfaceFillStorage Method
Fills a specific storage with a giving amount of inflow (rain).
This procedure will update the amount of inflow not added to the storage,
and returns the new depth of the storage.
Namespace: DHI.Mike1D.RainfallRunoffModuleAssembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
public static double FillStorage(
ref double netInflow,
double storage,
double storageCapacity
)
- netInflow Double
- Net inflow, rain or similar [m]. Output is part that was not added due to storageCapacity limitation.
- storage Double
- Current depth of the storage to be filled [m]
- storageCapacity Double
- Capacity of the storage to be filled [m]
DoubleNew storage depth