Page 1 of 1

GMIN command

Posted: Fri Dec 08, 2006 9:49 pm
by ncwxman
All,

Has anyone had any luck with the GMIN command? It should produce a map of just the minimum of the last grid. So, if I type the following at the command line should I not get a map of just the minimum of Mean Sea Level Pressure in magenta?

First:

Code: Select all

PMSL clr3
to produce Mean Sea Level Pressure with white contours.

Second:

Code: Select all

GMIN clr9
to produce Mean Sea Level Pressure with magenta contours of just the minimum values.

Maybe I'm not using this command correctly. Any help is greatly appreciated!

Thank you,

Kevin

Posted: Sat Dec 09, 2006 3:07 am
by jkrob
Kevin,

According to the source code documentation by Dr. Peterson, the GMIN (and GMAX, GMEN or GSDV) "Fill the next stack array with array min, max, mean, standard deviation" . I don't think it was ment for display purposes in & of itself because you will get a blank display of a constant value with nothing to contour. I believe it is ment more to be included with other diagnostic calculations to come to a final result to be displayed.

Thanks,
Jeff

Posted: Sat Dec 09, 2006 7:43 am
by ncwxman
Jeff,

Ahhhh, I see. Thank you for your help.

Kevin