-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodules and addition of baroclinic run to workflow (#101)
* Updated submodules as of 21 Jan 2025, and added baroclinic run to github workflow
- Loading branch information
Showing
4 changed files
with
8 additions
and
3 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
Submodule NDSL
updated
53 files
Submodule pyFV3
updated
18 files
+0 −1 | .github/workflows/lint.yaml | |
+4 −4 | .github/workflows/pace_tests.yaml | |
+3 −3 | .github/workflows/pyshield_tests.yaml | |
+46 −51 | .github/workflows/translate.yaml | |
+1 −1 | Dockerfile | |
+188 −0 | LICENSE.md | |
+0 −674 | LICENSE.txt | |
+2 −0 | pyFV3/stencils/delnflux.py | |
+13 −9 | pyFV3/stencils/divergence_damping.py | |
+1 −0 | pyFV3/stencils/dyn_core.py | |
+12 −2 | pyFV3/stencils/nh_p_grad.py | |
+2 −2 | pyFV3/stencils/updatedzc.py | |
+13 −15 | pyFV3/stencils/updatedzd.py | |
+11 −0 | setup.cfg | |
+23 −16 | setup.py | |
+0 −34 | tests/conftest.py | |
+0 −10 | tests/savepoint/translate/translate_divergencedamping.py | |
+1 −0 | tests/savepoint/translate/translate_nh_p_grad.py |
Submodule pySHiELD
updated
8 files
+0 −0 | .github/workflows/lint.yaml | |
+3 −3 | .github/workflows/pace_tests.yaml | |
+29 −38 | .github/workflows/translate.yaml | |
+188 −0 | LICENSE.md | |
+1 −1 | Makefile | |
+11 −0 | setup.cfg | |
+7 −7 | setup.py | |
+0 −34 | tests/conftest.py |