Changeset 299 in lmdz_wrf


Ignore:
Timestamp:
Feb 25, 2015, 6:56:55 PM (10 years ago)
Author:
lfita
Message:

Adding 'RAINC' and 'RAINNC'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r298 r299  
    188188        varvals = ['ath', 'total_thermal_plume_cover', 0., 1.,                       \
    189189        'total|column|thermal|plume|cover', '1', 'YlGnBu']
     190    elif varn == 'acprc' or varn == 'RAINC':
     191        varvals = ['acprc', 'accumulated_cmulus_precipitation', 0., 3.e4,            \
     192          'accumulated|cmulus|precipitation', 'mm', 'Blues']
     193    elif varn == 'acprnc' or varn == 'RAINNC':
     194        varvals = ['acprnc', 'accumulated_non-cmulus_precipitation', 0., 3.e4,       \
     195          'accumulated|non-cmulus|precipitation', 'mm', 'Blues']
    190196    elif varn == 'bils' or varn == 'LBILS':
    191197        varvals = ['bils', 'surface_total_heat_flux', -100., 100.,                   \
Note: See TracChangeset for help on using the changeset viewer.