Changeset 945 in lmdz_wrf for trunk/tools
- Timestamp:
- Jun 24, 2016, 11:47:36 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r943 r945 2639 2639 2640 2640 if tuB == 'months': 2641 tvalB = gen.CFmonthU_daysU(tvalB, tuB) 2641 tvalB, tunitB = gen.CFmonthU_daysU(tvalB, tunitB) 2642 tuB = tunitB.split(' ')[0] 2642 2643 2643 2644 if tuA != tuB: … … 6535 6536 vcolmin = np.min(descid) 6536 6537 vcolmax = np.max(descid) 6537 print 'Lluis vcolmin:',vcolmin,'vcolmax:',vcolmax6538 6538 6539 6539 norm = mpl.colors.Normalize(vcolmin, vcolmax)
Note: See TracChangeset
for help on using the changeset viewer.