Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/witch-team/witchmodel
The WITCH integrated assessment model
https://github.com/witch-team/witchmodel
Last synced: 3 months ago
JSON representation
The WITCH integrated assessment model
- Host: GitHub
- URL: https://github.com/witch-team/witchmodel
- Owner: witch-team
- License: apache-2.0
- Created: 2021-01-15T15:55:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T08:36:20.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T21:11:41.620Z (almost 2 years ago)
- Language: GAMS
- Homepage: https://www.witchmodel.org
- Size: 85.9 KB
- Stars: 22
- Watchers: 8
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- awesome-sustainable-finance - WITCH - World Induced Technical Change Hybrid model. (Integrated Assessment Models / Cloud Carbon Footprints)
- awesome-sustainable-finance - WITCH - World Induced Technical Change Hybrid model (Open Source Frameworks (Models and Tools) / Integrated Assessment Models)
README
# WITCH : World Induced Technical Change Hybrid model
Version 5.2.0
This is the WITCH integrated assessment model (https://www.witchmodel.org) designed to assess climate change impacts and solutions. WITCH is a global dynamic model integrating the interactions between the economy, the technological options, and climate change. The WITCH model represents the complete dynamic of climate change mitigation and adaptation for 17 macro-regions for the next 100 years.
## Quick setup
### From the bundle
1) Download and unzip https://github.com/witch-team/witchmodel/releases/download/v5.2.0/witchmodel-bundle.zip
2) Run WITCH (you will need a working `GAMS/CONOPT` license).
```sh
gams run_witch.gms
```### From the source code
1) Get the source code of the WITCH model
```Shell
git clone [email protected]:witch-team/witchmodel.git
```2) Download and unzip https://github.com/witch-team/witchmodel/releases/download/v5.2.0/witchmodel-bundle.zip
3) Copy the entire directory `data_witch17` into the WITCH directory (`witchmodel`).
3) Run WITCH (you will need a working GAMS/CONOPT license).
```sh
cd witchmodel
gams run_witch.gms
```## Documentation
An extensive documentation of the WITCH model is available at https://www.witchmodel.org/documentation.
## Contact information