Addition of Geoffroy/Held two layer model
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.