Ocean Glider Behavior (Active Particle) in ROMS output #1568
Unanswered
ChadDGibson
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi @ChadDGibson, thanks for reporting. I have not seen this error before; not really sure where it comes from. But before I dig deeper, can you check whether you're running with the latest version of parcels (v3.0.2)? And if not, could you upgrade to that version? We've made some changes in the kernel so it could be that this fixes your issue already... |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Community,
Any help with this error would be greatly appreciated...Anyone experienced similar results?
I am encountering a Value Error while running a virtual glider (active ScipyParticle) in a ROMS output with AdvectionRK4_3D.
I have made the glider behavior work in the Argo Tutorial flow field, and I can run a passive particle in the ROMS output. However, when I use AdvectionRK4_3D and GliderMovement Kernels together, I get the following error:
MY KERNEL Definition
Define the new Kernel that mimics Argo vertical movement
def GliderMovement(particle, fieldset, time):
driftdepth = 500 # maximum depth in m
maxdepth = 1000 # maximum depth in m
vertical_speed = 0.1 # sink and rise speed in m/s
Execution: ``
Beta Was this translation helpful? Give feedback.
All reactions