login

min.gs

Top / GrADS / script / min.gs

Japanese / English

Name

min - Get minimum value from two field variables.

Synopsis

min org cmp [new]

Description

To show help, simply run "min".

Options

org
1st variable name. without specifying [new], it will be overridden.

:;cmp ::2nd variable name

new
Result variable name. Without specified it, new=org.

Examples

(1) Draw min[u(t=1),u(t=2)]

ga-> open u.ctl
ga-> min u(t=1) u(t=2) a
ga-> d a

Script source code