Giter Site home page Giter Site logo

Comments (2)

bska avatar bska commented on August 27, 2024
Error: Problem with keyword EQUIL
In base_bl.data line 139.
Internal error: Malformed floating point number 'SUMMARY'

I apologise for the poor diagnostic message. When you get this message, the simulator is in a very confused state. It expected to find a floating-point number, but found the string SUMMARY–a sectioning keyword–instead. We really should be able to generate a better diagnostic message here.

Anyway, your EQLDIMS keyword has the following entries

--          MAX         MAX         RSVD        TVDP        TVDP
--          EQLNUM      DEPTH       NODES       TABLE       NODES
EQLDIMS
            9           1*          20          1*          1*      /

and, in particular, the first item (EQLDIMS(1) with the numerical value 9) dictates the number of records that's expected in the EQUIL keyword. On the other hand, your EQUIL keyword is set up as follows

--      R.P.D.     R.D.P.     D. O-W C.     P. O-W C. R.    D. C. O-W       P.R.C
EQUIL
        0          14.7       0.328084      0               0               0           0 0 0 
/

which has exactly one record. Since EQLDIMS(1) must match the number of records in EQUIL, you have two options

  1. Reduce item 1 of EQLDIMS to match the number of records (1) in EQUIL
  2. Increase the number of records in EQUIL to match the declared number of equilibration regions from EQLDIMS (9).

If you don't need 9 equilibration regions I suggest using the first option here.

from opm-common.

anaxsouza avatar anaxsouza commented on August 27, 2024

It solved my problem, Thank you so much!

from opm-common.

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.