2 SUBROUTINE ana_pair (ng, tile, model)
22 integer,
intent(in) :: ng, tile, model
26 character (len=*),
parameter :: MyFile = &
31 CALL ana_pair_tile (ng, tile, model, &
32 & lbi, ubi, lbj, ubj, &
33 & imins, imaxs, jmins, jmaxs, &
47 END SUBROUTINE ana_pair
50 SUBROUTINE ana_pair_tile (ng, tile, model, &
51 & LBi, UBi, LBj, UBj, &
52 & IminS, ImaxS, JminS, JmaxS, &
66 integer,
intent(in) :: ng, tile, model
67 integer,
intent(in) :: LBi, UBi, LBj, UBj
68 integer,
intent(in) :: IminS, ImaxS, JminS, JmaxS
71 real(r8),
intent(out) :: Pair(LBi:,LBj:)
73 real(r8),
intent(out) :: Pair(LBi:UBi,LBj:UBj)
80#include "set_bounds.h"
100 ana_pair.h: no values provided for pair.
107 & lbi, ubi, lbj, ubj, &
113 & lbi, ubi, lbj, ubj, &
120 END SUBROUTINE ana_pair_tile
subroutine ana_pair(ng, tile, model)
subroutine ana_pair_tile(ng, tile, model, lbi, ubi, lbj, ubj, imins, imaxs, jmins, jmaxs, pair)
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)