-
Notifications
You must be signed in to change notification settings - Fork 3
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
Better weather & sea current data #74
Comments
There is better data in grib2 format from https://dwd-geoportal.de/products/G_D5M/ we could try to make this useable via
or
|
We could check if yr.no does provide NetCDF weather data.
|
Provides the following data, that is probably interesting for us and covers most of the Mediterranean Sea:
We need to check if OpenDrift can work with this data. An explanation about u and v components can be found here: http://colaweb.gmu.edu/dev/clim301/lectures/wind/wind-uv |
OpenDrift/opendrift#425 (comment) here someone is using U and V wind via grib2 files in opendrift. |
An explanation is also in their documentation of the model: p. 29: I tried to download the Data and to me its not straight forward to use them. The reader would not accept it right away, plus i am not sure what to download.
|
This looks very promising. |
I asked the norwegian weather service (Yr.no) for access to weather data of the mediterranean sea and they pointed me to the MAPS archive at the ECMWF. Normal access costs about 3000€ a year, but I wrote an e-mail to Mr. Manuel Reiter at [EZMW.comprep@dwd.de], as he's listed as the contact person for germany at [https://www.ecmwf.int/en/about/contact-us/computing-representatives]. He works for the DWD as well, so sending an additional mail to opendata@dwd.de might be a good idea |
I could not find any MAPS archive, only a MARS Catalogue? +1 Sending a Mail to opendata@dwd.de |
We want:
OpenDrift works best with cf-compliant netCDF The data can be combined with the Python library xarray |
If we manage to introduce better weather data with finer resolutions we can expect better results and a simulation with smaller time steps.
The text was updated successfully, but these errors were encountered: