Skip to content

Commit

Permalink
Bug-fix in netCDF library-order, and supporting documentation -- CJC
Browse files Browse the repository at this point in the history
]
  • Loading branch information
cjcoats committed Nov 30, 2016
1 parent c1e918d commit d01616e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
24 changes: 19 additions & 5 deletions HTML/NEWSTUFF.html
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<HTML>
<HEAD>
<!-- "$Id: NEWSTUFF.html 438 2016-11-28 16:40:25Z coats $" -->
<!-- "$Id: NEWSTUFF.html 439 2016-11-30 18:25:54Z coats $" -->
<META NAME="MSSmartTagsPreventParsing" CONTENT="TRUE">
<TITLE>
What's New with the I/O&nbsp;API
Expand All @@ -16,7 +16,7 @@
MARGINWIDTH="15">

<EM>
$Id: NEWSTUFF.html 438 2016-11-28 16:40:25Z coats $
$Id: NEWSTUFF.html 439 2016-11-30 18:25:54Z coats $
</EM>
<HR>

Expand All @@ -34,7 +34,8 @@ <H2> <A NAME = "contents">
<P>

<LI> <A HREF = "#nov282016">
Bug fix in <CODE>MODPDATA/SETUP_DECOMP()</CODE>
Bug fix in <CODE>MODPDATA/SETUP_DECOMP()</CODE>,
top-level <CODE>Makefile.template</CODE>
</A>
<LI> <A HREF = "#sep212016">
I/O&nbsp;API Snoop Mode
Expand Down Expand Up @@ -166,6 +167,8 @@ <H2> <A NAME = "contents">
Bug-fixes from Christian Hogrefe in <VAR>m3tools</VAR> programs
<CODE>JULDATE</CODE> and <CODE>M3XTRACT</CODE>
</A>
top-level <CODE>Makefile.template</CODE>
top-level <CODE>Makefile.template</CODE>
<LI> <A HREF = "#may2611">
Bug-fix for file type <CODE>CUSTOM3</CODE> in <VAR>m3tools</VAR> program
<CODE>M3STAT</CODE>
Expand Down Expand Up @@ -248,6 +251,7 @@ <H2> <A NAME = "contents">
support.
</A>
<LI> <A HREF = "#jun1608">
top-level <CODE>Makefile.template</CODE>
Experimental Albers Equal-Area Conic map projection
support; MM5 and WRF spheres added to <CODE>GCTP()</CODE>
and <CODE>SETSPHERE()</CODE> by Steve Howard, NOAA/ASMD;
Expand Down Expand Up @@ -605,10 +609,20 @@ <H2> <A NAME = "ncf">

<H2> <A NAME = "nov282016">
Bug fix in <CODE>MODPDATA/SETUP_DECOMP()</CODE>
top-level <CODE>Makefile.template</CODE>
</A></H2>

<BLOCKQUOTE>
Subject says it.
Transcription error in <CODE>MODPDATA/SETUP_DECOMP()</CODE> reported
by David Wong, US EPA, now fixed.
<P>
Master <CODE>Makefile.template</CODE> had an inadvertent and
backwards netCDF libraries definition; now corrected to
<CODE><BLOCKQUOTE>
-lnetcdff -lnetcdf
</BLOCKQUOTE><CODE>
reported by Xiangshang Li, Unkiversity of Houston.
<P>
</BLOCKQUOTE>

Back to <STRONG><EM><A HREF = "#contents">Contents</A></EM></STRONG>
Expand Down Expand Up @@ -6247,7 +6261,7 @@ <H2> <A NAME = "mcpl">


<PRE>
$Id: NEWSTUFF.html 438 2016-11-28 16:40:25Z coats $
$Id: NEWSTUFF.html 439 2016-11-30 18:25:54Z coats $
</PRE>
</BODY> <!--end body -->
</HTML> <!--end html -->
Expand Down
8 changes: 4 additions & 4 deletions Makefile.template
@@ -1,5 +1,5 @@
#.........................................................................
# VERSION "$Id: Makefile.template 348 2016-03-26 14:21:09Z coats $"
# VERSION "$Id: Makefile.template 440 2016-11-30 18:26:47Z coats $"
# EDSS/Models-3 I/O API Version 3.2.
#.........................................................................
# COPYRIGHT
Expand Down Expand Up @@ -138,7 +138,7 @@ BININST = $(INSTALL)/$(BIN)
CPLMODE = nocpl
IOAPIDEFS =
PVMINCL =
NCFLIBS = -lnetcdf -lnetcdff
NCFLIBS = -lnetcdff -lnetcdf

# **** Variants ****
#
Expand All @@ -149,7 +149,7 @@ NCFLIBS = -lnetcdf -lnetcdff
# IOAPIDEFS = "-DIOAPICPL"
#
# CPLMODE = pncf # turn on PnetCDF distributed-file mode
# NCFLIBS = -lpnetcdf -lnetcdf -lnetcdff
# NCFLIBS = -lpnetcdf -lnetcdff -lnetcdf
# IOAPIDEFS = "-DIOAPI_PNCF"
#
# NCFLIBS = -lnetcdf # Assumes netcdf-3-style unified libs
Expand Down Expand Up @@ -193,7 +193,7 @@ OBJDIR = $(BASEDIR)/$(BIN)


# ---------------------- TOP-LEVEL TARGETS: ------------------

#
all: dirs fix configure
(cd $(IODIR) ; make BIN=${BIN} all)
(cd $(TOOLDIR) ; make BIN=${BIN} all)
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
@@ -1 +1 @@
Wed Aug 24 11:13:31 EDT 2016
Mon Nov 28 11:42:03 EST 2016

0 comments on commit d01616e

Please sign in to comment.