Load previously stored CMIP6 experiment output file index
load_cmip6_index(force = FALSE)
If TRUE
, read the index file. Otherwise, return the
cached index if exists. Default: FALSE
.
A data.table::data.table with 20 columns. For detail description on
column, see init_cmip6_index()
.
if (FALSE) {
load_cmip6_index()
}