panday1995 / GCAM

0 stars 3 forks source link

GCAM paper collection

This is a repository stores related code and materials that introduce, use, and develop GCAM (global change analysis model).

How to use

Prerequisite

Use

  1. Clone the repository

    git clone https://github.com/panday1995/GCAM.git
  2. Change the path to the GCAM xml files in trans_update.py on line 7.

    xml_path = "your/path/to/xml" 
  3. Run the script

    python trans_update.py

Cite me