diff --git a/src/fmu/dataio/dataio.py b/src/fmu/dataio/dataio.py index d38458725..19aec95e3 100644 --- a/src/fmu/dataio/dataio.py +++ b/src/fmu/dataio/dataio.py @@ -143,7 +143,8 @@ class ExportData: config=CFG, content="depth", unit="m", - vertical_domain={"depth": "msl"}, + vertical_domain="depth", + domain_reference="msl", timedata=None, is_prediction=True, is_observation=False,