Index: /issm/trunk/cron/nightlyrun.sh
===================================================================
--- /issm/trunk/cron/nightlyrun.sh	(revision 884)
+++ /issm/trunk/cron/nightlyrun.sh	(revision 885)
@@ -62,8 +62,12 @@
 
 #Launch matlab and the nightly run script
-matlab -nodisplay  > ./nightly.log << EOF 
+matlab -nodisplay  > ./nightlylong.log << EOF 
 startup
 nightlyrun;
 EOF
+
+#removed unused lines to deal with a smaller file
+cat nightlylong.log | grep 'difference: ' > nightly.log
+rm nightlylong.log
 
 #Build html report
