Skip to content
Success

Changes

Summary

  1. In the previous commits for the --background-rcm option of pyplotgen, (details)
  2. I am updating the --background-rcm option of pyplotgen to make two (details)
  3. BIT_CHANGING for lscale setup. Updated configurable_model_flags.in and model_flags.F90 - CLUBB ticket #1102 (#1108) (details)
Commit f974d0717da12952984f5f165abf99e4f1586115 by bmg2
In the previous commits for the --background-rcm option of pyplotgen,
I had previously thought that the code to extract values of rcm from
a file wanted the case name as input, but in actuality it required
the directory name instead of the case name. I am correcting that
error in this commitment.
The file was modified postprocessing/pyplotgen/config/VariableGroupSamMultilineProfiles.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupSubcolumns.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupBase.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupBaseBudgetsLumpedBuoy.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupKKMP.py (diff)
The file was modified postprocessing/pyplotgen/src/VariableGroup.py (diff)
The file was modified postprocessing/pyplotgen/src/CaseGallerySetup.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupCorrelations.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupSamProfiles.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupWs.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupIceMP.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupBaseBudgetsSamStyle.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupNondimMoments.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupNormalizedVariations.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupTaus.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupScalars.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupBaseBudgets.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupSamBudgets.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupLiquidMP.py (diff)
Commit 1510c34473a4c7b51f7dd08fb75cff28c701af07 by bmg2
I am updating the --background-rcm option of pyplotgen to make two
changes:

1) Use a grayscale color map.
2) Set the maximum of the colorbar to be twice the largest value in
the rcm plot so that the colors aren't so dark.
The file was modified postprocessing/pyplotgen/src/Panel.py (diff)
Commit e29d9d7e6d8b2857cd4f85382d189b21c31332b7 by noreply
BIT_CHANGING for lscale setup. Updated configurable_model_flags.in and model_flags.F90 - CLUBB ticket #1102 (#1108)

- Added new flags to inut/tunable_parameters_Lscale/configurable_model_flags.in
- Changed default setting for l_use_tke_in_wp3_pr_turb_term in model_flags.F90 from false to true
The file was modified src/CLUBB_core/model_flags.F90 (diff)
The file was modified input/tunable_parameters_Lscale/configurable_model_flags.in (diff)