Changeset 13568
- Timestamp:
- 10/09/12 11:11:52 (12 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test219.py
r13567 r13568 21 21 from solve import * 22 22 23 md=triangle(model(),'../Exp/Square.exp',150000 )23 md=triangle(model(),'../Exp/Square.exp',150000.) 24 24 md=setmask(md,'all','') 25 25 md=parameterize(md,'../Par/SquareShelf.py') … … 28 28 md.cluster=generic('name',oshostname(),'np',3) 29 29 md=solve(md,DiagnosticSolutionEnum()) 30 31 30 32 31 # Fields and tolerances to track changes -
issm/trunk-jpl/test/NightlyRun/test220.py
r13497 r13568 21 21 from solve import * 22 22 23 md=triangle(model(),'../Exp/Square.exp',120000 )23 md=triangle(model(),'../Exp/Square.exp',120000.) 24 24 md=setmask(md,'all','') 25 25 md=parameterize(md,'../Par/SquareShelf.py') … … 28 28 md.cluster=generic('name',oshostname(),'np',3) 29 29 md=solve(md,DiagnosticSolutionEnum()) 30 31 30 32 31 # Fields and tolerances to track changes
Note:
See TracChangeset
for help on using the changeset viewer.