Changeset 313 in lmdz_wrf


Ignore:
Timestamp:
Feb 26, 2015, 12:01:16 PM (10 years ago)
Author:
lfita
Message:

Fixing last issue on the slicing in 'compute_tevolboxtraj'?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r312 r313  
    1115211152                    rvarvalst = np.ones((Nrad*2+1,Nrad*2+1),dtype=np.float)*fillValue
    1115311153                    rvarvalst[tuple(cslice2D)] = varobj[tuple(cslicev)]
    11154                     rvarvalst[tuple(cslice2D)] = np.where(circdist[tuple(cslice2D)] >\
     11154                    rvarvalst[tuple(cslice2D)] = np.where(circdist[tuple(cslicev)] >\
    1115511155                      np.float(Nrad), fillValue, rvarvalst[tuple(cslice2D)])
    1115611156
Note: See TracChangeset for help on using the changeset viewer.