flownet.ert._create_synthetic_refcase module
- flownet.ert._create_synthetic_refcase.create_synthetic_refcase(case_name: pathlib.Path, schedule: flownet.realization._schedule.Schedule, nx: int = 1, ny: int = 1, nz: int = 1)
This function creates a synthetic simulation output in order to please ERT, which uses it for mapping the dates to report step.
- Parameters
case_name – Case name for synthetic case
schedule – FlowNet Schedule instance
nx – Number of grid blocks in the x-direction
ny – Number of grid blocks in the y-direction
nz – Number of grid blocks in the z-direction
- Returns
Nothing