Skip to content

Addition of Geoffroy/Held two layer model

Compare
Choose a tag to compare
@chrisroadmap chrisroadmap released this 19 Mar 10:03
· 72 commits to master since this release
ae73c6c

This minor version adds in the Geoffroy/Held two layer model. Thanks to Glen Harris.

from climateforcing.twolayermodel import TwoLayerModel
scm = TwoLayerModel()
out = scm.run()

See the code in src/climateforcing/twolayermodel for details.