Index: ../trunk-jpl/examples/ISMIP/IsmipF.par =================================================================== --- ../trunk-jpl/examples/ISMIP/IsmipF.par (revision 26028) +++ ../trunk-jpl/examples/ISMIP/IsmipF.par (revision 26029) @@ -27,7 +27,7 @@ %These parameters will not be used but need to be fixed #md.friction %one friciton coefficient per node (md.mesh.numberofvertices,1) -%conversion form year to seconds with #md.constants.yts +%conversion from year to seconds with #md.constants.yts %-> %one friciton exponent (p,q) per element Index: ../trunk-jpl/jenkins/examples_tests.sh =================================================================== --- ../trunk-jpl/jenkins/examples_tests.sh (revision 26028) +++ ../trunk-jpl/jenkins/examples_tests.sh (revision 26029) @@ -464,7 +464,7 @@ %Define the geometry of the simulation #md.geometry\n\ %surface is [-x*tan(3.0*pi/180)] #md.mesh\n\ %->\n\ - md.geometry.surface=md.mesh.x*tan(3.0*pi/180.0);\n\ + md.geometry.surface=-md.mesh.x*tan(3.0*pi/180.0);\n\ %base is [surface-1000+100*exp(-((x-L/2).^2+(y-L/2).^2)/(10000.^2))]\n\ %L is the size of the side of the square #max(md.mesh.x)-min(md.mesh.x)\n\ %->\n\ @@ -482,7 +482,7 @@ \n\ %These parameters will not be used but need to be fixed #md.friction\n\ %one friciton coefficient per node (md.mesh.numberofvertices,1)\n\ - %conversion form year to seconds with #md.constants.yts\n\ + %conversion from year to seconds with #md.constants.yts\n\ %->\n\ md.friction.coefficient=sqrt(md.constants.yts/(1000*2.140373*10^-7))*ones(md.mesh.numberofvertices,1);\n\ %one friciton exponent (p,q) per element\n\