Skip to content
Success

Changes

Summary

  1. QuadTune: Plot a map of the change in the loss function for each region. (details)
  2. Fixed time-height plot colormaps (#1210) (details)
Commit 90da93a5bb3dc5a7b27f02b45978ce1cf9bef6fd by Vince Larson
QuadTune: Plot a map of the change in the loss function for each region.

This map tells us which regions are improved and which are degraded.  I.e., it displays the tuning trade-offs.

For #910.
The file was modified utilities/sens_matrix/create_figs.py (diff)
Commit 9c043092f464dd4e353d3ff565e7f7c09c73dac6 by noreply
Fixed time-height plot colormaps (#1210)

CLUBB ticket #1164

Added a "quick" fix for the generation of the time-height plot colormaps when variables are not correlations (i.e. values outside of [-1;1])
Updated VariableGroupCorrelations to include all correlations that are usually output in CLUBB.
The file was modified postprocessing/pyplotgen/src/ContourPanel.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupCorrelations.py (diff)
The file was modified postprocessing/pyplotgen/src/VariableGroup.py (diff)
The file was modified postprocessing/pyplotgen/config/Style_definitions.py (diff)