Changeset 14600


Ignore:
Timestamp:
04/16/13 11:26:03 (12 years ago)
Author:
seroussi
Message:

NEW: forgot to change python test for Grounding line

File:
1 edited

Legend:

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

    r14021 r14600  
    4343element_on_iceshelf_soft=md.results.TransientSolution[0].MaskElementonfloatingice
    4444
     45md.groundingline.migration='SubelementMigration'
     46md=solve(md,TransientSolutionEnum())
     47element_on_iceshelf_subelement=md.results.TransientSolution[0].GLlevelset
     48
    4549#Fields and tolerances to track changes
    46 field_names     =['ElementOnIceShelfAgressive','ElementOnIceShelfSoft']
    47 field_tolerances=[1e-13,1e-13]
    48 field_values=[element_on_iceshelf_agressive,element_on_iceshelf_soft]
     50field_names     =['ElementOnIceShelfAgressive','ElementOnIceShelfSoft','ElementOnIceShelfSubelement']
     51field_tolerances=[1e-13,1e-13,1e-13]
     52field_values=[element_on_iceshelf_agressive,element_on_iceshelf_soft,element_on_iceshelf_subelement]
Note: See TracChangeset for help on using the changeset viewer.