<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div style="" class=""><span style="" class="">Dear All,</span></div><div class="" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><span style="" class="">When&nbsp; I replaced</span></div><div class="" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><span style="" class=""><br style="" class=""></span></div><div style="" class="">&nbsp;CPP_FLAGS = -C -P $(FPPDEFINE)<br style="" class="">by <br style="" class="">CPP_FLAGS = -P $(FPPDEFINE)<br>I obtained what is in the attached file.<br><br>I don't know anything about<br><br style=""
 class=""></div><div style="" class=""><span class="" style="font-family:lucida console, sans-serif;color:rgb(0, 0, 191);font-style:italic;">Pascal MOUDI IGRI</span><br style="" class=""><br style="" class=""><font style="" class="" size="2"><span class="" style="font-family:times new roman, new york, times, serif;color:rgb(0, 0, 191);">PhD Student </span><br class="" style="font-family:times new roman, new york, times, serif;color:rgb(0, 0, 191);"><span class="" style="font-family:times new roman, new york, times, serif;color:rgb(0, 0, 191);">Laboratory of Environmental Modeling and Atmospheric Physics (LEMAP)</span><br class="" style="color:rgb(0, 0, 191);"><font style="" class="" size="1"><span class="" style="color:rgb(0, 0, 191);">Department of Physics</span></font><br class="" style="font-family:times new roman, new york, times, serif;color:rgb(0, 0, 191);"><span class="" style="font-family:times new roman, new york, times, serif;color:rgb(0, 0,
 191);">Faculty of Science</span><br class="" style="font-family:times new roman, new york, times, serif;color:rgb(0, 0, 191);"><span class="" style="font-family:times new roman, new york, times, serif;color:rgb(0, 0, 191);">University of Yaounde I, Cameroon&nbsp;</span></font></div><div class="" style="color:rgb(0, 0, 191);font-size:10px;font-family:arial, helvetica, clean, sans-serif;background-color:transparent;font-style:normal;"><font style="" class="" size="2"><span class="" style="font-family:times new roman, new york, times, serif;color:rgb(0, 0, 191);"><br style="" class=""></span></font></div><div class="" style="color:rgb(0, 0, 191);font-size:13px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><font style="" class="" size="2"><span class="" style="font-family:times new roman, new york, times, serif;color:rgb(0, 0, 191);">Ecole Africaine de la Météorologie et de l'Aviation Civile (EAMAC),
 Niamey, Niger</span></font></div><div class="" style="color:rgb(0, 0, 191);font-size:10px;font-family:arial, helvetica, clean, sans-serif;background-color:transparent;font-style:normal;"><font style="" class="" size="2"><span class="" style="font-family:times new roman, new york, times, serif;color:rgb(0, 0, 191);"></span><br class="" style="color:rgb(0, 0, 191);"></font><br style="" class=""><span class="" style="font-style:italic;color:rgb(255, 0, 127);">Tel:+<font style="" class="" size="2">237 75 32 58 52 (Cameroon)<br style="" class=""></font></span></div><div class="" style="color:rgb(0, 0, 191);font-size:13px;font-family:arial, helvetica, clean, sans-serif;background-color:transparent;font-style:normal;"><span class="" style="font-style:italic;color:rgb(255, 0, 127);"><font style="" class="" size="2">&nbsp;&nbsp;&nbsp;&nbsp; +227 99 21 25 61</font> (Niger)<br style="" class=""></span></div> <div class="qtdSeparateBR"><br><br></div><div
 style="display: block;" class="yahoo_quoted"> <div class="" style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div class="" style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div style="" class="" dir="ltr"> <font style="" class="" face="Arial" size="2"> Le Vendredi 31 octobre 2014 19h51, Dominikus Heinzeller &lt;climbfuji@ymail.com&gt; a écrit :<br style="" class=""> </font> </div>  <br style="" class=""><br style="" class=""> <div style="" class=""><div style="" class="" id="yiv3128762464"><div style="" class="">Hi Pascal,<div style="" class=""><br style="" class="" clear="none"></div><div style="" class="">a closer look into your log file reveals:</div><div style="" class=""><br style="" class="" clear="none"></div><div style="" class=""><div style="" class=""><font style="" class="" face="Courier New">gfortran
 -fconvert=big-endian -fno-second-underscore -frecord-marker=4 -DCOMMCODE -DLINUX -DUPPLITTLEENDIAN &nbsp;-fno-range-check -O3 -c &nbsp;-I/home/igri/WRF_SERIAL/UPPV2.2/include splat.f</font></div><div style="" class=""><font style="" class="" face="Courier New">splat.f:1.1:</font></div><div style="" class=""><font style="" class="" face="Courier New"><br style="" class="" clear="none"></font></div><div style="" class=""><font style="" class="" face="Courier New">/* Copyright (C) 1991-2014 Free Software Foundation, Inc. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</font></div><div style="" class=""><font style="" class="" face="Courier New">&nbsp;1</font></div><div style="" class=""><font style="" class="" face="Courier New">Error: Non-numeric character in statement label at (1)</font></div><div style="" class=""><br style="" class="" clear="none"></div><div style="" class="">This means that gfortran is not recognising the C-style comments. One
 solution therefore is to add -cpp to the fortran compiler options, e.g., in your configure.upp:</div><div style="" class=""><br style="" class="" clear="none"></div><div style="" class=""><div style="" class=""><font style="" class="" face="Courier New">FC &nbsp; &nbsp; &nbsp;= $(SFC) -cpp</font></div><div style="" class=""><font style="" class="" face="Courier New">F90 &nbsp; &nbsp; = $(SF90) -cpp</font></div></div><div style="" class=""><br style="" class="" clear="none"></div><div style="" class="">See also this thread <a style="" rel="nofollow" shape="rect" class="" target="_blank" href="http://forum.wrfforum.com/viewtopic.php?f=5&amp;t=6086">http://forum.wrfforum.com/viewtopic.php?f=5&amp;t=6086</a> for a more detailed description of the problem.</div><div style="" class=""><br style="" class="" clear="none"></div><div style="" class="">Hope this helps,</div><div style="" class=""><br style="" class="" clear="none"></div><div style=""
 class="">Dom</div><div style="" class=""><br style="" class="" clear="none"></div><div style="" class=""><blockquote style="" class="" type="cite"><div style="" class="" id="yiv3128762464yqt53950"><div style="" class="">On 31/10/2014, at 12:47 pm, moudi pascal &lt;<a style="" rel="nofollow" shape="rect" class="" ymailto="mailto:moudipascal@yahoo.fr" target="_blank" href="mailto:moudipascal@yahoo.fr">moudipascal@yahoo.fr</a>&gt; wrote:</div><br style="" class="" clear="none"><div style="" class=""><div style="" class=""><div class="" style="background-color:rgb(255, 255, 255);font-family:HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;font-size:16px;"><div style="" class=""><span style="" class=""><br style="" class="" clear="none"></span></div><div style="" class="">&nbsp;</div>Dear Sir,<div style="" class=""><br style="" class="" clear="none"><br style="" class="" clear="none"></div><div class=""
 style="display:block;"><div class="" style="font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px;"><div class="" style="font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px;"><span class="" style=""></span><div style="" class=""><div style="" class="" id="yiv3128762464"><div style="" class=""><div class="" style="background-color:rgb(255, 255, 255);font-family:HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;font-size:16px;"><div class="" style="font-size:16px;font-family:HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;background-color:transparent;font-style:normal;"><span class="" style="">I am PhD student from Niger.</span></div><div class="" style="font-size:16px;font-family:HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande',
 sans-serif;background-color:transparent;font-style:normal;"><span class="" style="">I deal with WRF for my ongoing ph. <br class="" style="" clear="none"></span></div><div class="" style="font-size:16px;font-family:HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;background-color:transparent;font-style:normal;"><span class="" style="">I've sussessfully compiles WRFV3.6 on my unbuntu system with gfortran.</span></div><div class="" style="font-size:16px;font-family:HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;background-color:transparent;font-style:normal;"><span class="" style="">But, while compiling UPP, i felt into a trouble errors that i don't know to solve it. I tried your workaroung </span><br class="" style="" clear="none"><b style="" class="">Solution: </b>Try adding -f90=$(SFC)  &amp; -cc=$(SCC) to DM compile flags:&nbsp;
         on your site, but it doesn't work.</div><div class="" style="font-size:16px;font-family:HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;background-color:transparent;font-style:normal;">Please find attached my configure file and compile.log</div><div class="" style="font-size:16px;font-family:HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;background-color:transparent;font-style:normal;">Could you help me , please?</div><div class="" style="font-size:16px;font-family:HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;background-color:transparent;font-style:normal;">With Regards<br class="" style="" clear="none"></div><div class="" style="">&nbsp;</div><div class="" style=""><span class="" style="font-family:lucida console, sans-serif;color:rgb(0, 0, 191);font-style:italic;">Pascal MOUDI IGRI</span><br class="" style="" clear="none"><br class="" style=""
 clear="none"><font class="" style="" size="2"><span class="" style="font-family:times new roman, new york, times, serif;color:rgb(0, 0, 191);">PhD Student </span><br class="" style="font-family:times new roman, new york, times, serif;color:rgb(0, 0, 191);" clear="none"><span class="" style="font-family:times new roman, new york, times, serif;color:rgb(0, 0, 191);">Laboratory of Environmental Modeling and Atmospheric Physics (LEMAP)</span><br class="" style="color:rgb(0, 0, 191);" clear="none"><font class="" style="" size="1"><span class="" style="color:rgb(0, 0, 191);">Department of Physics</span></font><br class="" style="font-family:times new roman, new york, times, serif;color:rgb(0, 0, 191);" clear="none"><span class="" style="font-family:times new roman, new york, times, serif;color:rgb(0, 0, 191);">Faculty of Science</span><br class="" style="font-family:times new roman, new york, times, serif;color:rgb(0, 0, 191);" clear="none"><span class=""
 style="font-family:times new roman, new york, times, serif;color:rgb(0, 0, 191);">University of Yaounde I, Cameroon&nbsp;</span></font></div><div class="" style="color:rgb(0, 0, 191);font-size:10px;font-family:arial, helvetica, clean, sans-serif;background-color:transparent;font-style:normal;"><font class="" style="" size="2"><span class="" style="font-family:times new roman, new york, times, serif;color:rgb(0, 0, 191);"><br class="" style="" clear="none"></span></font></div><div class="" style="color:rgb(0, 0, 191);font-size:13px;font-family:times new roman, new york, times, serif;background-color:transparent;font-style:normal;"><font class="" style="" size="2">Ecole Africaine de la Météorologie et de l'Aviation Civile (EAMAC), Niamey, Niger</font></div><div class="" style="color:rgb(0, 0, 191);font-size:10px;font-family:arial, helvetica, clean, sans-serif;background-color:transparent;font-style:normal;"><font class="" style="" size="2"><span
 class="" style="font-family:times new roman, new york, times, serif;color:rgb(0, 0, 191);"></span><br class="" style="color:rgb(0, 0, 191);" clear="none"></font><br class="" style="" clear="none"><span class="" style="font-style:italic;color:rgb(255, 0, 127);">Tel:+<font class="" style="" size="2">237 75 32 58 52 (Cameroon)<br class="" style="" clear="none"></font></span></div><div class="" style="color:rgb(0, 0,  191);font-size:13px;font-family:arial, helvetica, clean, sans-serif;background-color:transparent;font-style:normal;"><span class="" style="font-style:italic;color:rgb(255, 0, 127);"><font class="" style="" size="2">&nbsp;&nbsp;&nbsp;&nbsp; +227 99 21 25 61</font> (Niger)<br class="" style="" clear="none"></span></div></div></div></div><br style="" class="" clear="none"><br style="" class="" clear="none"></div>  </div> </div>  </div> </div></div><span style="" class=""
 id="yiv3128762464cid:BCFAED21-F413-4E3C-884B-00231D00EA59">&lt;compile.log&gt;</span><span style="" class="" id="yiv3128762464cid:F218F885-7A0A-49D9-BE2D-66F0435ECA6E">&lt;configure.upp&gt;</span>_______________________________________________<br style="" class="" clear="none">Wrf-users mailing list<br style="" class="" clear="none"><a style="" rel="nofollow" shape="rect" class="" ymailto="mailto:Wrf-users@ucar.edu" target="_blank" href="mailto:Wrf-users@ucar.edu">Wrf-users@ucar.edu</a><br style="" class="" clear="none">http://mailman.ucar.edu/mailman/listinfo/wrf-users<br style="" class="" clear="none"></div></div></blockquote></div><br style="" class="" clear="none"></div></div></div><br style="" class=""><br style="" class=""></div>  </div> </div>  </div> </div></body></html>