Skip to content
Discussion options

You must be logged in to vote

Many apologies, I realized I misunderstood your message after reading into the tutorial a bit more. However, I ran into an error that would be worth investigating.

Code from tutorial

fieldset_wind = parcels.FieldSet.from_netcdf(nc_files,
                                                variables={"U": "eastward_wind",
                                                           "V" : "northward_wind"},
                                                dimensions={"time" : "time",
                                                            "lat" : "latitude",
                                                            "lon" : "longitude"},
                                                )
    #…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@AlxLhrNc
Comment options

@AlxLhrNc
Comment options

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