Send Opm mailing list submissions to
opm@opm-project.org
To subscribe or unsubscribe via the World Wide Web, visit
https://opm-project.org/cgi-bin/mailman/listinfo/opm
or, via email, send a message with subject or body 'help' to
opm-requ...@opm-project.org
You can reach the person managing the list at
opm-ow...@opm-project.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Opm digest..."
Today's Topics:
1. OPM output (Stephen, Karl D)
2. Re: OPM output (Joakim Hove)
3. Fwd: OPM output (Bao Kai)
----------------------------------------------------------------------
Message: 1
Date: Fri, 22 Mar 2019 11:06:34 +0000
From: "Stephen, Karl D" <k.d.step...@hw.ac.uk>
To: "opm@opm-project.org" <opm@opm-project.org>
Subject: [Opm] OPM output
Message-ID:
<cwlp265mb0769ba20cb7dddb576820da987...@cwlp265mb0769.gbrp265.prod.outlook.com>
Content-Type: text/plain; charset="us-ascii"
Hi,
Thanks for your help with OPM Flow last week. All seems to be well now with
that problem.
I have a quick question. Is it possible to get more diagnostics from Flow as
the DATA file is parsed?
For example when running Eclipse, a message appears when the keywords are recognised
(preceded by "READING "). This is useful when identifying errors. It lets me
know where in the file the error has occurred and I can check there. However, Flow might
not produce any output.
For example, if I use a keyword like WCONINJ instead of WCONINJE, the only
output to screen is the following text:
"Failed to create valid EclipseState object.
Exception caught: PARSE_UNKNOWN_KEYWORD: Keyword INJ not recognised.
terminate called after throwing an instance of 'std::invalid_argument'
what(): PARSE_UNKNOWN_KEYWORD: Keyword INJ not recognised.
Aborted (core dumped)."
WCONINJ seems to be recognised and skipped but the line of data is then
considered as a possible new keyword. Now I know it's there but there may be
instances in the future when I create a mistake I am not aware of.
I've looked through the manual for command line parameters that switch
something on but can't see it. It would be a great addition if you don't do it
already. It would just require a write statement as the DATA file is parsed.
Regards,
Karl Stephen
________________________________
Heriot-Watt University is The Times & The Sunday Times International University
of the Year 2018
Founded in 1821, Heriot-Watt is a leader in ideas and solutions. With campuses
and students across the entire globe we span the world, delivering innovation
and educational excellence in business, engineering, design and the physical,
social and life sciences. This email is generated from the Heriot-Watt
University Group, which includes:
1. Heriot-Watt University, a Scottish charity registered under number
SC000278
2. Edinburgh Business School a Charity Registered in Scotland, SC026900.
Edinburgh Business School is a company limited by guarantee, registered in
Scotland with registered number SC173556 and registered office at Heriot-Watt
University Finance Office, Riccarton, Currie, Midlothian, EH14 4AS
3. Heriot- Watt Services Limited (Oriam), Scotland's national performance
centre for sport. Heriot-Watt Services Limited is a private limited company
registered is Scotland with registered number SC271030 and registered office at
Research & Enterprise Services Heriot-Watt University, Riccarton, Edinburgh,
EH14 4AS.
The contents (including any attachments) are confidential. If you are not the
intended recipient of this e-mail, any disclosure, copying, distribution or use
of its contents is strictly prohibited, and you should please notify the sender
immediately and then delete it (including any attachments) from your system.
------------------------------
Message: 2
Date: Fri, 22 Mar 2019 12:53:52 +0100
From: Joakim Hove <joakim.h...@gmail.com>
To: opm@opm-project.org
Subject: Re: [Opm] OPM output
Message-ID:
<CALKD1M--48hEuJ-z9CbNqVWrBzoTDu=ij8fox0yyenosgxy...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"
I have a quick question. Is it possible to get more diagnostics from Flow
as the DATA file is parsed?
This is a long and never-ending story. I think the answer is no - in the
sense that there are no switches you can use to get more output. However,
things can always be improved.
For example, if I use a keyword like WCONINJ instead of WCONINJE, the only
output to screen is the following text:
"Failed to create valid EclipseState object.
Exception caught: PARSE_UNKNOWN_KEYWORD: Keyword INJ not recognised.
terminate called after throwing an instance of 'std::invalid_argument'
what(): PARSE_UNKNOWN_KEYWORD: Keyword INJ not recognised.
Aborted (core dumped)."
This error message will be slighly better (contain a filename/linenumber)
in the upcoming 2019.04 release.
Joakim
------------------------------
Message: 3
Date: Fri, 22 Mar 2019 12:54:20 +0100
From: Bao Kai <paeanb...@gmail.com>
To: opm@opm-project.org
Subject: [Opm] Fwd: OPM output
Message-ID:
<CAGCCrwGEwSg61ZzY_MvK1SBUiAT5P9rAMC8=6m7mqdwz0x9...@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"
Hi, Karl,
For the keyword WCONINJ, OPM is not supporting it.
However, there exists an empty definition of the keyword WCONINJ
there, which is why you saw WCONINJ keyword recognized while skipped.
I am not aware why it happens to be this way.
In short, you should not use keyword WCONINJ with OPM for the moment.
Best Regards,
Kai Bao
On Fri, Mar 22, 2019 at 12:06 PM Stephen, Karl D <k.d.step...@hw.ac.uk> wrote:
Hi,
Thanks for your help with OPM Flow last week. All seems to be well now with
that problem.
I have a quick question. Is it possible to get more diagnostics from Flow as
the DATA file is parsed?
For example when running Eclipse, a message appears when the keywords are recognised
(preceded by "READING "). This is useful when identifying errors. It lets me
know where in the file the error has occurred and I can check there. However, Flow might
not produce any output.
For example, if I use a keyword like WCONINJ instead of WCONINJE, the only
output to screen is the following text:
"Failed to create valid EclipseState object.
Exception caught: PARSE_UNKNOWN_KEYWORD: Keyword INJ not recognised.
terminate called after throwing an instance of 'std::invalid_argument'
what(): PARSE_UNKNOWN_KEYWORD: Keyword INJ not recognised.
Aborted (core dumped)."
WCONINJ seems to be recognised and skipped but the line of data is then
considered as a possible new keyword. Now I know it's there but there may be
instances in the future when I create a mistake I am not aware of.
I've looked through the manual for command line parameters that switch
something on but can't see it. It would be a great addition if you don't do it
already. It would just require a write statement as the DATA file is parsed.
Regards,
Karl Stephen
________________________________
Heriot-Watt University is The Times & The Sunday Times International University
of the Year 2018
Founded in 1821, Heriot-Watt is a leader in ideas and solutions. With campuses
and students across the entire globe we span the world, delivering innovation
and educational excellence in business, engineering, design and the physical,
social and life sciences. This email is generated from the Heriot-Watt
University Group, which includes:
1. Heriot-Watt University, a Scottish charity registered under number
SC000278
2. Edinburgh Business School a Charity Registered in Scotland, SC026900.
Edinburgh Business School is a company limited by guarantee, registered in
Scotland with registered number SC173556 and registered office at Heriot-Watt
University Finance Office, Riccarton, Currie, Midlothian, EH14 4AS
3. Heriot- Watt Services Limited (Oriam), Scotland's national performance
centre for sport. Heriot-Watt Services Limited is a private limited company
registered is Scotland with registered number SC271030 and registered office at
Research & Enterprise Services Heriot-Watt University, Riccarton, Edinburgh,
EH14 4AS.
The contents (including any attachments) are confidential. If you are not the
intended recipient of this e-mail, any disclosure, copying, distribution or use
of its contents is strictly prohibited, and you should please notify the sender
immediately and then delete it (including any attachments) from your system.
_______________________________________________
Opm mailing list
Opm@opm-project.org
https://opm-project.org/cgi-bin/mailman/listinfo/opm
------------------------------
Subject: Digest Footer
_______________________________________________
Opm mailing list
Opm@opm-project.org
https://opm-project.org/cgi-bin/mailman/listinfo/opm
------------------------------
End of Opm Digest, Vol 39, Issue 10
***********************************