R/cmip_params.R

Defines functions cmip6_params

Documented in cmip6_params

#' Hector calibrated CMIP6 parameters
#'
#' @return
#' @author Alexey Shiklomanov
#' @export
cmip6_params <- function() {
  f <- here::here("data-raw", "cmip6_paramter_fits.csv")
  ctypes <- readr::cols(.default = "d", model = "c")
  readr::read_csv(f, col_types = ctypes) %>%
    dplyr::select(model, dplyr::everything())
}
ashiklom/hector-rcmip documentation built on Sept. 23, 2020, 11:30 a.m.