Changeset 2794 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Jan 14, 2020, 5:15:44 PM (5 years ago)
Author:
lfita
Message:

Getting the right variable slice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r2793 r2794  
    3233232332                        else:
    3233332333                            if slicedimv.has_key(dimn):
    32334                                 slcvvdd = slicedimv[dimn]
    32335                                 if slcvdd != type(int):
     32334                                slcddvv = slicedimv[dimn]
     32335                                if slcddvv != type(int):
    3233632336                                    Nvals = len(range(slcddvv[0],                    \
    3233732337                                      slcddvv[1]+slcddvv[2], slcddvv[2]))
Note: See TracChangeset for help on using the changeset viewer.