Ignore:
Timestamp:
08/09/13 10:59:47 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: Diagnostic is now Stressbalance

File:
1 edited

Legend:

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

    r15565 r15771  
    1313md=setflowequation(md,'SSA','all')
    1414md.cluster=generic('name',oshostname(),'np',3)
    15 md=solve(md,DiagnosticSolutionEnum())
     15md=solve(md,StressbalanceSolutionEnum())
    1616
    1717# Fields and tolerances to track changes
     
    1919field_tolerances=[1e-13,1e-13,1e-13,1e-13]
    2020field_values=[\
    21         md.results.DiagnosticSolution.Vx,\
    22         md.results.DiagnosticSolution.Vy,\
    23         md.results.DiagnosticSolution.Vel,\
    24         md.results.DiagnosticSolution.Pressure,\
     21        md.results.StressbalanceSolution.Vx,\
     22        md.results.StressbalanceSolution.Vy,\
     23        md.results.StressbalanceSolution.Vel,\
     24        md.results.StressbalanceSolution.Pressure,\
    2525        ]
Note: See TracChangeset for help on using the changeset viewer.