Changeset 11560


Ignore:
Timestamp:
02/28/12 09:36:10 (13 years ago)
Author:
Mathieu Morlighem
Message:

updated history

File:
1 edited

Legend:

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

    r8447 r11560  
    11!vim runme.m
    2 md=runme('id',101);
    32runme('id',[101]);
    4 md.numberofelements
    5 md.numberofnodes
     3md.mesh.numberofelements
    64md=mesh(md,'DomainOutline.exp',5000);
    7 md=geography(md,'','');
    8 md=geography(md,'Iceshelves.exp','Islands.exp');
    9 md=setelementstype(md,'macayeal','all');
    10 md=setelementstype(md,'pattyn','all','stokes','all');
    11 md=solve(md,ThermalSolutionEnum);
     5md=setmask(md,'','');
     6md=setflowequation(md,'macayeal','all');
     7md=setflowequation(md,'pattyn','all','stokes','all');
     8md=solve(md,TransientSolutionEnum);
    129md=solve(md,BalancedthicknessSolutionEnum);
    1310md=solve(md,DiagnosticSolutionEnum);
    1411md=loadresultsfromcluster(md);
    15 md=tres(md,ThermalSolutionEnum);
    16 md=tres(md,DiagnosticSolutionEnum);
    1712plotmodel(md,'data',md.results.DiagnosticSolution.Vel)
    1813plotmodel(md,'data',)
Note: See TracChangeset for help on using the changeset viewer.