Changeset 27031 for issm/trunk-jpl/test/NightlyRun/test447.m
- Timestamp:
- 05/31/22 06:20:44 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test447.m
r26555 r27031 1 %Test Name: SquareSheetShelfTranM LHO2d1 %Test Name: SquareSheetShelfTranMOLHO2d 2 2 md=triangle(model(),'../Exp/Square.exp',150000.); 3 3 md=setmask(md,'../Exp/SquareShelf.exp',''); … … 13 13 md.transient.isthermal=0; 14 14 md.transient.isgroundingline=1; 15 md=setflowequation(md,'M LHO','all');15 md=setflowequation(md,'MOLHO','all'); 16 16 md.cluster=generic('name',oshostname(),'np',3); 17 17 md.transient.requested_outputs={'default','GroundedArea','FloatingArea','TotalFloatingBmb','TotalGroundedBmb','TotalSmb'}; 18 md=SetM LHOBC(md);18 md=SetMOLHOBC(md); 19 19 md=solve(md,'Transient'); 20 20
Note:
See TracChangeset
for help on using the changeset viewer.