Ignore:
Timestamp:
08/27/13 15:48:19 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: MaskGroundediceLevelset is now saved instead of Elementonfloatingice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test423.py

    r15953 r15984  
    3737md.groundingline.migration='AgressiveMigration'
    3838md=solve(md,TransientSolutionEnum())
    39 element_on_iceshelf_agressive=md.results.TransientSolution[0].MaskElementonfloatingice
     39element_on_iceshelf_agressive=md.results.TransientSolution[0].MaskGroundediceLevelset
    4040vel_agressive=md.results.TransientSolution[0].Vel
    4141
    4242md.groundingline.migration='SoftMigration'
    4343md=solve(md,TransientSolutionEnum())
    44 element_on_iceshelf_soft=md.results.TransientSolution[0].MaskElementonfloatingice
     44element_on_iceshelf_soft=md.results.TransientSolution[0].MaskGroundediceLevelset
    4545vel_soft=md.results.TransientSolution[0].Vel
    4646
Note: See TracChangeset for help on using the changeset viewer.