[gradsusr] (no subject)
Gargi Akhoury
gargiakhoury at bitmesra.ac.in
Thu Apr 14 21:08:00 EDT 2016
Hello ,
I am trying to get a plot for correlation. But the program below is not
displaying the map. Kindly, help and suggest me where I have done the
mistake? The error showing is undefined contours cannot plot.
Thanks & Regards
sdfopen precip.mon.mean.nc
sdfopen t1000.nc
define pr=re(precip,144,linear,0,2.5,72,linear,-88.75,2.5,ba)
avr=tloop(ave((pr-ave(pr,t=1,t=420,12))*(pr-ave(pr,t=1,t=420,12)),t=1,t=420,12))
define pt=re(temp.2(z=1)-273.15,144,linear,0,2.5,72,linear,-88.75,2.5,ba)
bvr=tloop(ave((pt-ave(pt,t=1,t=420,12))*( pt
-ave(pt,t=1,t=420,12)),t=1,t=420,12))
define corr=
tloop(ave((pr-ave(pr,t=1,t=420,12))*(pt-ave(pt,t=1,t=420,12)),t=1,t=420,12))/sqrt(avr*bvr)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20160415/779678f8/attachment.html
More information about the gradsusr
mailing list