<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3132" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Dear Users,</FONT></DIV>
<DIV><FONT face=Arial size=2>I have followed the indications received to try 
plotting the Station data example "rain.dat" created using the C code available 
in the Grads documentation starting from the following .txt file:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Year&nbsp;&nbsp;&nbsp; 
Month&nbsp;&nbsp;&nbsp;&nbsp; Stid&nbsp;&nbsp;&nbsp;&nbsp; 
Lat&nbsp;&nbsp;&nbsp;&nbsp; Lon&nbsp;&nbsp;&nbsp;&nbsp; 
Rainfall<BR>1980&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp; 
QQQ&nbsp;&nbsp;&nbsp;&nbsp; 34.3&nbsp;&nbsp;&nbsp;&nbsp; 
-85.5&nbsp;&nbsp;&nbsp;&nbsp; 123.3<BR>1980&nbsp;&nbsp;&nbsp;&nbsp; 
1&nbsp;&nbsp;&nbsp;&nbsp; RRR&nbsp;&nbsp;&nbsp;&nbsp; 
44.2&nbsp;&nbsp;&nbsp;&nbsp; -84.5&nbsp;&nbsp;&nbsp;&nbsp; 
87.1<BR>1980&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp; 
SSS&nbsp;&nbsp;&nbsp;&nbsp; 22.4&nbsp;&nbsp;&nbsp;&nbsp; 
-83.5&nbsp;&nbsp;&nbsp;&nbsp; 412.8<BR>1980&nbsp;&nbsp;&nbsp;&nbsp; 
1&nbsp;&nbsp;&nbsp;&nbsp; TTT&nbsp;&nbsp;&nbsp;&nbsp; 
33.4&nbsp;&nbsp;&nbsp;&nbsp; -82.5&nbsp;&nbsp;&nbsp;&nbsp; 
23.3<BR>1980&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp;&nbsp;&nbsp; 
QQQ&nbsp;&nbsp;&nbsp;&nbsp; 34.3&nbsp;&nbsp;&nbsp;&nbsp; 
-85.5&nbsp;&nbsp;&nbsp;&nbsp; 145.1<BR>1980&nbsp;&nbsp;&nbsp;&nbsp; 
2&nbsp;&nbsp;&nbsp;&nbsp; RRR&nbsp;&nbsp;&nbsp;&nbsp; 
44.2&nbsp;&nbsp;&nbsp;&nbsp; -84.5&nbsp;&nbsp;&nbsp;&nbsp; 
871.4<BR>1980&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp;&nbsp;&nbsp; 
SSS&nbsp;&nbsp;&nbsp;&nbsp; 22.4&nbsp;&nbsp;&nbsp;&nbsp; 
-83.5&nbsp;&nbsp;&nbsp;&nbsp; 223.1<BR>1980&nbsp;&nbsp;&nbsp;&nbsp; 
2&nbsp;&nbsp;&nbsp;&nbsp; TTT&nbsp;&nbsp;&nbsp;&nbsp; 
33.4&nbsp;&nbsp;&nbsp;&nbsp; -82.5&nbsp;&nbsp;&nbsp;&nbsp; 45.5<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I first have created the .map file from inside 
Grads, getting the following result:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>ga-&gt; !stnmap -i rain.ctl<BR>&nbsp; Name of 
binary data set: rain.dat<BR>&nbsp; Number of times in the data set: 2<BR>&nbsp; 
Number of surface variables: 1<BR>&nbsp; Number of level dependent variables: 
0</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Starting scan of station data binary 
file.<BR>Binary data file open: rain.dat<BR>Processing time = 
1<BR>&nbsp;&nbsp;&nbsp;&nbsp; Time = 1 has stn count = 1 <BR>Processing time = 
2<BR>&nbsp;&nbsp;&nbsp;&nbsp; Time = 2 has stn count = 4 <BR>&nbsp; Max reports 
per time:&nbsp; 4 reports at t = 2<BR>&nbsp; Max data elements in largest 
report: 1</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Version 2 Station map file created: 
rain.map<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Then I tried to display either a number or a mark 
at the station locations, with "set gxout value" and "set gxout stnmark"&nbsp; 
without success.</FONT></DIV>
<DIV><FONT face=Arial size=2>When I try to print out the station list I get the 
following:</FONT></DIV>
<DIV><FONT face=Arial size=2><BR>ga-&gt; set stat on<BR>ga-&gt; set stnprint 
on<BR>ga-&gt; d p<BR>Data Type = station<BR>Dimensions = 0 1<BR>I Dimension = 0 
to 360<BR>J Dimension = -90 to 90<BR>Stn count = 1<BR>Undef value = 
-999<BR>Undef count = 0&nbsp; Valid count = 1 <BR>Min, Max = 3.89155e-41 
3.89155e-41<BR>Cmin, cmax, cint = -5 5 
1<BR>Stats[sum,sumsqr,root(sumsqr),n]:&nbsp;&nbsp;&nbsp;&nbsp; 3.89155e-41 0 0 
0<BR>Stats[(sum,sumsqr,root(sumsqr))/n)]:&nbsp;&nbsp;&nbsp;&nbsp; 3.89155e-41 0 
0<BR>Stats[(sum,sumsqr,root(sumsqr))/(n-1))]: 3.89155e-41 0 
0<BR>Stats[(sigma,var)(n)]:&nbsp;&nbsp;&nbsp;&nbsp; 0 
0<BR>Stats[(sigma,var)(n-1)]:&nbsp;&nbsp; 0 0<BR>Printing station values:&nbsp; 
#obs = 1<BR>OB&nbsp;&nbsp;&nbsp; ID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
LON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LAT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
LEV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VAL<BR>1&nbsp;&nbsp;&nbsp;&nbsp; 
Stid&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; La&nbsp; 
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -9.99e+33 
3.89155e-41<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Can anybody please explain what is going wrong and 
why I cannot see anything else than the world map ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Quite tricky and difficult to me this Grads, I 
wonder if I will be never able to plot local&nbsp;shaded maps of&nbsp;SPI data 
as I have to do&nbsp;in my final goal :-(((</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks for your help, regards</FONT></DIV>
<DIV><FONT face=Arial size=2>Marco</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;</DIV>
<DIV><BR>_______________________________________________<BR>Marco Sartore - 
ElbaTech srl - Via Roma, 10<BR>57030 Marciana (LI) – Italy - Tel/Fax 
++39-0565-90.10.02<BR><A href="http://www.elbatech.com">www.elbatech.com</A> - 
<A href="http://www.spmagic.com">www.spmagic.com</A> 
<BR></DIV></FONT></BODY></HTML>