<p><b>dwj07@fsu.edu</b> 2012-04-12 12:44:46 -0600 (Thu, 12 Apr 2012)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Improving compatibility with netcdf4.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/advective_transport/basin_src/Makefile.end
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/advective_transport/basin_src/Makefile.end        2012-04-12 18:05:50 UTC (rev 1777)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/advective_transport/basin_src/Makefile.end        2012-04-12 18:44:46 UTC (rev 1778)
@@ -7,6 +7,10 @@
 
 RM = rm -f
 
+ifneq ($(wildcard $(NETCDF)/lib/libnetcdff.*), ) # CHECK FOR NETCDF4
+    LIBS += -lnetcdff
+endif # CHECK FOR NETCDF4
+
 ##########################
 
 .SUFFIXES: .F .o

Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/advective_transport/periodic_hex/Makefile.end
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/advective_transport/periodic_hex/Makefile.end        2012-04-12 18:05:50 UTC (rev 1777)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/advective_transport/periodic_hex/Makefile.end        2012-04-12 18:44:46 UTC (rev 1778)
@@ -7,6 +7,10 @@
 
 RM = rm -f
 
+ifneq ($(wildcard $(NETCDF)/lib/libnetcdff.*), ) # CHECK FOR NETCDF4
+    LIBS += -lnetcdff
+endif # CHECK FOR NETCDF4
+
 ##########################
 
 .SUFFIXES: .F .o

Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/baroclinic_channel/basin_src/Makefile.end
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/baroclinic_channel/basin_src/Makefile.end        2012-04-12 18:05:50 UTC (rev 1777)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/baroclinic_channel/basin_src/Makefile.end        2012-04-12 18:44:46 UTC (rev 1778)
@@ -7,6 +7,10 @@
 
 RM = rm -f
 
+ifneq ($(wildcard $(NETCDF)/lib/libnetcdff.*), ) # CHECK FOR NETCDF4
+    LIBS += -lnetcdff
+endif # CHECK FOR NETCDF4
+
 ##########################
 
 .SUFFIXES: .F .o

Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/baroclinic_channel/periodic_hex/Makefile.end
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/baroclinic_channel/periodic_hex/Makefile.end        2012-04-12 18:05:50 UTC (rev 1777)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/baroclinic_channel/periodic_hex/Makefile.end        2012-04-12 18:44:46 UTC (rev 1778)
@@ -7,6 +7,10 @@
 
 RM = rm -f
 
+ifneq ($(wildcard $(NETCDF)/lib/libnetcdff.*), ) # CHECK FOR NETCDF4
+    LIBS += -lnetcdff
+endif # CHECK FOR NETCDF4
+
 ##########################
 
 .SUFFIXES: .F .o

Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/idealized_acc/basin_src/Makefile.end
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/idealized_acc/basin_src/Makefile.end        2012-04-12 18:05:50 UTC (rev 1777)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/idealized_acc/basin_src/Makefile.end        2012-04-12 18:44:46 UTC (rev 1778)
@@ -7,6 +7,10 @@
 
 RM = rm -f
 
+ifneq ($(wildcard $(NETCDF)/lib/libnetcdff.*), ) # CHECK FOR NETCDF4
+    LIBS += -lnetcdff
+endif # CHECK FOR NETCDF4
+
 ##########################
 
 .SUFFIXES: .F .o

Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/idealized_acc/periodic_hex/Makefile.end
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/idealized_acc/periodic_hex/Makefile.end        2012-04-12 18:05:50 UTC (rev 1777)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/idealized_acc/periodic_hex/Makefile.end        2012-04-12 18:44:46 UTC (rev 1778)
@@ -7,6 +7,10 @@
 
 RM = rm -f
 
+ifneq ($(wildcard $(NETCDF)/lib/libnetcdff.*), ) # CHECK FOR NETCDF4
+    LIBS += -lnetcdff
+endif # CHECK FOR NETCDF4
+
 ##########################
 
 .SUFFIXES: .F .o

Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/internal_waves/basin_src/Makefile.end
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/internal_waves/basin_src/Makefile.end        2012-04-12 18:05:50 UTC (rev 1777)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/internal_waves/basin_src/Makefile.end        2012-04-12 18:44:46 UTC (rev 1778)
@@ -7,6 +7,10 @@
 
 RM = rm -f
 
