subroutine gfs_rrtmgp_cloud_mp::cloud_mp_mynn |
( |
integer, intent(in) | ncol, |
|
|
integer, intent(in) | nlev, |
|
|
real(kind_phys), dimension(:), intent(in) | lsmask, |
|
|
real(kind_phys), dimension(:,:), intent(in) | t_lay, |
|
|
real(kind_phys), dimension(:,:), intent(in) | p_lev, |
|
|
real(kind_phys), dimension(:,:), intent(in) | p_lay, |
|
|
real(kind_phys), dimension(:,:), intent(in) | qs_lay, |
|
|
real(kind_phys), dimension(:,:), intent(in) | relhum, |
|
|
real(kind_phys), dimension(:,:), intent(in) | qc_mynn, |
|
|
real(kind_phys), dimension(:,:), intent(in) | qi_mynn, |
|
|
real(kind_phys), intent(in) | con_ttp, |
|
|
real(kind_phys), intent(in) | con_g, |
|
|
real(kind_phys), dimension(:,:), intent(inout) | cld_pbl_lwp, |
|
|
real(kind_phys), dimension(:,:), intent(inout) | cld_pbl_reliq, |
|
|
real(kind_phys), dimension(:,:), intent(inout) | cld_pbl_iwp, |
|
|
real(kind_phys), dimension(:,:), intent(inout) | cld_pbl_reice, |
|
|
real(kind_phys), dimension(:,:), intent(in) | cld_pbl_frac ) |