metaclipcc.DatasetSubset: Directed metadata graph construction for IPCC Atlas product...

Description Usage Arguments Author(s)

View source: R/metaclipcc.DatasetSubset.R

Description

Build a directed metadata graph describing a subset of Dataset

Usage

1
2
3
4
5
6
7
8
9
metaclipcc.DatasetSubset(
  metaclipcc.Dataset,
  Dataset.name,
  variable,
  time.res.orig = c("P1D", "P1M"),
  ipcc.region = "GlobalExtent",
  season = 1:12,
  years
)

Arguments

metaclipcc.Dataset

METACLIP description of the Dataset, as returned by metaclipcc.Dataset.

Dataset.name

Name (label) of the Dataset. This dataset must be included in the internal lookup table, that can be accessed via showIPCCdatasets.

variable

Code of the ECV. This must be an individual instance of ds:Variable.

time.res.orig

Temporal resolution of the original data, as downloaded from ESGF. Monthly ("P1M")for ECV maps, and daily ("P1D") for index calculation.

ipcc.region

Code of the IPCC region. This must be an individual instance of ds:HorizontalExtent.

season

Season. Integer vector of (correlative) months, e.g.: c(12,1,2) for DJF (boreal winter).

years

Integer vector of length two with start/end year of the period, e.g.: c(2016,2035) for the AR5 baseline.

Author(s)

J. Bedia


metaclip/metaclipcc documentation built on Sept. 24, 2021, 6:42 a.m.