Changeset 320 in lmdz_wrf for trunk/tools/nc_var_tools.py


Ignore:
Timestamp:
Feb 26, 2015, 4:10:26 PM (10 years ago)
Author:
lfita
Message:

Fixing other de-accumulated Water Vapor variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r319 r320  
    553553# Water budget
    554554# Water budget de-accumulated
    555     elif varn == 'ccond' or varn == 'CCOND' or varn == 'CCONDde':
     555    elif varn == 'ccond' or varn == 'CCOND' or varn == 'ACCCONDde':
    556556        varvals = ['ccond', 'cw_cond',  0., 30.,                                     \
    557557          'cloud|water|condensation', 'mm', 'Reds']
    558558    elif varn == 'wbr' or varn == 'ACQVAPORde':
    559559        varvals = ['wbr', 'wbr',  0., 30., 'Water|Budget|water|wapor', 'mm', 'Blues']
    560     elif varn == 'diabh' or varn == 'DIABH' or varn == 'DIABHde':
     560    elif varn == 'diabh' or varn == 'DIABH' or varn == 'ACDIABHde':
    561561        varvals = ['diabh', 'diabh',  0., 30., 'diabatic|heating', 'K', 'Reds']
    562562    elif varn == 'wbpw' or varn == 'WBPW' or varn == 'WBACPWde':
Note: See TracChangeset for help on using the changeset viewer.