Get well constraints #870
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi, Edit: I gave it a go to figure it out, but admittedly it was a bit difficult to find docs on it. And the Pandas dataframe you receive contains well constraint information https://equinor.github.io/ecl2df/usage/wcon.html?highlight=wconprod |
Beta Was this translation helpful? Give feedback.
Hi,
Sorry for the delayed answer. No, I don't believe the simulators store the constraints of the wells in the summary files. One would have to get those from the
DATAfile instead.ecldoes not parse theDATAfile (to such an extent), perhaps thoughopmcan help you out instead, that definitively parse theDATAfile, I would try it!Edit: I gave it a go to figure it out, but admittedly it was a bit difficult to find docs on it.
ecl2dfis slightly more user friendly in that regards (it usesopmto parse the data file, and provides a bit more convenience)And the Pandas dataframe you recei…