Skip to content
Success

Changes

Summary

  1. Adding wp_coef and wp_coef_zt to acc data statements. (details)
  2. For RegTune, update input netcdf files. (details)
  3. Bv efold bit changing (#1095) (details)
  4. For RegTune, adds quadratic curves to three-dot plot. (details)
  5. For RegTune, defaults to polynomial fit for sensitivity matrix (details)
  6. In RegTune, normalizes metrics by a user-specified number (details)
  7. For RegTune, adds color-coded matrix of correlations among parameter vectors. (details)
  8. For clarity, renames figures in RegTune. (details)
  9. Creates new function, setUpPreliminaries, in RegTune. (details)
  10. For RegTune, adds capability to prescribe (not tune) a parameter (details)
  11. Hides print statements in RegTune by using beVerbose=False. (details)
  12. Fixes bug in QuadTune's code that prescribes parameter values. (details)
  13. Adds basic cost function printouts to QuadTune. (details)
Commit 3dbe0a48a7a72173093335aee0a1decee4ed7303 by Gunther Huebler
Adding wp_coef and wp_coef_zt to acc data statements.
The file was modified src/CLUBB_core/advance_xp2_xpyp_module.F90 (diff)
Commit 4739fb54b293d3201087c17e81daa2943f5d7661 by Vince Larson
For RegTune, update input netcdf files.

For #910.
The file was modified utilities/sens_matrix/set_up_dashboard_inputs.py (diff)
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
Commit 0c7fc1f05bfd096c03e190497c2f2b6b7bba4582 by noreply
Bv efold bit changing (#1095)

BIT_CHANGING! Added e-folding code for mixed Brunt Vaisala frequency - CLUBB ticket #1069
- Included usage for bv_efold in src/CLUBB_core/advance_helper_module.F90
- Added intent(out) for correction_stability in subroutine calc_correction_stability
- Removed brunt_vaisala_freq_sqd_plus
- Idiot proofed interaction between l_diag_Lscale_from_tau and l_use_invrs_tau_N2_iso
- Moved stat_update_var(invrs_tau_wp3_zm) out of if ( l_diag_Lscale_from_tau )
- Fixed some typos in src/CLUBB_core/stats_zt_module.F90
- Added comment about to input_misc/tuner/README about t_variables adn input/stats/tuning_stats.in
The file was modified input/stats/standard_stats.in (diff)
The file was modified src/CLUBB_core/stats_zt_module.F90 (diff)
The file was modified input_misc/tuner/README (diff)
The file was modified src/CLUBB_core/advance_helper_module.F90 (diff)
The file was modified src/CLUBB_core/mixing_length.F90 (diff)
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
Commit 9324242cc87f0d692e5bc39f32ac50f3be0b928b by Vince Larson
For RegTune, adds quadratic curves to three-dot plot.

For #910.
The file was modified utilities/sens_matrix/set_up_dashboard_inputs.py (diff)
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
Commit 9ada7441e588502eeb7f757cd0d618d8803bd08d by Vince Larson
For RegTune, defaults to polynomial fit for sensitivity matrix
and adds observations of sea-level pressure (PSL).

For #910.
The file was modified utilities/sens_matrix/analyze_sensitivity_matrix.py (diff)
The file was modified utilities/sens_matrix/set_up_dashboard_inputs.py (diff)
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
Commit b0101dc46f5324451c8273188032bda60d135e41 by Vince Larson
In RegTune, normalizes metrics by a user-specified number
rather than the observed value of the metric.

For #910.
The file was modified utilities/sens_matrix/set_up_dashboard_inputs.py (diff)
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
The file was modified utilities/sens_matrix/analyze_sensitivity_matrix.py (diff)
Commit edccdfbf9c5f8ed7c089bee46e30801098af8841 by Vince Larson
For RegTune, adds color-coded matrix of correlations among parameter vectors.
Also, this commit separates the three-dot panel plot into its own function.

For #910.
The file was modified utilities/sens_matrix/analyze_sensitivity_matrix.py (diff)
The file was modified utilities/sens_matrix/set_up_dashboard_inputs.py (diff)
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
Commit 31f76a7219f3ed336cc7b2b1159cae4781e67289 by Vince Larson
For clarity, renames figures in RegTune.

For #910.
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
Commit 3ac0cb6b68cff942267f3230f210eaab5aedc182 by Vince Larson
Creates new function, setUpPreliminaries, in RegTune.
setUpPreliminaries calculates some basic quantities
that are used later.
As part of this refactoring, a number of functions
were moved from analyze_sensitivity_matrix to
set_up_dashboard_inputs.

For #910.
The file was modified utilities/sens_matrix/analyze_sensitivity_matrix.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 9d35ffa7e05b85efb23d21700bcf355f007c2b7d by Vince Larson
For RegTune, adds capability to prescribe (not tune) a parameter
to a value that is different from the default.
The code has not been checked, but it does run and produce plots.

For #910.
The file was modified utilities/sens_matrix/set_up_dashboard_inputs.py (diff)
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
Commit ad7158d4527e636e07a389e813d60013ab2afccb by Vince Larson
Hides print statements in RegTune by using beVerbose=False.

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/analyze_sensitivity_matrix.py (diff)
Commit 8f7ec02116293f4a2f09d5a92edbf87e56686e5e by Vince Larson
Fixes bug in QuadTune's code that prescribes parameter values.
Also fixes divide-by-zero warning message in dpMin2Pt plotting code.

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 a1bc7132bad1616530c67bbf98b3d0ccfa3e0dc0 by Vince Larson
Adds basic cost function printouts to QuadTune.
Also adds SWCF_RMSE metric.

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/analyze_sensitivity_matrix.py (diff)