Index: /issm/trunk-jpl/externalpackages/gmt/configs/6.5/static/cmake/modules/FindGDAL.cmake.patch
===================================================================
--- /issm/trunk-jpl/externalpackages/gmt/configs/6.5/static/cmake/modules/FindGDAL.cmake.patch	(revision 28164)
+++ /issm/trunk-jpl/externalpackages/gmt/configs/6.5/static/cmake/modules/FindGDAL.cmake.patch	(revision 28165)
@@ -77,3 +77,2 @@
  include (FindPackageHandleStandardArgs)
  find_package_handle_standard_args (GDAL DEFAULT_MSG GDAL_LIBRARY GDAL_INCLUDE_DIR)
- 
Index: /issm/trunk-jpl/externalpackages/gmt/install-6-mac-static.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/gmt/install-6-mac-static.sh	(revision 28164)
+++ /issm/trunk-jpl/externalpackages/gmt/install-6-mac-static.sh	(revision 28165)
@@ -53,5 +53,5 @@
 patch ./src/cmake/modules/FindGDAL.cmake < ./configs/${VER%.*}/static/cmake/modules/FindGDAL.cmake.patch
 patch ./src/cmake/modules/FindGSHHG.cmake < ./configs/${VER%.*}/static/cmake/modules/FindGSHHG.cmake.patch
-patch ./src/cmake/modules/FindNETCDF.cmake < ./configs/${VER%.*}/cmake/modules/FindNETCDF.cmake.patch
+patch ./src/cmake/modules/FindNETCDF.cmake < ./configs/${VER%.*}/static/cmake/modules/FindNETCDF.cmake.patch
 
 # Configure
Index: /issm/trunk-jpl/test/NightlyRun/test509.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test509.m	(revision 28164)
+++ /issm/trunk-jpl/test/NightlyRun/test509.m	(revision 28165)
@@ -12,5 +12,5 @@
 %Fields and tolerances to track changes
 field_names     ={'Vx','Vy','Vz','Vel','Pressure','Temperature','BasalforcingsGroundediceMeltingRate'};
-field_tolerances={2e-09,2e-09,5e-08,5e-08,1e-09,7e-09,1e-06
+field_tolerances={2e-09,2e-09,5e-08,5e-08,1e-09,8e-09,1e-06
 };
 field_values={...
Index: /issm/trunk-jpl/test/NightlyRun/test509.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test509.py	(revision 28164)
+++ /issm/trunk-jpl/test/NightlyRun/test509.py	(revision 28165)
@@ -21,5 +21,5 @@
 # Fields and tolerances to track changes
 field_names = ['Vx', 'Vy', 'Vz', 'Vel', 'Pressure', 'Temperature', 'BasalforcingsGroundediceMeltingRate']
-field_tolerances = [2e-09, 2e-09, 5e-08, 5e-08, 1e-09, 7e-09, 1e-06]
+field_tolerances = [2e-09, 2e-09, 5e-08, 5e-08, 1e-09, 8e-09, 1e-06]
 field_values = [md.results.SteadystateSolution.Vx,
                 md.results.SteadystateSolution.Vy,
