Changeset 13663 for issm/trunk-jpl/test/NightlyRun/test1207.m
- Timestamp:
- 10/15/12 11:31:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test1207.m
r10976 r13663 6 6 7 7 %To begin with the numerical model 8 md=model ;8 md=model(); 9 9 md=roundmesh(md,750000,resolution); 10 10 md=setmask(md,'',''); %We can not test iceshelves nor ice rises with this analytical solution … … 29 29 %Now we can solve the problem 30 30 md.cluster=generic('name',oshostname(),'np',8); 31 md=solve(md,DiagnosticSolutionEnum );31 md=solve(md,DiagnosticSolutionEnum()); 32 32 33 33 %Calculate the depth averaged velocity field (2d):
Note:
See TracChangeset
for help on using the changeset viewer.