Changeset 23751 for issm/trunk-jpl/src/m/consistency/checkfield.py
- Timestamp:
- 02/21/19 11:22:48 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/consistency/checkfield.py
r23716 r23751 201 201 else: 202 202 maxval=np.nanmax(field[0]) 203 elif hasattr(field, 'fov_forward_indices'): 204 maxval=field.fov_forward_indices[0] 203 205 if maxval>upperbound: 204 206 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.