The following describes each formula included in the Grids Formulas section of McIDAS-V.
Note: If the formula you select utilizes a Select Input window to enter values to be used by the formula, you can choose if you want to save these values in a bundle if you wish to create one. Each field of the Select Input window has a Save in Bundle option (chosen by default). If you keep this option selected, the value(s) you choose will be stored in the bundle, and if all values are saved, the formula will automatically execute when you load in your bundle without any user input. If you do not save the values in your bundle, the values you use will not be saved, and the formula will not automatically execute without requiring the user to enter/change values. Many of the formulas below were provided by Brian Mapes, which are denoted by an asterisk (*) next to the formula's name.
Input Parameter | Definition | |
unit |
The unit to be used when displaying the data. |
|
multiplyfactor |
The factor to scale/multiply the data by (default=1.0) |
Input Parameter | Definition | |
gddiag |
Grid diagnostic. For more information, see the Grid Diagnostics section of Jython Library. |
Input Parameter | Definition | |
parameter |
The scalar quantity that the trajectories will be colored by. |
|
U Component |
The u-component of the wind. |
|
V Component |
The v-component of the wind. |
Input Parameter | Definition | |
parameter |
The scalar quantity that the trajectories will be colored by. |
|
U Component |
The u-component of the wind. |
|
V Component |
The v-component of the wind. |
|
W Component |
The vertical component of the data. |
Input Parameter | Definition | |
scalar parameter |
Scalar Parameter (the parameter that will be mapped). |
|
U Component |
The u-component of the wind. |
|
V Component |
The v-component of the wind. |
Input Parameter | Definition | |
scalar parameter |
Scalar Parameter (the parameter that will be mapped). |
|
U Component |
The u-component of the wind |
|
V Component |
The v-component of the wind. |
Input Parameter | Definition | |
Top of Layer |
Top layer (default=500) |
|
Bottom of Layer |
Bottom layer (default=1000) |
Input Parameter | Definition | |
top |
Top layer (default=500) |
|
bottom |
Bottom layer (default=850) |
Input Parameter | Definition | |
windDir |
The wind direction field. |
Input Parameter | Definition | |
u |
The u-component of the wind. |
|
v |
The v-component of the wind. |
Input Parameter | Definition | |
u |
The u-component of the wind. |
|
v |
The v-component of the wind. |
Input Parameter | Definition | |
u |
The u-component of the wind. |
|
v |
The v-component of the wind. |
|
w |
The w-component of the wind (vertical velocity). |
Input Parameter | Definition | |
slice |
The parameter utilized to create the display. |
Input Parameter | Definition | |
Data field |
The parameter that is mapped in the display. |
|
Color field |
The parameter whose color field will be used to plot the parameter selected under Data field. |
Input Parameter | Definition | |
grid |
The parameter to be displayed. |
|
newGrid |
A parameter from a grid whose resolution and coordinates will be used for displaying the original grid. |
Input Parameter | Definition | |
grid |
The parameter that is mapped in the display. |
|
gridwithNewDomain |
The parameter whose domain will be used to plot the parameter selected under grid. |
Input Parameter | Definition | |
Time 1 |
First time (default=1) |
|
Time 2 |
Second time (default=0) |
Input Parameter | Definition | |
altitude |
Altitude to slice. |
|
unit |
Specify a unit. It must be compatible with meters (ft, fathoms, etc.) |
Input Parameter | Definition | |
level |
Level to slice. Must be appropriate for the grid. |
Input Parameter | Definition | |
x |
The x-component of the wind. |
|
y |
The y-component of the wind. |
Input Parameter | Definition | |
top |
Top layer (default=500) |
|
bottom |
Bottom layer (default=850) |
Input Parameter | Definition | |
N |
Smoothing factor (default=6) |
Input Parameter | Definition | |
N |
Smoothing factor (default=2) |
Input Parameter | Definition | |
N |
Smoothing factor (default=2) |
D(T) = D(0) + D(1) + .. + D(T) |
D(T) = D(T) - D(0) |
Input Parameter | Definition | |
No. of steps |
The number of steps to average over. |
|
End Point Option |
The option for unsmoothed end points. 0 = set to missing; 1 = use symmetry; -1= assume cyclic |
D(T) = D(T) - D(T-1) |
D(T) = D(T) + D(T-1) |
Input Parameter | Definition | |
Weights |
The weight you wish to give to your running average. Separate multiple values with a comma. |
|
End Point Option |
The option for unsmoothed end points. 0 = set to missing; 1 = use symmetry; -1= assume cyclic |
Input Parameter | Definition | |
meanType |
The time mean to use (default=yearly) |
Input Parameter | Definition | |
timeUnit |
The time unit to use (default=day) |
Input Parameter | Definition | |
meanType |
The time mean to use (default=yearly) |
Input Parameter | Definition | |
year |
Year as yyyy (default=None) |
|
season |
Season (default=None) Valid values include:
|
|
month |
Month as MM (default=None) |
|
day of month |
Day of month as dd (default=None) |
|
hour of day |
Hour of day as hh (default=None) |
|
minute of hour |
Minute of hour as mm (default=None) |
|
seconds |
Seconds as ss (default=None) |
|
milliseconds |
Milliseconds as ms (default=None) |
Input Parameter | Definition | |
number |
The number to use. There is no default value. |
Input Parameter | Definition | |
P(GridVaiable lt|gt a) |
The mathematical operation (less than or greater than) that will operate around value 'a'. |
|
a |
The value used by the operator chosen above. |
|
P1 (and|or) P2 |
Determines if you want to display the probability of threshold values 'a' or 'b' to both be used to create the display, or if you want one or the other to work. |
|
P(GridVariable lt|gt b) (optional) |
The mathematical operation (less than or greater than) that will operate around value 'b'. |
|
b (optional) |
The value used by the operator chosen above. |
|
Expected Lower Bound (optional) |
The expected lower numerical bound of your chosen field. |
|
Expected Upper Bound (optional) |
The expected upper numerical bound of your chosen field. |