Click or drag to resize

CatchmentNamAdditionalCalculateTemperatureCorrections Method

Calculates and updates the wet and dry temperature correction values for each snow zone, from the WetTemperatureLapseRate, DryTemperatureLapseRate and LevelForReferenceTemperature.

The ZoneElevation must be defined. It updates the ZoneDryTemperatureCorrection and the ZoneWetTemperatureCorrection.

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

Parameters

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