<div>Dear Krlos,</div>
<div>If you haven&#39;t already, first review the correct syntax and example in the GrADS Documentation Index:  <a href="http://sidata.org/grads/gadoc/gradfuncscorr.html">http://sidata.org/grads/gadoc/gradfuncscorr.html</a><br>
Other functions can be found in the same Documentation Index.</div>
<div> </div>
<div>The basic idea is that you have two previously defined variables, whose horizontal dimensions both include the geographical area you wish to spatially correlate.  For example, let&#39;s say you have two variables var1 and var2 and you wanted to correlate them over a 10 x 10 degree domain over somewhere at a fixed time:</div>

<div>&#39;d scorr(var1,var2,lon=-90,lon=-80,lat=30,lat=40)&#39;</div>
<div>should give you something like this:</div>
<div>result value = -0.2356</div>
<div>You could capture above value in script by including this after display command:</div>
<div>corr=subwrd(result,4)</div>
<div>You can also create a time loop of correlations, 50 timesteps for example:</div>
<div>&#39;set t 1 50&#39;</div>
<div>&#39;d tloop(scorr(var1,var2,....)&#39;</div>
<div>Create a correlation time series of above loop:</div>
<div>&#39;define corrts=tloop(scorr(var1,var2,...)&#39;</div>
<div>Display the time series:</div>
<div>&#39;set x 1&#39;;&#39;set y 1&#39;</div>
<div>&#39;d corrts&#39;</div>
<div> </div>
<div>The tcorr function (see <a href="http://sidata.org/grads/gadoc/gradfunctcorr.html">http://sidata.org/grads/gadoc/gradfunctcorr.html</a>) may be more appropriate for correlating your data, especially if they are time series at a fixed point.</div>

<div> </div>
<div>A search of the GrADS user archive (<a href="http://gradsusr.org/pipermail/gradsusr/">http://gradsusr.org/pipermail/gradsusr/</a>) may yield more appropriate answers.</div>
<div> </div>
<div>Best wishes--</div>
<div>Stephen McMillan</div>
<div> </div>
<div>On Sat, Apr 24, 2010 at 10:02 AM, Carlos Batista <span dir="ltr">&lt;<a href="mailto:krlosbatist@gmail.com">krlosbatist@gmail.com</a>&gt;</span> wrote:<br></div>
<div class="gmail_quote">
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Dear all,<br>Kindly tell me how to use the &quot;scorr &quot; function of grads.<br>I don&#39;t how use its this function for to do correlation between precipitation and flow rivers. Someone know some gs for to do correlations between this data, please, useding the scorr function and other functions ?<br>
Any suggestions<br>Krlos<br>e-mail; <a href="mailto:krlosbatist@gmail.com" target="_blank">krlosbatist@gmail.com</a><br><br><br>_______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org">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>

<pre>***************************************************
The information contained in this e-mail message 
is intended only for the use of the recipient(s) 
named above and may contain information that is 
privileged, confidential, and/or proprietary. 
If you are not the intended recipient, you may not
review, copy or distribute this message. If you have
received this communication in error, please notify 
the sender immediately by e-mail, and delete the original message.
***************************************************