All Projects → acclimate → acclimate

acclimate / acclimate

Licence: AGPL-3.0 License
Acclimate - an agent-based model for economic loss propagation

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to acclimate

Dev-II
For 'Economics Development II' PhD seminar at CUNY Graduate Center. (older site) Generates docs at:
Stars: ✭ 36 (+111.76%)
Mutual labels:  economics, economics-models
py-ecomplexity
Python package to compute economic complexity and associated variables
Stars: ✭ 46 (+170.59%)
Mutual labels:  economics, international-trade
COVID19 AgentBasedSimulation
COVID-ABS: An Agent-Based Model of COVID-19 Epidemic to Simulate Health and Economic Effects of Social Distancing Interventions
Stars: ✭ 56 (+229.41%)
Mutual labels:  economics-models, agent-based-model
covid19 scenarios data
Data preprocessing scripts and preprocessed data storage for COVID-19 Scenarios project
Stars: ✭ 43 (+152.94%)
Mutual labels:  model, modelling
ethereum-economic-model
A modular dynamical-systems model of Ethereum's validator economics
Stars: ✭ 79 (+364.71%)
Mutual labels:  model, modelling
EM3DVP
EM3DVP: a Visual Package for 3D Geo-Electromagnetic modeling and inversion
Stars: ✭ 23 (+35.29%)
Mutual labels:  modelling
carbon footprint
An open-source about a Carbon Footprint Calculator made with Reactjs. The objective is to have a nice simple web about the environment and how to preserve our planet.
Stars: ✭ 14 (-17.65%)
Mutual labels:  climate-change
Climate-Change-Datasets
Here is a list of Climate Change Public Datasets 🌦🌪🌫🌀💧🌊
Stars: ✭ 115 (+576.47%)
Mutual labels:  climate-change
awesome-sustainability-jobs
Dev jobs in the sustainability sector
Stars: ✭ 149 (+776.47%)
Mutual labels:  climate-change
ecmwf models
Python package for downloading ECMWF reanalysis data and converting it into a time series format.
Stars: ✭ 27 (+58.82%)
Mutual labels:  modelling
computational-economy
An agent-based computational economy with macroeconomic equilibria from microeconomic behaviors
Stars: ✭ 67 (+294.12%)
Mutual labels:  economics
cas
Codenotary Community Attestation Service (CAS) for notarization and authentication of digital artifacts
Stars: ✭ 137 (+705.88%)
Mutual labels:  supply-chain
specification
Software Bill of Material (SBOM) standard designed for use in application security contexts and supply chain component analysis
Stars: ✭ 129 (+658.82%)
Mutual labels:  supply-chain
fireo-nodejs
Google Cloud Firestore modern and simplest convenient ORM package in NodeJs. FireO is specifically designed for the Google's Firestore
Stars: ✭ 22 (+29.41%)
Mutual labels:  model
support-tickets-classification
This case study shows how to create a model for text analysis and classification and deploy it as a web service in Azure cloud in order to automatically classify support tickets. This project is a proof of concept made by Microsoft (Commercial Software Engineering team) in collaboration with Endava http://endava.com/en
Stars: ✭ 142 (+735.29%)
Mutual labels:  model
redux-spring
基于 redux 模块化框架
Stars: ✭ 20 (+17.65%)
Mutual labels:  model
datagent
一个用于模块化管理前端请求的工具
Stars: ✭ 41 (+141.18%)
Mutual labels:  model
Chronovox-Studio
Open-Source Voxel Editor
Stars: ✭ 25 (+47.06%)
Mutual labels:  model
core
The foundational components of Esensi
Stars: ✭ 20 (+17.65%)
Mutual labels:  model
openfluid
OpenFLUID framework and applications
Stars: ✭ 19 (+11.76%)
Mutual labels:  modelling

DOI Build

Acclimate - a model for economic loss propagation

C++11-Implementation of the Acclimate model by Sven Willner and Christian Otto.

Description / Citation

The newest ("price") version of the Acclimate model is described in (please cite when using this code):

Class diagram

Class diagram

Dependencies

You need to have CMake installed for compiling the source code (under Ubuntu-like Linux distributions: sudo apt-get install cmake).

External dependecies:

Further built-in dependecies (included in this repository as subtrees):

How to build

Have a look at the CMake documentation of how to invoke CMake on your system. On a system using the make command, simply run:

mkdir build
cd build
cmake ..
make

Further configuration can be done before running make e.g. using ccmake ...

Usage

Multi-regional input-output is used by Acclimate to build-up the baseline economic network. Such data is not included in this repository. In the publications mentioned above the EORA dataset was used.

Acclimate expects a configuration YAML file whose path is given on the commandline when running Acclimate. An example is provided in example/settings.yml.

For information about the built binary run:

./acclimate -i

Old model versions

This implementation also includes the older "basic" and "demand" versions. These are described in:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].