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

Bundle model as julia module #1

Closed hdrake closed 4 years ago

hdrake commented 4 years ago

The MARGO workflow in the master branch currently requires reading in the source files from a local copy of the repo. It shouldn't take much work to bundle all of the existing code as a Julia module (first goal) and then, once it is documented sufficiently well, make a formal v1.0 release and put it in the Julia registry.

As a proof of concept, I have the bare-bones version of the MARGO module in this this branch: https://github.com/hdrake/MARGO.jl/tree/release-as-module

hdrake commented 4 years ago

Done, see v0.0.2 release!