Changeset 10281
- Timestamp:
- 10/25/11 08:24:20 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Par/RoundSheetShelf.par
r9734 r10281 48 48 md.basalforcings.melting_rate=zeros(md.mesh.numberofvertices,1); 49 49 pos=find(md.mask.vertexonfloatingice);md.basalforcings.melting_rate(pos)=10; 50 md.basalforcings.geothermalflux=ones(md.mesh.numberofvertices,1); 50 51 51 52 %Friction … … 66 67 md.steadystate.reltol=0.05; 67 68 md.diagnostic.abstol=NaN; 68 md.timestepping.time_step= .1;69 md.timestepping.time_step=5; 69 70 md.timestepping.final_time=5; 70 71 … … 89 90 md.prognostic.spcthickness=NaN*ones(md.mesh.numberofvertices,1); 90 91 md.diagnostic.referential=NaN*ones(md.mesh.numberofvertices,6); 92 md.thermal.spctemperature=737*ones(md.mesh.numberofvertices,1); 91 93 92 94 %Change name so that no test have the same name
Note:
See TracChangeset
for help on using the changeset viewer.