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/test1202.py

    r15767 r15771  
    1010
    1111"""
    12 Test on the diagnostic model and the masstransport in 2d
     12Test on the stressbalance model and the masstransport in 2d
    1313"""
    1414
     
    2424#Compute solution for SSA's model
    2525md.cluster=generic('name',oshostname(),'np',8)
    26 md=solve(md,DiagnosticSolutionEnum())
     26md=solve(md,StressbalanceSolutionEnum())
    2727
    2828#plot results
    29 vx=md.results.DiagnosticSolution.Vx
    30 vy=md.results.DiagnosticSolution.Vy
     29vx=md.results.StressbalanceSolution.Vx
     30vy=md.results.StressbalanceSolution.Vy
    3131
    3232#plotmodel(md,'data',vx,'contourlevels',{0,20,40,60,60,100,120,140,160,180,-20,-40,-60,-80,-100,-120,-140,-160,-180}, ...
Note: See TracChangeset for help on using the changeset viewer.