Skip to content
Success

Changes

Summary

  1. Renamed smth_range to heaviside_smth_range (details)
  2. Added tot_vartn_normlzd statistics. Renamed sclr in advance_helper_module to scalar to be more consistent with clubb naming schemes. (details)
  3. Implemented three further normalized variation stats. Included a (most likely temporary) check because in a few cases, denominator for normalization would be 0. (details)
  4. Fixed typo in pyplotgen and fixed display of plotted time (previously displayed on the wrong line). (details)
  5. Dealt with issue https://github.com/larson-group/clubb/issues/985 (details)
  6. Changed priorities of total normalized variation stats, included error handling in total normalized variation stats. (details)
  7. Removed duplicate VariableGroupNormalizedVariations.py (details)
  8. Renamed pdf_output_filename. Added grid_level constant to avoid magic numbers in stats_update_var_pt calls. (details)
  9. Gunthers branch 2 (#1002) (details)
  10. Bugfix for merge #1000. stderr was not imported in stat_clubb_utilities.F90, causing compilation to fail. (details)
Commit 9f4f3e3ea562b7f569f6bd38a0c5f7b1d1061351 by 68997723+JanGrn
Renamed smth_range to heaviside_smth_range
The file was modified src/CLUBB_core/mixing_length.F90 (diff)
The file was modified src/G_unit_test_types/smooth_heaviside_tests.F90 (diff)
The file was modified src/G_unit_test_types/smooth_min_max_tests.F90 (diff)
The file was modified src/CLUBB_core/advance_helper_module.F90 (diff)
Commit 092e54d2d3f09a31a6abf3676d3c2b55800746d8 by 68997723+JanGrn
Added tot_vartn_normlzd statistics. Renamed sclr in advance_helper_module to scalar to be more consistent with clubb naming schemes.
The file was addedpostprocessing/pyplotgen/src/VariableGroupNormalizedVariations.py
The file was modified input/stats/all_stats.in (diff)
The file was modified src/CLUBB_core/stats_sfc_module.F90 (diff)
The file was modified src/CLUBB_core/stats_clubb_utilities.F90 (diff)
The file was modified src/CLUBB_core/advance_helper_module.F90 (diff)
The file was modified src/CLUBB_core/stats_variables.F90 (diff)
Commit b80c7ffecbf3e77a22642095f8389c1ecd33948d by 68997723+JanGrn
Implemented three further normalized variation stats. Included a (most likely temporary) check because in a few cases, denominator for normalization would be 0.
The file was modified input/stats/standard_stats.in (diff)
The file was modified src/CLUBB_core/stats_sfc_module.F90 (diff)
The file was addedpostprocessing/pyplotgen/config/VariableGroupNormalizedVariations.py
The file was modified src/CLUBB_core/stats_variables.F90 (diff)
The file was modified src/CLUBB_core/stats_clubb_utilities.F90 (diff)
Commit fde70b39d01dd19b96d21b2a0adef57a8ac80af1 by 68997723+JanGrn
Fixed typo in pyplotgen and fixed display of plotted time (previously displayed on the wrong line).
The file was modified postprocessing/pyplotgen/pyplotgen.py (diff)
Commit 748152eb582f6e4543edc8e975e6be8eaba48b43 by 68997723+JanGrn
Dealt with issue https://github.com/larson-group/clubb/issues/985
The file was modified postprocessing/pyplotgen/python_html_gallery/gallery.py (diff)
The file was addedpostprocessing/pyplotgen/python_html_gallery/static_varbles.py
The file was removedpostprocessing/pyplotgen/python_html_gallery/static.py
The file was modified postprocessing/pyplotgen/pyplotgen.py (diff)
Commit 8ab8776d665a945b4be75d9e2cc00a2223217b0e by 68997723+JanGrn
Changed priorities of total normalized variation stats, included error handling in total normalized variation stats.
The file was modified postprocessing/pyplotgen/config/VariableGroupNormalizedVariations.py (diff)
The file was modified src/CLUBB_core/stats_clubb_utilities.F90 (diff)
Commit f0dff4bcf48e5bf267edb8e706e9455f503400f9 by 68997723+JanGrn
Removed duplicate VariableGroupNormalizedVariations.py
The file was removedpostprocessing/pyplotgen/src/VariableGroupNormalizedVariations.py
Commit e33520905201193174b52f9316fa5ac2ca799af1 by 68997723+JanGrn
Renamed pdf_output_filename. Added grid_level constant to avoid magic numbers in stats_update_var_pt calls.
The file was modified src/CLUBB_core/stats_clubb_utilities.F90 (diff)
The file was modified postprocessing/pyplotgen/pyplotgen.py (diff)
Commit ff0b28e5052ca104fd67313e5e9759d6f7f80238 by noreply
Gunthers branch 2 (#1002)

* Pushing loop down through advance_windm. Other files needed to be touched because they were using a simple function, xpwp_func, which has been replaced in relevenant places by the few lines of code it takes to do.

* Cleaned up intents

* Moving xpwp calcuations back to procedure, but making procedure a 1/2D interface in advance helper. Other various small tweaks as well.
The file was modified src/CLUBB_core/advance_windm_edsclrm_module.F90 (diff)
The file was modified src/CLUBB_core/setup_clubb_pdf_params.F90 (diff)
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
The file was modified src/advance_microphys_module.F90 (diff)
The file was modified src/CLUBB_core/clubb_api_module.F90 (diff)
The file was modified src/CLUBB_core/advance_helper_module.F90 (diff)
Commit 3e2c65368a75545b887c4bd29875345ff56bee7a by 68997723+JanGrn
Bugfix for merge #1000. stderr was not imported in stat_clubb_utilities.F90, causing compilation to fail.
The file was modified src/CLUBB_core/stats_clubb_utilities.F90 (diff)
The file was modified postprocessing/pyplotgen/config/Case_definitions.py (diff)