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