<div dir="ltr"><div>mpif90 -f90=pgf90 -o wrf.exe  -O3  -w -Mfree -byteswapio     wrf.o ../main/module_wrf_top.o libwrflib.a /home/wrf/WRF/WRFV3/external/fftpack/fftpack5/libfftpack.a /home/wrf/WRF/WRFV3/external/io_grib1/libio_grib1.a /home/wrf/WRF/WRFV3/external/io_grib_share/libio_grib_share.a /home/wrf/WRF/WRFV3/external/io_int/libwrfio_int.a -L/home/wrf/WRF/WRFV3/external/esmf_time_f90 -lesmf_time /home/wrf/WRF/WRFV3/external/RSL_LITE/librsl_lite.a /home/wrf/WRF/WRFV3/frame/module_internal_header_util.o /home/wrf/WRF/WRFV3/frame/pack_utils.o  -L/home/wrf/WRF/WRFV3/external/io_netcdf -lwrfio_nf -L/usr/local/netcdf/4.3.0/pgi/13.5/lib  -lnetcdf      <br>
libwrflib.a(track_driver.o): In function `write_track_&#39;:<br>/home/wrf/WRF/WRFV3/share/./track_driver.f90:288: undefined reference to `nf_create_&#39;<br><br>You&#39;re linking libnetcdf, which is a C version of NetCDF, while WRF needs Fortran version - libnetcdff. Instead of -lnetcdf, try to do -lnetcdff -lnetcdf.<br>
<br></div>- D.<br><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-05-08 23:31 GMT+02:00 luis del castillo <span dir="ltr">&lt;<a href="mailto:luis.delcastillo@cathalac.int" target="_blank">luis.delcastillo@cathalac.int</a>&gt;</span>:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">





<div link="#0563C1" vlink="#954F72" lang="ES-PA">
<div>
<p class="MsoNormal"><span lang="EN-US">Good afternoon people… I am trying to compile the WRF 3.5.1 using netcdf4.3.0 and fortran 2013. In this email you can find two files one with all the environmental variables and the second one has all the compiling log.<u></u><u></u></span></p>

<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal">Thanks <u></u><u></u></p>
<p class="MsoNormal">Luis Alejandro Del Castillo Riley<u></u><u></u></p>
<p class="MsoNormal">CATHALAC <u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>

<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>
<br></blockquote></div><br></div></div></div></div>