Changeset 637 in lmdz_wrf for trunk


Ignore:
Timestamp:
Sep 18, 2015, 6:19:32 PM (9 years ago)
Author:
lfita
Message:

Removing some spurious prints...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r635 r637  
    2323# numVector_String:
    2424# timeref_datetime:
    25 # slice_variable: Function to return a slice of a given variable according to values to its
    26       dimension
     25# slice_variable: Function to return a slice of a given variable according to values to its dimension
    2726# interpolate_locs:
    2827# datetimeStr_conversion:
     
    250249            varvalsdim.append(slice(0,varobj.shape[idd]))
    251250            dimnslice.append(vardims[idd])
    252     print 'Lluis dimslice:',dimslice
    253     print 'Lluis: varvalsdim',varvalsdim
    254251    varvalues = varobj[tuple(varvalsdim)]
    255252
Note: See TracChangeset for help on using the changeset viewer.