Changeset 302 in lmdz_wrf


Ignore:
Timestamp:
Feb 25, 2015, 7:09:10 PM (10 years ago)
Author:
lfita
Message:

Adding ACCCOND

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r301 r302  
    550550# Water budget
    551551# Water budget de-accumulated
     552    elif varn == 'ccond' or varn == 'CCOND':
     553        varvals = ['ccond', 'cw_cond',  0., 30.,                                     \
     554          'accumulated|cloud|water|condensation', 'mm', 'Reds']
    552555    elif varn == 'diabh' or varn == 'DIABH':
    553556        varvals = ['diabh', 'diabh',  0., 30., 'diabatic|heating', 'K', 'Reds']
     
    608611          'Water|Budget|hydrometeor|source', 'mms-1', 'Reds']
    609612# Water Budget accumulated
     613    elif varn == 'acccond' or varn == 'ACCCOND':
     614        varvals = ['acccond', 'ac_cw_cond',  0., 30.,                                \
     615          'accumulated|cloud|water|condensation', 'mm', 'Reds']
    610616    elif varn == 'acr' or varn == 'ACQVAPOR':
    611617        varvals = ['acr', 'ac_r',  0., 30., 'accumualted|water|wapor', 'mm', 'Blues']
Note: See TracChangeset for help on using the changeset viewer.