oggm_edu.Glacier.add_temperature_bias#

Glacier.add_temperature_bias(bias, duration, noise=None)#

Add a gradual temperature bias to the future mass balance of the glacier. Note that the method is cumulative, i.e. calling it multiple times will extend the prescribed climate. glacier.

Parameters:
biasfloat

Temperature bias to apply

duration: int

Specify during how many years the bias will be applied.

noiselist(float, float)

Sequence of floats which defines the lower and upper boundary of the random noise to add to the trend.