Add boundary sink ghost cell groups to SWE manifest
This commit is contained in:
@@ -807,6 +807,7 @@ def _write_boundary_manifest(
|
||||
_accumulate_id_stats(sink_stats, sink_ids, lod)
|
||||
|
||||
boundary_cells = _boundary_cells_from_ids(boundary_inflow_arr)
|
||||
boundary_sink_cells = _boundary_cells_from_ids(sink_arr)
|
||||
source_area_cells = _cell_groups_from_ids(source_area_arr)
|
||||
sink_cells = _cell_groups_from_ids(sink_arr)
|
||||
|
||||
@@ -852,6 +853,7 @@ def _write_boundary_manifest(
|
||||
"boundary_inflow_id_path": boundary_inflow_id_path,
|
||||
"source_area_id_path": source_area_id_path,
|
||||
"boundary_cells": boundary_cells,
|
||||
"boundary_sink_cells": boundary_sink_cells,
|
||||
"source_area_cells": source_area_cells,
|
||||
"sink_cells": sink_cells,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user