Dear all,<br><br>I write a simple file in FORTRAN by:<br><span class="HcCDpe"></span><span class="HcCDpe"><span class="JDpiNd">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; open (51,file=&#39;uwind.dat&#39;,form=&#39;unformatted, access=&#39;direct&#39;,recl=2001*2001*4)<br>
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; write(51,rec=1) rad<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; write(51,rec=2) ub<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; close(51)<br>Here ub and radm is defined as:&nbsp; real ub(2001,2001), radm(2001,2001). <br>The control file is:<br><img class="QrVm3d" id="upi" name="upi" src="images/cleardot.gif" width="16" height="16"></span></span>DSET ^uwind.dat<br>
&nbsp;&nbsp;&nbsp; TITLE&nbsp; Teq zonal wind <br>&nbsp;&nbsp;&nbsp; UNDEF -8888.8 <br>&nbsp;&nbsp;&nbsp; XDEF 1 LINEAR&nbsp; 1 1<br>&nbsp;&nbsp;&nbsp; YDEF 2001 Linear 0 0.045<br>&nbsp;&nbsp;&nbsp; ZDEF 2001 Linear 0 0.0525<br>&nbsp;&nbsp;&nbsp; TDEF 1 LINEAR 0Z00JAN0000 1mo<br>&nbsp;&nbsp;&nbsp; VARS 2<br>&nbsp;&nbsp;&nbsp; rad&nbsp; 2001 99 total field<br>
&nbsp;&nbsp;&nbsp; ub&nbsp;&nbsp; 2001 99 total field<br>&nbsp;&nbsp;&nbsp; ENDVARS<br>When I use GrADS to plot <b>rad</b>, it works well, but when I try to plot <b>ub</b>, although the values of ub are not <b>NaN</b> (I have print them out in FORTRAN), it shows: <b><i>Contouring: nan to nan interval inf</i></b>. Anyone has any idea how this happen and how to deal with it? I can not understand why the first variable is good but the second is bad when plotting by GrADS.<br>
&nbsp;<br>Thank you very much.<br><br>btw: In FORTRAN both variables works well. I have tried to read the
files and they are all right. The problem only happens in GrADS
plotting.<br>-- <br>Lantao Sun<br>Graduate Student<br>University of Illinois, Urbana,61801