Skip to content
Success

Changes

Summary

  1. QuadTune: Revise PCA biplot and clarify how variables are masked. (details)
  2. add run_bindiff_w_flags.py script.  #1181 pull request #1194 (details)
  3. Fix time height plots (#1196) (details)
  4. QuadTune: De-bias matrix before calculating parameter correlations, add comments about definition of residual, include metric name in hover text. (details)
  5. QuadTune: De-bias matrix before calculating parameter correlations, add comments about definition of residual, include metric name in hover text. (details)
  6. QuadTune: Use SVD to approximate the sensitivity matrix, `normlzdSensMatrixPoly`, and curvature matrix, `normlzdCurvMatrix`. (details)
Commit 3229e98fa9771ddc209046f4fdd0d227625f1a42 by Vince Larson
QuadTune: Revise PCA biplot and clarify how variables are masked.

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 a6aa9ae31e872d9df8b7770516f69422936c38bd by noreply
add run_bindiff_w_flags.py script.  #1181 pull request #1194

* create script to test bindiff for many different flag settings and add some flags to the run_scm.bash script

* add script to compile from github and add changes to bindiff script

* add final changes to run_scm_w_bindiff.py script and add example flag config file

* rewrite script and add documentation to readme

* remove unused script and add doc to run_bindiff_w_flags.py script

* add documentation to script and refactor to stay under 100 characters
per line
The file was addedrun_scripts/run_bindiff_w_flags.py
The file was modified run_scripts/run_scm.bash (diff)
The file was modified run_scripts/README (diff)
The file was modified .gitignore (diff)
The file was addedrun_scripts/run_bindiff_w_flags_config_example.json
Commit c6a3895bf0db72da4f7acb46f4637d73d20d7df5 by noreply
Fix time height plots (#1196)

Final wrap up of pyplotgen changes
CLUBB ticket #1164

Added new VariableGroup that plots CLUBB correlations as as time-height plots

Changed colormap for time-height plots and fixed coloring scheme for time-height plots
The file was modified postprocessing/pyplotgen/src/ContourPanel.py (diff)
The file was modified postprocessing/pyplotgen/config/Style_definitions.py (diff)
The file was modified postprocessing/pyplotgen/src/Contour.py (diff)
The file was addedpostprocessing/pyplotgen/config/VariableGroupCorrelationsTimeHeight.py
Commit 25435a8b0094e51db95a383d42a93db86c643f76 by Vince Larson
QuadTune: De-bias matrix before calculating parameter correlations, add comments about definition of residual, include metric name in hover text.

For #910.
The file was modified utilities/sens_matrix/create_figs.py (diff)
Commit f8d7cc45d96ec81f05f09d0aff8dad2b5ae33435 by Vince Larson
QuadTune: De-bias matrix before calculating parameter correlations, add comments about definition of residual, include metric name in hover text.

For #910.
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 7726602feef7f94a81bfa01ac55336701d5d2dfc by Vince Larson
QuadTune: Use SVD to approximate the sensitivity matrix, `normlzdSensMatrixPoly`, and curvature matrix, `normlzdCurvMatrix`.

For #910.
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)