source: issm/oecreview/Archive/20545-21336/ISSM-20945-20946.diff@ 21337

Last change on this file since 21337 was 21337, checked in by Mathieu Morlighem, 8 years ago

CHG: added Archive/20545-21336

File size: 930 bytes
  • ../trunk-jpl/test/NightlyRun/test460.m

     
    1 %Test Name: SquareSheetShelfStressFSEarl
     1%Test Name: SquareSheetShelfStressFSEstar
    22md=triangle(model(),'../Exp/Square.exp',180000.);
    33md=setmask(md,'../Exp/SquareShelf.exp','');
    44md=parameterize(md,'../Par/SquareSheetShelf.par');
     
    1616%md.initialization.pressure=md.constants.g*md.materials.rho_ice*(md.geometry.surface-md.mesh.y);
    1717for i={'SSA','HO','FS'},
    1818        disp(' ');
    19         disp(['====== Testing Earl with ' i{1} ' =====']);
     19        disp(['====== Testing Estar with ' i{1} ' =====']);
    2020        md=setflowequation(md,i{1},'all');
    2121        md=solve(md,StressbalanceSolutionEnum());
    2222        field_names     ={field_names{:},['Vx' i{1}],['Vy' i{1}],['Vz' i{1}],['Vel' i{1}],['Pressure' i{1}]};
Note: See TracBrowser for help on using the repository browser.