Changeset 1970 in lmdz_wrf


Ignore:
Timestamp:
Jul 24, 2018, 8:09:53 PM (6 years ago)
Author:
lfita
Message:

Passing 'tdas' to 'K' as units

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/diagnostics.py

    r1966 r1970  
    12431243
    12441244        gammatarhs = np.log(rhs) + ARM2*(var1-273.15)/((var1-273.15)+ARM3)
    1245         tdas = ARM3*gammatarhs/(ARM2-gammatarhs)
     1245        tdas = ARM3*gammatarhs/(ARM2-gammatarhs) + 273.15
    12461246
    12471247        # Removing the nonChecking variable-dimensions from the initial list
Note: See TracChangeset for help on using the changeset viewer.