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

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

Parameters

nam  CatchmentNam
NAM catchment to update

See Also