Ignore:
Timestamp:
Mar 27, 2013, 8:04:00 PM (12 years ago)
Author:
steve
Message:

Some changes to allow netcdf4 use

File:
1 edited

Legend:

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

    r8745 r8780  
    228228s = """
    229229import os, tempfile
    230 from Scientific.IO.NetCDF import NetCDFFile
     230from anuga.file.netcdf import NetCDFFile
    231231
    232232filename = tempfile.mktemp('.nc')
     
    237237"""
    238238
     239"""
    239240# Need to run in a separate process due an
    240241# error with older versions of Scientific.IO
     
    265266        #netcdf_mode_w = 'w'   # Old style NetCDF used by OSG viewer
    266267
    267 
     268"""
Note: See TracChangeset for help on using the changeset viewer.