FixOurFood / FoF_streamlit_dashboard

Streamlit implementation of a Dashboard for the FixOurFood project
2 stars 1 forks source link

Test and compare MAGICC vs FAIR #14

Open jucordero opened 1 year ago

jucordero commented 1 year ago

MAGICC (https://magicc.org/) is a climate carbon cycle model often used to predict warming as a function of GHGE. It can provide an alternative to FAIR and it is known to predict a slightly higher warming.

A fun project would be to add a toggle switch on the advanced settings tab to change the atmospheric model running under the dashboard between the two above.

There is a python wrapper around MAGICC called pymagicc (https://github.com/openscm/pymagicc) which can be used to easily compare the two under similar inputs

jucordero commented 1 year ago

Running fair in an isolated environment in streamlit doesn't seem to be straightforward, as it uses the WINE compatibility layer. Not sure if this can be achieved in the streamlit cloud service