Changeset 606 in lmdz_wrf
- Timestamp:
- Jul 17, 2015, 12:37:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r599 r606 814 814 fname = 'numVector_String' 815 815 816 if vec == 'h':817 print fname + '_____________________________________________________________'818 print numVector_String.__doc__819 quit()816 # if vec == 'h': 817 # print fname + '_____________________________________________________________' 818 # print numVector_String.__doc__ 819 # quit() 820 820 821 821 Nvals = len(vec) … … 1374 1374 * -9: last value of the dimension 1375 1375 * [beg]:[end] slice from [beg] to [end] 1376 * NOTE, no dim name all the dimension size 1376 1377 ncfile = netCDF file name 1377 1378 varn = variable name
Note: See TracChangeset
for help on using the changeset viewer.