Hai all,<br><br>I am calculating standard deviation in grads using the following formula.<br><br>I  request you please tell me whether I am calculating sd in the right way.<br>
<br>Is there any other way to calculate sd in GrADS.<br>=============================================<br>define tave = ave(sst,t=1,t=12)<br>define sdsst = sqrt(ave(pow(sst-tave,2),t=1,t=12))<br>d sdsst<br>=============================================<br>


<br>Thanks,<br>sudev