*** | (C) 2006-2019 Potsdam Institute for Climate Impact Research (PIK) *** | authors, and contributors see CITATION.cff file. This file is part *** | of REMIND and licensed under AGPL-3.0-or-later. Under Section 7 of *** | AGPL-3.0, you are granted additional permissions described in the *** | REMIND License Exception, version 1.0 (see LICENSE file). *** | Contact: remind@pik-potsdam.de *** SOF ./modules/32_power/module.gms *' @title Power sector *' *' @description The 32_power module determine the operation production decision for the electricity supply. *' *' *' The `IntC` realization (Integrated Costs) assume a single electricity market balance. *' *' The `RLDC` realization (Residual Load Duration Curve) distinguish different operation electricity supply decisions under four distinct load bands, plus additional peak capacity requirements. *' *' @authors Robert Pietzcker, Falko Ueckerdt, Renato Rodrigues *###################### R SECTION START (MODULETYPES) ########################## $Ifi "%power%" == "IntC" $include "./modules/32_power/IntC/realization.gms" $Ifi "%power%" == "RLDC" $include "./modules/32_power/RLDC/realization.gms" *###################### R SECTION END (MODULETYPES) ############################ *** EOF ./modules/32_power/module.gms