Draft
Conversation
8a781a3 to
50581ac
Compare
50581ac to
ae06092
Compare
ae06092 to
62041a4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
Output:
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