Opened 14 years ago
Closed 14 years ago
#357 closed enhancement (duplicate)
Add large netcdf feature to store_timestep in sww.py
Reported by: | habili | Owned by: | habili |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Functionality and features | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description
Currently, the code creates multiple sww files of size 2GB, as the previous size limit for a netcdf file was 2GB. By adding the l (large) option, eg fid = NetCDFFile(self.filename, 'wl') netcdf files larger than 2GB can be created. This feature needs to be added to store_timestep in sww.py.
Change History (2)
comment:1 Changed 14 years ago by habili
- Component changed from Appearance and visualisation to Functionality and features
comment:2 Changed 14 years ago by ole
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This has been superseded by ticket:358