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. Changed priorities of total normalized variation stats, included error handling in total normalized variation stats. (details)
  5. Renamed pdf_output_filename. Added grid_level constant to avoid magic numbers in stats_update_var_pt calls. (details)
  6. Gunthers branch 2 (#1002) (details)
  7. Bugfix for merge #1000. stderr was not imported in stat_clubb_utilities.F90, causing compilation to fail. (details)
Commit 592d69e2936ee8ce9c706d21a606fe2ed89c5a7f by 68997723+JanGrn
Renamed smth_range to heaviside_smth_range
The file was modified advance_helper_module.F90 (diff)
The file was modified mixing_length.F90 (diff)
Commit c9ccb33dd2dd17ed51136d49262370f980d34efa 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 modified stats_sfc_module.F90 (diff)
The file was modified stats_clubb_utilities.F90 (diff)
The file was modified stats_variables.F90 (diff)
The file was modified advance_helper_module.F90 (diff)
Commit e68c14bd04dd6715f4eead46f5252b1cae3d909e 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 stats_clubb_utilities.F90 (diff)
The file was modified stats_sfc_module.F90 (diff)
The file was modified stats_variables.F90 (diff)
Commit 36748fbe6efa8a82b6c846fc8ec914e90114bdfb by 68997723+JanGrn
Changed priorities of total normalized variation stats, included error handling in total normalized variation stats.
The file was modified stats_clubb_utilities.F90 (diff)
Commit 28fb91ccebb1790cc90b29cc7fe8b0b211b727eb 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 stats_clubb_utilities.F90 (diff)
Commit 8b65b741ae34ba9ef8287f3fcafd627092d4ba13 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 advance_windm_edsclrm_module.F90 (diff)
The file was modified advance_helper_module.F90 (diff)
The file was modified setup_clubb_pdf_params.F90 (diff)
The file was modified advance_clubb_core_module.F90 (diff)
The file was modified clubb_api_module.F90 (diff)
Commit 488bf543bb77e0f48a1958074bd8d468f4421f76 by 68997723+JanGrn
Bugfix for merge #1000. stderr was not imported in stat_clubb_utilities.F90, causing compilation to fail.
The file was modified stats_clubb_utilities.F90 (diff)