Changeset 732 in lmdz_wrf
- Timestamp:
- Apr 27, 2016, 10:39:25 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r731 r732 18884 18884 # iend = [iyend, ixend] 18885 18885 # print 'find window; beginning', ibeg, 'end:', iend 18886 #lon = ilon[iybeg:iyend,ixbeg:ixend]18887 #lat = ilat[iybeg:iyend,ixbeg:ixend]18886 lon = ilon[iybeg:iyend,ixbeg:ixend] 18887 lat = ilat[iybeg:iyend,ixbeg:ixend] 18888 18888 # print 'Looking within _______' 18889 18889 # print 'lon:',lon[0,0],',',lon[-1,-1]
Note: See TracChangeset
for help on using the changeset viewer.