Skip to content
Success

Changes

Summary

  1. Adding initial subroutine calc_ice_cloud_frac_component. (details)
  2. Cleaning up new subroutine calc_liquid_cloud_frac_component, and making sat_mixrat_ice a subroutine that works the same way as sat_mixrat_liq. larson-group/clubb#972 (details)
  3. Comment update (details)
  4. Removing these paratheses is BIT_CHANGING since it modifies the order of operations, but allows for the multiplication and subraction to be done in parallel for complex pipelines. (details)
Commit 055f83d512354e6330233a5eecd5cff0456c0292 by 37674341+huebleruwm
Adding initial subroutine calc_ice_cloud_frac_component.
The file was modified src/CLUBB_core/pdf_closure_module.F90 (diff)
Commit 346bb61069516d7cecc78a45281f414e265b5604 by 37674341+huebleruwm
Cleaning up new subroutine calc_liquid_cloud_frac_component, and making sat_mixrat_ice a subroutine that works the same way as sat_mixrat_liq. larson-group/clubb#972
The file was modified src/CLUBB_core/saturation.F90 (diff)
The file was modified src/CLUBB_core/stats_clubb_utilities.F90 (diff)
The file was modified src/CLUBB_core/advance_clubb_core_module.F90 (diff)
The file was modified src/CLUBB_core/pdf_closure_module.F90 (diff)
The file was modified src/CLUBB_core/pdf_closure_module.F90 (diff)
Commit 300b81903d722b56e1a6ccf07251269c14493b2b by 37674341+huebleruwm
Removing these paratheses is BIT_CHANGING since it modifies the order of operations, but allows for the multiplication and subraction to be done in parallel for complex pipelines.
The file was modified src/CLUBB_core/saturation.F90 (diff)