Changeset 16388 for issm/trunk-jpl/test/Par/SquareShelf2.py
- Timestamp:
- 10/11/13 12:45:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/Par/SquareShelf2.py
r16171 r16388 7 7 from paterson import paterson 8 8 from SetIceShelfBC import SetIceShelfBC 9 from massfluxatgate import massfluxatgate 9 10 10 11 #Start defining model parameters here … … 88 89 if len(inspect.stack()) > 2: 89 90 md.miscellaneous.name=os.path.basename(inspect.stack()[2][1]).split('.')[0] 91 92 #output definitions: 93 md.outputdefinition.definitions=[ 94 massfluxatgate('MassFlux1',os.getcwd() + '/../Exp/MassFlux1.exp'), 95 massfluxatgate('MassFlux2',os.getcwd() + '/../Exp/MassFlux2.exp'), 96 massfluxatgate('MassFlux3',os.getcwd() + '/../Exp/MassFlux3.exp'), 97 massfluxatgate('MassFlux4',os.getcwd() + '/../Exp/MassFlux4.exp'), 98 massfluxatgate('MassFlux5',os.getcwd() + '/../Exp/MassFlux5.exp'), 99 massfluxatgate('MassFlux6',os.getcwd() + '/../Exp/MassFlux6.exp') 100 ]
Note:
See TracChangeset
for help on using the changeset viewer.