Getting started
fmu.sumo.sim2sumo is a python package for uploading reservoir simulation model data to Sumo.
sim2sumo extracts data from the simulation model using res2df, attaches rich metadata using
fmu-dataio, and uploads both to Sumo.
The result: your simulation results can be located and used by various applications, without
you having to extensively configure and maintain your own workflows.
Quick start
A prerequisite for using sim2sumo is that your FMU model is already connected to Sumo. See this guide in the Sumo docs.
The simplest way to run sim2sumo is to add the SIM2SUMO ERT forward model to your ERT config file. For example:
FORWARD_MODEL FLOW(...) -- Run reservoir simulator (e.g. FLOW, ECLIPSE100, ECLIPSE300)
FORWARD_MODEL SIM2SUMO -- Run SIM2SUMO after your simulation run