Changeset 1970 in lmdz_wrf
- Timestamp:
- Jul 24, 2018, 8:09:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/diagnostics.py
r1966 r1970 1243 1243 1244 1244 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 1246 1246 1247 1247 # Removing the nonChecking variable-dimensions from the initial list
Note: See TracChangeset
for help on using the changeset viewer.