diff --git a/Project.toml b/Project.toml index 9c3ed38..31bafa1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ClimateMARGO" uuid = "d3f62095-a717-45bf-aadc-ac9dfc258fa6" -version = "0.0.3" +version = "0.1.0" [deps] Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" diff --git a/README.md b/README.md index d776d41..85b1c5e 100644 --- a/README.md +++ b/README.md @@ -22,17 +22,17 @@ Build status - + Binder logo - +

The MARGO model is described in an accompanying (not yet peer-reviewed) manuscript, available to all at [EarthArXiv.org/5bgyc](https://eartharxiv.org/5bgyc/). -Try out the MARGO model by working through the Binder tutorial right in your browser (you don't need to download anything – just click the [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/hdrake/ClimateMARGO.jl/master?filepath=examples%2Ftutorial%2Fbasic_tutorial.ipynb) button and, once the tutorial loads, click on the code cells and press ``Enter`` to run them). +Try out the MARGO model by working through the Binder tutorial right in your browser (you don't need to download anything – just click the [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/hdrake/ClimateMARGO.jl/master?filepath=examples%2Ftutorial.ipynb) button and, once the tutorial loads, click on the code cells and press ``Enter`` to run them). ClimateMARGO.jl is currently in alpha testing and basic model documentation is slowly being added. Anyone interested in helping develop the model post an Issue here or contact Henri F. Drake directly (henrifdrake `at` gmail.com), until explicit guidelines for contributing to the model are posted at a later date. diff --git a/docs/src/examples_literate/two_dimensional_optimization.jl b/docs/src/examples_literate/two_dimensional_optimization.jl index d9a0628..c630689 100644 --- a/docs/src/examples_literate/two_dimensional_optimization.jl +++ b/docs/src/examples_literate/two_dimensional_optimization.jl @@ -154,6 +154,4 @@ ylabel(L"CO$_{2e}$ removal rate [% of present-day emissions]") yticks(0.:0.2:1.0, ["0%", "20%", "40%", "60%", "80%", "100%"]) annotate(L"$T < 0\degree$C", (0.74, 0.66), xycoords="axes fraction", color="darkblue", fontsize=13) title("Cost-benefit analysis") -gcf() - -# Note: for some reason the figures generated by Literate.jl are bugged... +gcf() \ No newline at end of file diff --git a/environment.yml b/environment.yml index b9d28bd..2a1beae 100644 --- a/environment.yml +++ b/environment.yml @@ -2,5 +2,4 @@ name: ClimateMARGO channels: - conda-forge dependencies: - - nbconvert - matplotlib diff --git a/examples/tutorial/basic_tutorial.ipynb b/examples/tutorial.ipynb similarity index 100% rename from examples/tutorial/basic_tutorial.ipynb rename to examples/tutorial.ipynb