pofff.utils.runs module

Utiliy functions for the simulations, data processing, and plotting.

pofff.utils.runs.benchmark(dic)

Generate the benchmark figures

Args:

dic (dict): Global dictionary with required parameters

Returns:

None

pofff.utils.runs.data(dic)

Generate the benchmark data

Args:

dic (dict): Global dictionary with required parameters

Returns:

None

pofff.utils.runs.ert(dic)

Run ert and postprocess

Args:

dic (dict): Global dictionary with required parameters

Returns:

None

pofff.utils.runs.everest(dic)

Run everest and postprocess

Args:

dic (dict): Global dictionary with required parameters

Returns:

None

pofff.utils.runs.flow(dic)

Run OPM Flow

Args:

dic (dict): Global dictionary

Returns:

None

pofff.utils.runs.postprocess(dic)

Postprocess ert and everest

Args:

dic (dict): Global dictionary with required parameters

Returns:

None