Skip to contents

Downloads and caches the intake-ESM catalog CSV from CADCAT S3. The catalog is loaded once per R session and reused on subsequent calls.

Usage

cae_catalog(refresh = FALSE)

Arguments

refresh

logical; if TRUE, force re-download even if cached. Default FALSE.

Value

A data.frame with columns: activity_id, institution_id, source_id, experiment_id, member_id, table_id, variable_id, grid_label, path

Examples

if (FALSE) { # \dontrun{
cat <- cae_catalog()
head(cat)
} # }