14 real,
dimension(klon),
intent(in) :: field
15 real,
dimension(klon),
intent(in) :: airephy
16 LOGICAL,
intent(in) :: laire
17 REAL,
intent(out) :: mfield
27 airetot = airetot + airephy(i)
28 sumtmp = sumtmp + field(i)
31 if(airetot.NE.0.)
THEN
47 if(airetot.NE.0.)
THEN
subroutine global_mean(field, airephy, laire, mfield)
logical, save is_mpi_root
logical, save is_sequential