Skip to content

Commit

Permalink
fix gcm list
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaust committed Jan 22, 2024
1 parent 04f626c commit 1fe1307
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions R/data-lists.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
#' @rdname data-option-lists
#' @export
list_gcm <- function() {
c(
"ACCESS-ESM1-5", "BCC-CSM2-MR", "CanESM5", "EC-Earth3", "GISS-E2-1-G",
"INM-CM5-0", "IPSL-CM6A-LR", "MIROC6", "MPI-ESM1-2-HR", "MRI-ESM2-0"
)
c("ACCESS-ESM1-5", "BCC-CSM2-MR", "CanESM5", "CNRM-ESM2-1", "EC-Earth3",
"GFDL-ESM4", "GISS-E2-1-G", "INM-CM5-0", "IPSL-CM6A-LR", "MIROC6",
"MPI-ESM1-2-HR", "MRI-ESM2-0", "UKESM1-0-LL")
# sort(dbGetQuery(dbCon, "SELECT DISTINCT mod FROM esm_layers_ts")[,1])
}

Expand Down

0 comments on commit 1fe1307

Please sign in to comment.