forked from MeteoSwiss/neural-lam
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request MeteoSwiss#10 from MeteoSwiss/merge_upstream
Merge upstream Conflicts: .github/workflows/pre-commit.yml .gitignore .pre-commit-config.yaml README.md create_grid_features.py create_mesh.py create_parameter_weights.py create_static_features.py create_zarr_archive.py environment.yml helper.py neural_lam/constants.py neural_lam/models/ar_model.py neural_lam/models/base_graph_model.py neural_lam/models/base_hi_graph_model.py neural_lam/rotate_grid.py neural_lam/utils.py neural_lam/vis.py neural_lam/weather_dataset.py plot_graph.py pyproject.toml requirements.txt slurm_eval.sh slurm_train.sh train_model.py
- Loading branch information
Showing
7 changed files
with
162 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Third-party | ||
import cartopy.feature as cf | ||
import matplotlib | ||
import matplotlib.pyplot as plt | ||
import numpy as np | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters