Opened 15 years ago
Closed 15 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 15 years ago by
| Component: | Appearance and visualisation → Functionality and features |
|---|
comment:2 Changed 15 years ago by
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

This has been superseded by ticket:358