Click or drag to resize

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

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
public void Prepare(
	DateTime simulationStartTime,
	DateTime simulationEndTime,
	RRParameters rrpar,
	Diagnostics diagnostics,
	IConnection connection = null
)

Parameters

simulationStartTime
Type: SystemDateTime

[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
Type: SystemDateTime

[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
Type: DHI.Mike1D.RainfallRunoffModuleRRParameters

[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
Type: DHI.Mike1D.GenericDiagnostics

[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 (Optional)
Type: DHI.Mike1D.GenericIConnection

[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