===================================================================================
feld=tmc; ptyp=hc; vcor=s; levs=b1; cint=2; cmth=fill;>
cosq=-32,light.violet,-24,violet,-16,blue,-8,green,0,yellow,8,red,>
16,orange,24,brown,32,light.gray
feld=slp; ptyp=hc; cint=2; linw=2
feld=uuu,vvv; ptyp=hv; vcmx=-1; colr=white;
intv=5
feld=map; ptyp=hb
feld=tic; ptyp=hb
===================================================================================
-
Field Temperature in degrees C is plotted (feld=tmc),
as a horizontal contour plot (ptyp=hc), sigma
levels are plotted (vcor=s), it will plot the
bottom sigma levels (levs=b1), contour intervals
are set to 2 (cint=2), the contouring method
is filling (cmth=fill), and colors will be
light violet to light gray (cosq)
-
Overlaid is sea level pressure (feld=slp),
as a horizontal contour plot (ptyp=hc), contour
intervals are set to 2 (cint=2), and the line
width of the contours are set to 2 (linw=2)
-
Overlaid is wind vectors (feld=uuu,vvv), as
a horizontal vector plot (ptyp=hv), plotted
as barbs (vcmax=-1), barbs will be plotted
in white (colr=white) and every 5th barb will
be plotted (intv=5)
-
Overlaid is a map (feld=map), which is plotted
as a horizontal background plot (ptyp=hb)
-
Overlaid is tic markings (feld=tic), which
is also plotted as a horizontal background plot (ptyp=hb)
-
This frame will be plotted for every time period
|