Skip to content

Commit

Permalink
Add temp vars
Browse files Browse the repository at this point in the history
  • Loading branch information
stephpenn1 committed Jun 6, 2024
1 parent 65170b0 commit f36ffb3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion inst/shinyApp/components/modules/mod_run.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down

0 comments on commit f36ffb3

Please sign in to comment.