Description Usage Arguments Details Value Examples
Get ALFRESCO output directories for an ALFRESCO project.
1 | get_out_dirs(domain, project, cru, cru_id = "CRU 3.2")
|
domain |
character, the ALFRESCO run spatial domain, either |
project |
character, valid projects based on the domain. See details. |
cru |
logical, whether data extraction is for historical years (ALFRESCO runs based on CRU data) or projected years (GCM data). |
cru_id |
character, label for CRU data. Defaults to |
This function supports data extraction procedures for ALFRESCO model geotiff map outputs.
A project refers to a collection of output directories pertaining to the set of climate models and emissions scenarios/RCPs
that were used in project simulations. This function returns the full file path to each pertinent directory, given a valid domain
and project
.
Valid projects for Alaska/western Canada include "IEM"
and "FMO_Calibrated"
. For Alaska "statewide", it is "CMIP5_SW"
.
a vector of project climate model/emissions scenario ALFRESCO output directories.
1 | ## Not run: domain = "ak1km", project = "CMIP5_SW", cru = TRUE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.