<div dir="ltr"><div><div><div>Hello all,<br><br></div>The change is now committed:<br><br><a href="https://svnemc.ncep.noaa.gov/projects/nems/trunk@87296">https://svnemc.ncep.noaa.gov/projects/nems/trunk@87296</a><br><a href="https://svnemc.ncep.noaa.gov/projects/nems/apps/NEMSGSM/trunk@87297">https://svnemc.ncep.noaa.gov/projects/nems/apps/NEMSGSM/trunk@87297</a><br><a href="https://svnemc.ncep.noaa.gov/projects/nems/branches/uncapped@87298">https://svnemc.ncep.noaa.gov/projects/nems/branches/uncapped@87298</a><br><a href="https://svnemc.ncep.noaa.gov/projects/nems/apps/NMMBTestBed/trunk@87299">https://svnemc.ncep.noaa.gov/projects/nems/apps/NMMBTestBed/trunk@87299</a><br><br></div>Sincerely,<br></div>Sam Trahan<br><div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 24, 2017 at 5:08 PM, Samuel Trahan - NOAA Affiliate <span dir="ltr">&lt;<a href="mailto:samuel.trahan@noaa.gov" target="_blank">samuel.trahan@noaa.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div><div><div>NEMS developers,<br><br></div>Wednesday at noon eastern time, we&#39;re committing a bug fix to the NEMS/src/conf/configure.nems.<wbr>NUOPC.  This is urgently needed for the FV3 GFS work.  The previous configuration used the ESMF-specified version of the compiler libraries for linking, which did not match the ones used when compiling.  This new version uses the application-specified compiler libraries for both compiling and linking.  (Those are the ones set via modulefiles.)<br><br></div><div>Regression tests pass for NEMSGSM, NMMBTestBed and WAM-IPE (bitwise identical results).<br></div><div><br></div>The change is trivially simple:<br><br>Index: src/conf/configure.nems.NUOPC<br>==============================<wbr>==============================<wbr>=======<br>--- src/conf/configure.nems.NUOPC <wbr>      (revision 86856)<br>+++ src/conf/configure.nems.NUOPC <wbr>      (working copy)<br>@@ -11,7 +11,7 @@<br> <br> include         $(ESMFMKFILE)<br> ESMF_INC        = $(ESMF_F90COMPILEPATHS)<br>-ESMF_LIB        = $(ESMF_F90LINKPATHS) $(ESMF_F90LINKRPATHS) $(ESMF_F90ESMFLINKLIBS)<br>+ESMF_LIB        = -L$(ESMF_LIBSDIR) $(ESMF_F90ESMFLINKLIBS)<br> <br> #############################<wbr>##############################<wbr>#####################<br> ## ATM settings<br><br></div>Changes can be found here:<br><br>Tide: /nems/save/Samuel.Trahan/<wbr>esmflibfix/NMMBTestBed<br></div>Tide: /nems/save/Samuel.Trahan/<wbr>esmflibfix/NEMSGSM<br><br></div>Theia: /scratch4/NCEPDEV/nems/save/<wbr>Samuel.Trahan/esmflibfix/<wbr>uncapped-WAM-IPE<br></div>Theia: /scratch4/NCEPDEV/nems/save/<wbr>Samuel.Trahan/esmflibfix/<wbr>NEMSGSM<br></div>Theia: /scratch4/NCEPDEV/nems/save/<wbr>Samuel.Trahan/esmflibfix/<wbr>NMMBTestBed<br><br></div>Note that the change is already committed to WAM-IPE/branches/uncapped-<wbr>regtests.<br><br></div>Sincerely,<br></div>Sam Trahan<br><div><div><div><div><div><div><div><div><br></div></div></div></div></div></div></div></div></div>
</blockquote></div><br></div>