Changeset 17069
- Timestamp:
- 01/08/14 08:46:57 (11 years ago)
- Location:
- issm/trunk-jpl/examples
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/examples/Jakobshavn/Jks.par
r16555 r17069 51 51 md.materials.rheology_n=3*ones(md.mesh.numberofelements,1); 52 52 md.materials.rheology_B=paterson(md.initialization.temperature); 53 md.damage.D=zeros(md.mesh.numberofvertices,1); 53 54 %Reduce viscosity along the shear margins 54 55 weakb=ContourToMesh(md.mesh.elements,md.mesh.x,md.mesh.y,'WeakB.exp','node',2); -
issm/trunk-jpl/examples/Jakobshavn/runme.m
r16555 r17069 1 steps=[ 1];1 steps=[2:3]; 2 2 3 3 if any(steps==1) … … 52 52 53 53 %Cost functions 54 md.inversion.cost_functions=[101 *ones(md.inversion.nsteps,1) 103*ones(md.inversion.nsteps,1)];54 md.inversion.cost_functions=[101 103]; 55 55 md.inversion.cost_functions_coefficients=ones(md.mesh.numberofvertices,2); 56 56 md.inversion.cost_functions_coefficients(:,1)=40; -
issm/trunk-jpl/examples/SquareIceShelf/Square.par
r16168 r17069 25 25 md.materials.rheology_B=paterson((273-20)*ones(md.mesh.numberofvertices,1)); 26 26 md.materials.rheology_n=3*ones(md.mesh.numberofelements,1); 27 md.damage.D=zeros(md.mesh.numberofvertices,1); 27 28 28 29 disp(' creating boundary conditions');
Note:
See TracChangeset
for help on using the changeset viewer.