| subroutine, public gfdl_cloud_microphys_v3::gfdl_cloud_microphys_v3_run | ( | logical, intent(in) | fast_mp_consv, |
| integer, intent(in) | levs, | ||
| integer, intent(in) | im, | ||
| real(kind=kind_phys), intent(in) | rainmin, | ||
| real(kind=kind_phys), intent(in) | con_g, | ||
| real(kind=kind_phys), intent(in) | con_fvirt, | ||
| real(kind=kind_phys), intent(in) | con_rd, | ||
| real(kind=kind_phys), intent(in) | con_eps, | ||
| real(kind=kind_phys), dimension(:), intent(in) | garea, | ||
| real(kind=kind_phys), dimension(:), intent(in) | slmsk, | ||
| real(kind=kind_phys), dimension(:), intent(in) | snowd, | ||
| real(kind=kind_phys), dimension(:,:), intent(inout) | gq0, | ||
| real(kind=kind_phys), dimension(:,:), intent(inout) | gq0_ntcw, | ||
| real(kind=kind_phys), dimension(:,:), intent(inout) | gq0_ntrw, | ||
| real(kind=kind_phys), dimension(:,:), intent(inout) | gq0_ntiw, | ||
| real(kind=kind_phys), dimension(:,:), intent(inout) | gq0_ntsw, | ||
| real(kind=kind_phys), dimension(:,:), intent(inout) | gq0_ntgl, | ||
| real(kind=kind_phys), dimension(:,:), intent(inout) | gq0_ntclamt, | ||
| real(kind_phys), dimension(:,:,:), intent(in) | aerfld, | ||
| real(kind=kind_phys), dimension(:,:), intent(inout) | gt0, | ||
| real(kind=kind_phys), dimension(:,:), intent(inout) | gu0, | ||
| real(kind=kind_phys), dimension(:,:), intent(inout) | gv0, | ||
| real(kind=kind_phys), dimension(:,:), intent(in) | vvl, | ||
| real(kind=kind_phys), dimension(:,:), intent(in) | prsl, | ||
| real(kind=kind_phys), dimension(:,:), intent(in) | phii, | ||
| real(kind=kind_phys), dimension(:,:), intent(in) | del, | ||
| real(kind_phys), dimension(:), intent(out), optional | rain0, | ||
| real(kind_phys), dimension(:), intent(out), optional | ice0, | ||
| real(kind_phys), dimension(:), intent(out), optional | snow0, | ||
| real(kind_phys), dimension(:), intent(out), optional | graupel0, | ||
| real(kind_phys), dimension(:), intent(out) | prcp0, | ||
| real(kind_phys), dimension(:), intent(out) | sr, | ||
| real(kind=kind_phys), dimension(:), intent(in) | oro, | ||
| real(kind_phys), intent(in) | dtp, | ||
| logical, intent(in) | hydrostatic, | ||
| logical, intent(in) | lradar, | ||
| real(kind=kind_phys), dimension(:,:), intent(inout) | refl_10cm, | ||
| logical, intent(in) | reset, | ||
| logical, intent(in) | effr_in, | ||
| real(kind=kind_phys), dimension(:,:), intent(inout), optional | rew, | ||
| real(kind=kind_phys), dimension(:,:), intent(inout), optional | rei, | ||
| real(kind=kind_phys), dimension(:,:), intent(inout), optional | rer, | ||
| real(kind=kind_phys), dimension(:,:), intent(inout), optional | res, | ||
| real(kind=kind_phys), dimension(:,:), intent(inout), optional | reg, | ||
| logical, intent(in) | cplchm, | ||
| real(kind=kind_phys), dimension(:,:), intent(inout), optional | pfi_lsan, | ||
| real(kind=kind_phys), dimension(:,:), intent(inout), optional | pfl_lsan, | ||
| real(kind=kind_phys), intent(in) | con_one, | ||
| real(kind=kind_phys), intent(in) | con_p001, | ||
| real(kind=kind_phys), intent(in) | con_secinday, | ||
| character(len=*), intent(out) | errmsg, | ||
| integer, intent(out) | errflg | ||
| ) |
Definition at line 118 of file gfdl_cloud_microphys_v3.F90.