<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi&nbsp;<div>I have 8 RF data files (TRMM) and I need to accumulate this Rainfall.&nbsp;</div><div>I have used following script.&nbsp;</div><div>Following is the ctl file and below is gs file.&nbsp;</div><div>rfaccum.ctl file::::::::::::::::::::::::</div><div><br></div><div><div>DSET ^3B42.1104%d2.%h2z.7.precipitation.bin</div><div>options template</div><div><span style="font-size: 12pt;">TITLE &nbsp;Precipitation estimates</span></div><div>UNDEF &nbsp;-9999.9</div><div>XDEF 1440 LINEAR &nbsp;-179.875 0.25</div><div>YDEF &nbsp;400 LINEAR &nbsp;-49.875 &nbsp;0.25</div><div>ZDEF &nbsp; 1 LEVELS 1000</div><div>TDEF 8 LINEAR &nbsp;06z22apr2011 &nbsp;3hr</div><div>VARS 1</div><div>data &nbsp;0 &nbsp; 99 &nbsp;3B42 TRMM precipitation estimates [mm/3hr]</div><div>ENDVARS</div></div><div>__________________GS FILE______________________________</div><div><div>'reinit'</div><div>'open rfaccum.ctl'</div><div>'define rf1=data(t=1)'</div><div>'define rf2=data(t=2)'</div><div>'define rf3=data(t=3)'</div><div>'define rf4=data(t=4)'</div><div>'define rf5=data(t=5)'</div><div>'define rf6=data(t=6)'</div><div>'define rf7=data(t=7)'</div><div>'define rf8=data(t=8)'</div><div>'define rf=rf1+rf2+rf3+rf4+rf5+rf6+rf7+rf8'</div><div><span style="font-size: 12pt;">'d rf'</span></div><div>'set gxout fwrite'</div><div>'set fwrite &nbsp;Obs22apr2011.bin'</div><div>'d rf'</div><div>'disable fwrite'</div><div>*'run /store/22may2013/9km-single/cbarn.gs'</div><div>~</div></div><div>The plot of accumulated RF is fine. but when I plot the Obs22apr2011.bin, there is a change in the PLOT can U pls help me.&nbsp;</div><div>I am attaching the two plots(Figure1.gif and Fig2.gif)</div><div>&nbsp;these FIGURES are so much different. The file Sizes are also different</div><div><div><br></div><div>-rw-r--r-- &nbsp; &nbsp;1 model &nbsp; &nbsp;staff &nbsp; &nbsp; &nbsp;<b> 2304000 Jan 27 14:17 3B42.110423.00z.7.precipitation.bin</b></div><div>-rw-r--r-- &nbsp; &nbsp;1 model &nbsp; &nbsp;staff &nbsp; &nbsp; &nbsp; 2304000 Jan 27 14:18 3B42.110423.03z.7.precipitation.bin</div><div>-rw-r--r-- &nbsp; &nbsp;1 model &nbsp; &nbsp;staff &nbsp; &nbsp; &nbsp; 2304000 Jan 27 14:22 3B42_daily.2011.04.22.7.bin</div><div>-rw-r--r-- &nbsp; &nbsp;1 model &nbsp; &nbsp;staff &nbsp; &nbsp; &nbsp; <b><u>2307200 Jan 27 15:50 Obs22apr2011.bin</u></b></div><div>bash-3.2$</div></div><div>Following ctl file is used for plotting Obs22apr2011.bin data-----------</div><div><div>TITLE &nbsp;Precipitation estimates</div><div>UNDEF &nbsp;-9999.9</div><div>XDEF 1440 LINEAR &nbsp;-179.875 0.25</div><div>YDEF &nbsp;400 LINEAR &nbsp;-49.875 &nbsp;0.25</div><div>ZDEF &nbsp; 1 LEVELS 1000</div><div>TDEF 1 LINEAR &nbsp;00z22apr2011 &nbsp;1dy</div><div>VARS 1</div><div>data &nbsp;0 &nbsp; 99 &nbsp;3B42 TRMM precipitation estimates [mm/3hr]</div><div>ENDVARS</div><div>~</div><div><span style="font-size: 12pt;">dailyrf.ctl" 11 lines, 305 characters</span></div><div><br></div></div><div>Can someone suggest???</div><div>Geeta</div><div><br></div><div><br></div>                                               </div></body>
</html>