Field is in deferred_load mode, so can't be accessed. #1456
Unanswered
mollyjames2
asked this question in
Q&A
Replies: 1 comment
-
Ah, this is a good point. You will need to issue fieldset.computeTimeChunk(0,1) See also the API at https://docs.oceanparcels.org/en/latest/reference/fields.html#parcels.fieldset.FieldSet.computeTimeChunk |
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
-
Hi there, I'm trying to plot my u and v fields. I understand that fieldset.show() is no longer supported so I am using plt.colormesh as per the NEMO tutorial but I'm getting the Error message listed in the title - I've tried googling my way around this but it just takes me back to the source code here. My code is below:
the error message reads as follows:
Beta Was this translation helpful? Give feedback.
All reactions