Changeset 1311 in lmdz_wrf


Ignore:
Timestamp:
Nov 10, 2016, 3:12:29 PM (8 years ago)
Author:
lfita
Message:

Fixing `compute_opervars_file'

Location:
trunk/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var.py

    r1295 r1311  
    219219
    220220# Operations which file name is not a real file
    221 NotCheckingFile = ['DatesFiles', 'file_creation', 'list_operations',                 \
     221NotCheckingFile = ['DatesFiles', 'compute_opersvarsfiles', 'file_creation',          \
     222  'list_operations',                                                                 \
    222223  'model_characteristics', 'netcdf_concatenation', 'netcdf_fold_concatenation',      \
    223224  'netcdf_fold_concatenation_HMT']
  • trunk/tools/nc_var_tools.py

    r1310 r1311  
    71367136        maskvalue = prevalues.fill_value
    71377137        newvar = objofile.createVariable(varname, nctype(vartype), dimvarvals,       \
    7138           fill_valu=maskvalue)
     7138          fill_value=maskvalue)
    71397139    else:
    71407140        newvar = objofile.createVariable(varname, nctype(vartype), dimvarvals)
Note: See TracChangeset for help on using the changeset viewer.