Skip to content
Snippets Groups Projects
Commit 2cb0a6c3 authored by Alois Dirnaichner's avatar Alois Dirnaichner
Browse files

Add call to EDGE_Transport script for reporting purposes to the *output* phase...

Add call to EDGE_Transport script for reporting purposes to the *output* phase of the edge_esm module.
parent bb220ca5
No related branches found
No related tags found
1 merge request!79EDGE-T Validation Output - Fix
*** | (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/35_transport/edge_esm/output.gms
Execute "Rscript EDGE_transport.R --reporting";
*** EOF ./modules/35_transport/edge_esm/output.gms
...@@ -25,5 +25,6 @@ $Ifi "%phase%" == "preloop" $include "./modules/35_transport/edge_esm/preloop.gm ...@@ -25,5 +25,6 @@ $Ifi "%phase%" == "preloop" $include "./modules/35_transport/edge_esm/preloop.gm
$Ifi "%phase%" == "bounds" $include "./modules/35_transport/edge_esm/bounds.gms" $Ifi "%phase%" == "bounds" $include "./modules/35_transport/edge_esm/bounds.gms"
$Ifi "%phase%" == "presolve" $include "./modules/35_transport/edge_esm/presolve.gms" $Ifi "%phase%" == "presolve" $include "./modules/35_transport/edge_esm/presolve.gms"
$Ifi "%phase%" == "postsolve" $include "./modules/35_transport/edge_esm/postsolve.gms" $Ifi "%phase%" == "postsolve" $include "./modules/35_transport/edge_esm/postsolve.gms"
$Ifi "%phase%" == "output" $include "./modules/35_transport/edge_esm/output.gms"
*######################## R SECTION END (PHASES) ############################### *######################## R SECTION END (PHASES) ###############################
*** EOF ./modules/35_transport/edge_esm.gms *** EOF ./modules/35_transport/edge_esm.gms
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment