Skip to content
Success

Changes

Summary

  1. Added new Brunt-Väisälä frequency plots to pyplotgen's VariableGroupTaus (details)
  2. Adds commas to fix bug (details)
Commit d4e06311a21b35319ff520a156da3f4e5ea21fa9 by Vince Larson
Added new Brunt-Väisälä frequency plots to pyplotgen's VariableGroupTaus
CLUBB ticket #1132, BIT_CHANGING because new output fields were added
- Added 3 new Brunt-Väisälä output fields:
    - bv_freq_sqd_smth: The smoothed bv_mixed which is used to calculate the invrs_taus
    - bv_freq_pos: The positive part of the sqrt of bv_freq_sqd_smth
    - bv_freq_out_cloud: The out-of-cloud part of bv_freq_pos
- Added the plots of those fields to VariableGroupTaus
The file was modified input/stats/all_stats.in (diff)
The file was modified input/stats/standard_stats.in (diff)
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
The file was modified src/CLUBB_core/mixing_length.F90 (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupTaus.py (diff)
The file was modified src/CLUBB_core/stats_zm_module.F90 (diff)
The file was modified src/CLUBB_core/stats_variables.F90 (diff)
Commit f76ff058288183ffc88269355473315d645f67ed by noreply
Adds commas to fix bug
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)