From 796a7becd4ac5cc704ceb57c919945245b9c49f4 Mon Sep 17 00:00:00 2001 From: Ciara Donegan <82416895+ciara-donegan@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:18:01 -0400 Subject: [PATCH] Volcanic/aerosol forcing variables temporarily removed Variables temporarily removed from app, as there is an issue with Hector that causes values to not be affected by parameter changes correctly. Will be added back to the app when the issue is fixed. --- inst/shinyApp/components/modules/mod_run.R | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inst/shinyApp/components/modules/mod_run.R b/inst/shinyApp/components/modules/mod_run.R index da6cb83..437e726 100644 --- a/inst/shinyApp/components/modules/mod_run.R +++ b/inst/shinyApp/components/modules/mod_run.R @@ -70,10 +70,10 @@ run_ui <- function(id) { "RF - Albedo" = RF_ALBEDO(), "RF - CO2" = RF_CO2(), "RF - N2O" = RF_N2O(), - "RF - Black Carbon" = RF_BC(), - "RF - Organic Carbon" = RF_OC(), - "RF - Total SO2" = RF_SO2(), - "RF - Volcanic Activity" = RF_VOL(), + #"RF - Black Carbon" = RF_BC(), + #"RF - Organic Carbon" = RF_OC(), + #"RF - Total SO2" = RF_SO2(), + #"RF - Volcanic Activity" = RF_VOL(), "RF - CH4" = RF_CH4())), selected = "Atmospheric CO2", multiple = FALSE) ),