Skip to content

Commit

Permalink
Merge branch 'main' into advection_ppm
Browse files Browse the repository at this point in the history
  • Loading branch information
nfarabullini authored Nov 29, 2024
2 parents 34d11df + 66452b9 commit 3d0e8dc
Show file tree
Hide file tree
Showing 17 changed files with 648 additions and 465 deletions.
2 changes: 1 addition & 1 deletion jenkins/spack-PR
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pipeline {
steps {
script{
sh """
. ./spack-c2sm/setup-env.sh
. ./spack-c2sm/setup-env.sh /mch-environment/v7
cd local_copy
spack env activate spack/gt4py-main
spack install -v --test=root
Expand Down
2 changes: 1 addition & 1 deletion jenkins/spack-PR-stable
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pipeline {
steps {
script{
sh """
. ./spack-c2sm/setup-env.sh
. ./spack-c2sm/setup-env.sh /mch-environment/v7
cd local_copy
spack env activate spack/gt4py-stable
spack install -v --test=root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ def _construct_minimal_decomposition_info(grid: icon.IconGrid):
return decomposition_info

if not grid_functionality[experiment].get(name):
on_gpu = helpers.is_gpu(backend)
gm = grid_utils.get_icon_grid_from_gridfile(experiment, on_gpu)
gm()
gm = grid_utils.get_grid_manager_for_experiment(experiment, backend)
grid = gm.grid
decomposition_info = _construct_minimal_decomposition_info(grid)
geometry_ = geometry.GridGeometry(
Expand Down
148 changes: 87 additions & 61 deletions model/common/src/icon4py/model/common/grid/grid_manager.py

Large diffs are not rendered by default.

Loading

0 comments on commit 3d0e8dc

Please sign in to comment.