Skip to content

Conversation

@halungge
Copy link
Contributor

@halungge halungge commented Sep 4, 2025

Removes the workaround in the factory separating the vertical and horizontal connectivities, (originally needed for 1D (vertical or horizontal) fields)

@halungge
Copy link
Contributor Author

halungge commented Sep 4, 2025

OBS this does not work on this branch: for the halo_construction, I had to do it in order to get the geometry tests run.

@github-actions
Copy link

github-actions bot commented Sep 4, 2025

Mandatory Tests

Please make sure you run these tests via comment before you merge!

  • cscs-ci run default

Optional Tests

To run benchmarks you can use:

  • cscs-ci run benchmark-bencher

To run tests and benchmarks with the DaCe backend you can use:

  • cscs-ci run dace

To run test levels ignored by the default test suite (mostly simple datatest for static fields computations) you can use:

  • cscs-ci run extra

For more detailed information please look at CI in the EXCLAIM universe.

Comment on lines +453 to +456
def _grid_connectivities(
self, grid: icon_grid.IconGrid
) -> dict[str, gtx.Connectivity | gtx.Dimension]:
return grid.connectivities
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this function should disappear in the end?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants