hdrake / OptimizeClimate

MOVED TO http://github.com/ClimateMARGO/ClimateMARGO.jl
http://github.com/ClimateMARGO/ClimateMARGO.jl
1 stars 0 forks source link

Add dynamic carbon cycle #13

Open hdrake opened 4 years ago

hdrake commented 4 years ago

At some point, we should replace our simple zero-dimensional transient climate response model with a two-box models for surface ocean / atmosphere and deep ocean (e.g. Held 2010). Similar for adding a two-box carbon cycle for a ocean carbon sink (e.g. Glotter 2014).

hdrake commented 4 years ago

Implemented a version of the Held two-box energy balance model in https://github.com/hdrake/OptimizeClimate/tree/two-box-temperature

hdrake commented 4 years ago

As of https://github.com/hdrake/OptimizeClimate/commit/a1ab9f5c23f72fe2817b1d97b3340a894c586973, the master branch now includes a two-box model. Dynamic carbon cycle may be implemented further down the line, but it is mathematically and conceptually much more elusive (to the general user) than the rest of the model, so it is unclear if the benefit of greater quantitative accuracy is worth the added complexity.