Changeset 234 in lmdz_wrf for trunk/tools/drawing_tools.py
- Timestamp:
- Feb 2, 2015, 11:00:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r233 r234 753 753 varvals = ['cld', 'cloud_area_fraction', 0., 1., 'cloud|fraction', '1', \ 754 754 'gist_gray'] 755 elif varn == 'cldc' or varn == 'rneb _con' or varn == 'lrneb_con' or\756 varn == 'LRNEB _CON':755 elif varn == 'cldc' or varn == 'rnebcon' or varn == 'lrnebcon' or \ 756 varn == 'LRNEBCON': 757 757 varvals = ['cldc', 'convective_cloud_area_fraction', 0., 1., \ 758 758 'convective|cloud|fraction', '1', 'gist_gray']
Note: See TracChangeset
for help on using the changeset viewer.