Changeset 345 in lmdz_wrf


Ignore:
Timestamp:
Mar 10, 2015, 10:37:35 AM (10 years ago)
Author:
lfita
Message:

Adding `HFX' in 'variables_values'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r341 r345  
    924924        varvals = ['hfls', 'surface_upward_latent_heat_flux', -400., 400.,           \
    925925          'upward|latnt|heat|flux|at|the|surface', 'Wm-2', 'seismic']
    926     elif varn == 'hfss' or varn == 'LSENS' or varn == 'sens':
     926    elif varn == 'hfss' or varn == 'LSENS' or varn == 'sens' or varn == 'HFX':
    927927        varvals = ['hfss', 'surface_upward_sensible_heat_flux', -150., 150.,         \
    928928          'upward|sensible|heat|flux|at|the|surface', 'Wm-2', 'seismic']
Note: See TracChangeset for help on using the changeset viewer.