Changeset 1017 in lmdz_wrf for trunk/tools/nc_var_tools.py


Ignore:
Timestamp:
Aug 15, 2016, 10:25:16 AM (8 years ago)
Author:
lfita
Message:

Removing some spuriuos checking 'Lluis' prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r1016 r1017  
    1211312113                            NEv = varobj[it0,iz,ypI+1,xpI+1]
    1211412114                            val = hor_weight_int(SEv, SWv, NEv, NWv, xp-xpI, yp-ypI)
    12115                             print 'Lluis hor_weight_int(',SEv,',', SWv,',', NEv,',', NWv,',', xp-xpI,',', yp-ypI,')'
    12116                             print val
     12115#                            print 'Lluis hor_weight_int(',SEv,',', SWv,',', NEv,',', NWv,',', xp-xpI,',', yp-ypI,')'
     12116#                            print val
    1211712117                            mean = mean + val
    1211812118                        print 'mean:',mean
     
    1485314853    print '  ' + fname + ': Longitudes minimum:', np.min(lonvs), 'max:', np.max(lonvs)
    1485414854    print '  ' + fname + ': Latitudes minimum:', np.min(latvs), 'max:', np.max(latvs)
    14855     print 'Lluis lon/lat ivtest:',lonvs[ivtest],',',latvs[ivtest]
     14855#    print 'Lluis lon/lat ivtest:',lonvs[ivtest],',',latvs[ivtest]
    1485614856
    1485714857    print '  ' + fname + ': Closest latitude to Equator:', minlat
     
    1648516485    for dimn in CFdims.keys():
    1648616486        if gen.searchInlist(ncdims,dimn):
    16487             print fname + ' Lluis dimn:', dimn, 'CFdims:', CFdims[dimn]
    1648816487            # Making sure CF dimension is not in the file
    1648916488            if not gen.searchInlist(ncdims,CFdims[dimn]):
Note: See TracChangeset for help on using the changeset viewer.