Dear Paul, <br><br>I have installed MET successfully with all 10 tools.  It was giving some warning message  while I am compiling BUFRLIB in the program stndrd.f. But this warning message does not give any error in MET compilation. <br>
<br>I am really thankfull for all your support. <br><br>Best Regards<br>Hashmi Fatima<br><br><div class="gmail_quote">On Mon, May 3, 2010 at 9:35 PM, Hashmi Fatima <span dir="ltr">&lt;<a href="mailto:hashmifatima@gmail.com">hashmifatima@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Dear Paul,<div><br></div><div>Thanks for all this help. Actually it was giving some error in the program wrdlen.f. I have removed that error. Now BUFRLIB has been compiled successfully. I have used these commands only. Now i will compile MET. I will bother you again if i will face any error in that.</div>

<div><br></div><div>Thanks and Regards</div><div>Hashmi Fatima<div><div></div><div class="h5"><br><br><div class="gmail_quote">On Mon, May 3, 2010 at 9:26 PM, Paul Oldenburg <span dir="ltr">&lt;<a href="mailto:pgoldenb@ucar.edu" target="_blank">pgoldenb@ucar.edu</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hashmi,<br>
<br>
We suspect that you may have not compiled BUFRLIB correctly.  You should follow<br>
the compilation instructions on the MET Online Tutorial as closely as possible:<br>
<br>
<a href="http://www.dtcenter.org/met/users/support/online_tutorial/METv2.0/compilation/index.php" target="_blank">http://www.dtcenter.org/met/users/support/online_tutorial/METv2.0/compilation/index.php</a><br>
<br>
Did you use the following commands to build BUFRLIB?  We were able to reproduce<br>
the errors you reported by leaving the *.F off of the fourth command on this list.<br>
<br>
cd /home/hashmi/Desktop/BUFRLIB<br>
rm *.o *.a<br>
<div>gcc -c -DUNDERSCORE *.c<br>
gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F<br>
ar crv libbufr.a *.o<br>
<br>
</div>You should use gcc to compile BUFRLIB and g++ to compile MET, as the Online<br>
Tutorial suggests.  Please let us know if you have any more questions.<br>
<br>
Thanks,<br>
<div><div></div><div><br>
Paul<br>
<br>
<br>
Hashmi Fatima wrote:<br>
&gt; Dear Paul,<br>
&gt;<br>
&gt; As you have suggested in the previous mail, I have updated BUFRLIB with new<br>
&gt; nvnwin.f program. and i have installed I am still getting warings for<br>
&gt; program nemock.f and stndrd.f while compiling BUFRLIB.<br>
&gt;<br>
&gt; gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F<br>
&gt;<br>
&gt; So after making archive of BUFRLIB,  and updating METv2.0 with METv2.0<br>
&gt; patches. when i compile METv2.0 then it is giving errors.<br>
&gt;<br>
&gt; When i use gcc compiler in the compilation of MET, it gives more errors,<br>
&gt; while g++ reduces the errors. I am sending you make_met.log file with this<br>
&gt; email.<br>
&gt;<br>
&gt; Thanks and Regards<br>
&gt; Thanks and Regards<br>
&gt;<br>
&gt; On Fri, Apr 30, 2010 at 9:46 PM, Paul Oldenburg &lt;<a href="mailto:pgoldenb@ucar.edu" target="_blank">pgoldenb@ucar.edu</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Hashmi,<br>
&gt;&gt;<br>
&gt;&gt; I have three suggestions:<br>
&gt;&gt;<br>
&gt;&gt; (1) There&#39;s an issue posted to the known issues page about compiling<br>
&gt;&gt; BUFRLIB<br>
&gt;&gt; with gfortran.  Please view the issue posted on 5/27/09.  You must update<br>
&gt;&gt; the<br>
&gt;&gt; version of nvnwin.f:<br>
&gt;&gt;   <a href="http://www.dtcenter.org/met/users/support/known_issues/METv2.0/index.php" target="_blank">http://www.dtcenter.org/met/users/support/known_issues/METv2.0/index.php</a><br>
&gt;&gt;<br>
&gt;&gt; (2) Also, please compile BUFRLIB with all the recommended arguments, as<br>
&gt;&gt; shown<br>
&gt;&gt; here (from the MET User&#39;s Guide Compilation section):<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://www.dtcenter.org/met/users/support/online_tutorial/METv2.0/compilation/req_libs.php" target="_blank">http://www.dtcenter.org/met/users/support/online_tutorial/METv2.0/compilation/req_libs.php</a><br>


&gt;&gt;      gcc -c -DUNDERSCORE *.c<br>
&gt;&gt;       gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F<br>
&gt;&gt;       ar crv libbufr.a *.o<br>
&gt;&gt;<br>
&gt;&gt; (3) Lastly, please grab the latest set of METv2.0 patches from the top of<br>
&gt;&gt; the<br>
&gt;&gt; known-issues page and follow the instructions for applying them.  After<br>
&gt;&gt; applying<br>
&gt;&gt; them, do a &quot;make clean&quot; followed by a &quot;make&quot;.<br>
&gt;&gt;<br>
&gt;&gt; If you have any other questions, please let us know.  Good luck.<br>
&gt;&gt;<br>
&gt;&gt; Paul<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hashmi Fatima wrote:<br>
&gt;&gt;&gt; Dear Sir,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Now it is giving some error with BUFRLIB. So I have recompiled bufrlib.<br>
&gt;&gt; Now<br>
&gt;&gt;&gt; there are few warnings and an error:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; gfortran -c -DUNDERSCORE -fno-second-underscore *.f *.F<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; In file nemock.f:77<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;       IF(NEMO(I:I).EQ.CHRSET(J:J)) GOTO 10<br>
&gt;&gt;&gt;                                                                        1<br>
&gt;&gt;&gt;  In file nemock.f:81<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;                    2<br>
&gt;&gt;&gt; Warning: Obsolete: GOTO at (1) jumps to END of construct at (2)<br>
&gt;&gt;&gt;  In file nvnwin.f:84<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;       INVN(I) = BMISS<br>
&gt;&gt;&gt;                1<br>
&gt;&gt;&gt; Error: Arithmetic overflow converting REAL(8) to INTEGER(4) at (1)<br>
&gt;&gt;&gt;  In file stndrd.f:202<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;          GOTO 10<br>
&gt;&gt;&gt;                                                                        1<br>
&gt;&gt;&gt;  In file stndrd.f:207<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;                    2<br>
&gt;&gt;&gt; Warning: Obsolete: GOTO at (1) jumps to END of construct at (2)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; If I ignore these errors and warnings and  after making archive library<br>
&gt;&gt;&gt; libbufr.a, install MET then it gives error in the bufr library. Please<br>
&gt;&gt; see<br>
&gt;&gt;&gt; the attached log file.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Big Thanks and Regards<br>
&gt;&gt;&gt; Hashmi Fatima<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Fri, Apr 30, 2010 at 4:00 PM, Hashmi Fatima &lt;<a href="mailto:hashmifatima@gmail.com" target="_blank">hashmifatima@gmail.com</a><br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Dear Sir,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; When I have changed the compiler from gcc to g++ then it is giving less<br>
&gt;&gt;&gt;&gt; errors. i am attaching the make_met.log file. Please have a look.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Thanks and Regards<br>
&gt;&gt;&gt;&gt; Hashmi Fatima<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Fri, Apr 30, 2010 at 2:16 PM, Hashmi Fatima &lt;<a href="mailto:hashmifatima@gmail.com" target="_blank">hashmifatima@gmail.com</a><br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt; Dear Sir<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; you have not get the error file. I am sending it again. please see the<br>
&gt;&gt;&gt;&gt;&gt; attachment.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Thanks and Regards<br>
&gt;&gt;&gt;&gt;&gt; Hashmi Fatima<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; On Thu, Apr 29, 2010 at 5:47 PM, Hashmi Fatima &lt;<a href="mailto:hashmifatima@gmail.com" target="_blank">hashmifatima@gmail.com</a><br>
&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt; Dear Sir/ Madam<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; I am a PhD student at Indian Institute of Technology Delhi, India. I<br>
&gt;&gt; am<br>
&gt;&gt;&gt;&gt;&gt;&gt; installing MET on my computer which is having RedHat linux as<br>
&gt;&gt; Operating<br>
&gt;&gt;&gt;&gt;&gt;&gt; system. I am getting a lot of errors. I am attaching Makefile and<br>
&gt;&gt;&gt;&gt;&gt;&gt; make_met.log with this email. Please have a look at these files and<br>
&gt;&gt; help me<br>
&gt;&gt;&gt;&gt;&gt;&gt; out.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Thanks and Regards,<br>
&gt;&gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt;&gt; Hashmi Fatima<br>
&gt;&gt;&gt;&gt;&gt;&gt; Research Scholar<br>
&gt;&gt;&gt;&gt;&gt;&gt; Centre for Atmospheric Sciences<br>
&gt;&gt;&gt;&gt;&gt;&gt; Indian Institute of Technology Delhi<br>
&gt;&gt;&gt;&gt;&gt;&gt; Hauz Khas<br>
&gt;&gt;&gt;&gt;&gt;&gt; New Delhi - 110016<br>
&gt;&gt;&gt;&gt;&gt;&gt; INDIA<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt; Hashmi Fatima<br>
&gt;&gt;&gt;&gt;&gt; Research Scholar<br>
&gt;&gt;&gt;&gt;&gt; Centre for Atmospheric Sciences<br>
&gt;&gt;&gt;&gt;&gt; Indian Institute of Technology Delhi<br>
&gt;&gt;&gt;&gt;&gt; Hauz Khas<br>
&gt;&gt;&gt;&gt;&gt; New Delhi - 110016<br>
&gt;&gt;&gt;&gt;&gt; INDIA<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; Hashmi Fatima<br>
&gt;&gt;&gt;&gt; Research Scholar<br>
&gt;&gt;&gt;&gt; Centre for Atmospheric Sciences<br>
&gt;&gt;&gt;&gt; Indian Institute of Technology Delhi<br>
&gt;&gt;&gt;&gt; Hauz Khas<br>
&gt;&gt;&gt;&gt; New Delhi - 110016<br>
&gt;&gt;&gt;&gt; INDIA<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ------------------------------------------------------------------------<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Met_help mailing list<br>
&gt;&gt;&gt; <a href="mailto:Met_help@mailman.ucar.edu" target="_blank">Met_help@mailman.ucar.edu</a><br>
&gt;&gt;&gt; <a href="http://mailman.ucar.edu/mailman/listinfo/met_help" target="_blank">http://mailman.ucar.edu/mailman/listinfo/met_help</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
<br>
</div></div></blockquote></div><br><br clear="all"><br></div></div>-- <br><div class="im">Hashmi Fatima<br>Research Scholar<br>Centre for Atmospheric Sciences<br>Indian Institute of Technology Delhi<br>Hauz Khas<br>New Delhi - 110016<br>
INDIA<br>
</div></div>
</blockquote></div><br><br clear="all"><br>-- <br>Hashmi Fatima<br>Research Scholar<br>Centre for Atmospheric Sciences<br>Indian Institute of Technology Delhi<br>Hauz Khas<br>New Delhi - 110016<br>INDIA<br>