Closed erikvansebille closed 4 years ago
As reported by @phand on https://gitter.im/OceanPARCELS/parcels_running, Field.show() does not always correctly determine the extent of the domain for curvilinear grids. This was kind of known, as this extent is set manually at https://nbviewer.jupyter.org/github/OceanParcels/parcels/blob/master/parcels/examples/tutorial_nemo_3D.ipynb
Field.show()
We should either fix this or if that is too complicated (remember; plotting in Parcels is intentionally very rudimentary!) at least issue a warning that the domain may not be plotted correctly for Curvilinear grids
cc: @HandmannP
As reported by @phand on https://gitter.im/OceanPARCELS/parcels_running,
Field.show()
does not always correctly determine the extent of the domain for curvilinear grids. This was kind of known, as this extent is set manually at https://nbviewer.jupyter.org/github/OceanParcels/parcels/blob/master/parcels/examples/tutorial_nemo_3D.ipynbWe should either fix this or if that is too complicated (remember; plotting in Parcels is intentionally very rudimentary!) at least issue a warning that the domain may not be plotted correctly for Curvilinear grids