Ignore:
Timestamp:
05/31/22 06:20:44 (3 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moving MLHO to MOLHO

File:
1 edited

Legend:

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

    r26555 r27031  
    1 %Test Name: SquareSheetShelfTranMLHO2d
     1%Test Name: SquareSheetShelfTranMOLHO2d
    22md=triangle(model(),'../Exp/Square.exp',150000.);
    33md=setmask(md,'../Exp/SquareShelf.exp','');
     
    1313md.transient.isthermal=0;
    1414md.transient.isgroundingline=1;
    15 md=setflowequation(md,'MLHO','all');
     15md=setflowequation(md,'MOLHO','all');
    1616md.cluster=generic('name',oshostname(),'np',3);
    1717md.transient.requested_outputs={'default','GroundedArea','FloatingArea','TotalFloatingBmb','TotalGroundedBmb','TotalSmb'};
    18 md=SetMLHOBC(md);
     18md=SetMOLHOBC(md);
    1919md=solve(md,'Transient');
    2020
Note: See TracChangeset for help on using the changeset viewer.