PUBLIC INTERFACE ~ PUBLIC ROUTINES

Module mpp_utilities_mod

Contact: 
Reviewers: 
Change History: WebCVS Log


OVERVIEW



OTHER MODULES USED

mpp_mod

PUBLIC INTERFACE

mpp_array_global_min_max:


PUBLIC ROUTINES

  1. 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)



top