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


Ignore:
Timestamp:
Feb 2, 2015, 11:00:36 AM (10 years ago)
Author:
lfita
Message:

Fixing name of the convective cloud fraction cover LRNEB_CON' to LRNEBCON'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r233 r234  
    753753        varvals = ['cld', 'cloud_area_fraction', 0., 1., 'cloud|fraction', '1',      \
    754754          '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':
    757757        varvals = ['cldc', 'convective_cloud_area_fraction', 0., 1.,                 \
    758758          'convective|cloud|fraction', '1', 'gist_gray']
Note: See TracChangeset for help on using the changeset viewer.