Skip to content
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

How could we add precipitation forecast in your neural-lam? #12

Closed
weatherforecasterwhai opened this issue Mar 6, 2024 · 4 comments
Closed

Comments

@weatherforecasterwhai
Copy link

I've send email to you asking about removing precipitation from GraphCast origional codes,sir.
Thank you for your quick reply. In the email you explained the precipitation part is difficult due to ERA5
precipitation is not accurate enough. So, as in a specific region like China, we got high quelity precipitation
reanalysis data. Maybe, we could use these precipitation data instead of ERA5 precipitation to make the forecast better.

Now, how could we add the precipitation part in your neural-lam codes?
Thank you.

@joeloskarsson
Copy link
Collaborator

Hi,
You should be able to add in a field such as total precipitation together with all the other modeled variables. So in practice, compiling a training dataset including this field, and modifying the list of variables in constants.py to match the ones in your data.

Some adaptation would also be needed to run for your specific region, but that is not related to modeling precipitation specifically (see #4).

@sadamov
Copy link
Collaborator

sadamov commented Mar 7, 2024

Hi, we are using hourly precip sums for 2.2km precipitation forecast in our fork: https://github.com/MeteoSwiss/neural-lam. Maybe the zarr-based dataloader for model level data is useful on a technical level. We have a bug in the data-prep (hourly sums are wrongly calculated), so the predictions are off. Still, if you think about adding Precip to your input channels maybe this helps.

@joeloskarsson
Copy link
Collaborator

@weatherforecasterwhai Does this answer your question? Can I close the issue?

@weatherforecasterwhai
Copy link
Author

weatherforecasterwhai commented Mar 13, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants