Load previously stored CMIP6 experiment output file index

load_cmip6_index(force = FALSE)

Arguments

force

If TRUE, read the index file. Otherwise, return the cached index if exists. Default: FALSE.

Value

A data.table::data.table with 20 columns. For detail description on column, see init_cmip6_index().

Examples

if (FALSE) {
load_cmip6_index()
}