Gets or sets the salt verde climate adjustment percent.

Namespace: WaterSimDCDC
Assembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)

Syntax

C#
public int SaltVerde_Climate_Adjustment_Percent { get; set; }
Visual Basic
Public Property SaltVerde_Climate_Adjustment_Percent As Integer
	Get
	Set

Field Value

The salt verde climate adjustment percent.

Remarks

The percent (Value=50 is 50%) which is used to modify the Salt Verde River flow record, simulating impacts of climate change. Change starts at beginning of Simulation. Range = 0 to 300 Cannot be set after Simulation starts.

Exceptions

ExceptionCondition
WaterSimDCDC..::..WaterSim_Exceptionif setting a value that does not pass the range check

See Also