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/test270.m

    r15565 r15771  
    88md=setflowequation(md,'SSA','all');
    99md.cluster=generic('name',oshostname(),'np',3);
    10 md=solve(md,DiagnosticSolutionEnum());
     10md=solve(md,StressbalanceSolutionEnum());
    1111
    1212%Fields and tolerances to track changes
     
    1414field_tolerances={1e-13,1e-13,1e-13,1e-13};
    1515field_values={...
    16         (md.results.DiagnosticSolution.Vx),...
    17         (md.results.DiagnosticSolution.Vy),...
    18         (md.results.DiagnosticSolution.Vel),...
    19         (md.results.DiagnosticSolution.Pressure),...
     16        (md.results.StressbalanceSolution.Vx),...
     17        (md.results.StressbalanceSolution.Vy),...
     18        (md.results.StressbalanceSolution.Vel),...
     19        (md.results.StressbalanceSolution.Pressure),...
    2020        };
Note: See TracChangeset for help on using the changeset viewer.