From e263e12c2d28d1a9dff08e76ec467876d2dd525d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Therese=20Natter=C3=B8y?= <61694854+tnatt@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:37:31 +0200 Subject: [PATCH] DOC: Update vertical_domain in ExportData example --- src/fmu/dataio/dataio.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,