Changeset 2771 in lmdz_wrf for trunk/tools
- Timestamp:
- Nov 18, 2019, 5:12:51 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r2770 r2771 32072 32072 dimn = slcv.split('|')[0] 32073 32073 slccvv = slcv.split('|')[1] 32074 * [integer]: which value of the dimension32075 * -1: all along the dimension32076 * -9: last value of the dimension32077 * [beg]@[end] slice from [beg] to [end]32078 32074 if slccvv.count('@') != 0: 32079 32075 slicedicv[dimn] = gen.str_list_k(slccvv,'@','I')
Note: See TracChangeset
for help on using the changeset viewer.