<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi all GrADS users,<br>
<br>
I want to get the correlation between dcape and rainrate using GrADS. Meanwhile, NCL is used to test the result.<br>
<br>
Assuming dcape is one time step prior to rainrate, so we can get the correlation (0.0266) using GrADS through,<br>
&quot;set t 2 77; define dcapeave2=dcapeave(t-1); set t 1; d tcorr(dcapeave2,rainrateconvm,t=2,t=77).&quot;<br>
<br>
Also using NCL, we can get the correlation (-0.18815) through,<br>
&quot;ccr2=esccr(dcapeave(1:76,0,0,0),rainrateconvm(1:76,0,0,0),1).&quot;<br>
<br>
I notice that the difference is small if there is no time lag between dcape and rainrate. Then we get the correlation &quot;-0.1139&quot; using GrADS and &quot;-0.1101&quot; using NCL.<br>
<br>
Why the difference is so big when the time lag is present between two time series?
<br>
Would you like to help me?<br>
<br>
Many thanks,<br>
<br>
Rui<br>
<br>
</div>
</body>
</html>