2 SUBROUTINE ana_rain (ng, tile, model)
22 integer,
intent(in) :: ng, tile, model
26 character (len=*),
parameter :: MyFile = &
31 CALL ana_rain_tile (ng, tile, model, &
32 & lbi, ubi, lbj, ubj, &
33 & imins, imaxs, jmins, jmaxs, &
47 END SUBROUTINE ana_rain
50 SUBROUTINE ana_rain_tile (ng, tile, model, &
51 & LBi, UBi, LBj, UBj, &
52 & IminS, ImaxS, JminS, JmaxS, &
67 integer,
intent(in) :: ng, tile, model
68 integer,
intent(in) :: LBi, UBi, LBj, UBj
69 integer,
intent(in) :: IminS, ImaxS, JminS, JmaxS
72 real(r8),
intent(out) :: rain(LBi:,LBj:)
74 real(r8),
intent(out) :: rain(LBi:UBi,LBj:UBj)
81#include "set_bounds.h"
97 & lbi, ubi, lbj, ubj, &
103 & lbi, ubi, lbj, ubj, &
110 END SUBROUTINE ana_rain_tile
subroutine ana_rain_tile(ng, tile, model, lbi, ubi, lbj, ubj, imins, imaxs, jmins, jmaxs, rain)
subroutine ana_rain(ng, tile, model)
subroutine exchange_r2d_tile(ng, tile, lbi, ubi, lbj, ubj, a)
type(t_forces), dimension(:), allocatable forces
character(len=256), dimension(39) ananame
logical, dimension(:), allocatable ewperiodic
logical, dimension(:), allocatable nsperiodic
subroutine mp_exchange2d(ng, tile, model, nvar, lbi, ubi, lbj, ubj, nghost, ew_periodic, ns_periodic, a, b, c, d)