Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 800 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 800 Bytes

tim-gams

To obtain the model, including the TIMES source code, run the following command:

git clone --recurse-submodules https://github.com/esma-cu/tim-gams

To run a specific scenario (e.g. no_mitigation) execute the following command from root:

GAMS runmodel --scenario=no_mitigation

The model is solved using HiGHS by default. Adjust the command to solve it e.g., with CPLEX:

GAMS runmodel --scenario=no_mitigation --solve_with=CPLEX

You can also transform any of the scenarios to a scalar model using CONVERT. The options, e.g. MPS format, can be specified in convert.opt.

GAMS runmodel --scenario=no_mitigation --solve_with=CONVERT