Changeset 2821 in lmdz_wrf


Ignore:
Timestamp:
Apr 25, 2020, 5:13:49 PM (5 years ago)
Author:
lfita
Message:

Adding help line into `gaddattrk'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r2820 r2821  
    12731273  if values == 'h':
    12741274      print fname + '_____________________________________________________________'
    1275       print gaddatr.__doc__
     1275      print gaddattr.__doc__
    12761276      quit()
    12771277
     
    13031303  ncfile = netCDF file
    13041304  """
     1305
     1306  if values == 'h':
     1307      print fname + '_____________________________________________________________'
     1308      print gaddattrk.__doc__
     1309      quit()
     1310
    13051311  if not os.path.isfile(ncfile):
    13061312    print errormsg
Note: See TracChangeset for help on using the changeset viewer.