Downloads and caches the intake-ESM catalog CSV from CADCAT S3. The catalog is loaded once per R session and reused on subsequent calls.
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)
} # }