Skip to contents

Reports which of the 8 CF-standard met variables are directly available and which need derivation (e.g. prec from rainc + rainnc).

Usage

cae_check_variables(model, scenario, timescale = "1hr", resolution = "d01")

Arguments

model

character; GCM name

scenario

character; SSP experiment

timescale

character; temporal resolution. Default "1hr".

resolution

character; grid label. Default "d01".

Value

A data.frame with columns: variable, available, derivable, note

Examples

if (FALSE) { # \dontrun{
cae_check_variables("MPI-ESM1-2-HR", "ssp370")
cae_check_variables("CESM2", "ssp370")
} # }