ClimateMARGO / ClimateMARGO.jl

Julia implementation of MARGO, an idealized climate-economic modelling framework for Optimizing trade-offs between emissions Mitigation, Adaptation, carbon dioxide Removal, and solar Geoengineering.
https://margo.plutojl.org/
MIT License
67 stars 13 forks source link

WIP: Towards abstract MARGO data structures #45

Closed hdrake closed 3 years ago

hdrake commented 3 years ago

I've started addressing https://github.com/hdrake/ClimateMARGO.jl/issues/29 here.

hdrake commented 3 years ago

Should see if the issue of JuMPification of the MARGO diagnostics (https://github.com/hdrake/ClimateMARGO.jl/issues/18) can be addressed in this PR. It really would be a pain if every diagnostic would have to be re-written within JuMP every time an existing one is changed or a new one is implemented.