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
{{ message }}
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
CSV_EXPORT2 will export selected Eclipse summary vectors to a CSV file.
The vector selection is independent of the ``SUMMARY`` keywords in the
ert config file.
The time frequency must be chosen. If ``raw``, the original timesteps from
Eclipse is chosen, and it will be individual pr. realization. If ``daily``,
``weekly``, ``monthly`` or ``yearly`` is chosen, only data at those dates are
given for all realization. Rate data (e.g. FOPR) is valid for the given dates,
but can not be summed up to cumulative data when time interpolation. Cumulative
columns (f.ex. FOPT) are time-interpolated linearly.
Columns are selected by a list of strings, where wildcards characters ``?``
(matches exactly one character) and ``*`` (matches zero or more characters) can
be used to select multiple columns.
Column count more than 1000 gives increased probability for problems downstream,
The text was updated successfully, but these errors were encountered:
Add a ert storage endpoint for extracting the data needed by CSV_EXPORT.
Parameters:
From
https://github.com/equinor/semeio/blob/master/semeio/workflows/csv_export2/csv_export2.py
The text was updated successfully, but these errors were encountered: