Sinking kernel error #2226
Unanswered
BillyBoy996
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
I think the problem is in this line: parcels.ParticleSet(fieldset=fieldset, pclass=InvParticle, lon=lon_start, lat=lat_start, depth=start_depths, time=times_np, repeatdt=timedelta(days=seeding_frequency))Can you provide the whole script? (particularly I want to know how tip: you can use markdown syntax for quoting code. i.e., which produces this when rendered print("Surround your code in triple backticks and specify the language") |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Question
I seem to have an issue when trying to apply a constant sinking rate to particles so they act as propagules. I am using MITgcm model outputs. I tried to base myself off the ARGO float tutorial. However, I keep getting the following error message when trying to run the model.
This error only appears if I am running the kernel. I have tried positioning the kernels in different orders and also changing the simulation timestep but to no avail.
Supporting code/error messages
Paste your code within this block
Beta Was this translation helpful? Give feedback.
All reactions