Skip to content

Commit c1b6dd4

Browse files
committed
Update default chunking
1 parent 6f3f84c commit c1b6dd4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/mdio/builder/templates/seismic_3d_obn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(self, data_domain: SeismicDataDomain = "time"):
2323
"source_coord_y",
2424
)
2525
self._logical_coord_names = ("orig_field_record_num",)
26-
self._var_chunk_shape = (4, 8, 1, 2, 8, 4096)
26+
self._var_chunk_shape = (1, 1, 1, 3, 128, 4096)
2727

2828
@property
2929
def _name(self) -> str:

src/mdio/builder/templates/seismic_3d_obn_single_component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(self, data_domain: SeismicDataDomain = "time"):
2323
"source_coord_y",
2424
)
2525
self._logical_coord_names = ("orig_field_record_num",)
26-
self._var_chunk_shape = (16, 1, 2, 16, 4096)
26+
self._var_chunk_shape = (1, 1, 3, 128, 4096)
2727

2828
@property
2929
def _name(self) -> str:

0 commit comments

Comments
 (0)