Ignore:
Timestamp:
Jun 30, 2009, 2:24:49 PM (15 years ago)
Author:
ole
Message:

Added NetCDF options to config.py

File:
1 edited

Legend:

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

    r7276 r7277  
    237237    else:
    238238        # Set the default mode to large file support
    239         netcdf_mode_w = 'wl'
     239        #netcdf_mode_w = 'w4' # Future use of HDF5       
     240        netcdf_mode_w = 'wl' # Large NetCDF (new default 30/6/2009)
     241        #netcdf_mode_w = 'w'   # Old style NetCDF used by OSG viewer
     242
Note: See TracChangeset for help on using the changeset viewer.