Merge global forecasting capabilities from prob_model_global
#63
Labels
enhancement
New feature or request
prob_model_global
#63
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 theprob_model_global
branch into main.The main changes in this branch include:
neural-lam/create_global_forcing.py
Line 26 in f68a513
create_global_forcing.py
directly.neural-lam/create_global_grid_features.py
Line 23 in f68a513
neural-lam/create_global_mesh.py
Line 128 in f68a513
neural-lam/plot_global_graph.py
Line 99 in f68a513
neural-lam/create_parameter_weights.py
Line 53 in f68a513
neural-lam/neural_lam/era5_dataset.py
Line 13 in f68a513
neural-lam/neural_lam/forecast_to_xarr.py
Line 199 in f68a513
neural-lam/neural_lam/metrics.py
Line 41 in f68a513
neural-lam/neural_lam/models/ar_model.py
Line 150 in f68a513
neural-lam/neural_lam/models/base_graph_model.py
Line 183 in f68a513
neural-lam/neural_lam/vis.py
Line 79 in f68a513
The text was updated successfully, but these errors were encountered: