Changeset 26029


Ignore:
Timestamp:
02/25/21 16:16:25 (4 years ago)
Author:
jdquinn
Message:

CHG: Synchronizing parametrization file and test driver

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/examples/ISMIP/IsmipF.par

    r26027 r26029  
    2828%These parameters will not be used but need to be fixed #md.friction
    2929%one friciton coefficient per node (md.mesh.numberofvertices,1)
    30 %conversion form year to seconds with #md.constants.yts
     30%conversion from year to seconds with #md.constants.yts
    3131%->
    3232
  • issm/trunk-jpl/jenkins/examples_tests.sh

    r25986 r26029  
    465465                                %surface is [-x*tan(3.0*pi/180)] #md.mesh\n\
    466466                                %->\n\
    467                                 md.geometry.surface=md.mesh.x*tan(3.0*pi/180.0);\n\
     467                                md.geometry.surface=-md.mesh.x*tan(3.0*pi/180.0);\n\
    468468                                %base is [surface-1000+100*exp(-((x-L/2).^2+(y-L/2).^2)/(10000.^2))]\n\
    469469                                %L is the size of the side of the square #max(md.mesh.x)-min(md.mesh.x)\n\
     
    483483                                %These parameters will not be used but need to be fixed #md.friction\n\
    484484                                %one friciton coefficient per node (md.mesh.numberofvertices,1)\n\
    485                                 %conversion form year to seconds with #md.constants.yts\n\
     485                                %conversion from year to seconds with #md.constants.yts\n\
    486486                                %->\n\
    487487                                md.friction.coefficient=sqrt(md.constants.yts/(1000*2.140373*10^-7))*ones(md.mesh.numberofvertices,1);\n\
Note: See TracChangeset for help on using the changeset viewer.