Changeset 922 in lmdz_wrf for trunk/tools
- Timestamp:
- Jun 21, 2016, 5:31:24 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r921 r922 9114 9114 if varinf.FillValue is not None: 9115 9115 newvar = objnewnc.createVariable(vn+operkind, nctype(varinf.dtype), \ 9116 tuple(finaldims), fill Value=varinf.FillValue)9116 tuple(finaldims), fill_value=varinf.FillValue) 9117 9117 else: 9118 9118 newvar = objnewnc.createVariable(vn+operkind, nctype(varinf.dtype), \
Note: See TracChangeset
for help on using the changeset viewer.