Changeset 547 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Jul 1, 2015, 10:01:03 AM (10 years ago)
Author:
lfita
Message:

Re-ordering to make it work the help on `sellonlatbox'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r538 r547  
    88008800    fname = 'sellonlatbox'
    88018801
    8802     ofile = 'sellonlatbox_' + varn + '.nc'
    8803 
    88048802    if values == 'h':
    88058803        print fname + '_____________________________________________________________'
    88068804        print sellonlatbox.__doc__
    88078805        quit()
     8806
     8807    ofile = 'sellonlatbox_' + varn + '.nc'
    88088808
    88098809    lonn = values.split(',')[0]
Note: See TracChangeset for help on using the changeset viewer.