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/test334.m

    r26555 r27031  
    1 %Test Name: SquareShelfCMBMLHO
     1%Test Name: SquareShelfCMBMOLHO
    22md=triangle(model(),'../Exp/Square.exp',200000.);
    33md=setmask(md,'all','');
    44md=parameterize(md,'../Par/SquareShelf.par');
    5 md=setflowequation(md,'MLHO','all');
     5md=setflowequation(md,'MOLHO','all');
    66
    77%control parameters
     
    2020
    2121md.cluster=generic('name',oshostname(),'np',3);
    22 md=SetMLHOBC(md);
     22md=SetMOLHOBC(md);
    2323md=solve(md,'Stressbalance');
    2424
Note: See TracChangeset for help on using the changeset viewer.