Changeset 9658
- Timestamp:
- 09/07/11 13:27:36 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test446.m
r9641 r9658 45 45 md.groundingline.migration='AgressiveMigration'; 46 46 md=solve(md,GroundinglineMigration2DSolutionEnum); 47 element_on_iceshelf_agressive=PatchToVec(md.results.GroundinglineMigration2DSolution. ElementOnIceShelf);47 element_on_iceshelf_agressive=PatchToVec(md.results.GroundinglineMigration2DSolution.MaskElementonfloatingice); 48 48 49 49 md.groundingline.migration='SoftMigration'; 50 50 md=solve(md,GroundinglineMigration2DSolutionEnum); 51 element_on_iceshelf_soft=PatchToVec(md.results.GroundinglineMigration2DSolution. ElementOnIceShelf);51 element_on_iceshelf_soft=PatchToVec(md.results.GroundinglineMigration2DSolution.MaskElementonfloatingice); 52 52 53 53 %Fields and tolerances to track changes
Note:
See TracChangeset
for help on using the changeset viewer.