Changeset 1702 in lmdz_wrf for trunk/tools/diag_tools.py
- Timestamp:
- Dec 8, 2017, 6:24:45 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/diag_tools.py
r1700 r1702 1334 1334 1335 1335 if len(ta.shape) != len(p.shape): 1336 p = fill_Narray(p, ta*0., filldim=[0,2,3])1336 p = gen.fill_Narray(p, ta*0., filldim=[0,2,3]) 1337 1337 1338 1338 self.values = var_td(ta, p, hur)
Note: See TracChangeset
for help on using the changeset viewer.