<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt;color:#000000;"><div>Hi GrADS Users,<br><br>I want to use Lats4d to combine several Netcdf files to each other. Can anyone provide me an example that shows me how to combine several Netcdf files together. I looked at Lats4d page but I really don't know what I need to put in command line. I applied following command but it doesn't work. <br><br>lats4d -v -q -i /home/Data/APHRO_ME_050deg_V0902.1981 -j /APHRO_ME_050deg_V0902.1982 -j /APHRO_ME_050deg_V0902.1983 -ftype sdf -o /home/Data/APHRODIT -time 01jan1981 31dec1983 <br><br>I'm using OpenGrADS (2.0.a8.oga.1) on Linux machine. You can find in the follow data description.<br><br>Thanks,<br>Abbas<br><br><br>=======================================<br>netcdf APHRO_ME_050deg_V0902.1981 {<br>dimensions:<br>&nbsp;&nbsp;&nbsp; time = UNLIMITED ; // (365
 currently)<br>&nbsp;&nbsp;&nbsp; longitude = 100 ;<br>&nbsp;&nbsp;&nbsp; latitude = 40 ;<br>variables:<br>&nbsp;&nbsp;&nbsp; double time(time) ;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; time:units = "days since 1981-1-1 0" ;<br>&nbsp;&nbsp;&nbsp; double longitude(longitude) ;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; longitude:units = "degrees_east" ;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; longitude:long_name = "Longitude" ;<br>&nbsp;&nbsp;&nbsp; double latitude(latitude) ;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; latitude:units = "degrees_north" ;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; latitude:long_name = "Latitude" ;<br>&nbsp;&nbsp;&nbsp; float precip(time, latitude, longitude) ;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; precip:long_name = "daily precipitation analysis interpolated into 0.5deg grids [mm/day]" ;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; precip:units = "mm/day" ;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; precip:level_description =
 "Earth surface" ;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; precip:missing_value = -99.9f ;<br>&nbsp;&nbsp;&nbsp; float rstn(time, latitude, longitude) ;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; rstn:long_name = "ratio of 0.05deg grids with station [%]" ;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; rstn:units = "%" ;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; rstn:level_description = "Earth surface" ;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; rstn:missing_value = -99.9f ;<br><br>// global attributes:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :Conventions = "COARDS" ;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :calendar = "standard" ;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :comments = "APHRO_ME V0902 daily precipitation with 0.50deg grids" ;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; :history = "Created by APHRODITE project team 08-Jun-2009" ;<br>}<br><br><br><br><br></div>
</div><br>

      </body></html>