-
-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FES2022 does not produce tides at certain locations [see solution provided] #570
Comments
yes it could be you're outside the range of the FES2022 grid. I suggest to load one netcdf file and then find the grid point closest to your centroid, something like this:
then querry the tide time-series at centroid_gridded! |
There is a small error in this part of the code. The correct value to be added is 360 and not 180, to convert negative longitudes in the format [-180 to 180] to [0 to 360]. thus it should be: |
though no error exported my index of the dates_ts, tides_ts are zero. my centroid is: [-8.81612121 41.59466746]. the code run successfully for another location? may the location be problem?
The text was updated successfully, but these errors were encountered: