Changeset 323 in lmdz_wrf


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

Adding 'RAINCde' and 'RAINNCde' to 'variables_values'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r322 r323  
    433433        varvals = ['pracc', 'precipitation_amount', 0., 100.,                        \
    434434          'accumulated|precipitation', 'kgm-2', 'BuPu']
    435     elif varn == 'prc' or varn == 'LPLUC' or varn == 'pluc' or varn == 'WRFprc':
     435    elif varn == 'prc' or varn == 'LPLUC' or varn == 'pluc' or varn == 'WRFprc' or   \
     436      varn == 'RAINCde':
    436437        varvals = ['prc', 'convective_precipitation_flux', 0., 2.e-4,                \
    437438          'convective|precipitation|flux', 'kgm-2s-1', 'Blues']
     
    446447        varvals = ['pres', 'air_pressure', 0., 103000., 'air|pressure', 'Pa',        \
    447448          'Blues']
    448     elif varn == 'prls' or varn == 'WRFprls' or varn == 'LPLUL' or varn == 'plul':
     449    elif varn == 'prls' or varn == 'WRFprls' or varn == 'LPLUL' or varn == 'plul' or \
     450       varn == 'RAINNCde':
    449451        varvals = ['prls', 'large_scale_precipitation_flux', 0., 2.e-4,              \
    450452          'large|scale|precipitation|flux', 'kgm-2s-1', 'Blues']
Note: See TracChangeset for help on using the changeset viewer.