Open GoogleCodeExporter opened 9 years ago
Difficult to know exactly what's going on since I can't run your script (you
didn't include the data). If you create a variable named y with dimensions
('t','x') and the dimension 't' is unlimited and the length of 'x' is 10 and
you write to y like this
y[:] = data
where data.shape = (89,10), then y.shape will also be (89,10).
If this isn't working for you please create a simple, self-contained script
that illustrates the problem and create an issue on the new github site
(http://github.com/Unidata/netcdf4-python). The netcdf4-python project has
migrated to github.
Original comment by whitaker.jeffrey@gmail.com
on 30 Mar 2014 at 1:59
Original issue reported on code.google.com by
maryelle...@gmail.com
on 27 Mar 2014 at 6:28Attachments: