Index: /issm/trunk-jpl/test/NightlyRun/test999.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test999.py	(revision 12647)
+++ /issm/trunk-jpl/test/NightlyRun/test999.py	(revision 12647)
@@ -0,0 +1,27 @@
+#md=model()
+#md=triangle(md,'../Exp/Square.exp',50000)
+#md=setmask(md,'all','')
+#md=parameterize(md,'../Par/SquareShelfConstrained.py')
+
+md1=[11,12,13]
+md2=[21,22,23]
+md3=[34,32,33]
+md4=[41,44,43]
+md5=[51,52,53]
+md6=[61,62,63]
+md7=[71,72,73]
+
+#Fields and tolerances to track changes
+field_names     =['Vx','Vy','Vel','Pressure',\
+	'StressTensorxx','StressTensoryy','StressTensorxy']
+field_tolerances=[1e-13,1e-13,1e-13,1e-13,\
+	1e-13,1e-13,1e-13]
+field_values=[\
+	[md1],\
+	[md2],\
+	[md3],\
+	[md4],\
+	[md5],\
+	[md6],\
+	[md7],\
+	]
