shortnames_gcm {eurocordexr} | R Documentation |
Abbreviations for RCM and GCM names
Description
character vectors with short names of RCM and GCMs, with the long RCM/GCM names as vector-names, so it can be used for renaming:
Usage
shortnames_gcm
shortnames_rcm
Format
An object of class character
of length 8.
An object of class character
of length 12.
Examples
# for example from inventory
fn_zip <- system.file("extdata", "inv-test-files.zip", package = "eurocordexr")
tmpdir <- tempdir()
unzip(fn_zip, exdir = tmpdir)
dat_inv <- get_inventory(fs::path(tmpdir, "testdata"))
# compare
cbind(dat_inv$gcm, shortnames_gcm[dat_inv$gcm])
cbind(dat_inv$institute_rcm, shortnames_rcm[dat_inv$institute_rcm])
[Package eurocordexr version 0.2.4 Index]