2 SUBROUTINE ana_humid (ng, tile, model)
29 integer,
intent(in) :: ng, tile, model
33 character (len=*),
parameter :: MyFile = &
38 CALL ana_humid_tile (ng, tile, model, &
39 & lbi, ubi, lbj, ubj, &
40 & imins, imaxs, jmins, jmaxs, &
54 END SUBROUTINE ana_humid
57 SUBROUTINE ana_humid_tile (ng, tile, model, &
58 & LBi, UBi, LBj, UBj, &
59 & IminS, ImaxS, JminS, JmaxS, &
73 integer,
intent(in) :: ng, tile, model
74 integer,
intent(in) :: LBi, UBi, LBj, UBj
75 integer,
intent(in) :: IminS, ImaxS, JminS, JmaxS
78 real(r8),
intent(out) :: Hair(LBi:,LBj:)
80 real(r8),
intent(out) :: Hair(LBi:UBi,LBj:UBj)
87#include "set_bounds.h"
106 ana_humidity.h: no values provided for hair.
113 & lbi, ubi, lbj, ubj, &
119 & lbi, ubi, lbj, ubj, &
126 END SUBROUTINE ana_humid_tile
subroutine ana_humid_tile(ng, tile, model, lbi, ubi, lbj, ubj, imins, imaxs, jmins, jmaxs, hair)
subroutine ana_humid(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)