Changeset 1503 in lmdz_wrf for trunk


Ignore:
Timestamp:
Apr 8, 2017, 11:02:13 PM (8 years ago)
Author:
lfita
Message:

Removing some 'Lluis' control prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r1502 r1503  
    1382213822    varslice = []
    1382313823
    13824     print 'Lluis sliced:', sliced
    13825 
    1382613824    # Dictionary with the size of the sliced dimensions
    1382713825    newdimsizes = {}
     
    1413014128            #    quit(-1)
    1413114129            finalmask = maskinf.mask + masksup.mask
    14132             print 'Lluis: found;', np.sum(~finalmask)
    1413314130            # Indices of the found values
    1413414131            iDistmindist = gen.multi_index_mat(finalmask, False)
     
    1418114178        else:
    1418214179            finalslice[dimn] = [ddvals[0], ddvals[0], 0]
    14183 
    14184     print 'Lluis finalslice:', finalslice
    1418514180
    1418614181    ncoobj = NetCDFFile(ofile,'w')
Note: See TracChangeset for help on using the changeset viewer.