Click or drag to resize

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.

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static void UHMRescaleTimeStep(
	RainfallRunoffData rrData,
	int maxNumberOfCells = 200
)

Parameters

rrData
Type: DHI.Mike1D.RainfallRunoffModuleRainfallRunoffData

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

maxNumberOfCells (Optional)
Type: SystemInt32

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

See Also