Closed GoogleCodeExporter closed 9 years ago
replacing that loop with
v[0:5,0:n2]=data[0:5,0:n2]
works.
data[i,j] has type
<class 'numpy.ma.core.MaskedConstant'>
and I don't think netcdf4-python knows how to deal with that.
Original comment by whitaker.jeffrey@gmail.com
on 4 Jun 2013 at 6:34
when v is vlen type:
v[0:5,0:n2]=data[0:5,0:n2]
doesn't work well always.
sometime it works well.
but it raises exception sometime.
Original comment by shuwen...@gmail.com
on 6 Jun 2013 at 3:18
Original comment by whitaker.jeffrey@gmail.com
on 26 Feb 2014 at 2:04
Original issue reported on code.google.com by
shuwen...@gmail.com
on 24 May 2013 at 4:16