Changeset 8780 for trunk/anuga_core/source/anuga/config.py
- Timestamp:
- Mar 27, 2013, 8:04:00 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/config.py
r8745 r8780 228 228 s = """ 229 229 import os, tempfile 230 from Scientific.IO.NetCDFimport NetCDFFile230 from anuga.file.netcdf import NetCDFFile 231 231 232 232 filename = tempfile.mktemp('.nc') … … 237 237 """ 238 238 239 """ 239 240 # Need to run in a separate process due an 240 241 # error with older versions of Scientific.IO … … 265 266 #netcdf_mode_w = 'w' # Old style NetCDF used by OSG viewer 266 267 267 268 """
Note: See TracChangeset
for help on using the changeset viewer.