Ignore:
Timestamp:
Jun 9, 2010, 12:28:24 PM (14 years ago)
Author:
hudson
Message:

New filename conventions for file conversion. Filenames must always be passed in with the correct extension.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/shallow_water/test_forcing.py

    r7778 r7814  
    248248        fid.close()
    249249
    250         timefile2netcdf(filename)
     250        timefile2netcdf(filename + '.txt')
    251251        os.remove(filename + '.txt')
    252252
     
    337337        fid.close()
    338338
    339         timefile2netcdf(filename, time_as_seconds=True)
     339        timefile2netcdf(filename + '.txt', time_as_seconds=True)
    340340        os.remove(filename + '.txt')
    341341
Note: See TracChangeset for help on using the changeset viewer.