Ignore:
Timestamp:
Dec 19, 2008, 11:01:23 AM (16 years ago)
Author:
rwilson
Message:

Due to problems with Scientific.IO.NetCDF, must withdraw large file support checking code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/config.py

    r6086 r6087  
    187187netcdf_mode_r = 'r'
    188188
    189 try:
    190     import tempfile
    191     from Scientific.IO.NetCDF import NetCDFFile
    192 
    193     fname = tempfile.mktemp()
    194     fid = NetCDFFile(fname, netcdf_mode_w)
    195     fid.close()
    196     netcdf_mode_w = 'wl'
    197 #    log('Using NetCDF large file mode')
    198 except IOError:
    199     pass
    200 
     189#try:
     190#    import tempfile
     191#    from Scientific.IO.NetCDF import NetCDFFile
     192#
     193#    fname = tempfile.mktemp()
     194#    fid = NetCDFFile(fname, 'wl')
     195#    fid.close()
     196#    netcdf_mode_w = 'wl'
     197##    log('Using NetCDF large file mode')
     198#except IOError:
     199#    pass
     200
Note: See TracChangeset for help on using the changeset viewer.