CatchmentsPrepare(DateTime, DateTime, RRParameters, Diagnostics, IConnection) Method

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

Definition

Namespace: DHI.Mike1D.RainfallRunoffModule
Assembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void Prepare(
	DateTime simulationStartTime,
	DateTime simulationEndTime,
	RRParameters rrpar,
	Diagnostics diagnostics,
	IConnection connection = null
)

Parameters

simulationStartTime  DateTime

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

simulationEndTime  DateTime

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

rrpar  RRParameters

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

diagnostics  Diagnostics

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

connection  IConnection  (Optional)

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

See Also