Skip to content

Commit

Permalink
Merge pull request #83 from JGCRI/bug-forcing
Browse files Browse the repository at this point in the history
Volcanic/aerosol forcing variables temporarily removed
  • Loading branch information
stephpenn1 authored Oct 1, 2024
2 parents d3994cb + 796a7be commit 415c83e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inst/shinyApp/components/modules/mod_run.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
),
Expand Down

0 comments on commit 415c83e

Please sign in to comment.