- Timestamp:
- 08/08/12 14:38:52 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 12881-12896,12898-12900,12902-12916,12920-12935,12937-12945
- Property svn:mergeinfo changed
-
issm/branches/trunk-jpl-damage/test/NightlyRun/test101.py
r12878 r12946 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.