Sources
Optional sources
listdictionary
longterm
functionThe 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.
Optional sources
listdictionary
Optional options
listdictionary
Optional timesteps
listdictionary
Optional vegetation
listdictionary
Optional picontrol
listdictionary
Optional constants
listdictionary
Optional plot
logicalboolean
Optional restart
data frame