Changeset 345 in lmdz_wrf
- Timestamp:
- Mar 10, 2015, 10:37:35 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r341 r345 924 924 varvals = ['hfls', 'surface_upward_latent_heat_flux', -400., 400., \ 925 925 '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': 927 927 varvals = ['hfss', 'surface_upward_sensible_heat_flux', -150., 150., \ 928 928 'upward|sensible|heat|flux|at|the|surface', 'Wm-2', 'seismic']
Note: See TracChangeset
for help on using the changeset viewer.