nwm_eval.create_plots.get_metric_long_name#

nwm_eval.create_plots.get_metric_long_name(metrics, library)[source]#

Get long names for metrics.

Parameters:
  • metrics – A list of short names for metrics.

  • library – The library used for calculating the metrics, which determines the mapping of short names to long names. Valid options: “teehr”, “nwm.eval”.

Returns:

A list of metric long names corresponding to the input short names. If a short name does not have a mapping, the original short name is returned in the long names list.