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/src/m/classes/masstransport.py

    r16385 r16388  
    6666                md = checkfield(md,'masstransport.min_thickness','>',0)
    6767                if md.masstransport.requested_outputs:
    68                         md = checkfield(md,'masstransport.requested_outputs','size',[1, float('NaN')])
     68                        md = checkfield(md,'masstransport.requested_outputs','cell',1)
    6969
    7070                return md
Note: See TracChangeset for help on using the changeset viewer.