Index: /issm/trunk-jpl/test/NightlyRun/test2113.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2113.py	(revision 22357)
+++ /issm/trunk-jpl/test/NightlyRun/test2113.py	(revision 22358)
@@ -20,5 +20,5 @@
 index = md.mesh.elements
 x_element = np.mean(md.mesh.x[index - 1], 1) - 1.0e6
-y_element = np.mean(md.mesh.y[index - 1], 1) - 1.0e6
+y_element = np.mean(md.mesh.y[index - 1], 1) + 1.0e6
 rad_dist = np.sqrt(x_element**2 + y_element**2) / 1000  # radial distance in km
 md.esa.deltathickness[np.where(rad_dist <= disc_radius)] = -1   # 1 m water withdrawl
