Giter VIP home page Giter VIP logo

Comments (2)

eivindsm avatar eivindsm commented on August 11, 2024 1

Some prosa to increase the understanding of the issue:
When conditioning to a datatype which is not natively supported (ecl summary vectors, basically) the user is left with the option of defining his own data type and point ERT to a file from which simulated results can be extracted. The most typical example is RFT (reservoir formation pressure) eg pressure readings along a wellbore obtained while drilling. But it can (and is) obviously be used for virtually anything.

In the config file this may look like this:
-- ert id input format report step Result file name
GEN_DATA ROP_4_SIM INPUT_FORMAT:ASCII REPORT_STEPS:1 RESULT_FILE:RFT_ROP_4_%d
GEN_DATA ROP_5_SIM INPUT_FORMAT:ASCII REPORT_STEPS:1 RESULT_FILE:RFT_ROP_5_%d
GEN_DATA RWI_2_SIM INPUT_FORMAT:ASCII REPORT_STEPS:1 RESULT_FILE:RFT_RWI_2_%d
GEN_DATA RWI_3_SIM INPUT_FORMAT:ASCII REPORT_STEPS:1 RESULT_FILE:RFT_RWI_3_%d

In the observation file:
-- RFT data

GENERAL_OBSERVATION RWI_2_OBS { DATA= RWI_2_SIM ; RESTART=1; OBS_FILE= ./rft/RWI_2.obs ; };
GENERAL_OBSERVATION ROP_5_OBS { DATA= ROP_5_SIM ; RESTART=1; OBS_FILE= ./rft/ROP_5.obs ; };
GENERAL_OBSERVATION RWI_3_OBS { DATA= RWI_3_SIM ; RESTART=1; OBS_FILE= ./rft/RWI_3.obs ; };
GENERAL_OBSERVATION ROP_4_OBS { DATA= ROP_4_SIM ; RESTART=1; OBS_FILE= ./rft/ROP_4.obs ; };

When plotting the observations and the simulated data are combined in the same view. This issue is concerning which labels to list in the menu, ie the GEN_DATA names or the GENERAL_OBSERVATION names. I am inclined towards using the GEN_DATA as they are closer associated with the simulation runs (and this is what the qt-plotter is doing).

from webviz-ert.

oysteoh avatar oysteoh commented on August 11, 2024

should be clarified with eivind exactly what he meant

from webviz-ert.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.