Replies: 1 comment
-
Dear @GhelbyMF, thanks for your question. However, I strongly advise not to use the built-in plotting tools of Parcels for visualisation. They are really very rudimentary and we don't further develop them (in fact, we're planning to move to the See the working with Parcels output tutorial for tips on how to plot particles. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have been using Parcels for my undergraduate thesis and I have a question regarding
pset.show()
. I am using a HYCOM nc file with domain:north = 65;
south = 10;
west = 110;
east = 160;
I noticed that in the latest Parcels version,
pset.show()
returns only a limited area (Fig 1). Meanwhile, in the older Parcels version it returns a full domain (Fig 2). Is it normal?I'm afraid there's something wrong with my HYCOM data
n.b. I used
pset.show(domain={'N':65, 'S':10, 'E':160, 'W':110})
for generation of the Fig 2 in the latest Parcels versionThanks
Beta Was this translation helpful? Give feedback.
All reactions