nwm_eval.settings#

Settings and configurations for NWM evaluation.

Functions:
  • get_metric_colormap: Define the color maps for each metric for creating the spatial maps (in create_plots.py).

  • get_metric_bins: Define the binnings for each metric for creating the histograms (in create_plots.py).

  • data_paths: Define the data paths for observations, forecasts, and outputs based on the configuration file.

Constants:
  • metric_value_bins_default: Default bins for each metric for creating the histograms (in create_plots.py).

  • metric_color_scale_default: Default color maps for each metric for creating the spatial maps (in create_plots.py).

  • metric_groups: Define different groups of metrics based on whether higher or lower values are better, and whether absolute values are applicable.

  • dict_teehr_metrics: Mapping of metric names to TEEHR metric names.

  • dict_nwm_eval_metrics: Mapping of metric names to NWM evaluation metric names.

  • conus_vpu_list: List of CONUS VPU identifiers.

  • default_txdot_gage_list: List of default TXDOT gage identifiers.

Functions

data_paths

Define the data paths for observations, forecasts, and outputs based on the configuration file.

get_metric_bins

Define the binnings for each metric for creating the histograms (in create_plots.py).

get_metric_colormap

Define the color maps for each metric for creating the spatial maps (in create_plots.py).