Go to the first, previous, next, last section, table of contents.

Temperatures

Each type of terrain has a temperature range in which it may be found. Any calculation that would fall outside this range will be clipped.

The temperature can be set to have a given value at a given elevation. All air temperatures will be interpolated appropriately.

GlobalVariable: temperature-floor n

This variable is the lowest possible temperature. Defaults to 0.

GlobalVariable: temperature-floor-elevation n

This variable is the elevation at which the temperature is always at temperature-floor. Defaults to 0.

AreaProperty: temperatures layer-data...

This property contains the temperature data itself. If any temperature falls outside the min/max temperature range, then it will be truncated appropriately. Defaults to 0 for each cell.


Go to the first, previous, next, last section, table of contents.