nwm_eval.fetch_data.get_fcst_files#

nwm_eval.fetch_data.get_fcst_files(conf, dataset)[source]#

Get the list of forecast files for a given dataset.

Return type:

list[Path]

Parameters:
  • conf (dict) – Dictionary containing configuration options.

  • dataset (str) – Name of the dataset for which to get forecast files.

Returns:

List of Path objects representing the forecast files.

Return type:

list[Path]