Changeset 943 in lmdz_wrf for trunk/tools/drawing_tools.py


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

Adding 'months' time-units case in 'coincident_CFtimes'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r941 r943  
    26382638    tuB = tunitB.split(' ')[0]
    26392639
     2640    if tuB == 'months':
     2641        tvalB  = gen.CFmonthU_daysU(tvalB, tuB)
     2642
    26402643    if tuA != tuB:
    26412644        if tuA == 'microseconds':
Note: See TracChangeset for help on using the changeset viewer.