source: issm/oecreview/Archive/15392-16133/ISSM-16072-16073.diff

Last change on this file was 16134, checked in by Mathieu Morlighem, 12 years ago

Added Archive/15392-16133

File size: 1.3 KB
  • ../trunk-jpl/test/NightlyRun/test433.m

     
    3636md=solve(md,TransientSolutionEnum());
    3737element_on_iceshelf_subelement=(md.results.TransientSolution.MaskGroundediceLevelset);
    3838
     39md.groundingline.migration='SubelementMigration2';
     40md=solve(md,TransientSolutionEnum());
     41element_on_iceshelf_subelement2=(md.results.TransientSolution.MaskGroundediceLevelset);
     42
    3943%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};
     44field_names     ={'ElementOnIceShelfAgressive','ElementOnIceShelfSoft','ElementOnIceShelfSubelement','ElementOnIceShelfSubelement'};
     45field_tolerances={1e-13,1e-13,1e-13,1e-13};
     46field_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.