Ignore:
Timestamp:
Jun 9, 2010, 12:28:24 PM (13 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/abstract_2d_finite_volumes/test_util.py

    r7800 r7814  
    8585
    8686        #Convert ASCII file to NetCDF (Which is what we really like!)
    87         timefile2netcdf(filename)
     87        timefile2netcdf(filename+'.txt')
    8888
    8989
     
    996996
    997997        #Convert ASCII file to NetCDF (Which is what we really like!)
    998         timefile2netcdf(filename)
     998        timefile2netcdf(filename+'.txt')
    999999
    10001000
     
    10921092
    10931093        #Convert ASCII file to NetCDF (Which is what we really like!)
    1094         timefile2netcdf(filename)       
     1094        timefile2netcdf(filename+'.txt')       
    10951095
    10961096        a = [0.0, 0.0]
     
    11761176
    11771177        # Convert ASCII file to NetCDF (Which is what we really like!)
    1178         timefile2netcdf(filename)       
     1178        timefile2netcdf(filename + '.txt')       
    11791179
    11801180        a = [0.0, 0.0]
Note: See TracChangeset for help on using the changeset viewer.