min()

min(expr, dim1, dim2 <,tinc>)

Returns the minimum of expr over the specified dimension range. If the specified dimension is time, an optional time increment tincr may be specified.

dim1 and dim2 are standard GrADS dimension expressions whose dimensions must match.

Usage Notes

  1. Related functions are: minloc, max, and maxloc.
    These functions will only work with GrADS version 1.8 or later.

Examples