Skip to content

yanboyang713/bernSCM

 
 

Repository files navigation

BernSCM v1.0

The Bern Simple Climate Model (BernSCM) is a free open source reimplementation of a reduced form carbon cycle-climate model which has been used widely in previous scientific work and IPCC assessments.
BernSCM represents the carbon cycle and climate system with a small set of equations for the heat and carbon budget, the parametrization of major nonlinearities, and the substitution of complex component systems with impulse response functions (IRF). The IRF approach allows cost-efficient yet accurate substitution of detailed parent models of climate system components with near linear behaviour. Illustrative simulations of scenarios from previous multi-model studies show that BernSCM is broadly representative of the range of the climate-carbon cycle response simulated by more complex and detailed models. Model code (in Fortran) was written from scratch with transparency and extensibility in mind, and is provided as open source. BernSCM makes scientifically sound carbon cycle-climate modeling available for many applications. Supporting up to decadal timesteps with high accuracy, it is suitable for studies with high computational load, and for coupling with, e.g., Integrated Assessment Models (IAM). Further applications include climate risk assessment in a business, public, or educational context, and the estimation of CO2 and climate benefits of emission mitigation options.

See the file BernSCM_manual(.pdf) for instructions on the use of the program.

Build the container

docker build --no-cache -t alpine-jupyter:latest .

Run

  1. docker run --rm -it -p 8888:8888 -v $(pwd):/source alpine-jupyter /bin/bash
  2. conda activate myenv
  3. jupyter notebook --ip='*' --NotebookApp.token='' --NotebookApp.password='' --allow-root

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.9%
  • Fortran 1.8%
  • C++ 0.5%
  • TeX 0.3%
  • Python 0.1%
  • Makefile 0.1%
  • Other 0.3%