Nodal point swarm not working on cubed sphere mesh #307
Unanswered
chenxi-kong
asked this question in
Q&A
Replies: 1 comment
-
|
Hi @chenxi-kong, I've moved this to an issue, as the number of particles from tracked field is larger than the created swarm. I'm able to reproduce this error for this mesh, and it also occurs on other meshes. I'll update further on the issue |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! When I was trying to solve the advection-diffusion equation on a cubed sphere mesh (which by default is using the semi Lagrangian method), I found that the nodal point swarm can not be constructed if its tracked variable is defined on this type of mesh. This issue can be reproduced by running:
and it says:
I am wondering if there is an problem with using semi Lagrangian method for variables on cubed sphere mesh, or it is just because I am not doing it right somewhere?
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions