Changeset 226 in lmdz_wrf


Ignore:
Timestamp:
Jan 28, 2015, 5:40:13 PM (10 years ago)
Author:
lfita
Message:

Adding new variables: 'vprecip', pr_lsc_i', 'pr_lsc_l'

Location:
trunk/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r222 r226  
    890890        varvals = ['prprof', 'precipitation_profile', 0., 1.e-3, 'precipitation|profile',      \
    891891          'kg/m2/s', 'BuPu']
     892    elif varn == 'prprofl' or varn == 'pr_lsc_l' or varn == 'LPR_LSC_L':
     893        varvals = ['prprofl', 'precipitation_profile_large_scale', 0., 1.e-3,        \
     894          'precipitation|profile|large|scale', 'kg/m2/s', 'BuPu']
     895    elif varn == 'prprofc' or varn == 'pr_lsc_i' or varn == 'LPR_LSC_I':
     896        varvals = ['prprofc', 'precipitation_profile_convective', 0., 1.e-3,         \
     897          'precipitation|profile|convective', 'kg/m2/s', 'BuPu']
    892898    elif varn == 'pracc' or varn == 'ACRAINTOT':
    893899        varvals = ['pracc', 'precipitation_amount', 0., 100.,                        \
  • trunk/tools/lmdz_check.bash

    r211 r226  
    5252  dtvariables='AJS:CON:DYN:EVA:LSCST:LSCTH:LSC:PHY:THE:VDF:WAK'
    5353  stvariables='QVAPOR:QCLOUD:LGEOP:LTEMP:LVITU:LVITV:LVITW:LRHUM:LH2O:LPR_CON_I:'
    54   stvariables=${stvariables}'LPR_CON_L:LIWCON:LPTCONV'
     54  stvariables=${stvariables}'LPR_CON_L:LIWCON:LPTCONV:LVPRECIP:LPR_LSC_I:'
     55  stvariables=${stvariables}'LPR_LSC_L'
    5556  sfcvariables='LSNOW:LEVAP:LPRECIP:LPLUC:LPLUL:LRH2M:T2:U10:V10:LCLDL:LCLDM:LCLDH:PSFC'
    5657
Note: See TracChangeset for help on using the changeset viewer.