Changeset 614 in lmdz_wrf
- Timestamp:
- Aug 14, 2015, 12:45:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/tools/diagnostics.py ΒΆ
r613 r614 598 598 599 599 pa = rh * data1 600 varNOcheckv = 257.44*np.log(pa/6.1121)/(18.678-np.log(pa/6.1121)) 601 602 dimensions = ncobj.variables['t'].dimensions 603 shape = ncobj.variables['t'].shape 600 td = 257.44*np.log(pa/6.1121)/(18.678-np.log(pa/6.1121)) 604 601 605 602 tddims = dimns[:]
Note: See TracChangeset
for help on using the changeset viewer.