<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi, I am writing a script that will take existing total accumulated rainfall data (units of mm) and output daily rainfall rates (mm/day) for both rainc and rainnc. &nbsp;This is the single-column WRF model output so there is only one grid point with 20 levels and 12-hour time increment. &nbsp;Here is the script I have so far:<div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">'open scm9yr12hr.ctl'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">'set fwrite scm9yr12hr.daily.grads'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">'set gxout fwrite'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">i=2</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">while(i&lt;6578)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp;&nbsp; 'set t 'i</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp;&nbsp; 'd rainc(t+2)-rainc'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp;&nbsp; 'd rainnc(t+2)-rainc'</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp;&nbsp; i=i+2</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">endwhile</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">'disable fwrite’</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><br class=""></div><div apple-content-edited="true" class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">I am basically wondering what to do after running the script. &nbsp;I open GrADS and execute the script with a run command, and it generates the given output file, but I have not been able to display the data, assuming it is working correctly. &nbsp;I tried to create a new control file for the output, and it opens, and the data seem to be there but they are clearly wrong. &nbsp;I am getting numbers with huge exponents and so on. &nbsp;Any input on whether my script is written correctly or how to display my output?</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Thanks!</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Ben</div></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br class=""></div></body></html>