Changeset 732 in lmdz_wrf


Ignore:
Timestamp:
Apr 27, 2016, 10:39:25 AM (9 years ago)
Author:
lfita
Message:

Fixing missing definition of lon,lat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r731 r732  
    1888418884#        iend = [iyend, ixend]
    1888518885#        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]
    1888818888#        print 'Looking within _______'
    1888918889#        print 'lon:',lon[0,0],',',lon[-1,-1]
Note: See TracChangeset for help on using the changeset viewer.