diff --git a/inst/shinyApp/components/modules/mod_run.R b/inst/shinyApp/components/modules/mod_run.R index 6153fef..da6cb83 100644 --- a/inst/shinyApp/components/modules/mod_run.R +++ b/inst/shinyApp/components/modules/mod_run.R @@ -58,7 +58,11 @@ run_ui <- function(id) { selectInput(ns("variable"), "Output Variable (please choose after clicking Load Graph):", list("Carbon Cycle" = list("Atmospheric CO2" = CONCENTRATIONS_CO2(), "FFI Emissions" = FFI_EMISSIONS(), - "LUC Emissions" = LUC_EMISSIONS()), + "LUC Emissions" = LUC_EMISSIONS(), + "Methane Concentrations" = CONCENTRATIONS_CH4()), + "Temperature" = list("Global Temperature" = GLOBAL_TAS(), + "Ocean Temperature" = OCEAN_TAS(), + "Ocean Surface Temperature" = SST()), "Concentrations" = list("N2O Concentration" = CONCENTRATIONS_N2O()), "Emissions" = list("Black Carbon Emissions" = EMISSIONS_BC(), "Organic Carbon Emissions" = EMISSIONS_OC()),