Skip to content
Success

Changes

Summary

  1. Likely non-bit-changing housekeeping (#1213) (details)
  2. Fix pyplotgen timeheight cmaps (#1212) (details)
Commit 7447595af2409f56faa42e4fa915078e13a2cbf1 by noreply
Likely non-bit-changing housekeeping (#1213)

Non-bit-changing housekeeping regarding wp2 clipping
CLUBB ticket #1165

Renamed threshold_array -> wp2_min_array
Moved upper clipping of wp2 into clip_variance
Added warning outputs where wp2 is hard-clipped
Added debugging checks to hole-filling and wp2_min_array clipping
Some necessary OpenACC-modifications
The file was modified src/CLUBB_core/advance_wp2_wp3_module.F90 (diff)
The file was modified src/CLUBB_core/error_code.F90 (diff)
The file was modified src/CLUBB_core/clip_explicit.F90 (diff)
Commit afcbd644e18802286f1de588197dde479b2297ea by noreply
Fix pyplotgen timeheight cmaps (#1212)

* Fixed time-height plot colormaps
CLUBB ticket #1199

Added a "quick" fix for time-height plot colormaps when variables are not correlations (i.e. values in [-1;1])
Updated VariableGroupCorrelations to include all correlations that are usually output in CLUBB.

* Fixed time-height plot colormaps
CLUBB ticket #1199

Fixed distinction for colormaps in time-height plots and added tick formatter.
We now check the labels for the string "corr" to find correlation variables.
Otherwise we just use one-sided or two-sided normed colormaps.
The file was modified postprocessing/pyplotgen/config/Style_definitions.py (diff)
The file was modified postprocessing/pyplotgen/src/ContourPanel.py (diff)