worlddynamics / WorldDynamics.jl

An open-source framework written in Julia for global integrated assessment models.

Home Page:https://worlddynamics.github.io/WorldDynamics.jl/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WorldDynamics.jl

DOI DOI

WorldDynamics.jl is an open-source framework written in Julia for world dynamics modeling and simulation. Check out the WorldDyanmics Organization for information on the World Dynamics project.

Getting started

From the Julia REPL, install the package with

]add WorldDynamics

You can now use the package, e.g. for reproducing Figure 7.7 from the book Dynamics of growth in a finite world:

using WorldDynamics
World3.fig_7()

Here is the output superposed to the original picture: image

For how to produce different figures (and much more), please see the documentation.

Contribution guidelines

Contributions are welcome! Please see CONTRIBUTING.md for details.

How to cite this work

@article{Crescenzi2024,
        doi = {10.21105/joss.05772},
        url = {https://doi.org/10.21105/joss.05772},
        year = {2024},
        publisher = {The Open Journal},
        volume = {9},
        number = {95},
        pages = {5772},
        author = {Pierluigi Crescenzi and Emanuele Natale and Aurora Rossi and Paulo Bruno Serafim},
        title = {WorldDynamics.jl: A Julia Package for Developing and Simulating Integrated Assessment Models},
        journal = {Journal of Open Source Software}
}

Publications

  • Pierluigi Crescenzi, Emanuele Natale, Aurora Rossi, Paulo Serafim. WorldDynamics.jl: A Julia Package for Developing and Simulating Integrated Assessment Models. Journal of Open Source Software, 9(95), 5772. 2024. DOI

  • Pierluigi Crescenzi, Hicham Lesfari, Emanuele Natale, Aurora Rossi, Paulo Serafim. Un framework open-source écrit en Julia pour la modélisation d'évaluation globale intégrée. ROADEF 2023, Feb 2023, Rennes, France. 10.5281/zenodo.7093581. hal-04008491

Acknowledgments

We thank for their support:

About

An open-source framework written in Julia for global integrated assessment models.

https://worlddynamics.github.io/WorldDynamics.jl/dev/

License:MIT License


Languages

Language:Julia 100.0%