clim_inputs_table.Rd
This function creates a data frame of inputs used for climate data extraction from downscaled AR5 source data.
clim_inputs_table(base_path = snapdef()$ar5dir, vars = snapdef()$ar5var, models = snapdef()$ar5all)
base_path | source directory for downscaled climate tifs. |
---|---|
vars | vector of climate variables. |
models | vector of GCMs and CRU model. |
a data frame.
Default arguments are those in the snapdef()
defaults list.
# NOT RUN { library(dplyr) clim_inputs_table() %>% filter(!(model == "ts40" & var %in% c("tasmin", "tasmax"))) # }