We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue is reproducible:
>>> type(soAnom) <class 'cdms2.tvariable.TransientVariable'> >>> soAnom.shape (50, 50, 300, 360) >>> soAnom.getAxisIds() ['time', 'st_ocean', 'yt_ocean', 'xt_ocean'] >>> x = vcs.init() >>> x.plot(soAnom[0,0,]) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/uvcdat/2.4.0rc1/lib/python2.7/site-packages/vcs/Canvas.py", line 2524, in plot a = self.__plot(arglist, keyargs) File "/usr/local/uvcdat/2.4.0rc1/lib/python2.7/site-packages/vcs/Canvas.py", line 3628, in __plot arglist[0] = self._reconstruct_tv(arglist, keyargs) File "/usr/local/uvcdat/2.4.0rc1/lib/python2.7/site-packages/vcs/Canvas.py", line 757, in _reconstruct_tv mesh = grid.getMesh() File "/usr/local/uvcdat/2.4.0rc1/lib/python2.7/site-packages/cdms2/hgrid.py", line 236, in getMesh raise CDMSError, 'No boundary data is available for grid %s'%self.id cdms2.error.CDMSError: No boundary data is available for grid grid_4
Migrated from: CDAT/cdat#1590
The text was updated successfully, but these errors were encountered:
potential data: http://aims3.llnl.gov/thredds/fileServer/cmip5_css01_data/cmip5/output1/BCC/bcc-csm1-1-m/piControl/fx/ocean/fx/r0i0p0/v20130307/areacello/areacello_fx_bcc-csm1-1-m_piControl_r0i0p0.nc
Sorry, something went wrong.
doutriaux1
No branches or pull requests
This issue is reproducible:
Migrated from: CDAT/cdat#1590
The text was updated successfully, but these errors were encountered: