Changeset 2845 in lmdz_wrf for trunk/tools/nc_var_tools.py
- Timestamp:
- Jul 7, 2020, 5:04:46 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r2833 r2845 8588 8588 vals = line.replace('\n','').replace('\t','').split(' ') 8589 8589 if vartype != '|S1': 8590 if len(vals[len(vals)-1]) == 0: vals.pop(len(vals)-1) 8590 8591 if len(vals) != values.shape[1]: 8591 8592 print errormsg
Note: See TracChangeset
for help on using the changeset viewer.