Changeset 10281


Ignore:
Timestamp:
10/25/11 08:24:20 (13 years ago)
Author:
seroussi
Message:

minor par file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/Par/RoundSheetShelf.par

    r9734 r10281  
    4848md.basalforcings.melting_rate=zeros(md.mesh.numberofvertices,1);
    4949pos=find(md.mask.vertexonfloatingice);md.basalforcings.melting_rate(pos)=10;
     50md.basalforcings.geothermalflux=ones(md.mesh.numberofvertices,1);
    5051
    5152%Friction
     
    6667md.steadystate.reltol=0.05;
    6768md.diagnostic.abstol=NaN;
    68 md.timestepping.time_step=.1;
     69md.timestepping.time_step=5;
    6970md.timestepping.final_time=5;
    7071
     
    8990md.prognostic.spcthickness=NaN*ones(md.mesh.numberofvertices,1);
    9091md.diagnostic.referential=NaN*ones(md.mesh.numberofvertices,6);
     92md.thermal.spctemperature=737*ones(md.mesh.numberofvertices,1);
    9193
    9294%Change name so that no test have the same name
Note: See TracChangeset for help on using the changeset viewer.