Changeset 319 in lmdz_wrf


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

Sui-generis inclusino of the de-accumulation of the ACQVAPOR from Water Budget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r318 r319  
    555555    elif varn == 'ccond' or varn == 'CCOND' or varn == 'CCONDde':
    556556        varvals = ['ccond', 'cw_cond',  0., 30.,                                     \
    557           'accumulated|cloud|water|condensation', 'mm', 'Reds']
     557          'cloud|water|condensation', 'mm', 'Reds']
     558    elif varn == 'wbr' or varn == 'ACQVAPORde':
     559        varvals = ['wbr', 'wbr',  0., 30., 'Water|Budget|water|wapor', 'mm', 'Blues']
    558560    elif varn == 'diabh' or varn == 'DIABH' or varn == 'DIABHde':
    559561        varvals = ['diabh', 'diabh',  0., 30., 'diabatic|heating', 'K', 'Reds']
Note: See TracChangeset for help on using the changeset viewer.