Ignore:
Timestamp:
08/03/12 11:19:25 (13 years ago)
Author:
jschierm
Message:

Python fixes.

File:
1 edited

Legend:

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

    r12788 r12889  
    33from setmask import *
    44from parameterize import *
     5from setflowequation import *
     6from EnumDefinitions import *
     7from solve import *
     8from MatlabFuncs import *
    59
    610md=model()
     
    812md=setmask(md,'all','')
    913md=parameterize(md,'../Par/SquareShelfConstrained.py')
     14md=setflowequation(md,'macayeal','all')
     15md.cluster=generic('name',oshostname(),'np',3)
     16md.diagnostic.requested_outputs=StressTensorEnum
     17md=solve(md,DiagnosticSolutionEnum)
    1018
    1119#Fields and tolerances to track changes
Note: See TracChangeset for help on using the changeset viewer.