Changeset 405 in lmdz_wrf for trunk


Ignore:
Timestamp:
Apr 30, 2015, 5:11:04 PM (10 years ago)
Author:
lfita
Message:

Replacing ofile name creation non compatible with 'h'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r404 r405  
    1402514025    fname = 'increaseDimvar'
    1402614026
    14027     ofile = ncfile + '_new.nc'
    14028 
    1402914027    if values == 'h':
    1403014028        print fname + '_____________________________________________________________'
     
    1404014038    position = int(values.split(':')[2])
    1404114039    unlimited = values.split(':')[3]
     14040
     14041    ofile = ncfile + '_new.nc'
    1404214042
    1404314043    onc = NetCDFFile(ncfile, 'r')
Note: See TracChangeset for help on using the changeset viewer.