Changeset 27872
- Timestamp:
- 08/03/23 03:47:24 (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/transient.py
r27871 r27872 129 129 md = checkfield(md, 'fieldname', 'transient.ismovingfront', 'numel', [1], 'values', [0, 1]) 130 130 md = checkfield(md, 'fieldname', 'transient.isslc', 'numel', [1], 'values', [0, 1]) 131 md = checkfield(md, 'fieldname', 'transient.isoceancoupling', 'numel', [1], 'values', [0, 1 2])131 md = checkfield(md, 'fieldname', 'transient.isoceancoupling', 'numel', [1], 'values', [0, 1, 2]) 132 132 md = checkfield(md, 'fieldname', 'transient.amr_frequency', 'numel', [1], '>=', 0, 'NaN', 1, 'Inf', 1) 133 133
Note:
See TracChangeset
for help on using the changeset viewer.