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)
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/pdf_parameter_module.F90 (diff)
The file was modified src/CLUBB_core/clubb_api_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)