Click or drag to resize

CatchmentsPrepare Method (DateTime, RRParameters, Diagnostics)

Note: This API is now obsolete.

Prepare Rainfall Runoff models. Sets up dynamic data so that the model is ready for first time step.

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
[ObsoleteAttribute("Use version which includes also simulationEndTime")]
public void Prepare(
	DateTime simulationStartTime,
	RRParameters rrpar,
	Diagnostics diagnostics
)

Parameters

simulationStartTime
Type: SystemDateTime

[Missing <param name="simulationStartTime"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchments.Prepare(System.DateTime,DHI.Mike1D.RainfallRunoffModule.RRParameters,DHI.Mike1D.Generic.Diagnostics)"]

rrpar
Type: DHI.Mike1D.RainfallRunoffModuleRRParameters

[Missing <param name="rrpar"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchments.Prepare(System.DateTime,DHI.Mike1D.RainfallRunoffModule.RRParameters,DHI.Mike1D.Generic.Diagnostics)"]

diagnostics
Type: DHI.Mike1D.GenericDiagnostics

[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.Catchments.Prepare(System.DateTime,DHI.Mike1D.RainfallRunoffModule.RRParameters,DHI.Mike1D.Generic.Diagnostics)"]

Implements

ICatchmentsPrepare(DateTime, RRParameters, Diagnostics)
See Also