Changeset 22986


Ignore:
Timestamp:
07/19/18 17:02:14 (7 years ago)
Author:
Eric.Larour
Message:

CHG: updating 2003 and 2010 tests. Small changes in the .m files.

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

Legend:

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

    r22970 r22986  
    3838md.mask.groundedice_levelset=-ones(md.mesh.numberofvertices,1);
    3939
     40%make sure that the elements that have loads are fully grounded:
     41pos=find(md.slr.deltathickness);
     42md.mask.groundedice_levelset(md.mesh.elements(pos,:))=1;
     43
    4044%make sure wherever there is an ice load, that the mask is set to ice:
    4145pos=find(md.slr.deltathickness); md.mask.ice_levelset(md.mesh.elements(pos,:))=-1;
     
    6872md.slr.reltol=NaN;
    6973md.slr.abstol=1e-3;
     74md.slr.geodetic=1;
    7075
    7176%eustatic + rigid + elastic run:
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test2003.py

    r22149 r22986  
    8383md.slr.reltol = float('NaN')
    8484md.slr.abstol = 1e-3
     85md.slr.geodetic=1
    8586
    8687#eustatic + rigid + elastic run:
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test2010.m

    r22970 r22986  
    4141md.mask.groundedice_levelset=-ones(md.mesh.numberofvertices,1);
    4242
     43%make sure that the elements that have loads are fully grounded:
     44pos=find(md.slr.deltathickness);
     45md.mask.groundedice_levelset(md.mesh.elements(pos,:))=1;
     46
    4347%make sure wherever there is an ice load, that the mask is set to ice:
    4448md.mask.ice_levelset=ones(md.mesh.numberofvertices,1);
     
    6468md.slr.reltol=NaN;
    6569md.slr.abstol=1e-3;
     70md.slr.geodetic=1;
    6671% }}}
    6772
     
    7782% uncomment following 2 lines for
    7883md=solve(md,'Sealevelrise');
    79 eus=md.results.SealevelriseSolution.SealevelEustatic;
     84eus=md.results.SealevelriseSolution.SealevelRSLEustatic;
    8085slr=md.results.SealevelriseSolution.Sealevel;
    8186moixz=md.results.SealevelriseSolution.SealevelInertiaTensorXZ;
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test2010.py

    r22149 r22986  
    8080md.slr.reltol = float('NaN')
    8181md.slr.abstol = 1e-3
     82md.slr.geodetic = 1
    8283# }}}
    8384
Note: See TracChangeset for help on using the changeset viewer.