Changeset 1702 in lmdz_wrf for trunk/tools/diag_tools.py


Ignore:
Timestamp:
Dec 8, 2017, 6:24:45 PM (7 years ago)
Author:
lfita
Message:

Fixing and working copy of the script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/diag_tools.py

    r1700 r1702  
    13341334
    13351335            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])
    13371337
    13381338            self.values = var_td(ta, p, hur)
Note: See TracChangeset for help on using the changeset viewer.