expreccs.utils.runs module
Utiliy functions to run the studies.
- expreccs.utils.runs.plotting(dic, time)
Generate the figures
- Args:
dic (dict): Global dictionary
time (float): Execution time to be printed at the end.
- Returns:
None
- expreccs.utils.runs.run_models(dic)
Run the reference, regional, and site geological models
- Args:
dic (dict): Global dictionary
- Returns:
dic (dict): Modified global dictionary
- expreccs.utils.runs.simulations(dic, name)
Run OPM Flow
- Args:
dic (dict): Global dictionary
name (str): Name of the input deck
- Returns:
None