Index: /issm/trunk-jpl/test/NightlyRun/test610.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test610.m	(revision 23145)
+++ /issm/trunk-jpl/test/NightlyRun/test610.m	(revision 23146)
@@ -7,5 +7,5 @@
 %Hydrology
 md.hydrology = hydrologypism();
-md.hydrology.drainage_rate      = 1000*ones(md.mesh.numberofvertices,1);
+md.hydrology.drainage_rate      = 0.001*ones(md.mesh.numberofvertices,1);
 md.initialization.pressure=zeros(md.mesh.numberofvertices,1);
 md.initialization.watercolumn=zeros(md.mesh.numberofvertices,1);
@@ -22,5 +22,5 @@
 
 %Plot to check result
-%plotmodel(md,'data',md.results.TransientSolution(3).Watercolumn - 3*(md.materials.rho_freshwater/md.materials.rho_ice*[1:md.mesh.numberofvertices]' -1),'caxis',[-1 1])
+% plotmodel(md,'data',md.results.TransientSolution(3).Watercolumn - 3*(md.materials.rho_freshwater/md.materials.rho_ice*[1:md.mesh.numberofvertices]' -1))
 
 %Fields and tolerances to track changes
