/pyscm

A simple climate model written entirely in python

Primary LanguagePython

pySCM

Build Status Codecov Docs

pySCM is a simple climate model developed in Python for producing timeseries of annual mean global mean surface temperature from projections of greenhouse gases. pySCM is purposely very simple using only a few couple differential equations. This means that pySCM is very fast and is controlled using only a few parameters.

Documentation

Instructions for using pySCM and a description of the equations used in pySCM are provided in the Documentation.

Development

git clone git@github.com:bodekerscientific/pyscm.git
pip install -e .

Tests can be run locally with

python setup.py test