Skip to content
Success

Changes

Summary

  1. QuadTune: Made plot_PcSensMap work when len(varPrefixes) > 1. (details)
  2. QuadTune: Merge in bootstrap sampling (details)
  3. Swapping the loop order on a few kernels, I found this faster for the nvhpc compiler and it's BFB (details)
Commit d969819b327e31310ce38e44303561aab4875728 by Vince Larson
QuadTune: Made plot_PcSensMap work when len(varPrefixes) > 1.

For #910.
The file was modified utilities/sens_matrix/set_up_dashboard_inputs.py (diff)
The file was modified utilities/sens_matrix/create_figs.py (diff)
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
Commit 112b1d1518ebaad008f69cf0337f2d6466b0ebb0 by noreply
QuadTune: Merge in bootstrap sampling

@LuisHasenauer added bootstrap sampling code to QuadTune.  Bootstrap calculations are performed if `useBootstrap=T`.  Luis and I checked that the best-fit parameter values and weighted chiSqd are unchanged either with `useBootstrap=T` or `useBootstrap=F`.
The file was addedutilities/sens_matrix/bootstrap_plots.py
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
The file was modified utilities/sens_matrix/create_figs.py (diff)
The file was modified utilities/sens_matrix/set_up_dashboard_inputs.py (diff)
The file was addedutilities/sens_matrix/bootstrap_calculations.py
Commit adb2c4b1d0d1f187405f733ff704392231fcecc4 by Gunther Huebler
Swapping the loop order on a few kernels, I found this faster for the nvhpc compiler and it's BFB
The file was modified src/CLUBB_core/mixing_length.F90 (diff)