[16134] | 1 | Index: ../trunk-jpl/test/NightlyRun/test433.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/test/NightlyRun/test433.m (revision 16072)
|
---|
| 4 | +++ ../trunk-jpl/test/NightlyRun/test433.m (revision 16073)
|
---|
| 5 | @@ -36,7 +36,11 @@
|
---|
| 6 | md=solve(md,TransientSolutionEnum());
|
---|
| 7 | element_on_iceshelf_subelement=(md.results.TransientSolution.MaskGroundediceLevelset);
|
---|
| 8 |
|
---|
| 9 | +md.groundingline.migration='SubelementMigration2';
|
---|
| 10 | +md=solve(md,TransientSolutionEnum());
|
---|
| 11 | +element_on_iceshelf_subelement2=(md.results.TransientSolution.MaskGroundediceLevelset);
|
---|
| 12 | +
|
---|
| 13 | %Fields and tolerances to track changes
|
---|
| 14 | -field_names ={'ElementOnIceShelfAgressive','ElementOnIceShelfSoft','ElementOnIceShelfSubelement'};
|
---|
| 15 | -field_tolerances={1e-13,1e-13,1e-13};
|
---|
| 16 | -field_values={element_on_iceshelf_agressive,element_on_iceshelf_soft,element_on_iceshelf_subelement};
|
---|
| 17 | +field_names ={'ElementOnIceShelfAgressive','ElementOnIceShelfSoft','ElementOnIceShelfSubelement','ElementOnIceShelfSubelement'};
|
---|
| 18 | +field_tolerances={1e-13,1e-13,1e-13,1e-13};
|
---|
| 19 | +field_values={element_on_iceshelf_agressive,element_on_iceshelf_soft,element_on_iceshelf_subelement,element_on_iceshelf_subelement2};
|
---|
| 20 | Index: ../trunk-jpl/test/Archives/Archive433.nc
|
---|
| 21 | ===================================================================
|
---|
| 22 | Cannot display: file marked as a binary type.
|
---|
| 23 | svn:mime-type = application/octet-stream
|
---|