Hi Brad,I am not getting the attribute reshape for the array, are you having a different version of numpy than mine?I haveIn [55]: np.__version__Out[55]: '1.7.0'and detail of the shapedetails of variableIn [57]: ssh??Type: NetCDFVariableString Form:<NetCDFVariable object at 0x492d3d8>Namespace: InteractiveLength: 75Docstring: NetCDF Variable
In [58]: ssh.shapeOut[58]: (75, 140, 180)ssh??Type: NetCDFVariableString Form:<NetCDFVariable object at 0x492d3d8>Namespace: InteractiveLength: 75Docstring: NetCDF VariableIn [66]: ssh.shapeOut[66]: (75, 140, 180)In [67]: ssh.reshape(75,140*180)---------------------------------------------------------------------------AttributeError Traceback (most recent call last)/home/sjo/RAMA_20120807/adcp/<ipython-input-67-1a21dae1d18d> in <module>()----> 1 ssh.reshape(75,140*180)AttributeError: reshape