Skip to content

Commit

Permalink
Add ert FORWARD_MODEL
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sol committed Sep 28, 2023
1 parent 180ae2d commit 1c2d0e2
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/fmu/sumo/config_jobs/SIM2SUMO
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
-- This forward model uploads results from reservoir simulators eclipse or opm
-- to sumo. It is called from the ERT config file as a regular forward model

-- Arguments:
-- S2S_CONF_PATH: path to config
-- SUMO_ENV: sumo environment to upload to

DEFAULT <S2S_CONF_PATH> fmuconfig/output/global_variables.yml
DEFAULT <SUMO_ENV> prod

STDERR sim2sumo.stderr
STDOUT sim2sumo.stdout


EXECUTABLE sim2sumo

ARGLIST execute "--config_path" <S2S_CONF_PATH> "--env" <SUMO_ENV>

MIN_ARG 5
MAX_ARG 5
ARG_TYPE 0 STRING
ARG_TYPE 1 STRING
ARG_TYPE 2 STRING
ARG_TYPE 3 STRING
ARG_TYPE 4 STRING

0 comments on commit 1c2d0e2

Please sign in to comment.