Click or drag to resize

CatchmentNamAdditionalCalculatePrecipitationCorrections Method

Calculates and updates the precipitation correction values for each snow zone, from the PrecipitationCorrectionRate and LevelForReferencePrecipitation.

The ZoneElevation must be defined. It updates the ZonePrecipitationCorrection

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 CalculatePrecipitationCorrections(
	CatchmentNam nam
)

Parameters

nam
Type: DHI.Mike1D.RainfallRunoffModuleCatchmentNam
NAM catchment to update
See Also