Changeset 2390
- Timestamp:
- 10/08/09 07:48:09 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/scripts/historyISSM.m
r2387 r2390 1 1 % -- startup -- 2 s tartup3 exit 2 system('ln -s $ISSM_DIR/startup.m .'); startup; 3 startup; 4 4 % -- vim -- 5 5 !vim Pig.par 6 6 !vim Square.par 7 !vim updatearchive.m 7 !vim Basin.par 8 !vim Antarctica.par 8 9 !vim runme.m 10 !vim configuration.m 9 11 % -- execution -- 10 12 runme 11 updatearchive12 13 % -- tests -- 13 runme14 14 md=runme('analysis_type',{'diagnostic'}); 15 md=runme('analysis_type',{'diagnostic'},'parallel',1); 16 runme('analysis_type',{'diagnostic'}); 15 17 % -- tweak parameters -- 18 md.eps_res=0.01; 19 md.eps_rel=0.01; 20 md.eps_abs=NaN; 16 21 md.connectivity=100; 17 md.eps_abs=NaN;18 md.eps_rel=0.01;19 22 md.numberofelements 20 23 md.numberofgrids … … 27 30 % -- plots -- 28 31 plotmodel(md,'data',md.results.diagnostic.vel) 32 print -dpng vel.png
Note:
See TracChangeset
for help on using the changeset viewer.