climepi.climdata.get_climate_data_file_names#
- climepi.climdata.get_climate_data_file_names(data_source='lens2', frequency='monthly', subset=None)#
Retrieve file names of formatted climate data files.
File names are as created by the get_climate_data function.
- Parameters:
data_source (
str, optional) – Data source. Currently supported sources are ‘lens2’ (for CESM2 LENS data) and ‘isimip’ (for ISIMIP data).frequency (
str, optional) – Frequency of the data. Should be one of ‘daily’, ‘monthly’ or ‘yearly’ (default is ‘monthly’).subset (
dict, optional) – Dictionary of data subsetting options. See the docstring of get_climate_data for details.