Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvarlia committed Jan 26, 2025
1 parent a8f0240 commit 229ac5d
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions src/fmu/tools/rms/geogrid_to_ertbox_field_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 229ac5d

Please sign in to comment.