Ignore:
Timestamp:
10/11/13 12:45:40 (11 years ago)
Author:
Eric.Larour
Message:

NEW: new capbility to request outputs that can be defined very widely in the outputdefinition field
of the model. For now, we have implemented the massfluxatgate definition, which can be referred to
inthe requested_outputs field of stressbalance, transient and masstransport solutions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/Par/SquareShelf2.py

    r16171 r16388  
    77from paterson import paterson
    88from SetIceShelfBC import SetIceShelfBC
     9from massfluxatgate import massfluxatgate
    910
    1011#Start defining model parameters here
     
    8889if len(inspect.stack()) > 2:
    8990        md.miscellaneous.name=os.path.basename(inspect.stack()[2][1]).split('.')[0]
     91       
     92#output definitions:
     93md.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.