-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule NDSL
updated
31 files
+3 −0 | .gitignore | |
+0 −1 | examples/mpi/.gitignore | |
+2 −2 | ndsl/comm/boundary.py | |
+3 −3 | ndsl/comm/communicator.py | |
+0 −2 | ndsl/dsl/__init__.py | |
+2 −2 | ndsl/dsl/dace/dace_config.py | |
+1 −1 | ndsl/dsl/gt4py_utils.py | |
+7 −7 | ndsl/grid/generation.py | |
+3 −3 | ndsl/grid/global_setup.py | |
+3 −3 | ndsl/grid/gnomonic.py | |
+1 −1 | ndsl/grid/mirror.py | |
+2 −2 | ndsl/grid/stretch_transformation.py | |
+1 −1 | ndsl/halo/data_transformer.py | |
+5 −5 | ndsl/halo/updater.py | |
+1 −1 | ndsl/io.py | |
+5 −5 | ndsl/namelist.py | |
+0 −3 | ndsl/stencils/__init__.py | |
+1 −1 | ndsl/stencils/c2l_ord.py | |
+1 −1 | ndsl/stencils/corners.py | |
+6 −6 | ndsl/stencils/testing/README.md | |
+3 −3 | ndsl/stencils/testing/serialbox_to_netcdf.py | |
+8 −8 | ndsl/stencils/testing/test_translate.py | |
+5 −5 | ndsl/testing/README.md | |
+11 −11 | ndsl/testing/comparison.py | |
+1 −1 | ndsl/utils.py | |
+2 −2 | setup.py | |
+8 −8 | tests/dsl/test_caches.py | |
+4 −4 | tests/grid/test_eta.py | |
+4 −4 | tests/mpi/test_mpi_mock.py | |
+8 −8 | tests/test_halo_data_transformer.py | |
+1 −1 | tests/test_halo_update.py |