Grads users,<br /><br />
I have run WRF using nested domains, with the inner-most domain being a vortex
following nest. When I output the inner most domain, I print out only 1
frame per output file. I then successfully created a .dat and .ctl file
for each output file. <br /><br />I then am interested in creating a 4
panel plot showing sea level pressure at 4 different times (t=0,12,24,36
hrs). To do this, I have a grads script that does:<br
/><p>'reinit'<br /><br />* this is only for grads -l, need to change
for grads -p<br /><br />* 4 panel slvl plots<br /><br />t1=1<br />t2=13<br
/>t3=25<br />t4=37<br /><br />*UL<br />'set vpage 0 5.5 4.25 8.5'<br
/>'open d03v2.1.1_exp1_'t1'.ctl'<br />'set grads
off'<br />'d slvl.1'<br /><br /><br />*LL<br />'set vpage 0 5.5
0 4.25'<br />'open d03v2.1.1_exp1_'t2'.ctl'<br />'set
grads off'<br />'d slvl.2'<br /><br />*UR<br />'set vpage 5.5
11 4.25 8.5'<br />'open d03v2.1.1_exp1_'t3'.ctl'<br
/>'set grads off'<br />'d slvl.3'<br /><br /><br />*LR<br
/>'set vpage 5.5 11 0 4.25'<br />'open
d03v2.1.1_exp1_'t4'.ctl'<br />'set grads off'<br />'d
slvl.4'<br /></p><br />The lat-lon values on the axes do not change,
however, so that by the final plot, the vortex is pretty much off of the
domain. How do I get the x-axis and y axis to change for each plot?
I know the moving nest worked because when I open just open
d03v2.1.1_exp1_'t4'.ctl', for example, and plot sea level pressure
the vortex is at the center of the domain. <br /><br />How do I fix this
problem??<br /><br />Any input would be most appreciated.<br /><br />Thanks,<br
/><br />Jeff<br />