Replies: 1 comment 2 replies
-
@pdnooteboom might have some code to help you, as he has worked with pop data in his PhD work. Or you may have a look at the code of this paper at https://github.com/pdnooteboom/PO_res_error |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create a fieldset with POP but I have problems with the B-Grid that POP has. I tried to follow the indexing example and adjust that to POP using from_pop (https://nbviewer.org/github/OceanParcels/parcels/blob/master/parcels/examples/documentation_indexing.ipynb) but I keep having issues with that. it always returns:
ValueError: On a B-grid, the dimensions of velocities should be the (top) corners of the grid cells, so the same for U, V and W
Is there an example for POP?
Beta Was this translation helpful? Give feedback.
All reactions