Changeset 965 in lmdz_wrf for trunk/tools


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

Adding `get_Variables'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var.py

    r905 r965  
    3535  'filter_2dim',                                                                     \
    3636  'flipdim', 'fvaradd', 'gaddattrk', 'gaddattr', 'get_attribute',                    \
    37   'get_namelist_vars',                                                               \
     37  'get_namelist_vars', 'get_Variables',                                              \
    3838  'getvalues_lonlat', 'grattr',                                                      \
    3939  'grmattr', 'idims', 'igattrs', 'increaseDimvar', 'isgattrs', 'isvattrs', 'ivars',  \
     
    179179elif oper == 'get_namelist_vars':
    180180    ncvar.get_namelist_vars(opts.values, opts.ncfile)
     181elif oper == 'get_Variables':
     182    ncvar.get_Variables(opts.values, opts.ncfile)
    181183elif oper == 'getvalues_lonlat':
    182184    ncvar.getvalues_lonlat(opts.values, opts.ncfile)
Note: See TracChangeset for help on using the changeset viewer.