RRExtensionsUHMRescaleTimeStep Method

Rescale time step for UHM catchments such that the number of computational cells do not get too big. A "decent" range of value for maxNumberOfCells is 100-200.

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 static void UHMRescaleTimeStep(
	RainfallRunoffData rrData,
	int maxNumberOfCells = 200
)

Parameters

rrData  RainfallRunoffData

[Missing <param name="rrData"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.RRExtensions.UHMRescaleTimeStep(DHI.Mike1D.RainfallRunoffModule.RainfallRunoffData,System.Int32)"]

maxNumberOfCells  Int32  (Optional)

[Missing <param name="maxNumberOfCells"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.RRExtensions.UHMRescaleTimeStep(DHI.Mike1D.RainfallRunoffModule.RainfallRunoffData,System.Int32)"]

See Also