Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvarlia committed Dec 6, 2024
1 parent 1e901c1 commit 0f435d7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/fmu/tools/rms/generate_petro_jobs_for_field_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@


def main(config_file, debug=False, report_unused=False):
"""
Description:
"""Generate new RMS petrosim jobs from an original petrosim job.
Description:
This function can be used to generate new petrosim jobs in RMS from an existing
petrosim job. The input (original) petrosim job is assumed to be a job for
either a single zone or multi zone grid where the petrophysical properties
Expand All @@ -51,7 +51,6 @@ def main(config_file, debug=False, report_unused=False):
updating in ERT.
Input:
An existing RMS project with a petrophysical job conditioning petrophysical
properties on an existing facies realization.
Expand All @@ -62,7 +61,6 @@ def main(config_file, debug=False, report_unused=False):
original job and this can vary from facies to facies and zone to zone.
Output:
A set of new petrosim jobs, one per facies that is specified in at least
one of the zones. For a multi zone grid, each of the new petrosim jobs will
contain specification of the petrophysical properties that is to be modelled
Expand Down Expand Up @@ -107,14 +105,12 @@ def main(config_file, debug=False, report_unused=False):
Summary:
The current function is made to simplify the preparation step of the
RMS project by creating the necessary petrosim jobs for a workflow
supporting simultaneous update of both facies and petrophysical
properties in ERT.
Usage of this function:
Input: Name of config file with specification of which field parameters
to simulate per zone per facies.
Optional parameters:
Expand Down

0 comments on commit 0f435d7

Please sign in to comment.