You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vectors in .keys() but not in EclSumKeyWordVector ends with :INTEGER, where INTEGER is probably an integer representing total grid cell index. Corresponding vectors on the format :I,J,K are in both.
The duplicated vectors in EclSumKeyWordVector appears to be due to user requesting them twice in the SUMMARY section of the Eclipse model.
gives on a test model:
I.e.
EclSumKeyWordVector
gives fewer vectors thaneclsum.keys()
- especially when duplicate keys are removed 🤔It looks like
EclSumKeyWordVector
is the one used inpandas.DataFrame
export function, while thekeys()
function is used in the CSV export function.https://github.com/equinor/ecl/blob/3d6d17e1470419fc5af0c891560fb2211b2eda0d/python/ecl/summary/ecl_sum.py#L469-L525 https://github.com/equinor/ecl/blob/3d6d17e1470419fc5af0c891560fb2211b2eda0d/python/ecl/summary/ecl_sum.py#L1515-L1535
The text was updated successfully, but these errors were encountered: