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
RevLine 
[21337]1Index: ../trunk-jpl/test/NightlyRun/test460.m
2===================================================================
3--- ../trunk-jpl/test/NightlyRun/test460.m (revision 20945)
4+++ ../trunk-jpl/test/NightlyRun/test460.m (revision 20946)
5@@ -1,4 +1,4 @@
6-%Test Name: SquareSheetShelfStressFSEarl
7+%Test Name: SquareSheetShelfStressFSEstar
8 md=triangle(model(),'../Exp/Square.exp',180000.);
9 md=setmask(md,'../Exp/SquareShelf.exp','');
10 md=parameterize(md,'../Par/SquareSheetShelf.par');
11@@ -16,7 +16,7 @@
12 %md.initialization.pressure=md.constants.g*md.materials.rho_ice*(md.geometry.surface-md.mesh.y);
13 for i={'SSA','HO','FS'},
14 disp(' ');
15- disp(['====== Testing Earl with ' i{1} ' =====']);
16+ disp(['====== Testing Estar with ' i{1} ' =====']);
17 md=setflowequation(md,i{1},'all');
18 md=solve(md,StressbalanceSolutionEnum());
19 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.