Temperature Climate Change

This behavior changes the value of the Mean Annual Temperature parameter of the SORTIE plot. This can be used to simulate the effects of climate change. If the run does not have a behavior that uses temperature, this will have no effect.

Parameters for this behavior

Parameter nameDescription
Temperature Change - B "B" in the function for varying temperature through time.
Temperature Change - C "C" in the function for varying temperature through time.
Temperature Change - Temp Lower Bound The lower bound for allowed temperature values.
Temperature Change - Temp Upper Bound The upper bound for allowed temperature values.

How it works

The value for plot temperature is a function of time elapsed since the start of the run, as follows:

T = T1 + B * tC

where:

This value is then given to the Plot object which makes it available to other behaviors in the run.

You can set bounds on the possible temperature values using the Temperature Change - Temp Lower Bound and Temperature Change - Temp Upper Bound parameters. Values are not allowed to go outside these limits.

How to apply it

Add this behavior to the run. You can use it alone or in addition to the Precipitation Climate Change behavior. You do not need to assign this behavior to trees.