Changeset 573 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Jul 6, 2015, 4:06:19 PM (10 years ago)
Author:
lfita
Message:

Substuting `p' on 'TStd' calculation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/validation_sim.py

    r572 r573  
    966966#        print '    ' + main + ': computing dew-point temperature from TS as t and Tetens...'
    967967# tacking from: http://en.wikipedia.org/wiki/Dew_point
    968                 p=ncobj.variables['p'][:]
     968                p=ncobj.variables['psfc'][:]
    969969
    970970                temp = ncobj.variables['t'][:]
Note: See TracChangeset for help on using the changeset viewer.