Changeset 9263


Ignore:
Timestamp:
Jul 13, 2014, 3:09:00 PM (10 years ago)
Author:
steve
Message:

I hope most people are now using 64 bit netcdf so have changed the upper size of sww files to 200 GB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/file/sww.py

    r9259 r9263  
    6565
    6666    def __init__(self, domain,
    67                  mode=netcdf_mode_w, max_size=2000000000, recursion=False):
     67                 mode=netcdf_mode_w, max_size=200000000000, recursion=False):
    6868
    6969        self.precision = netcdf_float32 # Use single precision for quantities
Note: See TracChangeset for help on using the changeset viewer.