Changeset 23012


Ignore:
Timestamp:
07/26/18 13:31:23 (7 years ago)
Author:
seroussi
Message:

CHG: need to test all melt interpolation

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

Legend:

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

    r21056 r23012  
    55md=extrude(md,2,1.);
    66md=setflowequation(md,'FS','all');
     7md.groundingline.melt_interpolation='FullMeltOnPartiallyFloating';
    78md.cluster=generic('name',oshostname(),'np',3);
    89md=solve(md,'Transient');
  • issm/trunk-jpl/test/NightlyRun/test507.py

    r21408 r23012  
    1414md.extrude(2,1.)
    1515md=setflowequation(md,'FS','all')
     16md.groundingline.melt_interpolation='FullMeltOnPartiallyFloating'
    1617md.cluster=generic('name',gethostname(),'np',3)
    1718md=solve(md,'Transient')
Note: See TracChangeset for help on using the changeset viewer.