Changeset 13568
- Timestamp:
- 10/09/12 11:11:52 (13 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 1 edited
- 1 moved
-
test219.py (modified) (2 diffs)
-
test220.py (moved) (moved from issm/trunk-jpl/test/NightlyRun/InNeedOfDebugging/test220.py ) (2 diffs)
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.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)