expreccs.utils.runs module#

Execute expreccs simulations and coordinate model-dependent workflows.

The module writes and runs reference, regional, and site decks, prepares the boundary data required by each site boundary-condition type, and dispatches postprocessing figure generation.

simulations(dic, name)[source]#

Run OPM Flow for one generated model.

Parameters:
dicAny

Shared mutable expreccs configuration and runtime data.

nameAny

Model or folder name.

plotting(dic)[source]#

Generate postprocessing figures.

Parameters:
dicAny

Shared mutable expreccs configuration and runtime data.

run_models(dic)[source]#

Write and run the selected reference, regional, and site models.

Parameters:
dicAny

Shared mutable expreccs configuration and runtime data.