SCRIPTING PROBLEM V1.0L
Posted: Sun Jun 27, 2004 3:09 pm
Tim:
After upgrading to v1.0l I have encountered a scripting problem. Note I upgraded directly from v1.0g to 1.0l so I do not know if this problem was present in the "in-between" versions.
The script line below analyzes 3hr PTEN, isopleths of pressure fall are in red and pressure rise in blue, the no change line, PTEN=0, is in bold black. This worked in v1.0g. The colons in the line below were commas then.
PTEN 3HR (mb) |CONT EQUA=0 COLOR=0:0:0 LINE=3 CONT GRTN=2 CINT=2 COLOR=0:0:200 LINE=1 CONT LSTN=-2 CINT=2 COLOR=200:0:0 LINE=1 PTEN
With version 1.0l this will draw the zero isopleth as specified in the script and the negative isopleths in red as specified, no pressure rise isallobars are drawn.
I have experimented with the script and find that by re-arranging the commands the results vary, so if I move the commands for pressure rises to the end of the line the zero isallobar and the pressure rise isallobars are drawn as specified but the pressure falls are not (script line below).
PTEN 3HR (mb) |CONT EQUA=0 COLOR=0:0:0 LINE=3 CONT LSTN=-2 CINT=2 COLOR=200:0:0 LINE=1 CONT GRTN=2 CINT=2 COLOR=0:0:200 LINE=1 PTEN
The results depend on position, the middle commands are not executed while the first set (zero isallobar) and the last set (either pos or neg) are executed.
A similar command for plotting dew point works perfectly in v1.0l, it is:
Dewpoint (1 deg F) |MXMN CONT EQUA=70 LINE=3 COLOR=0:60:0 CONT CINT=5 LINE =2 COLOR=0:120:0 CONT CINT=1 DASH COLOR=0:200:0 DEGF DWPT
Data source makes no difference with this problem.
Thanks
Steve Horstmeyer
After upgrading to v1.0l I have encountered a scripting problem. Note I upgraded directly from v1.0g to 1.0l so I do not know if this problem was present in the "in-between" versions.
The script line below analyzes 3hr PTEN, isopleths of pressure fall are in red and pressure rise in blue, the no change line, PTEN=0, is in bold black. This worked in v1.0g. The colons in the line below were commas then.
PTEN 3HR (mb) |CONT EQUA=0 COLOR=0:0:0 LINE=3 CONT GRTN=2 CINT=2 COLOR=0:0:200 LINE=1 CONT LSTN=-2 CINT=2 COLOR=200:0:0 LINE=1 PTEN
With version 1.0l this will draw the zero isopleth as specified in the script and the negative isopleths in red as specified, no pressure rise isallobars are drawn.
I have experimented with the script and find that by re-arranging the commands the results vary, so if I move the commands for pressure rises to the end of the line the zero isallobar and the pressure rise isallobars are drawn as specified but the pressure falls are not (script line below).
PTEN 3HR (mb) |CONT EQUA=0 COLOR=0:0:0 LINE=3 CONT LSTN=-2 CINT=2 COLOR=200:0:0 LINE=1 CONT GRTN=2 CINT=2 COLOR=0:0:200 LINE=1 PTEN
The results depend on position, the middle commands are not executed while the first set (zero isallobar) and the last set (either pos or neg) are executed.
A similar command for plotting dew point works perfectly in v1.0l, it is:
Dewpoint (1 deg F) |MXMN CONT EQUA=70 LINE=3 COLOR=0:60:0 CONT CINT=5 LINE =2 COLOR=0:120:0 CONT CINT=1 DASH COLOR=0:200:0 DEGF DWPT
Data source makes no difference with this problem.
Thanks
Steve Horstmeyer