Changeset 16046


Ignore:
Timestamp:
08/30/13 15:50:13 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: updated matlab history

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/scripts/historyISSM.m

    r13060 r16046  
    22runme('id',[101]);
    33md.mesh.numberofelements
    4 md=mesh(md,'DomainOutline.exp',5000);
    5 md=setflowequation(md,'macayeal','all');
    64md=solve(md,TransientSolutionEnum);
    7 md=solve(md,DiagnosticSolutionEnum);
    8 md=loadresultsfromcluster(md);
    9 plotmodel(md,'data',md.results.DiagnosticSolution.Vel)
     5md=solve(md,StressbalanceSolutionEnum);
     6plotmodel(md,'data',md.results.StressbalanceSolution.Vel)
    107plotmodel(md,'data',)
Note: See TracChangeset for help on using the changeset viewer.