Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sunsch] Add satellites schedules directly from csv #524

Open
asnyv opened this issue Mar 20, 2023 · 3 comments
Open

[sunsch] Add satellites schedules directly from csv #524

asnyv opened this issue Mar 20, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@asnyv
Copy link
Contributor

asnyv commented Mar 20, 2023

Multiple users have seen a need to create and merge satellite profiles with the rest of the schedule, ideally straight from a tabular format like csv. Today they are handling it with their own scripts, through RMS or manually creating a schedule.

Could it be an option for sunsch to read csv's and create schedules for keywords like (from the top of my head):
GSATPROD
GSATINJE
GCONSUMP

@asnyv asnyv added the enhancement New feature or request label Mar 20, 2023
@asnyv
Copy link
Contributor Author

asnyv commented Mar 21, 2023

Proposed solution:

Add another key to the config, e.g. satellites
Within satellite, one key per Eclipse keyword, e.g. GSATPROD.
For each Eclipse keyword, a list of paths to csvs can be defined.

Format of csv depends on keyword (which input they take).

E.g. for GSATPROD the headers could be (columns other than date and group can be dropped and thus defaulted):
(may also use the proposed entry names in the OPM manual.

date group oil_rate water_rate gas_rate reservoir_fluid_volume_rate lift_gas_rate mean_calorific_value_gas

@berland
Copy link
Collaborator

berland commented Mar 21, 2023

Creating schedule snippets might also fall into what ecl2df.wcon potentially could cover. Analogous to some other ecl2df-modules, there could be a reverse option in wcon to produce schedules snippets based on CSV files. There is unmerged (but mostly finished) code that aids in this in equinor/res2df#381

@asnyv
Copy link
Contributor Author

asnyv commented Mar 21, 2023

@berland Interesting, thanks 👍 Will probably contact you for a chat some day. Maybe also include @lindjoha who has also made an ad-hoc solution for satellite schedules in a model and might have input to the scope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants