Hi,<br><br>I had the pb with WRF 3.1 and I see it is not corrected yet. Question for WRF team : how should I do to contribute to improve WRF?<br><br><br>Here is the reference to my question :<br><a href="http://mailman.ucar.edu/pipermail/wrf-users/2009/001410.html">http://mailman.ucar.edu/pipermail/wrf-users/2009/001410.html</a><br>
<br>The fortran90 coding used in the routine io_grib2.F is not the standard, so I had to modify a bit this routine.<br><br>I join the modified routine for WRF 3.1 (be carrefull for merging!)<br><br>here is the lines I had to change around the variable &quot;Times&quot; : <br>
<span style="font-family: courier new,monospace;">allocatable </span>becomes <span style="font-family: courier new,monospace;">pointer</span><br><span style="font-family: courier new,monospace;">allocated </span>becomes <span style="font-family: courier new,monospace;">associated</span><br>
<br>     character (DateStrLen), dimension(:), pointer :: Times(:)<br>...<br>     if (associated(fileinfo(DataHandle)%Times)) then<br>...<br>           if (associated(fileinfo(DataHandle)%Times)) &amp;<br><br>Good luck!<br>
<br>-- <br>Thierry HEDDE<br>Laboratoire de Modélisation des Transferts dans l&#39;Environnement<br>CEA/CADARACHE<br>DEN/DTN/SMTM/LMTE<br>Bât. 307 Pièce 9<br>13108 ST PAUL LEZ DURANCE CEDEX<br>FRANCE<br><br><div class="gmail_quote">
2011/2/8 Mostamandy Soleiman <span dir="ltr">&lt;<a href="mailto:soleiman@rambler.ru">soleiman@rambler.ru</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hello, Wrf-users.<br>
<br>
I tried  to compile WRF V3.2.1 with gfortran + gcc with but<br>
unfortunately i haven&#39;t got success . I attached the compile.log and<br>
configure.wps<br>
could someone help me !what is the problem.<br>
<br>
thanks in advance !<br>
<font color="#888888"><br>
<br>
<br>
<br>
--<br>
С уважением,<br>
 Mostamandy                          mailto:<a href="mailto:soleiman@rambler.ru">soleiman@rambler.ru</a><br>
<br>
_______________________________________________<br>
Wrf-users mailing list<br>
<a href="mailto:Wrf-users@ucar.edu">Wrf-users@ucar.edu</a><br>
<a href="http://mailman.ucar.edu/mailman/listinfo/wrf-users" target="_blank">http://mailman.ucar.edu/mailman/listinfo/wrf-users</a><br>
</font></blockquote></div><br><br clear="all"><br><br>