Changeset 313 in lmdz_wrf
- Timestamp:
- Feb 26, 2015, 12:01:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r312 r313 11152 11152 rvarvalst = np.ones((Nrad*2+1,Nrad*2+1),dtype=np.float)*fillValue 11153 11153 rvarvalst[tuple(cslice2D)] = varobj[tuple(cslicev)] 11154 rvarvalst[tuple(cslice2D)] = np.where(circdist[tuple(cslice 2D)] >\11154 rvarvalst[tuple(cslice2D)] = np.where(circdist[tuple(cslicev)] >\ 11155 11155 np.float(Nrad), fillValue, rvarvalst[tuple(cslice2D)]) 11156 11156
Note: See TracChangeset
for help on using the changeset viewer.