Index: /issm/trunk-jpl/test/NightlyRun/test2010.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2010.m	(revision 27132)
+++ /issm/trunk-jpl/test/NightlyRun/test2010.m	(revision 27133)
@@ -110,7 +110,7 @@
 lat=md.results.TransientSolution.SealevelBarystaticIceLatbar*pi/180;
 lon=md.results.TransientSolution.SealevelBarystaticIceLongbar*pi/180;
-moi_xz = sum(-loadice.*areaice.*rad_e^2.*sin(lat).*cos(lat).*cos(lon));
-moi_yz = sum(-loadice.*areaice.*rad_e^2.*sin(lat).*cos(lat).*sin(lon));
-moi_zz = sum(-loadice.*areaice.*rad_e^2.*(-1.0/3.0+sin(lat).^2));
+moi_xz = sum(-loadice.*rad_e^2.*sin(lat).*cos(lat).*cos(lon));
+moi_yz = sum(-loadice.*rad_e^2.*sin(lat).*cos(lat).*sin(lon));
+moi_zz = sum(-loadice.*rad_e^2.*(-1.0/3.0+sin(lat).^2));
 theoretical_value_check=[moixz/moi_xz moiyz/moi_yz moizz/moi_zz]; % should yield [1.0 1.0 1.0]
 % }}}
Index: /issm/trunk-jpl/test/NightlyRun/test2013.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test2013.m	(revision 27132)
+++ /issm/trunk-jpl/test/NightlyRun/test2013.m	(revision 27133)
@@ -99,4 +99,5 @@
 latbar=md.results.TransientSolution.SealevelBarystaticIceLatbar;
 
+loads=loads./areas;
 
 %Fields and tolerances to track changes
