Module mpp_utilities_mod
OVERVIEW
OTHER MODULES USED
PUBLIC INTERFACE
PUBLIC ROUTINES
-
mpp_array_global_min_max
-
DESCRIPTION
-
Compute and return the global min and max of an array
and the corresponding lat-lon-depth locations .
NOTES:
This algorithm works only for an input array that has a unique global
max and min location. This is assured by introducing a factor that distinguishes
the values of extrema at each processor.
Vectorized using maxloc() and minloc() intrinsic functions by
Russell.Fiedler@csiro.au (May 2005).
Modified by Zhi.Liang (July 2005)
Modified by Niki.Zadeh (Feb. 2009)