Changeset 945 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Jun 24, 2016, 11:47:36 AM (8 years ago)
Author:
lfita
Message:

Adding 'months' units in 'coincident_CFtimes'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r943 r945  
    26392639
    26402640    if tuB == 'months':
    2641         tvalB  = gen.CFmonthU_daysU(tvalB, tuB)
     2641        tvalB, tunitB  = gen.CFmonthU_daysU(tvalB, tunitB)
     2642        tuB = tunitB.split(' ')[0]
    26422643
    26432644    if tuA != tuB:
     
    65356536    vcolmin = np.min(descid)
    65366537    vcolmax = np.max(descid)
    6537     print 'Lluis vcolmin:',vcolmin,'vcolmax:',vcolmax
    65386538
    65396539    norm = mpl.colors.Normalize(vcolmin, vcolmax)
Note: See TracChangeset for help on using the changeset viewer.