Changeset 1642 in lmdz_wrf for trunk/tools/nc_var_tools.py
- Timestamp:
- Sep 10, 2017, 11:11:34 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r1637 r1642 11343 11343 ## 11344 11344 if varn == 'all': 11345 desvars = ncobjs[0].variables 11345 desvars = ncobjs[0].variables.keys() 11346 11346 else: 11347 11347 desvars = varn.split(',')
Note: See TracChangeset
for help on using the changeset viewer.