parcels running on MacOS Sonoma 14.5 #1877
Answered
by
carolaferronato
carolaferronato
asked this question in
Q&A
-
QuestionQuestionHi everyone, I am trying to run the parcels_tutorial, and I am encountering the following error when executing: Supporting code/error messages# pset.execute(
parcels.AdvectionRK4, # the kernel (which defines how particles move)
runtime=timedelta(days=6), # the total length of the run
dt=timedelta(minutes=5), # the timestep of the kernel
output_file=output_file,
)
I understand that there is a problem in particleset.py:1180 and in kernel.py:628 But I am new on this so I am kind of lost :( |
Beta Was this translation helpful? Give feedback.
Answered by
carolaferronato
Feb 25, 2025
Replies: 1 comment 5 replies
-
Hi @carolaferronato , can you provide the following:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Erik
I changed to ScipyParticle and now I have another error: