<div dir="ltr">Shimelis,<div><br></div><div style>Can you provide a sample of the data?</div><div style><br></div><div style>Yomi</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 6, 2013 at 1:26 PM, shimelis berhanu <span dir="ltr">&lt;<a href="mailto:shimelisberhanu@yahoo.com" target="_blank">shimelisberhanu@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:10pt;font-family:bookman old style,new york,times,serif"><div><span>Dear all,<br></span></div>
<div style="font-style:normal;font-size:13.33px;background-color:transparent;font-family:&quot;Bookman Old Style&quot;"><span><br></span></div><div style="font-style:normal;font-size:13.33px;background-color:transparent;font-family:&quot;Bookman Old Style&quot;">
<span>My knowledge on Fortran is very poor. Therefore, here I am looking for your kind help for </span></div><div style="font-style:normal;font-size:13.33px;background-color:transparent;font-family:&quot;Bookman Old Style&quot;">
<span>Fortran code to read rainfall data from </span>
<span style="font-size:10.5pt;line-height:115%;font-family:&quot;Courier New&quot;">CMORPH Version 1.0 BETA Version.</span><span> I have daily</span></div><div style="font-style:normal;font-size:13.33px;background-color:transparent;font-family:&quot;Bookman Old Style&quot;">
<span>data </span><span>from 2000 to 2007 (eg. the file has a name CHOMPS.dy.2000.dat,...). May someone has </span></div><div style="font-style:normal;font-size:13.33px;background-color:transparent;font-family:&quot;Bookman Old Style&quot;">
<span>a Fortran code to read such a data?<br></span></div><div style="font-style:normal;font-size:13.33px;background-color:transparent;font-family:&quot;Bookman Old Style&quot;"><span><br></span></div><div style="font-style:normal;font-size:13.33px;background-color:transparent;font-family:&quot;Bookman Old Style&quot;">
<span>Kind regards,<br></span></div><div> </div><div><span style="font-size:10px;color:rgb(0,0,191);font-family:&quot;verdana&quot;,&quot;helvetica&quot;,sans-serif">M.Sc. Shimelis Berhanu</span><span style="font-size:10px;font-family:verdana,helvetica,sans-serif;color:rgb(0,0,191)"><br>
Institute for Hydrogeology<br>Technical University of Freiberg<br>Gustav-Zeuner-Str. 12, Zi. 306<br>09599 Freiberg, Saxony, Germany<br>Office Tel.: <span><span><span><span><span><a href="tel:%2B49%203731%2039%202642" value="+493731392642" target="_blank">+49 3731 39 2642</a></span></span></span></span></span></span></div>
<div><span style="font-size:10px;color:rgb(0,0,191);font-family:&quot;verdana&quot;,&quot;helvetica&quot;,sans-serif">Mobile: <a href="tel:%2B49%20176%2051%C2%A071%C2%A064%C2%A013" value="+4917651716413" target="_blank">+49 176 51 71 64 13</a></span><br>
</div><div class="hm HOEnZb"><div><br></div>  </div><div><div class="hm HOEnZb"> </div><div style="font-size:12pt;font-family:&quot;times new roman&quot;,&quot;new york&quot;,&quot;times&quot;,serif"><div class="hm HOEnZb">
 <div dir="ltr"> <hr size="1">  <font face="Arial"> <b><span style="font-weight:bold">From:</span></b> Lee Byerle &lt;<a href="mailto:lbyerle@yahoo.com" target="_blank">lbyerle@yahoo.com</a>&gt;<br> <b><span style="font-weight:bold">To:</span></b> GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>&gt; <br>
 <b><span style="font-weight:bold">Sent:</span></b> Monday, May 6, 2013 7:54 PM<br> <b><span style="font-weight:bold">Subject:</span></b> Re: [gradsusr] RMSE for magnitude of wind<br> </font> </div></div><div><div class="h5">
 <div><br>
<div><div><div style="font-size:12pt;font-family:&quot;times new roman&quot;,&quot;new york&quot;,&quot;times&quot;,serif"><div><div><div style="font-size:12pt;font-family:&quot;times new roman&quot;,&quot;new york&quot;,&quot;times&quot;,serif">
<div><span>Lyndon,</span></div>
<div style="font-size:16px;font-style:normal;background-color:transparent;font-family:&quot;times new roman&quot;,&quot;new york&quot;,&quot;times&quot;,serif"><span>Here is an example for the wind field rmse, with u and v wind as variables in the model files.</span></div>
<div style="font-size:16px;font-style:normal;background-color:transparent;font-family:&quot;times new roman&quot;,&quot;new york&quot;,&quot;times&quot;,serif"><span><br></span></div><div style="font-size:16px;font-style:normal;background-color:transparent;font-family:&quot;times new roman&quot;,&quot;new york&quot;,&quot;times&quot;,serif">
<span>open file1.ctl</span></div><div style="font-size:16px;font-style:normal;background-color:transparent;font-family:&quot;times new roman&quot;,&quot;new york&quot;,&quot;times&quot;,serif"><span>open file2.ctl</span></div>

<div> </div><div>define diffu=u-u.2</div><div>define diffv=v-v.2</div><div><br></div>
<div><span>define varu=pow(diffu,2)</span></div>
<div style="font-size:16px;font-style:normal;background-color:transparent;font-family:&quot;times new roman&quot;,&quot;new york&quot;,&quot;times&quot;,serif"><span>define varv=pow(diffv,2)</span></div>
<div><span>define rmse=sqrt(varu+varv)</span></div>
<div> </div>
<div><span>display variable rmse</span></div>
<div><br></div><div>Best wishes,</div>
<div><span>Lee</span></div>
<div> </div>
<div style="font-size:16px;font-style:normal;background-color:transparent;font-family:&quot;times new roman&quot;,&quot;new york&quot;,&quot;times&quot;,serif"><br></div>
<div style="font-size:12pt;font-family:&quot;times new roman&quot;,&quot;new york&quot;,&quot;times&quot;,serif">
<div style="font-size:12pt;font-family:&quot;times new roman&quot;,&quot;new york&quot;,&quot;times&quot;,serif">
<div dir="ltr">
<font face="Arial"><b><span style="FONT-WEIGHT:bold">From:</span></b> Lyndon Mark Olaguera &lt;<a href="mailto:olagueralyndonmark429@gmail.com" target="_blank">olagueralyndonmark429@gmail.com</a>&gt;<br><b><span style="FONT-WEIGHT:bold">To:</span></b> <a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a> <br>
<b><span style="FONT-WEIGHT:bold">Sent:</span></b> Monday, May 6, 2013 4:55 AM<br><b><span style="FONT-WEIGHT:bold">Subject:</span></b> [gradsusr] RMSE for magnitude of wind<br></font></div>
<div><br>
<div>
<div dir="ltr">Hi all,
<div>I would like to make a script to find the rmse between a model and a nudged file..I can find the rmse for the U and V component, but how do I make an RMSE for the magnitude of the wind;mag(u,v)?</div>
<div><br></div>
<div>Thanks a lot,</div>
<div>Lyndon Mark</div></div></div><br>_______________________________________________<br>gradsusr mailing list<br><a rel="nofollow" href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br><a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br><br></div></div></div></div></div></div></div></div></div><br>_______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br><br><br></div> </div></div></div> </div>  </div></div><br>_______________________________________________<br>

gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><br><br>          Trust in the Lord......<br>*******************************************************************************************<br>*   Abayomi A. Abatan                             *   +1 515 572 4490 (Home)       *<br>
*   Geo. and Atmos. Sci.                           *   +1 515 294 1321 (Office)       *<br>*   Iowa State University, Ames                 *   +1 515 203 9020 (Cell)          *<br>*   Iowa. USA.                                          *                                                 *<br>
*******************************************************************************************          <br><br>****************************************************************************************************<br>*   Abayomi A. Abatan                             *   234-802-724-7846 (out of service)     *<br>
*   Fed. Univ. of Tech.,                              *   234-803-217-8815 (out of service)    *<br>*   SEMS, PMB 704 Akure                        *                                                           *<br>*   Ondo Nigeria.                                      *                                                           *<br>
****************************************************************************************************       <br>
</div>