From 229ac5d75e7f32ad5580c62f09b29b80c2b93fb6 Mon Sep 17 00:00:00 2001 From: "Oddvar Lia (ST MSU GEO)" Date: Sun, 26 Jan 2025 18:36:12 +0100 Subject: [PATCH] update --- .../rms/geogrid_to_ertbox_field_params.py | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/fmu/tools/rms/geogrid_to_ertbox_field_params.py b/src/fmu/tools/rms/geogrid_to_ertbox_field_params.py index 0cb76af9..d2004f32 100644 --- a/src/fmu/tools/rms/geogrid_to_ertbox_field_params.py +++ b/src/fmu/tools/rms/geogrid_to_ertbox_field_params.py @@ -917,16 +917,18 @@ def copy_from_geo_to_ertbox_grid( The same procedure is used to fill in inactive cell values below lowermost active cell. - REPEAT - where all undefined values in a column is defined by repeating values - upwards and downwards from the defined value at the border - between defined and undefined grid cells. The repeat is taken in - reverse order (like making a mirror copy of the defined - values upwards and downwards from the defined to the undefined grid cells.) - - EXTEND - where all undefined values in a column is defined by repeating values - upwards and downwards from the defined value at the border - between defined and undefined grid cells. The uppermost defined value - is copied to all undefined grid cells above and the lowermost defined + REPEAT - where all undefined values in a column is defined by + repeating values upwards and downwards from the defined + value at the border between defined and undefined grid + cells. The repeat is taken in reverse order + (like making a mirror copy of the defined values upwards + and downwards from the defined to the undefined grid cells.) + + EXTEND - where all undefined values in a column is defined by + repeating values upwards and downwards from the defined + value at the border between defined and undefined grid + cells. The uppermost defined value is copied to all + undefined grid cells above and the lowermost defined value is copied to all undefined grid cells below. """