<br>Hi Mike<br>Tanks so much for your replay but when I use &#39;ncks&#39; I face to following masage.<br>Could you please guide me.<br>ga-&gt; open /home2/fdaryabor/Documents/V.ctl <br>Scanning description file:  /home2/fdaryabor/Documents/V.ctl<br>
Data file /home2/fdaryabor/Documents/v.dat is open as file 2<br>ga-&gt; q file 2<br>File 2 : evaporation mines prescription<br>  Descriptor: /home2/fdaryabor/Documents/V.ctl<br>  Binary: /home2/fdaryabor/Documents/v.dat<br>
  Type = Gridded<br>  Xsize = 360  Ysize = 180  Zsize = 1  Tsize = 12  Esize = 1<br>  Number of Variables = 1<br>     v  0  1  v<br>ga-&gt; set lon 0 360<br>LON set to 0 360 <br>ga-&gt; set lat 180 359<br>LAT set to 180 359 <br>
ga-&gt; set lev 0 0<br>LEV set to 0 0 <br>ga-&gt; set t 1 12<br>Time values set: 1960:1:16:5 1960:12:16:5 <br>ga-&gt; define uwind=u<br>Define memory allocation size = 6238080 bytes<br>ga-&gt; define vwind=v.2<br>Define memory allocation size = 6238080 bytes<br>
ga-&gt; set sdfwrite /home2/fdaryabor/Documents/<a href="http://temp.nc">temp.nc</a><br>SDFWrite file name = /home2/fdaryabor/Documents/<a href="http://temp.nc">temp.nc</a><br>SDFWrite will replace an existing file<br>ga-&gt; sdfwrite uwind<br>
Wrote variable uwind to /home2/fdaryabor/Documents/<a href="http://temp.nc">temp.nc</a><br>ga-&gt; !cp /home2/fdaryabor/Documents/<a href="http://temp.nc">temp.nc</a> /home2/fdaryabor/Documents/VAR.nc<br>ga-&gt; sdfwrite vwind<br>
Wrote variable vwind to /home2/fdaryabor/Documents/<a href="http://temp.nc">temp.nc</a><br><b>ga-&gt; ncks -A -h /home2/fdaryabor/Documents/<a href="http://temp.nc">temp.nc</a> /home2/fdaryabor/Documents/VAR.nc <br>Unknown command: ncks</b><br>
<br><br><br><br>Best Regards for you<br>F.Daryabor<br><div class="gmail_quote">On Fri, Sep 18, 2009 at 10:57 PM, Mike Bosilovich <span dir="ltr">&lt;<a href="mailto:mike.bosilovich@gmail.com">mike.bosilovich@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I just had a similar question, and asked Jennifer offline. So, what to<br>
do is to build a call to ncks into your script, and it can append data<br>
onto a file. In my case I loop over many variables, so the file in<br>
sdfwrite is <a href="http://temp.nc" target="_blank">temp.nc</a>, then I use ncks to append to the actual output<br>
file I want. I tried to add som script below that may work for you.<br>
<div class="im"><br>
On Thu, Sep 17, 2009 at 3:17 AM, Farshid Daryabor<br>
&lt;<a href="mailto:fdaryabor@googlemail.com">fdaryabor@googlemail.com</a>&gt; wrote:<br>
&gt; Hi all<br>
</div>&gt; I could use &#39;sdfwrite&#39;, now I want to input 2 variables  &#39;u&#39; and &#39;v&#39; in one<br>
&gt; netcdf file.  I write a script for execute , after &#39;set sdfwrite<br>
<div class="im">&gt; /hom2/../VAR.nc&#39; when I type &#39;sdfwrite&#39; command which is &#39;sdfwrite uwind<br>
</div>&gt; vwind.2&#39; for writing 2 variables  in  netcdf file, it only gives me one of<br>
<div class="im">&gt; them not both. Please guide me.<br>
&gt;<br>
&gt;<br>
&gt; &#39;open /home2/fdaryabor/Documents/U.ctl&#39;<br>
&gt; &#39;open /home2/fdaryabor/Documents/V.ctl&#39;<br>
&gt; &#39;set lon 0 360&#39;<br>
&gt; &#39;set lat 180 359&#39;<br>
&gt; &#39;set lev 0 0&#39;<br>
&gt; &#39;set t 1 last&#39;<br>
&gt; &#39;set e 1 last&#39;<br>
&gt; &#39;define uwind=u&#39;<br>
&gt; &#39;define vwind=v.2&#39;<br>
&gt; *&#39;set sdfwrite /home2/fdaryabor/Documents/VAR.nc&#39;<br>
<br>
</div>&#39;set sdfwrite <a href="http://temp.nc" target="_blank">temp.nc</a>&#39;<br>
<br>
&gt; *&#39;sdfwrite uwind vwind.2&#39;<br>
<br>
&#39;sdfwrite uwind&#39;<br>
&#39;!cp <a href="http://temp.nc" target="_blank">temp.nc</a> /home2/fdaryabor/Documents/VAR.nc&#39;<br>
&#39;sdfwrite vwind&#39;<br>
&#39;ncks -A -h <a href="http://temp.nc" target="_blank">temp.nc</a> /home2/fdaryabor/Documents/VAR.nc&#39;<br>
<br>
<br>
If there&#39;s any looping involved, then the !cp will over write, so only<br>
do that on the first iteration of the loop to initialize the file, and<br>
append all the rest.  -A does the append, and -h  prevents a history<br>
line in the netcdf metadata. I was looping over many vars, and this<br>
history was getting too big.<br>
<br>
Hope this helps and have a great weekend!!<br>
<font color="#888888"><br>
Mike<br>
</font><div><div></div><div class="h5"><br>
&gt;<br>
&gt; Best Regards<br>
&gt; F.Daryabor<br>
&gt;<br>
&gt; On Wed, Sep 16, 2009 at 12:55 PM, Farshid Daryabor<br>
&gt; &lt;<a href="mailto:fdaryabor@googlemail.com">fdaryabor@googlemail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi Eric Altshuler<br>
&gt;&gt; Thanks so much for your guide. I try download grads 2.0.a3.<br>
&gt;&gt; Best Regards<br>
&gt;&gt; F.Daryabor<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Sep 15, 2009 at 11:49 AM, Eric Altshuler &lt;<a href="mailto:ela@cola.iges.org">ela@cola.iges.org</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hello Farshid,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; sdfwrite is not a script. It&#39;s a built-in command, and you need grads<br>
&gt;&gt;&gt; 2.0.a3 or higher to use it. You mentioned that you use the grads executable<br>
&gt;&gt;&gt; &#39;gradsc&#39;. This means you are using an old version of grads. Beginning with<br>
&gt;&gt;&gt; grads 2.0, the &#39;gradsc&#39; executable does not exist anymore. There are only<br>
&gt;&gt;&gt; two grads executables, &#39;grads&#39; and &#39;gradsdap&#39;. Get the latest version of<br>
&gt;&gt;&gt; grads; the sdfwrite command will be available.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Best regards,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Eric L. Altshuler<br>
&gt;&gt;&gt; Assistant Research Scientist<br>
&gt;&gt;&gt; Center for Ocean-Land-Atmosphere Studies<br>
&gt;&gt;&gt; 4041 Powder Mill Road, Suite 302<br>
&gt;&gt;&gt; Calverton, MD 20705-3106<br>
&gt;&gt;&gt; USA<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; E-mail: <a href="mailto:ela@cola.iges.org">ela@cola.iges.org</a><br>
&gt;&gt;&gt; Phone: (301) 902-1257<br>
&gt;&gt;&gt; Fax: (301) 595-9793<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ----- Original Message -----<br>
&gt;&gt;&gt; From: &quot;Farshid Daryabor&quot; &lt;<a href="mailto:fdaryabor@GOOGLEMAIL.COM">fdaryabor@GOOGLEMAIL.COM</a>&gt;<br>
&gt;&gt;&gt; To: <a href="mailto:GRADSUSR@LIST.CINECA.IT">GRADSUSR@LIST.CINECA.IT</a><br>
&gt;&gt;&gt; Sent: Tuesday, September 15, 2009 5:19:37 AM GMT -05:00 US/Canada Eastern<br>
&gt;&gt;&gt; Subject: Re: command in GrADS 2.0.a5.oga.5<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi<br>
&gt;&gt;&gt; I try for downloading &#39;sdfwrite&#39; script from &quot;<br>
&gt;&gt;&gt; <a href="http://www.iges.org/grads/gadoc/library.html" target="_blank">http://www.iges.org/grads/gadoc/library.html</a> &quot; but can&#39;t find it, because<br>
&gt;&gt;&gt; when I open &#39;my_data.ctl&#39; in &#39;./gradsc&#39; I face to following massage:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ga-&gt; open /home/Arya/fDaryabor/Roms_tools/Run/binary2netcdf.ctl<br>
&gt;&gt;&gt; Scanning description file:<br>
&gt;&gt;&gt; /home/Arya/fDaryabor/Roms_tools/Run/binary2netcdf.ctl<br>
&gt;&gt;&gt; Data file /home/Arya/fDaryabor/Roms_tools/Run/emp.dat is open as file 1<br>
&gt;&gt;&gt; LON set to 0 360<br>
&gt;&gt;&gt; LAT set to 180 359<br>
&gt;&gt;&gt; LEV set to 0 0<br>
&gt;&gt;&gt; Time values set: 1960:1:16:5 1960:1:16:5<br>
&gt;&gt;&gt; ga-&gt; set lon 98 120<br>
&gt;&gt;&gt; LON set to 98 120<br>
&gt;&gt;&gt; ga-&gt; set lat -10 20<br>
&gt;&gt;&gt; LAT set to -10 20<br>
&gt;&gt;&gt; ga-&gt; set t 05z16jan1960 1mo<br>
&gt;&gt;&gt; Time values set: 1960:5:16:5 1960:1:16:5<br>
&gt;&gt;&gt; ga-&gt; set sdfwrite /home/Arya/Desktop/EMP.nc<br>
&gt;&gt;&gt; SET error: Invalid operand<br>
&gt;&gt;&gt; Operand = sdfwrite /home/arya/desktop/ <a href="http://emp.nc" target="_blank">emp.nc</a><br>
&gt;&gt;&gt; I think must download &quot;sdfwrite&quot; script, please you help me, and give me<br>
&gt;&gt;&gt; straight address for find it.<br>
&gt;&gt;&gt; Best Regards<br>
&gt;&gt;&gt; F.Daryabor<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Tue, Sep 15, 2009 at 4:03 PM, 王永立 &lt; <a href="mailto:rust123@yahoo.cn">rust123@yahoo.cn</a> &gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; hello,everyone<br>
&gt;&gt;&gt; what are the shortcut keys of the copy and paste command in GrADS<br>
&gt;&gt;&gt; 2.0.a5.oga.5,thank you in advance.the shfit+insert could not be used in the<br>
&gt;&gt;&gt; windows xp.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 发件人: hersala &lt; <a href="mailto:hersala@GMAIL.COM">hersala@GMAIL.COM</a> &gt;<br>
&gt;&gt;&gt; 收件人: <a href="mailto:GRADSUSR@LIST.CINECA.IT">GRADSUSR@LIST.CINECA.IT</a><br>
&gt;&gt;&gt; 已发送: 2009/9/15(周二), �¸ 午12:32:44<br>
&gt;&gt;&gt; 主题: Re: GS files in GrADS 2.0.a5.oga.5<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi Hyacinth:<br>
&gt;&gt;&gt; When I use my own scripts or from another person, I save them in the same<br>
&gt;&gt;&gt; folder from where the data is read by GrADS, that is win32 folder.<br>
&gt;&gt;&gt; I hope this help you.<br>
&gt;&gt;&gt; Bye,<br>
&gt;&gt;&gt; Hern�n<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 2009/9/13 Hyacinth Cyprain Nnamchi &lt; <a href="mailto:hc.nnamchi@lasg.iap.ac.cn">hc.nnamchi@lasg.iap.ac.cn</a> &gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Dear Colleagues,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I am using GrADS 2.0.a5.oga.5 from the Opengrads download page (<br>
&gt;&gt;&gt; <a href="http://sourceforge.net/projects/opengrads/files/" target="_blank">http://sourceforge.net/projects/opengrads/files/</a> ) on MS Windows.I notice<br>
&gt;&gt;&gt; that it does not recognise the in-built .gs files like <a href="http://cbar.gs" target="_blank">cbar.gs</a> , <a href="http://cbarn.gs" target="_blank">cbarn.gs</a><br>
&gt;&gt;&gt; etc, although I have confirmed that they are in the &quot;scripts&quot; file.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Does anyone know what could be wrong, where should I place the .gs files?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks,<br>
&gt;&gt;&gt; hyacinth<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hyacinth C. Nnamchi<br>
&gt;&gt;&gt; TWAS-CAS Fellow<br>
&gt;&gt;&gt; State Key Laboratory of Numerical Modeling for<br>
&gt;&gt;&gt; Atmospheric Sciences and Geophysical Fluid Dynamics (LASG)<br>
&gt;&gt;&gt; Institute of Atmospheric Physics (IAP)<br>
&gt;&gt;&gt; Chinese Academy of Sciences (CAS)<br>
&gt;&gt;&gt; P.O.Box 9804, Beijing 100029, China<br>
&gt;&gt;&gt; Tel: +86-13488719702<br>
&gt;&gt;&gt; Fax: +86-10-82995172<br>
&gt;&gt;&gt; <a href="mailto:E-mail%3Ahc.nnamchi@lasg.iap.ac.cn">E-mail:hc.nnamchi@lasg.iap.ac.cn</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 好玩贺卡等�½ 发,邮箱贺卡全新�¸ 线!<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>