Changeset 606 in lmdz_wrf


Ignore:
Timestamp:
Jul 17, 2015, 12:37:46 PM (10 years ago)
Author:
lfita
Message:

Minor enhancements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r599 r606  
    814814    fname = 'numVector_String'
    815815
    816     if vec == 'h':
    817         print fname + '_____________________________________________________________'
    818         print numVector_String.__doc__
    819         quit()
     816#    if vec == 'h':
     817#        print fname + '_____________________________________________________________'
     818#        print numVector_String.__doc__
     819#        quit()
    820820
    821821    Nvals = len(vec)
     
    13741374        * -9: last value of the dimension
    13751375        * [beg]:[end] slice from [beg] to [end]
     1376        * NOTE, no dim name all the dimension size
    13761377    ncfile = netCDF file name
    13771378    varn = variable name
Note: See TracChangeset for help on using the changeset viewer.