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

Use ecl2df for summary file extraction #182

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Use ecl2df for summary file extraction #182

wants to merge 3 commits into from

Commits on Mar 9, 2021

  1. API change: Refactor to use ecl2df for summary file extraction

    * realization.get_smry() has changed to always return a dummy index
    * cache_eclsum is pruned from fmu-ensemble.
    berland committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    fc4395f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. API change, get_smry_meta() removed argument

    The argument column_keys is no longer accepted by get_smry_meta().
    All smry metadata available to a realization/ensemble is now always
    returned by this function.
    
    This function is no longer the recommended practice for a client script
    to obtain the relevant summary vector metadata, API users should use
    the attrs["meta"] property of the returned summary dataframes instead.
    berland committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    9703e48 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Align load/get_smry, real-specific time index

    ensemble.get_smr() will no longer ensure that the dates returned
    are identical in all realization, realizations with shorter timespans
    will not be extrapolated as they were before.
    
    This also affects get_smry_stats(), for which realizations
    which failed prematurely earlier had zero rates, affecting statistical
    profiles. Now these realization with truncated time-series will only
    affect the statistical profiles in the time-range they have data for.
    berland committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    cbbaabc View commit details
    Browse the repository at this point in the history