Skip to main content

TIME_SERIES

TIME_SERIES /

Description

This keyword defines the inputs for time dependent variables, or "reservoir variables". For many fields, this may be only one reservoir simulation model. But in some cases, one might have several sources for reservoir and other relevant time series variables.

For example, a field may have a reservoir simulation model for some areas and decline curves in other area of the reservoir. There may also be tie-ins which are affecting the energy/emissions on the field installations. Also, there may be time profiles for other variables. Therefore, a set of sources may be specified with a name, path to data and type. The name is later referred to in the system of energy consumers defined under INSTALLATIONS.

Reservoir variables and other time varying data not coming from a reservoir simulation model can be specified in a CSV file.

Required attributes

AttributesDescription
NAMEReference name of time series
TYPETime series type; DEFAULT or MISCELLANEOUS
FILEPath to input file

Attributes dependent on time series type

DEFAULTMISCELLANEOUSDescription
INTERPOLATION_TYPERIGHTRequired: LEFT, RIGHT or LINEARDefines how rates are interpolated between the given time steps (LEFT/RIGHT/LINEAR).
EXTRAPOLATIONFALSEOptional. Default: FALSEDefines whether the rates in the source should be set to 0 after the last time step (FALSE), or equal to value at last time step after the time interval (TRUE).
INFLUENCE_TIME_VECTOROptional. Default: TRUEOptional. Default: TRUEDetermine if time steps should contribute to global time vector. TRUE or FALSE. At least one time vector is required to be TRUE.

Example

TIME_SERIES:
- NAME: SIM1
TYPE: DEFAULT
FILE: /path_to_model1/model_data.csv
- NAME: DATA2
TYPE: MISCELLANEOUS # e.g. variable flare, compressor suction and discharge pressures
FILE: inputs/somecsvdata.csv
INFLUENCE_TIME_VECTOR: FALSE
EXTRAPOLATION: TRUE
INTERPOLATION_TYPE: RIGHT

See TIME SERIES for more details about usage.