Common Community Physics Package (CCPP) Scientific Documentation  Version 2.0
subroutine gfdl_cloud_microphys::linear_prof ( integer, intent(in)  km,
real, dimension (km), intent(in)  q,
real, dimension (km), intent(out)  dm,
logical, intent(in)  z_var,
real, intent(in)  h_var 
)
private

GFDL cloud linear_prof General Algorithm

  • Use twice the strength of the positive definiteness limiter (Lin et al.(1994) [66]).
  • Impose the background horizontal variability ( \(h_{var}\)) that is proportional to the value itself.

Referenced by icloud(), and warm_rain().