Skip to content

Commit a8352ed

Browse files
committed
edit dace orchestrator
1 parent 371163b commit a8352ed

File tree

1 file changed

+1
-0
lines changed
  • model/common/src/icon4py/model/common/orchestration

1 file changed

+1
-0
lines changed

model/common/src/icon4py/model/common/orchestration/decorator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,7 @@ def _concretize_symbols_for_dace_structure(dace_cls, orig_cls):
613613
**{
614614
"CellDim_sym": grid.connectivities["C2E"].ndarray.shape[0],
615615
"EdgeDim_sym": grid.connectivities["E2C"].ndarray.shape[0],
616+
"VertexDim_sym": grid.offset_providers["V2E"].ndarray.shape[0],
616617
"KDim_sym": grid.num_levels,
617618
},
618619
**concretize_symbols_for_dace_structure,

0 commit comments

Comments
 (0)