Description Usage Arguments Value
View source: R/read_dbem_ens.R
This function loads the DBEM files from the GFDL 8.5 ensemble member from the CORU-DROBO. You have to be connected to the UBC network and have access to the CORU-DROBO in order to use the function. Note that user/id will not be required but the path wont be found. #'
1 2 | read_dbem_ens(taxon_key, year, model = "GFDL", rcp = 85, ensemble,
data_type, path)
|
taxon_key |
is the species to load as taxon key number |
year |
expects a year of sequence of years to load the data from 1951 to 2099 |
model |
is the ESM models to load; GFDL; IPSL, MPI. For all models select "All". Note that for now model is set to GFDL since is the only one we have |
rcp |
expects "26" for RCP 2.6-low emission scenario and "85" for RCP 8.5-high emission scenario. For now set to 85 as we do not have other |
ensemble |
Expects the ensemble number. Note, it wont load all ensembles at a time. |
data_type |
expects Catch or Abd data |
path |
Expects the computer head path before DROBO. Do not include / |
A tibble with the data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.