Ignore:
Timestamp:
08/09/13 09:05:02 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: Prognostic is now Masstransport

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test601.m

    r15565 r15767  
    44md=setflowequation(md,'SSA','all');
    55md.cluster=generic('name',oshostname(),'np',3);
    6 md=solve(md,PrognosticSolutionEnum());
     6md=solve(md,MasstransportSolutionEnum());
    77
    88%Fields and tolerances to track changes
     
    1010field_tolerances={1e-13};
    1111field_values={...
    12         (md.results.PrognosticSolution.Thickness),...
     12        (md.results.MasstransportSolution.Thickness),...
    1313        };
Note: See TracChangeset for help on using the changeset viewer.