climepi.climdata.get_climate_data_file_names#

climepi.climdata.get_climate_data_file_names(data_source, frequency='monthly', subset=None)[source]#

Retrieve file names of formatted climate data files.

File names are as created by get_climate_data().

Parameters:
  • data_source (str) – Data source. Currently supported sources are ‘lens2’ (for CESM2 LENS data), ‘arise’ (CESM2 ARISE-SAI data), ‘glens’ (CESM1 GLENS data), and ‘isimip’ (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.

Returns:

list of str – List of file names of formatted climate data files.