-
Notifications
You must be signed in to change notification settings - Fork 120
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
It does not work again with the new links #1383
Comments
This new URL seems to work well for me Does it not work for you? |
Dear Sir, thanks for your quick reply. I run the exemple_long_Vietnam and some parts of the results as followed. I can not figure out what's the problem. 15:25:45 INFO opendrift.models.basemodel:507: OpenDriftSimulation initialised (version 1.11.2 / v1.11.2-69-gb16198b-dirty) ValueError: Simulation stopped within first timestep. "Missing variables: ['x_wind', 'y_wind', 'x_sea_water_velocity', 'y_sea_water_velocity']", 'The simulation stopped before requested end time was reached.' |
Ok, seems you are getting "Connection error" for both HYCOM and NCEP thredds ULRs. You could also try to update OpenDrift to the latest version. |
Thanks for your explanation and I will update the OpenDrift version. |
ValueError: Simulation stopped within first timestep. "Missing variables: ['x_sea_water_velocity', 'y_sea_water_velocity']", 'The simulation stopped before requested end time was reached.' the problem appears again. |
Yes, that HYCOM aggregate seemed to end 4th September. There is a new version (ESPD), but unfortunately this stores u and v-components in different files/URLS, which cannot very easily be used: A workaround for users here could be to open both of these with Xarray, and combine to one dataset, before creating an OpenDrift reader from this dataset. |
Thanks a lot for your timely response! |
However, if I want use reader_arome and reader_norkyst with some data before, like one day in August, 2024. Where could I download the nc file directly in a correct format accepted by Opendrift. Thanks for your help in advance. |
https://www.ncei.noaa.gov/thredds-coastal/dodsC/hycom/hycom_sfc_agg/HYCOM_Surface_Aggregation_best.ncd
So I now replaced the two old tds.hycom.org URLs with this one in the examples and in data_sources.txt:
https://github.com/OpenDrift/opendrift/pull/1326/files#diff-bee6fdd6382d055b008ee978f9e38d213dc52b8ed4f0be957e136df3d7b2fbd7
Originally posted by @knutfrode in #1324 (comment)
The text was updated successfully, but these errors were encountered: