<font style="font-family: courier new,monospace;" size="2">Hi, <br><br>I&#39;m new grads user and i&#39;m having problems with station data. <br><br>i&#39;ve created a .txt data with year month day station name and data value(precipitation) for 16 stations during 123 days <br>


 1876  10   1  PPP   41.2  -8.6     0<br> 1876  10   1  GGG   40.5  -7.2   0.4<br> 1876  10   1  CMM   39.0  -7.0     0<br> 1876  10   1  EEE   38.6  -7.9     0<br> 1876  10   1  LLL   37.1  -8.6     0<br> 1876  10   1  AHH   38.7 -27.2  17.6<br>


 1876  10   1  PDD   37.8 -25.7  19.3<br> 1876  10   1  FFF   32.6 -16.9   1.6<br> 1876  10   1  LLL   38.7  -9.1     0<br> 1876  10   1  CCC   36.5  -6.3     0<br> 1876  10   1  BBB   38.9  -7.0     0<br> ...<br>i&#39;ve used the fortran code from here </font>
<font style="font-family: courier new,monospace;" size="2"><a href="http://www.iges.org/grads/gadoc/aboutstationdata.html" target="_blank">http://www.iges.org/grads/gadoc/aboutstationdata.html</a>  addapted for my .txt file<br>


<br>and created the .ctl file <br>DSET   C:\DISASTER\20CRen\dez_1876\dados\estacoes \stat.dat<br>TITLE  station data   <br>DTYPE  station<br>STNMAP C:\DISASTER\20CRen\dez_1876\dados\estacoes\stat.map<br>UNDEF   -999.    <br>

options sequential   <br>TDEF    123 LINEAR 1OCT1876 1dy  <br>VARS    1<br>prec   0   99   pprecipitation     <br>ENDVARS<br><br><br><br>when i run stnmap -i stat.ctl in command line i have de error:<br><br>Processing time step 1<br>

Invalid sation hdr found in station binary file<br>possible causes: invalid level count in hdr<br>                         descriptor file mismatch<br>
                         file not station data<br>                         invalid relative time<br>                         invalid sequential format<br>levs = 256 flag 26312 time 3.5872e-43</font><br><br>Could someone help me please?!!<br>

<br><br><br>