Changeset 21042


Ignore:
Timestamp:
08/01/16 14:41:53 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixing non converging test

Location:
issm/trunk-jpl/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test808.m

    r20915 r21042  
    2626
    2727md.calving=calvingminthickness();
    28 md.calving.min_thickness=500;
     28md.calving.min_thickness=400;
    2929md.calving.meltingrate=zeros(md.mesh.numberofvertices,1);
    3030md.levelset.spclevelset=NaN(md.mesh.numberofvertices,1);
     31md.levelset.reinit_frequency=1;
    3132
    3233md=solve(md,TransientSolutionEnum());
Note: See TracChangeset for help on using the changeset viewer.