Changeset 12889 for issm/trunk-jpl/test/NightlyRun/test101.py
- Timestamp:
- 08/03/12 11:19:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test101.py
r12788 r12889 3 3 from setmask import * 4 4 from parameterize import * 5 from setflowequation import * 6 from EnumDefinitions import * 7 from solve import * 8 from MatlabFuncs import * 5 9 6 10 md=model() … … 8 12 md=setmask(md,'all','') 9 13 md=parameterize(md,'../Par/SquareShelfConstrained.py') 14 md=setflowequation(md,'macayeal','all') 15 md.cluster=generic('name',oshostname(),'np',3) 16 md.diagnostic.requested_outputs=StressTensorEnum 17 md=solve(md,DiagnosticSolutionEnum) 10 18 11 19 #Fields and tolerances to track changes
Note:
See TracChangeset
for help on using the changeset viewer.