Changeset 614 in lmdz_wrf


Ignore:
Timestamp:
Aug 14, 2015, 12:45:31 PM (10 years ago)
Author:
lfita
Message:

Fixing wrong variable name in 'compute_td'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/tools/diagnostics.py ΒΆ

    r613 r614  
    598598               
    599599    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))
    604601
    605602    tddims = dimns[:]
Note: See TracChangeset for help on using the changeset viewer.