Changeset 922 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Jun 21, 2016, 5:31:24 PM (8 years ago)
Author:
lfita
Message:

Fixing variable creation in `file_oper_alongdims'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r921 r922  
    91149114            if varinf.FillValue is not None:
    91159115                newvar = objnewnc.createVariable(vn+operkind, nctype(varinf.dtype),  \
    9116                   tuple(finaldims), fillValue=varinf.FillValue)
     9116                  tuple(finaldims), fill_value=varinf.FillValue)
    91179117            else:
    91189118                newvar = objnewnc.createVariable(vn+operkind, nctype(varinf.dtype),  \
Note: See TracChangeset for help on using the changeset viewer.