<BR><BR><BR>
<BLOCKQUOTE style="BORDER-LEFT: #b6b6b6 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px" class="ReferenceQuote" name="replyContent">-----原始邮件-----<BR><B>发件人:</B><SPAN id="rc_from">"Stephen McMillan" &lt;smcmillan@planalytics.com&gt;</SPAN><BR><B>发送时间:</B><SPAN id="rc_senttime">2015-04-01 20:50:31 (星期三)</SPAN><BR><B>收件人:</B> "dian novianto" &lt;novianto_dian@yahoo.com.au&gt;, "GrADS Users Forum" &lt;gradsusr@gradsusr.org&gt;<BR><B>抄送:</B> <BR><B>主题:</B> [SPAM] Re: [gradsusr] grads scripts operating<BR><BR>
<DIV dir="ltr">Dian, 
<DIV>First define your averaged u and v, then display result.&nbsp; For example:</DIV>
<DIV><BR></DIV>
<DIV>'define uavg=ave(u,z=36,z=46)'</DIV>
<DIV>'define vavg=ave(v,z=36,z=46)'</DIV>
<DIV>'d uavg;vavg'</DIV>
<DIV><BR></DIV>
<DIV>Stephen Mc</DIV></DIV>
<DIV class="gmail_extra"><BR>
<DIV class="gmail_quote">On Tue, Mar 31, 2015 at 1:53 PM, dian novianto <SPAN dir="ltr">&lt;<A href="mailto:novianto_dian@yahoo.com.au" target="_blank">novianto_dian@yahoo.com.au</A>&gt;</SPAN> wrote:<BR>
<BLOCKQUOTE style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<DIV>
<DIV style="BACKGROUND-COLOR: #fff; FONT-FAMILY: lucida console,sans-serif; COLOR: #000; FONT-SIZE: 10px">
<DIV dir="ltr">this is my scripts for temperature average for layer 3 - 50 meter.</DIV>
<DIV dir="ltr">but when i try using for current(u;v) this is error.</DIV>
<DIV dir="ltr">i need help to make scripts average layer value like in temperature script for u;v variables.</DIV>
<DIV dir="ltr"><FONT color="#cd232c">#my data description.</FONT></DIV>
<DIV dir="ltr"><BR></DIV>
<DIV dir="ltr"><FONT color="#8fca40">ga-&gt; sdfopen e:/new/cur/<A href="http://current_northwest_monsoon_ave.nc/" target="_blank">current_northwest_monsoon_ave.nc</A></FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">Scanning self-describing file: &nbsp;e:/new/cur/<A href="http://current_northwest_monsoon_ave.nc/" target="_blank">current_northwest_monsoon_ave.nc</A></FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">SDF file has no discernable time coordinate -- using default values.</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">SDF file e:/new/cur/<A href="http://current_northwest_monsoon_ave.nc/" target="_blank">current_northwest_monsoon_ave.nc</A> is open as file 1</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">LON set to 109.062 126.938</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">LAT set to -15.9599 -6.03633</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">LEV set to -10000 -10000</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">Time values set: 1:1:1:0 1:1:1:0</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">E set to 1 1</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">ga-&gt; q file</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">File 1 :</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">&nbsp; Descriptor: e:/new/cur/<A href="http://current_northwest_monsoon_ave.nc/" target="_blank">current_northwest_monsoon_ave.nc</A></FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">&nbsp; Binary: e:/new/cur/<A href="http://current_northwest_monsoon_ave.nc/" target="_blank">current_northwest_monsoon_ave.nc</A></FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">&nbsp; Type = Gridded</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">&nbsp; Xsize = 144 &nbsp;Ysize = 82 &nbsp;Zsize = 46 &nbsp;Tsize = 1 &nbsp;Esize = 1</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">&nbsp; Number of Variables = 2</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">&nbsp; &nbsp; &nbsp;u &nbsp;46 &nbsp;z,y,x &nbsp;UVEL[D=1, GT=MONTH_REG@MOD]</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">&nbsp; &nbsp; &nbsp;v &nbsp;46 &nbsp;z,y,x &nbsp;VVEL[D=2, G=LONLAT, GT=MONTH_REG@MOD]</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">ga-&gt; q dims</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">Default file number is: 1</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">X is varying &nbsp; Lon = 109.062 to 126.938 &nbsp; X = 1 to 144</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">Y is varying &nbsp; Lat = -15.9599 to -6.03633 &nbsp; Y = 1 to 82</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">Z is fixed &nbsp; &nbsp; Lev = -10000 &nbsp;Z = 1</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">T is fixed &nbsp; &nbsp; Time = 00Z01JAN0001 &nbsp;T = 1</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">E is fixed &nbsp; &nbsp; Ens = 1 &nbsp;E = 1</FONT></DIV>
<DIV dir="ltr"><FONT color="#8fca40">ga-&gt;</FONT></DIV>
<DIV dir="ltr"><BR></DIV>
<DIV dir="ltr"><FONT color="#cd232c"># this is my scripts for temperature</FONT></DIV>
<DIV dir="ltr"><BR></DIV>
<DIV>'sdfopen E:/new/temp/<A href="http://temp_trans1_monsoon_ave.nc/" target="_blank">temp_trans1_monsoon_ave.nc</A>'</DIV>
<DIV>'set lat -16 -7'</DIV>
<DIV>'set lon 109 127'</DIV>
<DIV><BR></DIV>
<DIV>'set t 1'</DIV>
<DIV>'set gxout line'</DIV>
<DIV>'set gxout shaded'</DIV>
<DIV><BR></DIV>
<DIV>'set mpdset hires'</DIV>
<DIV>'set csmooth on'</DIV>
<DIV><BR></DIV>
<DIV>'d ave(temp_clim,z=36,z=46)'</DIV>
<DIV>'cbarn'</DIV>
<DIV>'draw title trans1_temp3-50m'</DIV>
<DIV>'printim e:/re/monsoon/fig/gambar.trans1_temp50m.gif white'</DIV>
<DIV><BR></DIV>
<DIV>'set x 1 140'</DIV>
<DIV><BR></DIV>
<DIV>'set t 1'</DIV>
<DIV>'<A href="http://fprintf.gs/" target="_blank">fprintf.gs</A> lat lat.txt %g 1 0'</DIV>
<DIV>'fprintf lat e:/re/monsoon/txt/trans1_temp50m_lat.txt'</DIV>
<DIV>'set x 1 140'</DIV>
<DIV><BR></DIV>
<DIV>'set t 1'</DIV>
<DIV>'<A href="http://fprintf.gs/" target="_blank">fprintf.gs</A> lon lon.txt %g 1 0'</DIV>
<DIV>'fprintf lon e:/re/monsoon/txt/trans1_temp50m_lon.txt'</DIV>
<DIV><BR></DIV>
<DIV><BR></DIV>
<DIV><BR></DIV>
<DIV>'set x 1 140'</DIV>
<DIV><BR></DIV>
<DIV>'set t 1'</DIV>
<DIV>'fprintf ave(temp_clim,z=36,z=46) ave(temp_clim,z=36,z=46).txt %g, 1 0'</DIV>
<DIV></DIV>
<DIV>'fprintf ave(temp_clim,z=36,z=46) e:/re/monsoon/txt/trans1_Value50m.txt'</DIV>
<DIV></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<DIV><SPAN style="FONT-FAMILY: 'lucida console',sans-serif; COLOR: rgb(0,0,127)"><BR></SPAN></DIV>
<DIV><SPAN style="FONT-FAMILY: 'lucida console',sans-serif; COLOR: rgb(0,0,127)">Regards,<BR></SPAN></DIV>
<DIV><SPAN style="FONT-FAMILY: 'lucida console',sans-serif"><SPAN style="COLOR: rgb(0,0,127)"><SPAN style="FONT-WEIGHT: bold">Dian Novianto</SPAN></SPAN><SPAN style="FONT-SIZE: medium"><BR></SPAN><BR><BR></SPAN></DIV>
<DIV><SPAN style="COLOR: rgb(64,0,127)"><SPAN style="FONT-FAMILY: arial"><BR></SPAN></SPAN></DIV>
<DIV style="FONT-FAMILY: 'Courier New',courier,monaco,monospace,sans-serif; FONT-SIZE: 12pt">
<DIV style="FONT-FAMILY: 'times new roman','new york',times,serif; FONT-SIZE: 12pt">
<DIV dir="ltr"></DIV></DIV></DIV></DIV></DIV></DIV><BR>_______________________________________________<BR>gradsusr mailing list<BR><A href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</A><BR><A href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</A><BR><BR></BLOCKQUOTE></DIV><BR></DIV></BLOCKQUOTE>