Skip to content

Conversation

@oddvarlia
Copy link
Contributor

@oddvarlia oddvarlia commented May 30, 2025

Function that extracts the necessary information from a geomodel grid to create a box grid representing RMS simulation box. This can be used as input to a new version of ERT where field parameters for different zones have size equal to or larger than the RMS simulation box grid. The information is sufficient for calculating (x,y) position of each field parameter from a given zone. It will not be necessary to create a box grid representing the help grid ERTBOX in which the field parameters are saved. It is sufficient that the FIELD keyword in ERT is extended by a small input yaml file containing the information extracted from RMS simbox (but where number of layers is extended to be large enough to contain the realization with most layers for the current zone).

Application of the function:

  • As a job in RMS extracting the RMS simbox information for each zone containing field parameters to be updated by ERT.

Output:

  • A yml file with the simbox info

IMPORTANT NOTE: There is a bug in RMS in rmsapi for RMS14.2.2 related to rotated grids so this script will not create correct output for this version or older version of RMS. For version RMS15.0.1.0 it works as intended.

Closes: #290

@oddvarlia oddvarlia force-pushed the make_definition_of_ertbox_from_geogrid branch from 8a781a3 to 50581ac Compare June 2, 2025 07:09
@oddvarlia oddvarlia marked this pull request as draft June 2, 2025 07:21
@oddvarlia oddvarlia force-pushed the make_definition_of_ertbox_from_geogrid branch from 50581ac to ae06092 Compare October 21, 2025 07:25
@oddvarlia oddvarlia force-pushed the make_definition_of_ertbox_from_geogrid branch from ae06092 to 62041a4 Compare October 21, 2025 08:23
@oddvarlia oddvarlia requested a review from jcrivenaes October 21, 2025 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create file with RMS simbox info to be used in ERT when updating field parameters

1 participant