Skip to content
Success

Changes

Summary

  1. I am making the loops for the wp3 ta term (using ADG1 PDF) symmetric. (details)
  2. QuadTune: 1) Add beginnings of maps of SVD pattern, although this task is unfinished. 2) Normalize all regions by global mean, rather than normalizing each region separately.  3) Make sensitivities signed in sensitivity versus bias scatterplot. (details)
  3. Add sam bv calc (#1141) (details)
Commit 9bf49fa9793a4099bed172f4959966bc14990864 by bmg2
I am making the loops for the wp3 ta term (using ADG1 PDF) symmetric.
Prior to this, they ran from thermo levels 2 to nzt-2. This change
makes them symmetric by running them from 2 to nzt-1. There are
no degradations to the results as a result of this change. This
change makes it easier to generalize CLUBB's grid for both
ascending and descending grid directions. The results of this change
are BIT_CHANGING.
The file was modified src/CLUBB_core/advance_wp2_wp3_module.F90 (diff)
Commit b8f56bfbb5e2cfffef574401cef020a6971fcbdd by Vince Larson
QuadTune: 1) Add beginnings of maps of SVD pattern, although this task is unfinished. 2) Normalize all regions by global mean, rather than normalizing each region separately.  3) Make sensitivities signed in sensitivity versus bias scatterplot.

For #910.
The file was modified utilities/sens_matrix/create_figs.py (diff)
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
The file was modified utilities/sens_matrix/set_up_dashboard_inputs.py (diff)
Commit abddfa273c6176d1565bffc4f1d8d31a56762347 by noreply
Add sam bv calc (#1141)

Added calculation function for SAM plots to pyplotgen for Brunt-Väisälä frequency squared
CLUBB ticket #1132

Calculated by `N2 = g/thetav * dthetav/dz`
The file was modified postprocessing/pyplotgen/config/VariableGroupSamProfiles.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupTaus.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupSamMultilineProfiles.py (diff)
The file was modified postprocessing/pyplotgen/src/OutputHandler.py (diff)
The file was modified postprocessing/pyplotgen/pyplotgen.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupBaseBudgetsLumpedBuoy.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupIceMP.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupBase.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupBaseBudgets.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupSamBudgets.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupBaseBudgetsSamStyle.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupNondimMoments.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupLiquidMP.py (diff)