Changeset 573 in lmdz_wrf for trunk/tools
- Timestamp:
- Jul 6, 2015, 4:06:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/validation_sim.py
r572 r573 966 966 # print ' ' + main + ': computing dew-point temperature from TS as t and Tetens...' 967 967 # tacking from: http://en.wikipedia.org/wiki/Dew_point 968 p=ncobj.variables['p '][:]968 p=ncobj.variables['psfc'][:] 969 969 970 970 temp = ncobj.variables['t'][:]
Note: See TracChangeset
for help on using the changeset viewer.