<div dir="ltr">Dear Dave,<div><br></div><div>Thank you so much for your reply. Yes! your are right, [nt-1 = -1] which is meaningless. I should skip this one, and set :</div><div>do nt=1, ntim-1.</div><div><font color="#cc0000"><br></font></div><div><font color="#000000">I changed nt from 0 to 1 and it worked. </font><font color="#9900ff">Thanks!</font></div><div><font color="#9900ff"><br></font></div><div><font color="#cc0000"><b>*****So I want to make sure that my calculation to achieve hourly precipitation is correct?****</b></font></div><div><font color="#cc0000"><br></font></div><div>_________________________________</div><div><br></div><div><font color="#9900ff"><b>How about daily average precipitation, how can I calculate it, please?</b></font></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Dec 10, 2023 at 7:42 PM Dave Allured - NOAA Affiliate <<a href="mailto:dave.allured@noaa.gov">dave.allured@noaa.gov</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Your code structure is:</div><div><br></div><div><pre style="font-family:"Courier New",Courier,monospace,arial,sans-serif;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0);font-size:14px">do nt=0,ntim-1
   ... (rainTot(nt,:,:) - rainTot(nt-1,:,:)),res)</pre><pre style="font-family:"Courier New",Courier,monospace,arial,sans-serif;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0);font-size:14px">end do</pre></div><div><br></div><div>So on the first iteration, nt = 0, and nt-1 = -1.  That is a subscript out of bounds.  What do you really want to compute here when nt=0?  Do you want to skip this iteration?</div><div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Dec 10, 2023 at 7:57 AM Setareh Rahimi via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Dear all,<div><br></div><div>I need to calculate <span style="background-color:rgb(255,255,255)"><font color="#9900ff"><b>hourly precipitation</b> </font></span>from WRF-Chem output files. In order, to do this I used the below equation:</div><div><span style="background-color:rgb(255,217,102)">(rainTot(nt,:,:) - rainTot(nt-1,:,:))</span><br></div><div><span style="background-color:rgb(255,217,102)"><br></span></div><div><span style="background-color:rgb(255,255,255)">However, I received these error messages: </span></div><div>





<p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;font-kerning:auto;font-feature-settings:normal;font-stretch:normal;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;background-color:rgb(180,167,214)">fatal:Subscript out of range, error in subscript #0</span></p>
<p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;font-kerning:auto;font-feature-settings:normal;font-stretch:normal;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;background-color:rgb(180,167,214)">fatal:An error occurred reading rainTot</span></p>
<p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;font-kerning:auto;font-feature-settings:normal;font-stretch:normal;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures;background-color:rgb(180,167,214)">fatal:["Execute.c":8637]:Execute: Error occurred at or near line 70 in file precip</span></p></div><div><div><br></div><div>Would you please advise me on how to remove these error messages? (the script is attached).</div><div><br></div><div>I have also another question, how can I calculate the <font color="#9900ff">daily average precipitation,</font> please?</div><div><br></div><div>Many thanks in advance.</div><div><br></div><div>Best wishes,</div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature">S.Rahimi</div></div></div>
</blockquote></div></div>
</blockquote></div><br clear="all"><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature">S.Rahimi<br><br></div>