Skip to content
Success

Changes

Summary

  1. Updating pyplotgen's SAM wp3 budgets to include pressure diffusion, pressure scrambling, and the wp3_tp term. (details)
  2. Pushing column loop into advance_clubb_core, and adding interface for it so that we will not need to update any host models. Everything is bit-for-bit, testing all standalone cases and our cam_coarse res run. larson-group/clubb#972 (details)
  3. Adding an error prints subroutine to advance_microphys_module.F90 (details)
  4. Adding l_stats check around stats stuff. This fixes the crashing when stats is disabled. larson-group/clubb#972 (details)
  5. Fixing typo in VariableGroupBase.py (details)
  6. Making single and multi column versions of advance clubb core available through clubb_api. larson-group/clubb#972 (details)
Commit 6dcce178eab0e55501bd5fc54fab5fbab1b8a5e5 by benjamin.andrew.stephens
Updating pyplotgen's SAM wp3 budgets to include pressure diffusion, pressure scrambling, and the wp3_tp term.

See https://github.com/larson-group/clubb/issues/895.
The file was modified postprocessing/pyplotgen/config/VariableGroupSamBudgets.py (diff)
Commit 0ad5cf6b50ee98fd3726cfa79632a5741a0dab07 by Gunther Huebler
Pushing column loop into advance_clubb_core, and adding interface for it so that we will not need to update any host models. Everything is bit-for-bit, testing all standalone cases and our cam_coarse res run. larson-group/clubb#972
The file was modified src/clubb_driver.F90 (diff)
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
The file was modified src/CLUBB_core/clubb_api_module.F90 (diff)
The file was modified src/CLUBB_core/pdf_parameter_module.F90 (diff)
Commit ab27fc3d8aaca018eade22528487879e0f761960 by bmg2
Adding an error prints subroutine to advance_microphys_module.F90
so that the prints can be called whenever there is an error
detected (and before the "return" statement).
The file was modified src/advance_microphys_module.F90 (diff)
Commit 83b143d94dc8a47731a4f01d04c1c3490d79116f by Gunther Huebler
Adding l_stats check around stats stuff. This fixes the crashing when stats is disabled. larson-group/clubb#972
The file was modified src/CLUBB_core/clubb_api_module.F90 (diff)
Commit c3db300d526967ef9b8887d271909c0e59408ae5 by noreply
Fixing typo in VariableGroupBase.py
The file was modified postprocessing/pyplotgen/config/VariableGroupBase.py (diff)
Commit 1a80c9933d421695cee765d284c60438bdec0fa7 by Gunther Huebler
Making single and multi column versions of advance clubb core available through clubb_api. larson-group/clubb#972
The file was modified src/CLUBB_core/clubb_api_module.F90 (diff)