| subroutine, public gfdl_cloud_microphys_v3_mod::mqs3d | ( | integer, intent(in) | im, |
| integer, intent(in) | km, | ||
| integer, intent(in) | ks, | ||
| real(kind_phys), dimension (im, ks:km), intent(in) | tk, | ||
| real(kind_phys), dimension (im, ks:km), intent(in) | pa, | ||
| real(kind_phys), dimension (im, ks:km), intent(in) | qv, | ||
| real(kind_phys), dimension (im, ks:km), intent(out) | qs, | ||
| real(kind_phys), dimension (im, ks:km), intent(out), optional | dqdt | ||
| ) |
Definition at line 7194 of file gfdl_cloud_microphys_v3_mod.F90.