Replies: 1 comment
-
|
Thanks for reporting this, @apatlpo. You're right that Note that with the new Parcels v4, all input will be via xarray DataSets, so this workaround won't be necessary anymore |
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.
-
Question
Question
I with to specify to build a fieldset from an xarray dataset.
Amongst the variables, there are tracer variables that I wish to sample.
I just realized that if I wish to benefit from "cgrid_tracer" for the tracers, this needs to be done after the creation of the Fieldset (which are set to "cgrid_velocity" otherwise).
It's easy to overlook this behavior (which differs from what goes on in methods such as
from_nemo,from_croco, ...)Could you please confirm, my understanding is correct ?
Supporting code
Beta Was this translation helpful? Give feedback.
All reactions