Changeset 13568


Ignore:
Timestamp:
10/09/12 11:11:52 (12 years ago)
Author:
jschierm
Message:

NEW: Working test220.py.

Location:
issm/trunk-jpl/test/NightlyRun
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test219.py

    r13567 r13568  
    2121from solve import *
    2222
    23 md=triangle(model(),'../Exp/Square.exp',150000)
     23md=triangle(model(),'../Exp/Square.exp',150000.)
    2424md=setmask(md,'all','')
    2525md=parameterize(md,'../Par/SquareShelf.py')
     
    2828md.cluster=generic('name',oshostname(),'np',3)
    2929md=solve(md,DiagnosticSolutionEnum())
    30 
    3130
    3231# Fields and tolerances to track changes
  • issm/trunk-jpl/test/NightlyRun/test220.py

    r13497 r13568  
    2121from solve import *
    2222
    23 md=triangle(model(),'../Exp/Square.exp',120000)
     23md=triangle(model(),'../Exp/Square.exp',120000.)
    2424md=setmask(md,'all','')
    2525md=parameterize(md,'../Par/SquareShelf.py')
     
    2828md.cluster=generic('name',oshostname(),'np',3)
    2929md=solve(md,DiagnosticSolutionEnum())
    30 
    3130
    3231# Fields and tolerances to track changes
Note: See TracChangeset for help on using the changeset viewer.