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


Ignore:
Timestamp:
Nov 9, 2016, 7:00:02 PM (8 years ago)
Author:
lfita
Message:

Adding `counts' on 'units_lunits'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r1283 r1288  
    18011801
    18021802# Units which does not change
    1803     same = ['1', 'category', 'day', 'deg', 'degree', 'degrees', 'degrees East',      \
    1804       'degrees Nord', 'degrees North', 'g', 'gpm', 'hour', 'hPa', 'K', 'Km', 'kg',   \
    1805       'km', 'm', 'minute', 'mm', 'month', 'Pa', 's', 'second', 'um', 'x', 'y',       \
    1806       'year', '-']
     1803    same = ['1', 'category', 'counts', 'day', 'deg', 'degree', 'degrees',            \
     1804      'degrees East', 'degrees Nord', 'degrees North', 'g', 'gpm', 'hour', 'hPa',    \
     1805      'K', 'Km', 'kg', 'km', 'm', 'minute', 'mm', 'month', 'Pa', 's', 'second',      \
     1806      'um', 'x', 'y', 'year', '-']
    18071807
    18081808    if searchInlist(same,u):
Note: See TracChangeset for help on using the changeset viewer.