subroutine, public mp_fer_hires::mp_fer_hires_run | ( | integer, intent(in) | ncol, |
integer, intent(in) | nlev, | ||
real(kind_phys), intent(in) | dt, | ||
logical, intent(in) | spec_adv, | ||
real(kind_phys), dimension(:), intent(in) | slmsk, | ||
real(kind_phys), dimension(:,:), intent(in) | prsi, | ||
real(kind_phys), dimension(:,:), intent(in) | p_phy, | ||
real(kind_phys), dimension(:,:), intent(inout) | t, | ||
real(kind_phys), dimension(:,:), intent(inout) | q, | ||
real(kind_phys), dimension(:,:), intent(inout), optional | train, | ||
real(kind_phys), dimension(:), intent(out) | sr, | ||
real(kind_phys), dimension(:,:), intent(inout) | qc, | ||
real(kind_phys), dimension(:,:), intent(inout) | qr, | ||
real(kind_phys), dimension(:,:), intent(inout) | qi, | ||
real(kind_phys), dimension(:,:), intent(inout) | qg, | ||
real(kind_phys), dimension(:), intent(inout) | prec, | ||
integer, intent(in) | mpirank, | ||
integer, intent(in) | mpiroot, | ||
integer, intent(in) | threads, | ||
real(kind_phys), dimension(:,:), intent(inout) | refl_10cm, | ||
real(kind_phys), intent(in), optional | rhgrd, | ||
real(kind_phys), dimension(:), intent(in) | dx, | ||
real(kind_phys), intent(in) | epsq, | ||
real(kind_phys), intent(in) | r_d, | ||
real(kind_phys), intent(in) | p608, | ||
real(kind_phys), intent(in) | cp, | ||
real(kind_phys), intent(in) | g, | ||
character(len=*), intent(out) | errmsg, | ||
integer, intent(out) | errflg ) |
Definition at line 104 of file mp_fer_hires.F90.