<br>hi, Gradsusr,<br><br>I have a problem when I want to output the station data, which is produced by gr2stn(salt, lon,lat) from grid data.<br><br>For example,<br><br>'open model.ctl'; ;* 1X1 grid data<br>'set z 1 13'; <br>
'set gxout fwrite';'set fwrite aa.dat';<br>'d gr2stn(salt, 336,25)';<br>'disable fwrite';<br><br>What I expect is a data file (aa.dat) which contains one series generated by gr2stn(salt,336,25) from zlevs 1-13. However, it doesn't work.<br>
<br>I tried to get hints from userguide, but no results about that "set gxout fwrite" doens't work for station data.<br><br>Anybody has ideas? thanks.<br><br><br>Edward<br><br>