Skip to content

Commit

Permalink
bugfix: default climr_downscale(..., which_normal = "auto")
Browse files Browse the repository at this point in the history
  • Loading branch information
CeresBarros committed Feb 12, 2024
1 parent 9fa3eaf commit e357f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/climr_downscale.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
#' vars = vars)
#' }
#' @export
climr_downscale <- function(xyz, which_normal = c("auto", list_normal()), historic_period = NULL, historic_ts = NULL,
climr_downscale <- function(xyz, which_normal = "auto", historic_period = NULL, historic_ts = NULL,
gcm_models = NULL, ssp = list_ssp(),
gcm_period = NULL, gcm_ts_years = NULL, gcm_hist_years = NULL, max_run = 0L, return_normal = TRUE,
vars = sort(sprintf(c("PPT%02d", "Tmax%02d", "Tmin%02d"), sort(rep(1:12, 3)))), cache = TRUE,
Expand Down

0 comments on commit e357f8d

Please sign in to comment.