Changeset 2771 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Nov 18, 2019, 5:12:51 AM (5 years ago)
Author:
lfita
Message:

Fixing 'netcdf_fold_slice_concatenated_HMT.nc'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r2770 r2771  
    3207232072        dimn = slcv.split('|')[0]
    3207332073        slccvv = slcv.split('|')[1]
    32074             * [integer]: which value of the dimension
    32075             * -1: all along the dimension
    32076             * -9: last value of the dimension
    32077             * [beg]@[end] slice from [beg] to [end]
    3207832074        if slccvv.count('@') != 0:
    3207932075            slicedicv[dimn] = gen.str_list_k(slccvv,'@','I')
Note: See TracChangeset for help on using the changeset viewer.