set_cmip6_index() takes a data.table::data.table() as input and set it as current index.

set_cmip6_index(index, save = FALSE)

Arguments

index

A data.table::data.table() containing the same column names and types as the output of init_cmip6_index().

save

If TRUE, besides loaded index, the index file saved to data directory will be also updated. Default: FALSE.

Details

set_cmip6_index() is useful when init_cmip6_index() may give you too much cases of which only some are of interest.