Click or drag to resize

CatchmentSurfacePerformTimeStep Method

Take timestep for surface, filling storages and evaluating evaporation and infiltration

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void PerformTimeStep(
	double dt,
	double rainRate,
	double potentialEvaporationRate
)

Parameters

dt
Type: SystemDouble
Time step in seconds
rainRate
Type: SystemDouble
Rain intensity in [m/s]
potentialEvaporationRate
Type: SystemDouble
Potential evaporation in [m/s]
See Also