Changeset 11560
- Timestamp:
- 02/28/12 09:36:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/scripts/historyISSM.m
r8447 r11560 1 1 !vim runme.m 2 md=runme('id',101);3 2 runme('id',[101]); 4 md.numberofelements 5 md.numberofnodes 3 md.mesh.numberofelements 6 4 md=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); 5 md=setmask(md,'',''); 6 md=setflowequation(md,'macayeal','all'); 7 md=setflowequation(md,'pattyn','all','stokes','all'); 8 md=solve(md,TransientSolutionEnum); 12 9 md=solve(md,BalancedthicknessSolutionEnum); 13 10 md=solve(md,DiagnosticSolutionEnum); 14 11 md=loadresultsfromcluster(md); 15 md=tres(md,ThermalSolutionEnum);16 md=tres(md,DiagnosticSolutionEnum);17 12 plotmodel(md,'data',md.results.DiagnosticSolution.Vel) 18 13 plotmodel(md,'data',)
Note:
See TracChangeset
for help on using the changeset viewer.