I am attempting to create a .dat file and .ctl file for use in creating
radius-height (r-z) plots in Grads.  I have 4 different times and the
dimensions of the data are 32 points in the radial direction and 30 points in
the vertical direction.  Suppose that I want to create a r-z plot of
temperature.&nbsp; This is what I have done:<br /><br />DO T=1,4&nbsp; !T=time
counter<br /><br /><p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRITE(541,REC=C) (R(I,T),I=1,IR) !R=radius,
IR=32<br />&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; WRITE(541,REC=C) (Z(K,T),K=1,KX)
!Z=height, KX=30</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WRITE(541,REC=C)
((T_GRADS(K,I,C),K=1,KX),I=1,IR) !T_GRADS = temperature</p><p>&nbsp;</p><p>END
DO</p><p>&nbsp;</p><p>Now, my .ctl file looks
like:</p><p>DSET&nbsp;&nbsp;&nbsp; 0.3sf_grads.dat<br />byteswapped<br
/>TITLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sample<br
/>UNDEF&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -9999<br
/>XDEF&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 30&nbsp; linear&nbsp; 1&nbsp; 1<br
/>YDEF&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32&nbsp;&nbsp; linear 1&nbsp; 1<br
/>ZDEF&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; linear 1&nbsp; 1<br
/>TDEF&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
4&nbsp; linear&nbsp;&nbsp; 12:00Z15SEP1999&nbsp;&nbsp; 180MN<br
/>vars&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3<br />z&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 99&nbsp; height<br
/>r&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 99&nbsp; radius<br />t_az&nbsp;&nbsp; 0
99&nbsp; TEMP AZ. AVG.<br />endvars<br /></p><p>When I attempt to create my r-z
plot, I get a field is constant, value=0 error.&nbsp; What am I doing wrong
here.&nbsp; Any help/advice in fixing this problem would be most
appreciated.&nbsp; Thanks,</p><br /><p>&nbsp;</p><p>Jeff<br /></p><p>
<br />
<br />
</p>