Changeset 2199 in lmdz_wrf


Ignore:
Timestamp:
Oct 19, 2018, 3:23:57 PM (6 years ago)
Author:
lfita
Message:

Adding help in `TimeInf?'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r2198 r2199  
    49414941    tname= name of the variable time
    49424942    """
     4943    fname = 'TimeInf'
     4944
     4945    if tname == 'h':
     4946        print fname + '_____________________________________________________________'
     4947        print TimeInf.__doc__
     4948        quit()
    49434949
    49444950    ncfobj = NetCDFFile(filename,'r')
Note: See TracChangeset for help on using the changeset viewer.