Changeset 23090
- Timestamp:
- 08/15/18 07:41:20 (7 years ago)
- Location:
- issm/trunk-jpl/examples/shakti
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/examples/shakti/moulin.par
r22370 r23090 25 25 26 26 % Friction law and coefficient 27 md.friction=frictionsommers(md.friction);28 27 md.friction=frictionshakti(md.friction); 28 md.friction.coefficient=20.*ones(md.mesh.numberofvertices,1); 29 29 30 30 31 31 %Numerical parameters 32 md.stressbalance.viscosity_overshoot=0.0;32 %md.stressbalance.viscosity_overshoot=0.0; 33 33 md.masstransport.stabilization=1.; 34 34 md.thermal.stabilization=1.; -
issm/trunk-jpl/examples/shakti/runme.m
r22372 r23090 20 20 % HYDROLOGY SPECIFIC PARAMETERIZATION: 21 21 % Change hydrology class to Sommers' SHaKTI model 22 md.hydrology=hydrologys ommers();23 22 md.hydrology=hydrologyshakti(); 23 24 24 % Define initial water head such that water pressure is 50% of ice overburden pressure 25 25 md.hydrology.head = 0.5*md.materials.rho_ice/md.materials.rho_freshwater*md.geometry.thickness + md.geometry.base;
Note:
See TracChangeset
for help on using the changeset viewer.