Input

Input arguments to the longterm function

The Longterm Climate Model can be run with no arguments as follows.

output <- longterm()
output = longterm.run();

This, however, is a boring use of longterm, as it will simply return the steady-state preindustrial climate. More interesting simulations are generated by setting some of the optional arguments, especially sources. For example, you could run a simulation in which a 1 W/m2 top-of-atmosphere radiative forcing is turned on and kept on.

output <- longterm(sources(rad=1))
output = longterm.run(sources({"rad":1}));

Details on all of longterm’s optional input variables can be found in the pages below.


Sources

Optional sources listdictionary

Options

Optional options listdictionary

Timesteps

Optional timesteps listdictionary

Vegetation

Optional vegetation listdictionary

PIControl

Optional picontrol listdictionary

Constants

Optional constants listdictionary

Plot

Optional plot logicalboolean

Restart

Optional restart data framedictionary of lists