Changeset 1419 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Jan 19, 2017, 10:35:39 AM (8 years ago)
Author:
lfita
Message:

Fixing equation for the `WRFheightrel'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/diagnostics.py

    r1413 r1419  
    17121712        diagout = np.zeros(tuple(var0.shape), dtype=np.float)
    17131713        for iz in range(dimz):
    1714             diagout[:,iz,:,:] = var0[:,iz,:,:]+ var1[:,iz,:,:]/grav - var2
     1714            diagout[:,iz,:,:] = (var0[:,iz,:,:]+ var1[:,iz,:,:])/grav - var2
    17151715
    17161716        # Removing the nonChecking variable-dimensions from the initial list
Note: See TracChangeset for help on using the changeset viewer.