Inputs & Outputs#
Input Parameters#
- Production Studio uses two main types of inputs:
StudioInputs
SimulationInputs
The StudioInputs
class is responsible for managing and validating the inputs required for running production pipelines in the production_studio module. The SimulationInputs
class is responsible for managing and validating the inputs required for running simulations in the production_studio module.
Below is a list of StudioInputs
and SimulationInputs
that can be used for simulation.
Field Name |
Type |
Description |
Expected Value |
Units |
Default |
---|---|---|---|---|---|
num_wells_list |
|
List of the number of wells for each month. |
|
Number of wells completed per month |
|
future_production |
|
List of future production targets. |
|
Production units (e.g., mmbbl / day for oil, bcf / day for gas) |
|
gas_exp_params |
|
Exponential parameters for gas production. |
|
Production units (e.g., mmbbl / day for oil, bcf / day for gas) |
|
oil_exp_params |
|
Exponential parameters for oil production. |
|
Production units (e.g., mmbbl / day for oil, bcf / day for gas) |
|
num_til_days |
|
Number of TIL (Time to Initial Load) days. |
|
Days |
|
simulation_start |
|
The start date of the simulation, jumping point off SynMax’s short term forecast. |
|
Date |
The first day of the current month. |
well_efficiency_factor |
|
Efficiency factor for wells. |
|
Multiplier |
|
crew_efficiency_factor |
|
Efficiency factor for frac crews. |
|
Multiplier |
|
well_frac_ratio |
|
Ratio of wells to frac crews. |
|
Ratio |
|
simulation_type |
|
Type of simulation. |
|
N/A |
|
production_type |
|
Type of production. |
|
N/A |
|
sim_duration |
|
Duration of the simulation. |
|
Months |
|
wells_range |
|
Range for the number of wells. |
|
Count |
|
num_simulations |
|
Number of simulations. |
|
Count |
|
well_frac_ranges |
|
Range for the number of wells to frac crews. |
|
Count |
|
Output Fields#
Field |
Type |
Description |
Expected Value |
---|---|---|---|
num_wells_list |
|
List of the number of wells for each month. |
|
num_months_list |
|
List of the number of months for each simulation run. |
|
num_fracs_list |
|
List of the number of frac crews for each month. |
|
num_til_days |
|
Number of TIL (Time to Initial Load) days. |
|
gas_exp_params |
|
Exponential parameters for gas production. |
|
oil_exp_params |
|
Exponential parameters for oil production. |
|
simulation_start |
|
The start date of the simulation. |
|
well_efficiency_factor |
|
Efficiency factor for wells. |
|
crew_efficiency_factor |
|
Efficiency factor for frac crews. |
|
well_frac_ratio |
|
Ratio of wells to frac crews. |
|
avg_fracs |
|
Average number of fractures. |
|
avg_gas |
|
Average gas production rate. |
|
avg_oil |
|
Average oil production rate. |
|
avg_well_frac_ratio |
|
Ratio of fractures to wells. |
|
avg_wells |
|
Average number of wells. |
|
gas_decl_def |
|
Gas production decline rate. |
|
gas_ipr_def |
|
Initial gas production rate. |
|
gas_min_def |
|
Minimum gas production rate. |
|
oil_decl_def |
|
Oil production decline rate. |
|
oil_ipr_def |
|
Initial oil production rate. |
|
oil_min_def |
|
Minimum oil production rate. |
|