-
Lavinia Baumstark authoredLavinia Baumstark authored
realization.gms 1.29 KiB
*** | (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/33_CDR/weathering.gms
*' @description
*' In this realization, enhanced weathering of rocks can be used to remove CO2 from the atmosphere in addition to BECCS and afforestation.
*' Electricty is needed to grind the rocks and diesel is needed for transportation and spreading on crop fields.
*####################### R SECTION START (PHASES) ##############################
$Ifi "%phase%" == "sets" $include "./modules/33_CDR/weathering/sets.gms"
$Ifi "%phase%" == "declarations" $include "./modules/33_CDR/weathering/declarations.gms"
$Ifi "%phase%" == "datainput" $include "./modules/33_CDR/weathering/datainput.gms"
$Ifi "%phase%" == "equations" $include "./modules/33_CDR/weathering/equations.gms"
$Ifi "%phase%" == "bounds" $include "./modules/33_CDR/weathering/bounds.gms"
*######################## R SECTION END (PHASES) ###############################
*** EOF ./modules/33_CDR/weathering.gms