Hi<br><br>In my case one of the problems was with the linking of libwrfvar.a with libwrfio_nf.a. Therefore, I added &quot;-L$(WRF_SRC_DIRECTORY)/external/io_netcdf -lwrfio_nf \&quot; inbetween the links that are provided under &quot;LIB_BUNDLED&quot; in configure.wrf to overcome the &quot;undefined reference due to ext_ncd_.........&quot; type of errors. I was successful in overcoming the error due to this as I realized there is no problem in the installation of my netcdf library. However, I am still facing a problem as follows:<br>
---------------------------------------------------------------------------------------------------------------------------------------------<br>pgf90 -o da_wrfvar.exe  -O2 -fast -w  -Mfree -byteswapio    -I/home/jagabandhu/SATDAS/RADMOD/WRFDAV3P1P1/external/esmf_time_f90 \<br>
        da_control.o da_wrfvar_main.o -L. -lwrfvar -L/home/jagabandhu/SATDAS/RADMOD/CRTM1P2P2 -lcrtm   \<br>          -L/home/jagabandhu/SATDAS/RADMOD/WRFDAV3P1P1/external/fftpack/fftpack5 -lfftpack -L/home/jagabandhu/SATDAS/RADMOD/WRFDAV3P1P1/external/io_grib1 -lio_grib1 -L/home/jagabandhu/SATDAS/RADMOD/WRFDAV3P1P1/external/io_grib_share -lio_grib_share -L/home/jagabandhu/SATDAS/RADMOD/WRFDAV3P1P1/external/io_netcdf -lwrfio_nf -L/home/jagabandhu/SATDAS/RADMOD/WRFDAV3P1P1/external/io_int -lwrfio_int /home/jagabandhu/SATDAS/RADMOD/WRFDAV3P1P1/external/esmf_time_f90/libesmf_time.a /home/jagabandhu/SATDAS/RADMOD/WRFDAV3P1P1/external/esmf_time_f90/libesmf_time.a /home/jagabandhu/SATDAS/RADMOD/WRFDAV3P1P1/frame/module_internal_header_util.o /home/jagabandhu/SATDAS/RADMOD/WRFDAV3P1P1/frame/pack_utils.o  /home/jagabandhu/SATDAS/RADMOD/WRFDAV3P1P1/external/io_netcdf/libwrfio_nf.a -L/home/jagabandhu/netcdf-3.6.3/lib  -lnetcdf<br>
./libwrfvar.a(da_radiance1.o): In function `da_radiance1_fcomp1_&#39;:<br>da_radiance1.f:(.text+0x1520c): undefined reference to `dmin1_&#39;<br>make[1]: [da_wrfvar.exe] Error 2 (ignored)<br>---------------------------------------------------------------------------------------------------------------------------<br>
<br>By using this idea I could compile WRF-Var 3.0 without CRTM or RTTOV (used for radiance data assimilation). Since, I am intending to assimlate satellite radiance, therefore I am trying to overcome the above problem for compiling WRF-Var 3.1.1 with CRTM or RTTOV. However, if the problem of yours is same as mine (i.e. undefined reference due to ext_ncd_.........) and you are not intending to use CRTM/ RTTOV then you should be able to compile using this idea as I used. I would be happy to get any suggestions from any users or from wrfhelp.<br>
<br>Best wishes<br>Jagabandhu<br><br><div class="gmail_quote">On Tue, Jan 5, 2010 at 5:51 PM, moudi pascal <span dir="ltr">&lt;<a href="mailto:moudipascal@yahoo.fr">moudipascal@yahoo.fr</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;">
<div><div style="font-family: bookman old style,new york,times,serif; font-size: 12pt;">Hello, i am so interested by your problem. Please let me know if you have solved it,<br>I get the same problem, may be with processing wrf. when in compile wrf, i get de .exe files not in main/ directorie, but in the links and those are break link, they donot work, please would you help me. I&#39;m working on linux x84_64, with gfortran <br>
I get the same problem as you when processing wrfvar 3.1.1<br>Best regards<br><div> </div>Pascal MOUDI IGRI<br>Ph-D Student at the <br>Laboratory for Environmental Modeling and Atmospheric Physics (LEMAP)<br>Faculty of Science<br>
University of Yaounde I, Cameroon <br>and Student at the National Advanced training School for Technical Education,<br>Electricity Engeneering, Douala<br>Tel:+237 75 32 58 52<div><br></div><div style="font-family: bookman old style,new york,times,serif; font-size: 12pt;">
<br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">De :</span></b> jagabandhu panda &lt;<a href="mailto:jagabandhu@gmail.com" target="_blank">jagabandhu@gmail.com</a>&gt;<br>
<b><span style="font-weight: bold;">À :</span></b> <a href="mailto:wrf-users@ucar.edu" target="_blank">wrf-users@ucar.edu</a><br><b><span style="font-weight: bold;">Envoyé le :</span></b> Dim 20 Décembre 2009, 13 h 33 min 14 s<br>
<b><span style="font-weight: bold;">Objet :</span></b> [Wrf-users] bufr library required for WRF-Var V3.0 or not?<br></font><br><div>Hi</div>
<div> </div>
<div>I am trying to install WRF-Var 3.0 using PGI+gcc compilers in a single processor linux server. I am not able to do it completely. The da_wrfvar.exe is not forming even though other utilities are forming! I discovered the bufr library is linked when the da_wrfvar.f is being compiled to form da_wrfvar.exe! Since other utilities use blas as well as lapack and they are forming it seems the bufr is the culprit! I am thinking I may try to compile without bufr. Is it fine to compile it without bufr library?</div>


<div> </div>
<div>or please let me know how I should compile bufr library so that &quot;undefined reference.....&quot; kind of errors would not come.</div>
<div> </div>
<div>Earlier I used to think netcdf is the culprit! However with the netcdf I have compiled and installed WRF modeling system V3.0! So, I feel it is not the culprit. Therefore, my thinking goes to bufr library. It is my humble request to the users to help me in overcoming this problem as I am new to the WRF-Var part!</div>


<div> </div>
<div>regards</div>
<div>Jagabandhu</div>
<div>New Delhi, India<br clear="all"><br></div>
</div></div>

</div><br>




      </div></blockquote></div><br><br clear="all"><br>-- <br>##################################<br>Jagabandhu Panda<br>Research Associate<br>Sattellite Meteorology Division<br>India Meteorological Department <br>Mausam Bhawan, Lodhi Road<br>
New Delhi-110003, India<br>Web:<a href="http://jagabandhu.googlepages.com">http://jagabandhu.googlepages.com</a><br>##################################<br>