cmipsearch.cmip6_search¶
-
cmipsearch.cmip6_search(models='all', var=None, year_range=None, frequency='mon', variant='all', experiment=['historical', 'ssp119', 'ssp126', 'ssp245', 'ssp370', 'ssp434', 'ssp460', 'ssp585', 'ssp534-over'], wait=60)¶ Search for CMIP6 data
- Parameters
models (list or str) – Models to download. Defaults to “all”, which results in all available models being downloaded. For a list of models call cmip6_models.
var (str) – Variable to search for.
frequency (str) – Time frequency to search for. Monthly is “mon”. Daily is “day”.
year_range (list) – Two variable list giving the minimum and maximum year required. If these are not provided, all years will be searched for.
variant (str) – Variant id to search for. Defaults to searching for all.
experiment (list or str) – Experiment(s) to search for. Defaults to searching for all historical and SSP scenarios.
wait (int) – Time to wait (in seconds) for each node to responds. Defaults to 60.
Returns: pandas.DataFrame: Pandas dataframe showing available CMIP6 files matching search criteria.