Click or drag to resize

CatchmentCombinedPrepare Method

Prepare Rainfall Runoff model. 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 override void Prepare(
	DateTime simulationStartTime,
	DateTime simulationEndTime,
	RRParameters rrpars,
	IDiagnostics diagnostics
)

Parameters

simulationStartTime
Type: SystemDateTime

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

simulationEndTime
Type: SystemDateTime

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

rrpars
Type: DHI.Mike1D.RainfallRunoffModuleRRParameters

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

diagnostics
Type: DHI.Mike1D.GenericIDiagnostics

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

Implements

ICatchmentPrepare(DateTime, DateTime, RRParameters, IDiagnostics)
See Also