Skip to content
Success

Changes

Summary

  1. Pyplotgen updates: (details)
  2. Pyplotgen updates: (details)
  3. Pyplotgen update: Edit titles and axis titles for new SAM stats (details)
  4. Adding second dimension to allocatable arrays in pdf_parameter type. This also requires lots of dummy dimensions in clubb where pdf_params is used, since clubb only works over a single column, but silhs does not need such a dummy dimension. larson-group/cam#129 (details)
  5. Fixing lines that exceed 100 characters. (details)
  6. Pass parameter error bars up to dashboard. (details)
  7. Update netcdf sensitivity files in dashboard. (details)
Commit 95337781ea1bb6812bec0c751abdbc17d2d583a6 by 59519056+bstephens82
Pyplotgen updates:

1) Adds new SAM stats to pyplotgen in config/VariableGroupSamProfiles.py.  See https://github.com/larson-group/sam_clubb/commit/eb91ef788cfb7216355e420262540dc8c46afd1a where the variables were added for more info.

2) Makes some minor modifications to Pyplotgen in order to improve plotting when only SAM files are being plotted.  Previously if plotting only SAM output there were a number of panels with missing plot and axis titles.  This is resolved by changing slightly how Pyplotgen searches for the relevant data and in a few cases by explicitly titling plots and axes in VariableGroupBase.py.

See #895.
The file was modified postprocessing/pyplotgen/config/VariableGroupBase.py (diff)
The file was modified postprocessing/pyplotgen/config/VariableGroupSamProfiles.py (diff)
The file was modified postprocessing/pyplotgen/src/DataReader.py (diff)
The file was modified postprocessing/pyplotgen/src/CaseGallerySetup.py (diff)
The file was modified postprocessing/pyplotgen/src/VariableGroup.py (diff)
Commit 765cfc202cf859a6d81c813ce1e7a56692e1fd25 by 59519056+bstephens82
Pyplotgen updates:

Cleaning up the call to VariableGroupSamProfiles since only a few variables are needed in that call.

See #895.
The file was modified postprocessing/pyplotgen/src/CaseGallerySetup.py (diff)
Commit d5626760bffa90d0785ffffbb3e23a202aa7eb4f by 59519056+bstephens82
Pyplotgen update: Edit titles and axis titles for new SAM stats
The file was modified postprocessing/pyplotgen/config/VariableGroupSamProfiles.py (diff)
Commit dcb82775336e2089fbc574b6095a93a368ff81e7 by Gunther Huebler
Adding second dimension to allocatable arrays in pdf_parameter type. This also requires lots of dummy dimensions in clubb where pdf_params is used, since clubb only works over a single column, but silhs does not need such a dummy dimension. larson-group/cam#129
The file was modified src/CLUBB_core/setup_clubb_pdf_params.F90 (diff)
The file was modified src/CLUBB_core/pdf_parameter_module.F90 (diff)
The file was modified src/CLUBB_core/advance_xp2_xpyp_module.F90 (diff)
The file was modified src/microphys_driver.F90 (diff)
The file was modified src/SILHS/lh_microphys_var_covar_module.F90 (diff)
The file was modified src/CLUBB_core/pdf_closure_module.F90 (diff)
The file was modified src/SILHS/silhs_api_module.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/SILHS/est_kessler_microphys_module.F90 (diff)
The file was modified src/CLUBB_core/stats_clubb_utilities.F90 (diff)
The file was modified src/silhs_category_variance_module.F90 (diff)
The file was modified src/CLUBB_core/numerical_check.F90 (diff)
The file was modified src/CLUBB_core/mixing_length.F90 (diff)
The file was modified src/SILHS/latin_hypercube_driver_module.F90 (diff)
The file was modified src/KK_microphys_module.F90 (diff)
The file was modified src/gfdl_activation.F90 (diff)
The file was modified src/input_fields.F90 (diff)
The file was modified src/mixed_moment_PDF_integrals.F90 (diff)
The file was modified src/clubb_driver.F90 (diff)
Commit 2470a3de8513e229772c9a89aab79859bf36fa90 by Gunther Huebler
Fixing lines that exceed 100 characters.
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 src/CLUBB_core/input_reader.F90 (diff)
The file was modified src/SILHS/latin_hypercube_driver_module.F90 (diff)
The file was modified src/CLUBB_core/advance_xp2_xpyp_module.F90 (diff)
The file was modified src/CLUBB_core/pdf_closure_module.F90 (diff)
The file was modified src/extended_atmosphere_module.F90 (diff)
The file was modified src/CLUBB_core/setup_clubb_pdf_params.F90 (diff)
The file was modified src/clubb_driver.F90 (diff)
Commit 3603e928a7bb963cff7d5a2760323dd4cacf3b7d by Vince Larson
Pass parameter error bars up to dashboard.

For #910.
The file was modified utilities/sens_matrix/analyze_sensitivity_matrix.py (diff)
The file was modified utilities/sens_matrix/test_analyzeSensMatrix.py (diff)
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)
Commit 506e1b30bd4b0c8a756dc00ba322335d8364bbe2 by Vince Larson
Update netcdf sensitivity files in dashboard.

For #910.
The file was modified utilities/sens_matrix/sens_matrix_dashboard.py (diff)