| real(kind_phys) function, public module_radiation_clouds::cld_frac_xurandall | ( | real(kind_phys), intent(in) | p_lay, |
| real(kind_phys), intent(in) | qs_lay, | ||
| real(kind_phys), intent(in) | relhum, | ||
| real(kind_phys), intent(in) | cld_mr, | ||
| real(kind_phys), intent(in) | alpha, | ||
| real(kind_phys), intent(in) | lambda, | ||
| real(kind_phys), intent(in) | factor, | ||
| logical, intent(in), optional | cond_cfrac_onrh | ||
| ) |
| p_lay | Pressure (100Pa) |
| qs_lay | Saturation vapor-pressure (Pa) |
| relhum | Relative humidity |
| cld_mr | Total cloud mixing ratio |
| alpha | Scheme parameter (default=100) |
References cld_frac_xurandall().
Referenced by cld_frac_xurandall(), gfs_rrtmgp_cloud_mp::cloud_mp_gf(), gfs_rrtmgp_cloud_mp::cloud_mp_samf(), gfs_rrtmgp_cloud_mp::cloud_mp_thompson(), progcld_fer_hires(), and progcld_thompson_wsm6().