Changeset 356 in lmdz_wrf


Ignore:
Timestamp:
Mar 18, 2015, 1:09:09 PM (10 years ago)
Author:
lfita
Message:

Adding more variables in the right format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/variables_values.dat

    r355 r356  
    208208pr_lsc_i, 'prprofli', 'precipitation_profile_large_scale_i', 0., 1.e-3, 'precipitation|profile|large|scale|i', 'kg/m2/s', 'BuPu'
    209209LPR_LSC_I, 'prprofli', 'precipitation_profile_large_scale_i', 0., 1.e-3, 'precipitation|profile|large|scale|i', 'kg/m2/s', 'BuPu'
    210     elif varn == 'prprofll' or varn == 'pr_lsc_l' or varn == 'LPR_LSC_L':
    211         varvals = ['prprofll', 'precipitation_profile_large_scale_l', 0., 1.e-3,     \
    212           'precipitation|profile|large|scale|l', 'kg/m2/s', 'BuPu']
    213     elif varn == 'pracc' or varn == 'ACRAINTOT':
    214         varvals = ['pracc', 'precipitation_amount', 0., 100.,                        \
    215           'accumulated|precipitation', 'kgm-2', 'BuPu']
    216     elif varn == 'prc' or varn == 'LPLUC' or varn == 'pluc' or varn == 'WRFprc' or   \
    217       varn == 'RAINCde':
    218         varvals = ['prc', 'convective_precipitation_flux', 0., 2.e-4,                \
    219           'convective|precipitation|flux', 'kgm-2s-1', 'Blues']
    220     elif varn == 'prci' or varn == 'pr_con_i' or varn == 'LPR_CON_I':
    221         varvals = ['prci', 'convective_ice_precipitation_flux', 0., 0.003,           \
    222           'convective|ice|precipitation|flux', 'kgm-2s-1', 'Purples']
    223     elif varn == 'prcl' or varn == 'pr_con_l' or varn == 'LPR_CON_L':
    224         varvals = ['prcl', 'convective_liquid_precipitation_flux', 0., 0.003,        \
    225           'convective|liquid|precipitation|flux', 'kgm-2s-1', 'Blues']
    226     elif varn == 'pres' or varn == 'presnivs' or varn == 'pressure' or               \
    227       varn == 'lpres' or varn == 'LPRES':
    228         varvals = ['pres', 'air_pressure', 0., 103000., 'air|pressure', 'Pa',        \
    229           'Blues']
    230     elif varn == 'prls' or varn == 'WRFprls' or varn == 'LPLUL' or varn == 'plul' or \
    231        varn == 'RAINNCde':
    232         varvals = ['prls', 'large_scale_precipitation_flux', 0., 2.e-4,              \
    233           'large|scale|precipitation|flux', 'kgm-2s-1', 'Blues']
    234     elif varn == 'prsn' or varn == 'SNOW' or varn == 'snow' or varn == 'LSNOW':
    235         varvals = ['prsn', 'snowfall', 0., 1.e-4, 'snowfall|flux', 'kgm-2s-1', 'BuPu']
    236     elif varn == 'prw' or varn == 'WRFprh':
    237         varvals = ['prw', 'atmosphere_water_vapor_content', 0., 10.,                 \
    238           'water|vapor"path', 'kgm-2', 'Blues']
    239     elif varn == 'ps' or varn == 'psfc' or varn =='PSFC' or varn == 'psol' or        \
    240       varn == 'Surface Pressure':
    241         varvals=['ps', 'surface_air_pressure', 85000., 105400., 'surface|pressure',  \
    242           'hPa', 'cool']
    243     elif varn == 'psl' or varn == 'mslp' or varn =='WRFmslp':
    244         varvals=['psl', 'air_pressure_at_sea_level', 85000., 104000.,                \
    245           'mean|sea|level|pressure', 'Pa', 'Greens']
    246     elif varn == 'qth' or varn == 'q_th' or varn == 'LQ_TH':
    247         varvals = ['qth', 'thermal_plume_total_water_content', 0., 25.,              \
    248           'total|water|cotent|in|thermal|plume', 'mm', 'YlOrRd']
    249     elif varn == 'r' or varn == 'QVAPOR' or varn == 'ovap' or varn == 'LOVAP':
    250         varvals = ['r', 'water_mixing_ratio', 0., 0.03, 'water|mixing|ratio',        \
    251           'kgkg-1', 'BuPu']
    252     elif varn == 'r2' or varn == 'Q2':
    253         varvals = ['r2', 'water_mixing_ratio_at_2m', 0., 0.03, 'water|mixing|' +     \
    254           'ratio|at|2|m','kgkg-1', 'BuPu']
    255     elif varn == 'rsds' or varn == 'SWdnSFC' or varn == 'SWdn at surface' or         \
    256       varn == 'SWDOWN':
    257         varvals=['rsds', 'surface_downwelling_shortwave_flux_in_air',  0., 1200.,    \
    258           'downward|SW|surface|radiation', 'Wm-2' ,'Reds']
    259     elif varn == 'rsdsacc':
    260         varvals=['rsdsacc', 'accumulated_surface_downwelling_shortwave_flux_in_air', \
    261           0., 1200., 'accumulated|downward|SW|surface|radiation', 'Wm-2' ,'Reds']
    262     elif varn == 'rvor' or varn == 'WRFrvor':
    263         varvals = ['rvor', 'air_relative_vorticity', -2.5E-3, 2.5E-3,                \
    264           'air|relative|vorticity', 's-1', 'seismic']
    265     elif varn == 'rvors' or varn == 'WRFrvors':
    266         varvals = ['rvors', 'surface_air_relative_vorticity', -2.5E-3, 2.5E-3,       \
    267           'surface|air|relative|vorticity', 's-1', 'seismic']
    268     elif varn == 's' or varn == 'QSNOW':
    269         varvals = ['s', 'snow_mixing_ratio', 0., 0.0003, 'snow|mixing|ratio',        \
    270           'kgkg-1', 'Purples']
    271     elif varn == 'stherm' or varn == 'LS_THERM':
    272         varvals = ['stherm', 'thermals_excess', 0., 0.8, 'thermals|excess', 'K',     \
    273           'Reds']
    274     elif varn == 'ta' or varn == 'WRFt' or varn == 'temp' or varn == 'LTEMP' or      \
    275       varn == 'Air temperature':
    276         varvals = ['ta', 'air_temperature', 195., 320., 'air|temperature', 'K',      \
    277           'YlOrRd']
    278     elif varn == 'tah' or varn == 'theta' or varn == 'LTHETA':
    279         varvals = ['tah', 'potential_air_temperature', 195., 320.,                   \
    280           'potential|air|temperature', 'K', 'YlOrRd']
    281     elif varn == 'tas' or varn == 'T2' or varn == 't2m' or varn == 'T2M' or          \
    282       varn == 'Temperature 2m':
    283         varvals = ['tas', 'air_temperature', 240., 310., 'air|temperature|at|2m', '  \
    284           K', 'YlOrRd']
    285     elif varn == 'tds' or varn == 'TH2':
    286         varvals = ['tds', 'air_dew_point_temperature', 240., 310.,                   \
    287           'air|dew|point|temperature|at|2m', 'K', 'YlGnBu']
    288     elif varn == 'tke' or varn == 'TKE' or varn == 'tke' or varn == 'LTKE':
    289         varvals = ['tke', 'turbulent_kinetic_energy', 0., 0.003,                     \
    290           'turbulent|kinetic|energy', 'm2/s2', 'Reds']
    291     elif varn == 'time'or varn == 'time_counter':
    292         varvals = ['time', 'time', 0., 1000., 'time',                                \
    293           'hours|since|1949/12/01|00:00:00', 'Reds']
    294     elif varn == 'tmla' or varn == 's_pblt' or varn == 'LS_PBLT':
    295         varvals = ['tmla', 'atmosphere_top_boundary_layer_temperature', 250., 330.,  \
    296           'atmosphere|top|boundary|layer|temperature', 'K', 'Reds']
    297     elif varn == 'ua' or varn == 'vitu' or varn == 'U' or varn == 'Zonal wind' or    \
    298       varn == 'LVITU':
    299         varvals = ['ua', 'eastward_wind', -30., 30., 'eastward|wind', 'ms-1',        \
    300           'seismic']
    301     elif varn == 'uas' or varn == 'u10m' or varn == 'U10' or varn =='Vent zonal 10m':
    302         varvals = ['uas', 'eastward_wind', -30., 30., 'eastward|2m|wind',    \
    303           'ms-1', 'seismic']
    304     elif varn == 'va' or varn == 'vitv' or varn == 'V' or varn == 'Meridional wind'  \
    305       or varn == 'LVITV':
    306         varvals = ['va', 'northward_wind', -30., 30., 'northward|wind', 'ms-1',      \
    307           'seismic']
    308     elif varn == 'vas' or varn == 'v10m' or varn == 'V10' or                         \
    309       varn =='Vent meridien 10m':
    310         varvals = ['vas', 'northward_wind', -30., 30., 'northward|2m|wind', 'ms-1',  \
    311           'seismic']
    312     elif varn == 'wakedeltaq' or varn == 'wake_deltaq' or varn == 'lwake_deltaq' or  \
    313       varn == 'LWAKE_DELTAQ':
    314         varvals = ['wakedeltaq', 'wake_delta_vapor', -0.003, 0.003,                  \
    315           'wake|delta|mixing|ratio', '-', 'seismic']
     210prprofll, 'prprofll', 'precipitation_profile_large_scale_l', 0., 1.e-3, 'precipitation|profile|large|scale|l', 'kg/m2/s', 'BuPu'
     211pr_lsc_l, 'prprofll', 'precipitation_profile_large_scale_l', 0., 1.e-3, 'precipitation|profile|large|scale|l', 'kg/m2/s', 'BuPu'
     212LPR_LSC_L, 'prprofll', 'precipitation_profile_large_scale_l', 0., 1.e-3, 'precipitation|profile|large|scale|l', 'kg/m2/s', 'BuPu'
     213pracc, 'pracc', 'precipitation_amount', 0., 100., 'accumulated|precipitation', 'kgm-2', 'BuPu'
     214ACRAINTOT, 'pracc', 'precipitation_amount', 0., 100., 'accumulated|precipitation', 'kgm-2', 'BuPu'
     215prc, 'prc', 'convective_precipitation_flux', 0., 2.e-4, 'convective|precipitation|flux', 'kgm-2s-1', 'Blues'
     216LPLUC, 'prc', 'convective_precipitation_flux', 0., 2.e-4, 'convective|precipitation|flux', 'kgm-2s-1', 'Blues'
     217pluc, 'prc', 'convective_precipitation_flux', 0., 2.e-4, 'convective|precipitation|flux', 'kgm-2s-1', 'Blues'
     218WRFprc, 'prc', 'convective_precipitation_flux', 0., 2.e-4, 'convective|precipitation|flux', 'kgm-2s-1', 'Blues'
     219RAINCde, 'prc', 'convective_precipitation_flux', 0., 2.e-4, 'convective|precipitation|flux', 'kgm-2s-1', 'Blues'
     220prci, 'prci', 'convective_ice_precipitation_flux', 0., 0.003, 'convective|ice|precipitation|flux', 'kgm-2s-1', 'Purples'
     221pr_con_i, 'prci', 'convective_ice_precipitation_flux', 0., 0.003, 'convective|ice|precipitation|flux', 'kgm-2s-1', 'Purples'
     222LPR_CON_I, 'prci', 'convective_ice_precipitation_flux', 0., 0.003, 'convective|ice|precipitation|flux', 'kgm-2s-1', 'Purples'
     223prcl, 'prcl', 'convective_liquid_precipitation_flux', 0., 0.003, 'convective|liquid|precipitation|flux', 'kgm-2s-1', 'Blues'
     224pr_con_l, 'prcl', 'convective_liquid_precipitation_flux', 0., 0.003, 'convective|liquid|precipitation|flux', 'kgm-2s-1', 'Blues'
     225LPR_CON_L, 'prcl', 'convective_liquid_precipitation_flux', 0., 0.003, 'convective|liquid|precipitation|flux', 'kgm-2s-1', 'Blues'
     226pres, 'pres', 'air_pressure', 0., 103000., 'air|pressure', 'Pa', 'Blues'
     227presnivs, 'pres', 'air_pressure', 0., 103000., 'air|pressure', 'Pa', 'Blues'
     228pressure, 'pres', 'air_pressure', 0., 103000., 'air|pressure', 'Pa', 'Blues'
     229lpres, 'pres', 'air_pressure', 0., 103000., 'air|pressure', 'Pa', 'Blues'
     230LPRES, 'pres', 'air_pressure', 0., 103000., 'air|pressure', 'Pa', 'Blues'
     231prls, 'prls', 'large_scale_precipitation_flux', 0., 2.e-4, 'large|scale|precipitation|flux', 'kgm-2s-1', 'Blues'
     232WRFprls, 'prls', 'large_scale_precipitation_flux', 0., 2.e-4, 'large|scale|precipitation|flux', 'kgm-2s-1', 'Blues'
     233LPLUL, 'prls', 'large_scale_precipitation_flux', 0., 2.e-4, 'large|scale|precipitation|flux', 'kgm-2s-1', 'Blues'
     234plul, 'prls', 'large_scale_precipitation_flux', 0., 2.e-4, 'large|scale|precipitation|flux', 'kgm-2s-1', 'Blues'
     235RAINNCde, 'prls', 'large_scale_precipitation_flux', 0., 2.e-4, 'large|scale|precipitation|flux', 'kgm-2s-1', 'Blues'
     236prsn, 'prsn', 'snowfall', 0., 1.e-4, 'snowfall|flux', 'kgm-2s-1', 'BuPu'
     237SNOW, 'prsn', 'snowfall', 0., 1.e-4, 'snowfall|flux', 'kgm-2s-1', 'BuPu'
     238snow, 'prsn', 'snowfall', 0., 1.e-4, 'snowfall|flux', 'kgm-2s-1', 'BuPu'
     239LSNOW, 'prsn', 'snowfall', 0., 1.e-4, 'snowfall|flux', 'kgm-2s-1', 'BuPu'
     240prw, 'prw', 'atmosphere_water_vapor_content', 0., 10., 'water|vapor"path', 'kgm-2', 'Blues'
     241WRFprh, 'prw', 'atmosphere_water_vapor_content', 0., 10., 'water|vapor"path', 'kgm-2', 'Blues'
     242ps, 'ps', 'surface_air_pressure', 85000., 105400., 'surface|pressure', 'hPa', 'cool'
     243psfc, 'ps', 'surface_air_pressure', 85000., 105400., 'surface|pressure', 'hPa', 'cool'
     244PSFC, 'ps', 'surface_air_pressure', 85000., 105400., 'surface|pressure', 'hPa', 'cool'
     245psol, 'ps', 'surface_air_pressure', 85000., 105400., 'surface|pressure', 'hPa', 'cool'
     246Surface Pressure, 'ps', 'surface_air_pressure', 85000., 105400., 'surface|pressure', 'hPa', 'cool'
     247psl, 'psl', 'air_pressure_at_sea_level', 85000., 104000., 'mean|sea|level|pressure', 'Pa', 'Greens'
     248mslp, 'psl', 'air_pressure_at_sea_level', 85000., 104000., 'mean|sea|level|pressure', 'Pa', 'Greens'
     249WRFmslp, 'psl', 'air_pressure_at_sea_level', 85000., 104000., 'mean|sea|level|pressure', 'Pa', 'Greens'
     250qth, 'qth', 'thermal_plume_total_water_content', 0., 25., 'total|water|cotent|in|thermal|plume', 'mm', 'YlOrRd'
     251q_th, 'qth', 'thermal_plume_total_water_content', 0., 25., 'total|water|cotent|in|thermal|plume', 'mm', 'YlOrRd'
     252LQ_TH, 'qth', 'thermal_plume_total_water_content', 0., 25., 'total|water|cotent|in|thermal|plume', 'mm', 'YlOrRd'
     253r, 'r', 'water_mixing_ratio', 0., 0.03, 'water|mixing|ratio', 'kgkg-1', 'BuPu'
     254QVAPOR, 'r', 'water_mixing_ratio', 0., 0.03, 'water|mixing|ratio', 'kgkg-1', 'BuPu'
     255ovap, 'r', 'water_mixing_ratio', 0., 0.03, 'water|mixing|ratio', 'kgkg-1', 'BuPu'
     256LOVAP, 'r', 'water_mixing_ratio', 0., 0.03, 'water|mixing|ratio', 'kgkg-1', 'BuPu'
     257r2, 'r2', 'water_mixing_ratio_at_2m', 0., 0.03, 'water|mixing|ratio|at|2|m','kgkg-1', 'BuPu'
     258Q2, 'r2', 'water_mixing_ratio_at_2m', 0., 0.03, 'water|mixing|ratio|at|2|m','kgkg-1', 'BuPu'
     259rsds, 'rsds', 'surface_downwelling_shortwave_flux_in_air',  0., 1200., 'downward|SW|surface|radiation', 'Wm-2' ,'Reds'
     260SWdnSFC, 'rsds', 'surface_downwelling_shortwave_flux_in_air',  0., 1200., 'downward|SW|surface|radiation', 'Wm-2' ,'Reds'
     261SWdn at surface, 'rsds', 'surface_downwelling_shortwave_flux_in_air',  0., 1200., 'downward|SW|surface|radiation', 'Wm-2' ,'Reds'
     262SWDOWN, 'rsds', 'surface_downwelling_shortwave_flux_in_air',  0., 1200., 'downward|SW|surface|radiation', 'Wm-2' ,'Reds'
     263rsdsacc, 'rsdsacc', 'accumulated_surface_downwelling_shortwave_flux_in_air', 0., 1200., 'accumulated|downward|SW|surface|radiation', 'Wm-2' ,'Reds'
     264rvor, 'rvor', 'air_relative_vorticity', -2.5E-3, 2.5E-3, 'air|relative|vorticity', 's-1', 'seismic'
     265WRFrvor, 'rvor', 'air_relative_vorticity', -2.5E-3, 2.5E-3, 'air|relative|vorticity', 's-1', 'seismic'
     266rvors, 'rvors', 'surface_air_relative_vorticity', -2.5E-3, 2.5E-3, 'surface|air|relative|vorticity', 's-1', 'seismic'
     267WRFrvors, 'rvors', 'surface_air_relative_vorticity', -2.5E-3, 2.5E-3, 'surface|air|relative|vorticity', 's-1', 'seismic'
     268s, 's', 'snow_mixing_ratio', 0., 0.0003, 'snow|mixing|ratio', 'kgkg-1', 'Purples'
     269QSNOW, 's', 'snow_mixing_ratio', 0., 0.0003, 'snow|mixing|ratio', 'kgkg-1', 'Purples'
     270stherm, 'stherm', 'thermals_excess', 0., 0.8, 'thermals|excess', 'K', 'Reds'
     271LS_THERM, 'stherm', 'thermals_excess', 0., 0.8, 'thermals|excess', 'K', 'Reds'
     272ta, 'ta', 'air_temperature', 195., 320., 'air|temperature', 'K', 'YlOrRd'
     273WRFt, 'ta', 'air_temperature', 195., 320., 'air|temperature', 'K', 'YlOrRd'
     274temp, 'ta', 'air_temperature', 195., 320., 'air|temperature', 'K', 'YlOrRd'
     275LTEMP, 'ta', 'air_temperature', 195., 320., 'air|temperature', 'K', 'YlOrRd'
     276Air temperature, 'ta', 'air_temperature', 195., 320., 'air|temperature', 'K', 'YlOrRd'
     277tah, 'tah', 'potential_air_temperature', 195., 320., 'potential|air|temperature', 'K', 'YlOrRd'
     278theta, 'tah', 'potential_air_temperature', 195., 320., 'potential|air|temperature', 'K', 'YlOrRd'
     279LTHETA, 'tah', 'potential_air_temperature', 195., 320., 'potential|air|temperature', 'K', 'YlOrRd'
     280tahs, 'tahs', 'potential_air_temperature', 195., 320., 'potential|air|temperature|at|2m', 'K', 'YlOrRd'
     281TH2, 'tahs', 'potential_air_temperature', 195., 320., 'potential|air|temperature|at|2m', 'K', 'YlOrRd'
     282tas, 'tas', 'air_temperature', 240., 310., 'air|temperature|at|2m', 'K', 'YlOrRd'
     283T2, 'tas', 'air_temperature', 240., 310., 'air|temperature|at|2m', 'K', 'YlOrRd'
     284t2m, 'tas', 'air_temperature', 240., 310., 'air|temperature|at|2m', 'K', 'YlOrRd'
     285T2M, 'tas', 'air_temperature', 240., 310., 'air|temperature|at|2m', 'K', 'YlOrRd'
     286Temperature 2m, 'tas', 'air_temperature', 240., 310., 'air|temperature|at|2m', 'K', 'YlOrRd'
     287tds, 'tds', 'air_dew_point_temperature', 240., 310., 'air|dew|point|temperature|at|2m', 'K', 'YlGnBu'
     288TDS, 'tds', 'air_dew_point_temperature', 240., 310., 'air|dew|point|temperature|at|2m', 'K', 'YlGnBu'
     289tke, 'tke', 'turbulent_kinetic_energy', 0., 0.003, 'turbulent|kinetic|energy', 'm2/s2', 'Reds'
     290TKE, 'tke', 'turbulent_kinetic_energy', 0., 0.003, 'turbulent|kinetic|energy', 'm2/s2', 'Reds'
     291LTKE, 'tke', 'turbulent_kinetic_energy', 0., 0.003, 'turbulent|kinetic|energy', 'm2/s2', 'Reds'
     292time, 'time', 'time', 0., 1000., 'time', 'hours|since|1949/12/01|00:00:00', 'Reds'
     293time_counter, 'time', 'time', 0., 1000., 'time', 'hours|since|1949/12/01|00:00:00', 'Reds'
     294tmla, 'tmla', 'atmosphere_top_boundary_layer_temperature', 250., 330., 'atmosphere|top|boundary|layer|temperature', 'K', 'Reds'
     295s_pblt, 'tmla', 'atmosphere_top_boundary_layer_temperature', 250., 330., 'atmosphere|top|boundary|layer|temperature', 'K', 'Reds'
     296LS_PBLT, 'tmla', 'atmosphere_top_boundary_layer_temperature', 250., 330., 'atmosphere|top|boundary|layer|temperature', 'K', 'Reds'
     297ua, 'ua', 'eastward_wind', -30., 30., 'eastward|wind', 'ms-1', 'seismic'
     298vitu, 'ua', 'eastward_wind', -30., 30., 'eastward|wind', 'ms-1', 'seismic'
     299U, 'ua', 'eastward_wind', -30., 30., 'eastward|wind', 'ms-1', 'seismic'
     300Zonal wind, 'ua', 'eastward_wind', -30., 30., 'eastward|wind', 'ms-1', 'seismic'
     301LVITU, 'ua', 'eastward_wind', -30., 30., 'eastward|wind', 'ms-1', 'seismic'
     302uas, 'uas', 'eastward_wind', -30., 30., 'eastward|10m|wind', 'ms-1', 'seismic'
     303u10m, 'uas', 'eastward_wind', -30., 30., 'eastward|10m|wind', 'ms-1', 'seismic'
     304U10, 'uas', 'eastward_wind', -30., 30., 'eastward|10m|wind', 'ms-1', 'seismic'
     305Vent zonal 10m, 'uas', 'eastward_wind', -30., 30., 'eastward|10m|wind', 'ms-1', 'seismic'
     306va, 'va', 'northward_wind', -30., 30., 'northward|wind', 'ms-1', 'seismic'
     307vitv, 'va', 'northward_wind', -30., 30., 'northward|wind', 'ms-1', 'seismic'
     308V, 'va', 'northward_wind', -30., 30., 'northward|wind', 'ms-1', 'seismic'
     309Meridional wind, 'va', 'northward_wind', -30., 30., 'northward|wind', 'ms-1', 'seismic'
     310LVITV, 'va', 'northward_wind', -30., 30., 'northward|wind', 'ms-1', 'seismic'
     311vas, 'vas', 'northward_wind', -30., 30., 'northward|10m|wind', 'ms-1', 'seismic'
     312v10m, 'vas', 'northward_wind', -30., 30., 'northward|10m|wind', 'ms-1', 'seismic'
     313V10, 'vas', 'northward_wind', -30., 30., 'northward|10m|wind', 'ms-1', 'seismic'
     314Vent meridien 10m, 'vas', 'northward_wind', -30., 30., 'northward|10m|wind', 'ms-1', 'seismic'
     315wakedeltaq, 'wakedeltaq', 'wake_delta_vapor', -0.003, 0.003, 'wake|delta|mixing|ratio', 'kgkg-1s-1', 'seismic'
     316wake_deltaq, 'wakedeltaq', 'wake_delta_vapor', -0.003, 0.003, 'wake|delta|mixing|ratio', 'kgkg-1s-1', 'seismic'
     317lwake_deltaq, 'wakedeltaq', 'wake_delta_vapor', -0.003, 0.003, 'wake|delta|mixing|ratio', 'kgkg-1s-1', 'seismic'
     318LWAKE_DELTAQ, 'wakedeltaq', 'wake_delta_vapor', -0.003, 0.003, 'wake|delta|mixing|ratio', 'kgkg-1s-1', 'seismic'
    316319    elif varn == 'wakedeltat' or varn == 'wake_deltat' or varn == 'lwake_deltat' or  \
    317320      varn == 'LWAKE_DELTAT':
Note: See TracChangeset for help on using the changeset viewer.