<div>Dear all,</div>
<div> </div>
<div>i am new to this forum.  I am trying to calculate the precipitation bias (regcm output -CRU ) and when i am running the script, it is ending with segmentation fault.....</div>
<div> this is the script</div>
<div> </div>
<div><span lang="">
<p>&#39;reinit&#39;</p>
<p>&#39;set display color white&#39;</p>
<p>&#39;c&#39;</p>
<p>&#39;enable print test2.meta&#39;</p>
<p>&#39;open /export/data/RegCM_Pyari/pyari/RegCM/NNRP2run/1988/SRF.1988060100.ctl&#39;</p>
<p>&#39;open /export/data/RegCM_Pyari/pyari/RegCM/NNRP2run/1988/SRF.1988070100.ctl&#39;</p>
<p>&#39;open /export/data/RegCM_Pyari/pyari/RegCM/NNRP2run/1988/SRF.1988080100.ctl&#39;</p>
<p>&#39;open /export/data/RegCM_Pyari/pyari/RegCM/NNRP2run/1988/SRF.1988090100.ctl&#39;</p>
<p>&#39;sdfopen /export/data/<a href="http://GPCP.PRECIP.NC">GPCP.PRECIP.NC</a>&#39;</p>
<p>&#39;define t1=ave(tpr.1,t=1,t=240)&#39;</p>
<p>&#39;define t2=ave(tpr.2,t=241,t=488)&#39;</p>
<p>&#39;define t3=ave(tpr.3,t=489,t=736)&#39;</p>
<p>&#39;define t4=ave(tpr.4,t=737,t=976)&#39;</p>
<p>&#39;define T=(t1+t2+t3+t4)/4.0&#39;</p>
<p>&#39;define P=ave(precip.5,t=90,t=93)&#39;</p>
<p>&#39;set grid off&#39;</p>
<p>&#39;set grads off&#39;</p>
<p>&#39;set mpdset hires&#39;</p>
<p>&#39;set lat 5 40&#39;</p>
<p>&#39;set lon 65 98&#39;</p>
<p>&#39;set gxout shaded&#39;</p>
<p>&#39;set clevs -5 -4 -3 -2 -1 0 1 2 3 5 8 11 14 17 20&#39;</p>
<p>&#39;set ccols 3 14 4 11 5 13 0 10 7 12 8 2 6 15&#39;</p>
<p>&#39;d T-P&#39;</p>
<p>&#39;set gxout contour&#39;</p>
<p>&#39;set cint 1&#39;</p>
<p>&#39;d T-P&#39;</p>
<p>&#39;run <a href="http://cbar.gs">cbar.gs</a>&#39;</p>
<p>&#39;close 5&#39;</p>
<p>&#39;close 4&#39;</p>
<p>&#39;close 3&#39;</p>
<p>&#39;close 2&#39;</p>
<p>&#39;close 1&#39;</p>
<p> </p>
<p>&#39;print&#39;</p>
<p>&#39;disable print&#39;</p>
<p> </p>
<p> </p>
<p> </p>
<p>can anyone help?</p>
<p>thanks.</p></span></div>