# Contents * the following line creates the automatic table of contents {:toc} ## Idea ## This page is about this paper: * Michel Crucifix and Jonathan Rougier, [On the use of simple dynamical systems for climate predictions: A Bayesian prediction of the next glacial inception](http://arxiv.org/abs/0906.3625), _[The European Physical Journal]_ **174** (2009), 11-31. This paper tries to predict the next [[glacial cycle]] with a stochastic model, using a [[stochastic differential equation]] derived from a deterministic model from this paper: * B. Saltzman and Kirk Allen Maasch, [A first-order global model of late Cenozoic climatic change II: further analysis based on a simplification of CO2 dynamics](http://www.springerlink.com/content/k867461368787q17/fulltext.pdf), _[Clim. Dyn.](http://www.springerlink.com/content/k867461368787q17/)_ **5** (1991), 201-210. ## Details ## The authors investigate a three-dimensional dynamical system where the variables are * ice volume $I$ * atmospheric $CO_2$ concentration $\mu$ * deep-ocean temperature $\theta$ Saltzman and Mosch considered a deterministic system of this sort obeying the equations $$ \frac{d}{d t}I(t) = -a_1 \left(k_{\mu} \mu(t) + k_{\theta} \theta(t) - K_I I(t)\right) + k_R R(t) $$ $$ \frac{d}{d t}\mu(t) = b_1 \mu(t) - b_2 \mu(t)^2 - b_3 \mu(t)^3 - b_{\theta} \theta) $$ $$ \frac{d}{d t}\theta(t) = - c_1 I - K_{\theta} \theta $$ The term $R(t)$ describes time-dependent external forcing caused, for example, by [[Milankovitch cycles]]. Note that these equations are linear except for the cubic nonlinearity in the carbon dioxide concentration. If we remove the external forcing we see that the system has static solutions, also known as **fixed points**, when: $$ k_{\mu} \mu + k_{\theta} \theta - K_I I = 0 $$ $$ b_1 \mu - b_2 \mu^2 - b_3 \mu^3 - b_{\theta} \theta = 0 $$ $$ c_1 I + K_{\theta} \theta = 0 $$ These fixed points corresponding to equilibrium climates. There may be one, two, or three, depending on how many solutions the second equation has. This depends on the parameters $b_1, b_2, b_3$ and $b_\theta$. When there are three solutions, there are presumably two stable ones corresponding to 'greenhouse' and 'icehouse' climates, separated by an unstable solution. An effect like this has been widely invoked to explain the glacial cycles. This model is mathematically similar to the model of Snowball Earth studied by Zaliapin and Ghil---compare the [[Snowball Earth]] page for more details. However, Zaliapin and Ghil consider a simpler model where the only variable is $I$, the amount of ice. For them, the cubic nonlinearity, and the presence of 'greenhouse' and 'icehouse' phases, come from the [[ice albedo effect]]: lots of ice causes lots of reflected sunlight so the Earth stays cool, little ice causes lots of absorbed sunlight so the Earth stays warm. In the Saltzman-Maasch model, by contrast, the cubic nonlinearity involves $\mu$, the carbon dioxide. +-- {: .query} What was Saltzman and Maasch's reason for positing this nonlinear CO<sub>2</sub> effect? Is this more physically reasonable than using the ice albedo effect as a mechanism to create two stable phases? =--- Crucifix and Rougier take the Saltzmann--Maasch model and turn it into a [[stochastic differential equation]] by adding three uncorrelated white noise terms: $$ d I_t = \left(-a_1 (k_{\mu} \mu + k_{\theta} \theta + k_R R(t)\right) - K_I I ) \; d t + \sqrt{\Sigma_1} \; d W_{1, t} $$ $$ d\mu_t = (b_1 \mu - b_2 \mu^2 - b_3 \mu^3 - b_{\theta} \theta) \; d t + \sqrt{\Sigma_2} \; d W_{2, t} $$ $$ d\theta_t = (- c_1 I - K_{\theta} \theta) \; d t + \sqrt{\Sigma_3} \; d W_{3, t} $$ These equations correspond to the deterministic equations 5a-c) of their paper, augmented by noise according to equation 8. The authors treat some of the parameters of the model as fixed, and some as random variables. They do a Bayesian analysis on past climate data to estimate these parameters, and then predict when the next glacial would begin _assuming no [[global warming]] caused by human interference_. In fact a number of papers suggest that global warming will delay the inception of the next glacial. ## Questions ## * Do the authors draw the parameters on every time step from the according distribution, or do they draw them once for each trajectory aka "particle"? * On page 25 there is the following statement: +-- {: .quote} At each time step, the algorithm considers n (here : n = 50000) samples of model parameters and states called 'particles'. Particles are propagated forward in time according to a three-step process: (1) forward integration of the stochastic equations; (2) particle weight estimation as the product of prior weight and a likelihood taking into account the observation and its uncertainty; and (3) particle resampling in order keep a set of particles that all have approximately the same weight (importance resampling). We emphasise that this algorithm is a filter and not a smoother. Consequently, posterior estimates at any time t are only informed by data prior to time t. =-- +-- {: .query} [[Tim van Beek]]: I don't understand anything after (2)... First aid for item (2) can be found here: * [Particle filter](http://en.wikipedia.org/wiki/Particle_filtering), Wikipedia =-- ## References ## * [LR04 benthic stack](http://www.lorraine-lisiecki.com/stack.html) This book covers many algorithms of the type used here: * Jun S Liu, [Monte Carlo Strategies in Scientific Computing](http://www.springer.com/statistics/statistical+theory+and+methods/book/978-0-387-76369-9), Springer. The paper by Saltzman and Maasch is a followup to * B. Saltzman and Kirk Allen Maasch, A first-order global model of late Cenozoic climatic change, _Trans. R. Soc. Edinburgh Earth Sciences_ **81** (1990), 315-325. Can someone find this free online? Other papers by Saltzman and Maasch will probably be useful: * [Kirk Allen Maasch](http://www.springerlink.com/content/k867461368787q17/), homepage with list of publications. category:climate