Changeset 1311 in lmdz_wrf
- Timestamp:
- Nov 10, 2016, 3:12:29 PM (8 years ago)
- Location:
- trunk/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var.py
r1295 r1311 219 219 220 220 # Operations which file name is not a real file 221 NotCheckingFile = ['DatesFiles', 'file_creation', 'list_operations', \ 221 NotCheckingFile = ['DatesFiles', 'compute_opersvarsfiles', 'file_creation', \ 222 'list_operations', \ 222 223 'model_characteristics', 'netcdf_concatenation', 'netcdf_fold_concatenation', \ 223 224 'netcdf_fold_concatenation_HMT'] -
trunk/tools/nc_var_tools.py
r1310 r1311 7136 7136 maskvalue = prevalues.fill_value 7137 7137 newvar = objofile.createVariable(varname, nctype(vartype), dimvarvals, \ 7138 fill_valu =maskvalue)7138 fill_value=maskvalue) 7139 7139 else: 7140 7140 newvar = objofile.createVariable(varname, nctype(vartype), dimvarvals)
Note: See TracChangeset
for help on using the changeset viewer.