+ifneq ($(wildcard $(NETCDF)/lib/libnetcdff.*), ) # CHECK FOR NETCDF4
+    LIBS += -lnetcdff
+endif # CHECK FOR NETCDF4
+
 ##########################
 
 .SUFFIXES: .F .o

Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/internal_waves/periodic_hex/Makefile.end
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/internal_waves/periodic_hex/Makefile.end        2012-04-12 18:05:50 UTC (rev 1777)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/internal_waves/periodic_hex/Makefile.end        2012-04-12 18:44:46 UTC (rev 1778)
@@ -7,6 +7,10 @@
 
 RM = rm -f
 
+ifneq ($(wildcard $(NETCDF)/lib/libnetcdff.*), ) # CHECK FOR NETCDF4
+    LIBS += -lnetcdff
+endif # CHECK FOR NETCDF4
+
 ##########################
 
 .SUFFIXES: .F .o

Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/lock_exchange/basin_src/Makefile.end
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/lock_exchange/basin_src/Makefile.end        2012-04-12 18:05:50 UTC (rev 1777)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/lock_exchange/basin_src/Makefile.end        2012-04-12 18:44:46 UTC (rev 1778)
@@ -7,6 +7,10 @@
 
 RM = rm -f
 
+ifneq ($(wildcard $(NETCDF)/lib/libnetcdff.*), ) # CHECK FOR NETCDF4
+    LIBS += -lnetcdff
+endif # CHECK FOR NETCDF4
+
 ##########################
 
 .SUFFIXES: .F .o

Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/lock_exchange/periodic_hex/Makefile.end
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/lock_exchange/periodic_hex/Makefile.end        2012-04-12 18:05:50 UTC (rev 1777)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/lock_exchange/periodic_hex/Makefile.end        2012-04-12 18:44:46 UTC (rev 1778)
@@ -7,6 +7,10 @@
 
 RM = rm -f
 
+ifneq ($(wildcard $(NETCDF)/lib/libnetcdff.*), ) # CHECK FOR NETCDF4
+    LIBS += -lnetcdff
+endif # CHECK FOR NETCDF4
+
 ##########################
 
 .SUFFIXES: .F .o

Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/overflow/basin_src/Makefile.end
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/overflow/basin_src/Makefile.end        2012-04-12 18:05:50 UTC (rev 1777)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/overflow/basin_src/Makefile.end        2012-04-12 18:44:46 UTC (rev 1778)
@@ -7,6 +7,10 @@
 
 RM = rm -f
 
+ifneq ($(wildcard $(NETCDF)/lib/libnetcdff.*), ) # CHECK FOR NETCDF4
+    LIBS += -lnetcdff
+endif # CHECK FOR NETCDF4
+
 ##########################
 
 .SUFFIXES: .F .o

Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/overflow/periodic_hex/Makefile.end
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/overflow/periodic_hex/Makefile.end        2012-04-12 18:05:50 UTC (rev 1777)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/overflow/periodic_hex/Makefile.end        2012-04-12 18:44:46 UTC (rev 1778)
@@ -7,6 +7,10 @@
 
 RM = rm -f
 
+ifneq ($(wildcard $(NETCDF)/lib/libnetcdff.*), ) # CHECK FOR NETCDF4
+    LIBS += -lnetcdff
+endif # CHECK FOR NETCDF4
+
 ##########################
 
 .SUFFIXES: .F .o

Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/temporal_convergence/basin_src/Makefile.end
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/temporal_convergence/basin_src/Makefile.end        2012-04-12 18:05:50 UTC (rev 1777)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/temporal_convergence/basin_src/Makefile.end        2012-04-12 18:44:46 UTC (rev 1778)
@@ -7,6 +7,10 @@
 
 RM = rm -f
 
+ifneq ($(wildcard $(NETCDF)/lib/libnetcdff.*), ) # CHECK FOR NETCDF4
+    LIBS += -lnetcdff
+endif # CHECK FOR NETCDF4
+
 ##########################
 
 .SUFFIXES: .F .o

Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/temporal_convergence/periodic_hex/Makefile.end
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/temporal_convergence/periodic_hex/Makefile.end        2012-04-12 18:05:50 UTC (rev 1777)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/temporal_convergence/periodic_hex/Makefile.end        2012-04-12 18:44:46 UTC (rev 1778)
@@ -7,6 +7,10 @@
 
 RM = rm -f
 
+ifneq ($(wildcard $(NETCDF)/lib/libnetcdff.*), ) # CHECK FOR NETCDF4
+    LIBS += -lnetcdff
+endif # CHECK FOR NETCDF4
+
 ##########################
 
 .SUFFIXES: .F .o

</font>
</pre>