Changeset 5800
- Timestamp:
- 09/14/10 12:39:10 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test1208.m
r5614 r5800 4 4 5 5 %To begin with the numerical model 6 md=model; 7 md=roundmesh(md,750000,resolution); 8 md=geography(md,'',''); %We can not test iceshelves nor ice rises with this analytical solution 6 md=mesh(model,'../Exp/SquareEISMINT750000.exp',resolution); 7 md=geography(md,'',''); 9 8 md=parameterize(md,'../Par/RoundSheetEISMINT.par'); 10 9 … … 20 19 md.dt=20; 21 20 md.output_frequency=20; 21 md.verbose=10; 22 22 23 23 %Now we can solve the problem
Note:
See TracChangeset
for help on using the changeset viewer.