Changeset 26029
- Timestamp:
- 02/25/21 16:16:25 (4 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/examples/ISMIP/IsmipF.par
r26027 r26029 28 28 %These parameters will not be used but need to be fixed #md.friction 29 29 %one friciton coefficient per node (md.mesh.numberofvertices,1) 30 %conversion f orm year to seconds with #md.constants.yts30 %conversion from year to seconds with #md.constants.yts 31 31 %-> 32 32 -
issm/trunk-jpl/jenkins/examples_tests.sh
r25986 r26029 465 465 %surface is [-x*tan(3.0*pi/180)] #md.mesh\n\ 466 466 %->\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\ 468 468 %base is [surface-1000+100*exp(-((x-L/2).^2+(y-L/2).^2)/(10000.^2))]\n\ 469 469 %L is the size of the side of the square #max(md.mesh.x)-min(md.mesh.x)\n\ … … 483 483 %These parameters will not be used but need to be fixed #md.friction\n\ 484 484 %one friciton coefficient per node (md.mesh.numberofvertices,1)\n\ 485 %conversion f orm year to seconds with #md.constants.yts\n\485 %conversion from year to seconds with #md.constants.yts\n\ 486 486 %->\n\ 487 487 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.