Skip to content
Success

Changes

Summary

  1. QuadTune: Create SVD plot, start to add checks on global means (unfinished), and start to add capability to include multiple fields (SWCF, LWCF, etc.) in metrics (unfinished). (details)
  2. add Lscale intent(out) to advance_clubb_core and advance_clubb_core_api (#1190) (details)
  3. Bindiff script (#1191) (details)
Commit 89d63edacac2fdf78260a465851405d497fefab7 by Vince Larson
QuadTune: Create SVD plot, start to add checks on global means (unfinished), and start to add capability to include multiple fields (SWCF, LWCF, etc.) in metrics (unfinished).

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)
The file was modified utilities/sens_matrix/create_figs.py (diff)
Commit 91a850ea46938fd79250eaada0aef3e4aa5ad30e by noreply
add Lscale intent(out) to advance_clubb_core and advance_clubb_core_api (#1190)

* add Lscale intent(out) to advance_clubb_core and advance_clubb_core_api

* make Lscale one dimensional for call to
advance_clubb_core_api_single_col

* fix Lscale call in advance_clubb_core_api_single_col

* ange Lscale usage in clubb_driver

For larson-group/clubb#1166.
The file was modified src/clubb_driver.F90 (diff)
The file was modified src/CLUBB_core/clubb_api_module.F90 (diff)
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
Commit 47d9dbeb6e2b4e77c8cc0aa98e52f2b2697dd700 by noreply
Bindiff script (#1191)

Extended verbosity functionality for run_bindiff_all.py
CLUBB ticket #1181

I added a level system for the verbosity option.
Now 0 gives just the general summary at the end,
1 is default and gives the same output as the old default,
2 is the same as the old `--verbose` option
The file was modified run_scripts/run_bindiff_all.py (diff)