Skip to content

parcels running on MacOS Sonoma 14.5 #1877

Discussion options

You must be logged in to vote

Hi Erik

I changed to ScipyParticle and now I have another error:

AttributeError                            Traceback (most recent call last)
Cell In[21], line 1
----> 1 pset.execute(
      2     parcels.AdvectionRK4,  # the kernel (which defines how particles move)
      3     runtime=timedelta(days=6),  # the total length of the run
      4     dt=timedelta(minutes=5),  # the timestep of the kernel
      5     output_file=output_file,
      6 )

File ~/anaconda3/envs/parcels/lib/python3.11/site-packages/parcels/particleset.py:1218, in ParticleSet.execute(self, pyfunc, pyfunc_inter, endtime, runtime, dt, output_file, verbose_progress, postIterationCallbacks, callbackdt, delete_cfiles)
   …

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@carolaferronato
Comment options

@carolaferronato
Comment options

@erikvansebille
Comment options

@carolaferronato
Comment options

Answer selected by carolaferronato
@VeckoTheGecko
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants