mllam / neural-lam

Neural Weather Prediction for Limited Area Modeling
MIT License
64 stars 24 forks source link

Merge global forecasting capabilities from `prob_model_global` #63

Open joeloskarsson opened 1 week ago

joeloskarsson commented 1 week ago

Global forecasting can be viewed as a special case of LAM, with no boundary conditions to consider. Therefore it is not a hard task to allow for global forecasting within the Neural-LAM framework. This has the benefit of being able to use any models in here also for global forecasting.

Global forecasting, as done in Oskarsson et al. (2024), is currently implemented on the branch prob_model_global. This issue is to keep track of merging of the prob_model_global branch into main.

The main changes in this branch include: