Ignore:
Timestamp:
02/21/19 11:22:48 (6 years ago)
Author:
jdquinn
Message:

CHG: Temporary fix for ADOL-C ampioff (Nathan will refactor tomorrow)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/consistency/checkfield.py

    r23716 r23751  
    201201                                else:
    202202                                        maxval=np.nanmax(field[0])
     203                        elif hasattr(field, 'fov_forward_indices'):
     204                                maxval=field.fov_forward_indices[0]
    203205                        if maxval>upperbound:
    204206                                md = md.checkmessage(options.getfieldvalue('message',"field '%s' should have values below %d" % (fieldname,upperbound)))
Note: See TracChangeset for help on using the changeset viewer.