-
Notifications
You must be signed in to change notification settings - Fork 72
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
Issue with Mars service access #18
Comments
@gitRonang In light of these restrictions, I shifted my focus to using the CDS (Climate Data Store) free dataset for testing purposes. Although this dataset lags by 4-5 days compared to the latest data, it still suffices for regular testing needs. Based on my experience, if a project is solely intended for research purposes, I would recommend using the CDS dataset. For those who are not internal authorized users and need access to nearly real-time MARS dataset, purchasing a commercial license, costing 3000 euros per year, is necessary. In practice, I found that processing the CDS dataset with an A100 80GB graphics card for 4 minutes was sufficient to generate a graphcast.grib file for the next 10 days. This demonstrates that, despite some timeliness limitations, the CDS dataset remains a very effective and practical option. |
@chengshenlian could you please share the link where you found that MARS is nearly real-time? All the documentation on ERA5 that I found so far (links included below) mention 5 day latency. https://confluence.ecmwf.int/plugins/servlet/mobile?contentId=181127817#content/view/181127817
https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-pressure-levels?tab=overview
https://climatedataguide.ucar.edu/climate-data/era5-atmospheric-reanalysis
|
@chomutovskij Therefore, initially, I assumed that through MARS, it was possible to access the most recent day's data. Subsequently, after reviewing the commercial license, I discovered that real-time products could be accessed through ECMWF, leading me to speculate that the ECMWF Web API might provide real-time data access. However, after considering the information you provided, I realize that regardless of whether it is through the MARS API or the CDS API, we can only access the ERA5 dataset. This dataset has an approximate delay of five days. Since I have not used the MARS API and do not have the necessary permissions, I am unable to provide more accurate information on this matter. Therefore, we need an explanation from official or authoritative channels to clarify which dataset can provide nearly real-time data, thereby enabling real-time 10-day weather forecasting. |
Hello,
I have download all ai-models and their assets, but when I wan't to do some inference, I got this API exception:
" ecmwfapi.api.APIException: "ecmwf.API error 1: User '[myadressmail]' has no access to services/mars"
However, on the ECMWF web site I see that public members have access to Mars services? Any advice to avoid that?
Thank you
The text was updated successfully, but these errors were encountered: