source: issm/trunk/test/NightlyRun/test205.m@ 4961

Last change on this file since 4961 was 4961, checked in by seroussi, 15 years ago

added nightly runs for SquareIceShelf

File size: 261 bytes
Line 
1md=mesh(model,'../Exp/Square.exp',180000);
2md=geography(md,'all','');
3md=parameterize(md,'../Par/SquareShelf.par');
4md=extrude(md,3,2);
5md=setelementstype(md,'pattyn','all');
6md.verbose=2;
7md.cluster='none';
8md=solve(md,'analysis_type',DiagnosticSolutionEnum);
Note: See TracBrowser for help on using the repository browser.