Changeset 9398
- Timestamp:
- 08/23/11 15:51:11 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test446.m
r8589 r9398 43 43 %test different grounding line dynamics. 44 44 %grounding line: 45 md.g l_migration=AgressiveMigrationEnum;45 md.groundingline_migration=AgressiveMigrationEnum; 46 46 md=solve(md,GroundingLineMigration2DSolutionEnum); 47 47 element_on_iceshelf_agressive=PatchToVec(md.results.GroundingLineMigration2DSolution.ElementOnIceShelf); 48 48 49 md.g l_migration=SoftMigrationEnum;49 md.groundingline_migration=SoftMigrationEnum; 50 50 md=solve(md,GroundingLineMigration2DSolutionEnum); 51 51 element_on_iceshelf_soft=PatchToVec(md.results.GroundingLineMigration2DSolution.ElementOnIceShelf);
Note:
See TracChangeset
for help on using the changeset viewer.