OMS-NetZero / FAIR

Finite-amplitude Impulse Response simple climate model
https://docs.fairmodel.net
Apache License 2.0
121 stars 61 forks source link

Breakdown of Etminan CO2 forcing relationship #72

Closed chrisroadmap closed 4 years ago

chrisroadmap commented 4 years ago

Above about 3000 ppm CO2 the non-logarithmic terms in the Etminan relationship start to dominate and produce CO2 forcing that is no longer monotonically increasing with CO2 concentrations. Above around 6600 ppm the forcing for increasing CO2 turns negative! In their defence the relationship was not trained to fit such high values of concentrations, but should users ever want to investigate palaeo conditions (not recommended currently, but a possible additional future feature) then this should be considered.

To avoid this, users are free to choose AR5 forcing relationships (select ghg_forcing='Myhre' in call to fair_scm). A nice solution would be to seamlessly transition from Etminan to Myhre depending on concentrations of CO2, CH4 and N2O.

Hans-PeterH commented 4 years ago

Meinshausen et al. (2019; https://doi.org/10.5194/gmd-2019-222, Section 2.7) suggest a modification of the formulas of Etminan et al. which is valid for higher concentrations. Do you plan to include these formulas into FaIR such that a transition from Etminan to Myhre is no longer necessary?

chrisroadmap commented 4 years ago

Excellent suggestion! I will do this next week when at my desk.

On Mon, 20 Jul 2020, 15:47 Hans-Peter Hafner, notifications@github.com wrote:

Meinshausen et al. (2019; https://doi.org/10.5194/gmd-2019-222, Section 2.7) suggest a modification of the formulas of Etminan et al. which is valid for higher concentrations. Do you plan to include these formulas into FaIR such that a transition from Etminan to Myhre is no longer necessary?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/OMS-NetZero/FAIR/issues/72#issuecomment-661086300, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABV35HGWGOMWCYFPTVJTRHLR4RKJRANCNFSM4JMDL6EQ .

Hans-PeterH commented 4 years ago

Thanks!