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/transient.py

    r16385 r16388  
    5757                md = checkfield(md,'transient.isgia','numel',[1],'values',[0,1])
    5858                if md.transient.requested_outputs:
    59                         md = checkfield(md,'transient.requested_outputs','size',[1, float('nan')])
     59                        md = checkfield(md,'transient.requested_outputs','cell',1)
    6060
    6161                return md
Note: See TracChangeset for help on using the changeset viewer.