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
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test127.m

    r26555 r27031  
    1 %Test Name: SquareShelfConstrainedStressMLHO2d
     1%Test Name: SquareShelfConstrainedStressMOLHO2d
    22md=triangle(model(),'../Exp/Square.exp',50000.);
    33md=setmask(md,'all','');
    44md=parameterize(md,'../Par/SquareShelfConstrained.par');
    5 md=setflowequation(md,'MLHO','all');
     5md=setflowequation(md,'MOLHO','all');
    66md.cluster=generic('name',oshostname(),'np',2);
    77
    88%output
    9 %FIXME compute the stress components for MLHO
     9%FIXME compute the stress components for MOLHO
    1010md.stressbalance.requested_outputs={'default','VxSurface','VySurface','VxShear','VyShear','VxBase','VyBase','MassFlux1','MassFlux2','MassFlux3','MassFlux4','MassFlux5','MassFlux6'};
    1111%md.stressbalance.requested_outputs={'default','DeviatoricStressxx','DeviatoricStressyy','DeviatoricStressxy','MassFlux1','MassFlux2','MassFlux3','MassFlux4','MassFlux5','MassFlux6'};
     
    1818        massfluxatgate('name','MassFlux6','profilename',['../Exp/MassFlux6.exp'],'definitionstring','Outputdefinition6')...
    1919        };
    20 md=SetMLHOBC(md);
     20md=SetMOLHOBC(md);
    2121md=solve(md,'Stressbalance');
    2222
Note: See TracChangeset for help on using the changeset viewer.