source:
issm/oecreview/Archive/15392-16133/ISSM-16072-16073.diff@
16134
Last change on this file since 16134 was 16134, checked in by , 12 years ago | |
---|---|
File size: 1.3 KB |
-
../trunk-jpl/test/NightlyRun/test433.m
36 36 md=solve(md,TransientSolutionEnum()); 37 37 element_on_iceshelf_subelement=(md.results.TransientSolution.MaskGroundediceLevelset); 38 38 39 md.groundingline.migration='SubelementMigration2'; 40 md=solve(md,TransientSolutionEnum()); 41 element_on_iceshelf_subelement2=(md.results.TransientSolution.MaskGroundediceLevelset); 42 39 43 %Fields and tolerances to track changes 40 field_names ={'ElementOnIceShelfAgressive','ElementOnIceShelfSoft','ElementOnIceShelfSubelement' };41 field_tolerances={1e-13,1e-13,1e-13 };42 field_values={element_on_iceshelf_agressive,element_on_iceshelf_soft,element_on_iceshelf_subelement };44 field_names ={'ElementOnIceShelfAgressive','ElementOnIceShelfSoft','ElementOnIceShelfSubelement','ElementOnIceShelfSubelement'}; 45 field_tolerances={1e-13,1e-13,1e-13,1e-13}; 46 field_values={element_on_iceshelf_agressive,element_on_iceshelf_soft,element_on_iceshelf_subelement,element_on_iceshelf_subelement2};
Note:
See TracBrowser
for help on using the repository browser.