source:
issm/oecreview/Archive/25834-26739/ISSM-26028-26029.diff
Last change on this file was 26740, checked in by , 3 years ago | |
---|---|
File size: 1.7 KB |
-
../trunk-jpl/examples/ISMIP/IsmipF.par
27 27 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 33 33 %one friciton exponent (p,q) per element -
../trunk-jpl/jenkins/examples_tests.sh
464 464 %Define the geometry of the simulation #md.geometry\n\ 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\ 470 470 %->\n\ … … 482 482 \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\ 488 488 %one friciton exponent (p,q) per element\n\
Note:
See TracBrowser
for help on using the repository browser.