[gradsusr] OLR ANOMALY INDEX STANDARDIZATION

Carlos Batista krlosbatist at gmail.com
Thu Jan 22 05:35:55 EST 2015


You want to split the average standard deviation?

******************************************
* Remove by variable tend
******************************************
*my variable number 1****

ltrend vaz.2 vazm slope12 rmse12
define dvaz12=vaz.2-vazm

***** If you want to make average moving*****
rmean dvaz12 6 dvaz6mm
*************************************************
*my variable 2****
ltrend mediaan mediaand s e
define mediaanm=mediaan-mediaand

******************************************
* Here I normalizeted my variables  - Divided by the standard deviation
******************************************

dp1=sqrt(ave(pow(dvaz6mm,2),t=1,t=33))
set ccolor 1
set cthick 6
set cmark 0
d dvaz6mm/dp1

dp2=sqrt(ave(pow(mediaanm,2),t=1,t=33))
set gxout bar
set bargap 40
set barbase 0
set baropts outline
set ccolor 4
d mediaanm/dp2

**************************************

The rmean you find in

*...http://www.atmos.umd.edu/~bguan/grads/GrADS_Scripts.html
<http://www.atmos.umd.edu/~bguan/grads/GrADS_Scripts.html>*

Carlos


2015-01-22 3:33 GMT-02:00 Rekha Bharali <rekha.bharali06 at gmail.com>:

> Can anybody please help me with a grads script to calculate Standardize
> OLR anomaly index
> using Grads. It will be agreat help.
>
> --
> .......................................................................
> Rekha Bharali Gogoi
> NE-SAC
> Dept. of Space
> Govt. of India
> Meghalaya
>
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20150122/2b3e5d23/attachment.html 


More information about the gradsusr mailing list