- Timestamp:
- Sep 11, 2017, 12:52:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/diagnostics.py
r1586 r1644 1423 1423 dtime=1. 1424 1424 1425 # Removing the nonChecking variable-dimensions from the initial list 1426 varsadd = [] 1427 for nonvd in NONchkvardims: 1428 if gen.searchInlist(diagoutvd,nonvd): diagoutvd.remove(nonvd) 1429 varsadd.append(nonvd) 1430 1425 1431 ncvar.insert_variable(ncobj, 'pr', diagout/dtime, diagoutd, diagoutvd, newnc) 1426 1432
Note: See TracChangeset
for help on using the changeset viewer.