That routine should be in the external/io_pnetcdf directory of WRF - it is a WRF not a pnetcdf routine.<br><br><div class="gmail_quote">On Mon, Aug 2, 2010 at 3:34 PM, Johnny Chang <span dir="ltr">&lt;<a href="mailto:Johnny.Chang@nasa.gov">Johnny.Chang@nasa.gov</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;">Hello,<br>
<br>
I am helping a user build WRFchem32 which needs parallel netcdf.<br>
The build is looking for ext_pnc_get_dom_ti_real, which is not in<br>
the latest 1.1.1 version of parallel-netcdf.  Was this routine<br>
in an earlier version, which has now been removed?<br>
<br>
libwrflib.a(module_io.o): In function `module_io_mp_wrf_get_dom_ti_real_arr_&#39;:<br>
module_io.f90:(.text+0x24b): undefined reference to `ext_pnc_get_dom_ti_real_&#39;<br>
libwrflib.a(module_io.o): In function `module_io_mp_wrf_get_dom_ti_real_sca_&#39;:<br>
module_io.f90:(.text+0x781): undefined reference to `ext_pnc_get_dom_ti_real_&#39;<br>
libwrflib.a(module_io.o): In function `module_io_mp_wrf_put_dom_ti_real_arr_&#39;:<br>
module_io.f90:(.text+0xc3f): undefined reference to `ext_pnc_put_dom_ti_real_&#39;<br>
<br>
<br>
The actual part of module_io.f90 making a call to this routine:<br>
<br>
      CASE ( IO_PNETCDF )<br>
        CALL ext_pnc_get_dom_ti_real ( Hndl, Element, Data, &amp;<br>
                              locCount, Outcount, Status )<br>
<br>
Thanks for any help,<br>
<br>
Johnny<br><font color="#888888">
-- <br>
Johnny Chang<br>
650-604-4356<br>
</font></blockquote></div><br>