From e83aa6e233a8733f1952d26c0506a3cce01b7680 Mon Sep 17 00:00:00 2001 From: Jakob Duerrwaechter Date: Thu, 18 Jan 2024 18:32:51 +0100 Subject: [PATCH] adapt to Remind variable name change --- R/reportFE.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/reportFE.R b/R/reportFE.R index 63583fd0..ec324f26 100644 --- a/R/reportFE.R +++ b/R/reportFE.R @@ -561,7 +561,7 @@ reportFE <- function(gdx, regionSubsetList = NULL, vm_cesIO <- readGDX(gdx, name=c("vm_cesIO"), field="l", restore_zeros=FALSE,format= "first_found")[,t,]*TWa_2_EJ if(any_process_based){ - v37_outflowPrc <- readGDX(gdx, name=c("v37_outflowPrc"), field="l", restore_zeros=FALSE, format="first_found", react='silent')[,t,] + vm_outflowPrc <- readGDX(gdx, name=c("vm_outflowPrc"), field="l", restore_zeros=FALSE, format="first_found", react='silent')[,t,] o37_demFePrc <- readGDX(gdx, name=c("o37_demFePrc"), restore_zeros=FALSE,format= "first_found")[,t,] * TWa_2_EJ o37_demFePrc [is.na(o37_demFePrc )] = 0. o37_ProdIndRoute <- readGDX(gdx, name=c("o37_ProdIndRoute"), restore_zeros=FALSE, format="first_found", react='silent')[,t,]