nwm_eval.fetch_data.get_fcst_info#

nwm_eval.fetch_data.get_fcst_info(conf)[source]#

Get the forecast window size, time step, and reference time for a given NWM configuration.

Return type:

tuple[int, int, list[Timestamp]]

Parameters:

conf – Dictionary containing NWM configuration.

Returns:

Tuple containing forecast window size, time step, and list of reference times.