From caranha at cs.tsukuba.ac.jp Fri Jun 1 00:47:53 2018 From: caranha at cs.tsukuba.ac.jp (Claus Aranha) Date: Fri, 1 Jun 2018 09:47:53 +0900 Subject: [Opm] Guidelines for running an Eclipse model on OPM-Flow In-Reply-To: References: Message-ID: <2586b481-f34f-3666-2849-cef51fd8bbd0@cs.tsukuba.ac.jp> Hello Alf, As you said, I did not have a lot of hope, but decided to ask anyway. Thank you for the quick answer! I'm not a Petroleum Engineer actually, but a BlackBox Optimization person. I will definitely try to get the PEs in our group to help. If there is interest in implementation of (metaheuristic) optimization algorithms pluggable to OPM, I'd be happy to contribute once I get something decent working. Cheers, On 2018å¹´05月30æ—¥ 20:00, Alf Birger Rustad wrote: > Hi Claus, > > > It seems you already know the answer to your question. You need to use keywords supported by OPM as outlined in the manual. The opm-data and opm-tests repositories contain many example input decks that are supported. Basically, you need to remove unsupported keywords from the deck, possibly replacing them with supported functionality that achieves the same effect. > > > If you have followed us for a year, you have probably noticed that we add on new keywords and new functionality frequently. AQUFET is currently not planned, but aquifer support is on it's way in these days. You will find an example deck with the soon to be supported keywords here: > > https://github.com/OPM/opm-tests/blob/master/aquifer-oilwater/2D_OW_CTAQUIFER.DATA > > > Patches are welcome, so if you are an experienced developer, you can attempt implementing support for whatever you are missing yourself and contribute it. > > > Cheers, > > Alf > > > > ________________________________ > Fra: Opm på vegne av Claus Aranha > Sendt: 30. mai 2018 12:38 > Til: opm at opm-project.org > Emne: [Opm] Guidelines for running an Eclipse model on OPM-Flow > > Hello! > > I'm Claus. In the past few years, I have been researching > meta-heuristics for Reservoir History Matching using a (very crude) > python wrapper for Eclipse made by myself. > > Today I found about the OPM project, and it would be FANTASTIC if I > could replace Eclipse with OPM on my workflow (or at least do the > initial development of the optimizers on OPM, and then the final testing > on Eclipse using opm-ecl). > > However, after successfully running the tests and tutorials, I am having > difficulties running our models on OPM. For example, our simplest model > fails to run with the error: > > "Keyword AQUFET not recognized" > (And indeed, the keyword is not in the OPM manual) > > So I was wondering if there is some sort of manual, tutorial or > guidelines for making ECL models compatible with OPM Flow. I looked > around the documentation, project page, and the last year or so of the > mailing list but could not find anything. > > Thank you very much! > > -- > Claus Aranha > University of Tsukuba, Department of Computer Sciences > http://conclave.cs.tsukuba.ac.jp +81 (29) 853-6574 > Welcome! [conclave.cs.tsukuba.ac.jp] > conclave.cs.tsukuba.ac.jp > Welcome! I am Claus Aranha, an assistant professor at the University of Tsukuba, Department of Computer Science.In this page, you can find information about my academic activities. > > > _______________________________________________ > Opm mailing list > Opm at opm-project.org > https://opm-project.org/cgi-bin/mailman/listinfo/opm > > > ------------------------------------------------------------------- > The information contained in this message may be CONFIDENTIAL and is > intended for the addressee only. Any unauthorized use, dissemination of the > information or copying of this message is prohibited. If you are not the > addressee, please notify the sender immediately by return e-mail and delete > this message. > Thank you > -- Claus Aranha University of Tsukuba, Department of Computer Sciences http://conclave.cs.tsukuba.ac.jp +81 (29) 853-6574 From david.baxendale at gmail.com Mon Jun 4 01:41:45 2018 From: david.baxendale at gmail.com (David Baxendale (Private)) Date: Mon, 4 Jun 2018 09:41:45 +0800 Subject: [Opm] Opm Digest, Vol 32, Issue 1 In-Reply-To: References: Message-ID: <52241c21-726c-da46-9899-8905037cf625@gmail.com> Claus, History matching is one of the most difficult tasks reservoir engineers perform, so anything than can improve on this will be enthusiastically received. Part of the issue is that comparing various runs can be distracting and running the commercial tools means having multiple/special simulator licensees. One suggestion, is rather than write a wrapper round OPM consider using ResInsight and Octave to setup the decks and run the models, that way you leverage existing tools. Also this would mean it would be easily available to the community through incorporating the Octave scripts in a release. This would also mean that it would work with OPM Flow, ECLIPSE, and tNavigator. If you need any help/advice from the reservoir engineering side let me know. Something to consider ThunderBird Signature File Regards, David Baxendale ------------------------------------------------------------------------ On Wed, May 30, 2018 at 7:38 AM, Claus Aranha > wrote: >> Hello! >> >> I'm Claus. In the past few years, I have been researching meta-heuristics for Reservoir History Matching using a (very crude) >> python wrapper for Eclipse made by myself. >> >> Today I found about the OPM project, and it would be FANTASTIC if I could replace Eclipse with OPM on my workflow (or at least do the initial development of the optimizers on OPM, and then the final testing on Eclipse using opm-ecl). >> >> However, after successfully running the tests and tutorials, I am having difficulties running our models on OPM. For example, our simplest model fails to run with the error: >> >> "Keyword AQUFET not recognized" >> (And indeed, the keyword is not in the OPM manual) >> >> So I was wondering if there is some sort of manual, tutorial or guidelines for making ECL models compatible with OPM Flow. I looked around the documentation, project page, and the last year or so of the mailing list but could not find anything. >> >> Thank you very much! >> >> -- >> Claus Aranha >> University of Tsukuba, Department of Computer Sciences >> http://conclave.cs.tsukuba.ac.jp +81 (29) 853-6574 >> _______________________________________________ >> Opm mailing list >> Opm at opm-project.org >> https://opm-project.org/cgi-bin/mailman/listinfo/opm >> >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: >> >> ------------------------------ >> >> Subject: Digest Footer >> >> _______________________________________________ >> Opm mailing list >> Opm at opm-project.org >> https://opm-project.org/cgi-bin/mailman/listinfo/opm >> >> >> ------------------------------ >> >> End of Opm Digest, Vol 31, Issue 14 >> *********************************** > > > --- > This email has been checked for viruses by Avast antivirus software. > https://www.avast.com/antivirus > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > Message: 2 > Date: Fri, 1 Jun 2018 09:47:53 +0900 > From: Claus Aranha > To: Alf Birger Rustad , "opm at opm-project.org" > > Subject: Re: [Opm] Guidelines for running an Eclipse model on OPM-Flow > Message-ID: <2586b481-f34f-3666-2849-cef51fd8bbd0 at cs.tsukuba.ac.jp> > Content-Type: text/plain; charset=windows-1252; format=flowed > > Hello Alf, > > As you said, I did not have a lot of hope, but decided to ask anyway. > Thank you for the quick answer! > > I'm not a Petroleum Engineer actually, but a BlackBox Optimization > person. I will definitely try to get the PEs in our group to help. > > If there is interest in implementation of (metaheuristic) optimization > algorithms pluggable to OPM, I'd be happy to contribute once I get > something decent working. > > Cheers, > > > > On 2018å¹´05月30æ—¥ 20:00, Alf Birger Rustad wrote: >> Hi Claus, >> >> >> It seems you already know the answer to your question. You need to use keywords supported by OPM as outlined in the manual. The opm-data and opm-tests repositories contain many example input decks that are supported. Basically, you need to remove unsupported keywords from the deck, possibly replacing them with supported functionality that achieves the same effect. >> >> >> If you have followed us for a year, you have probably noticed that we add on new keywords and new functionality frequently. AQUFET is currently not planned, but aquifer support is on it's way in these days. You will find an example deck with the soon to be supported keywords here: >> >> https://github.com/OPM/opm-tests/blob/master/aquifer-oilwater/2D_OW_CTAQUIFER.DATA >> >> >> Patches are welcome, so if you are an experienced developer, you can attempt implementing support for whatever you are missing yourself and contribute it. >> >> >> Cheers, >> >> Alf >> >> >> >> ________________________________ >> Fra: Opm på vegne av Claus Aranha >> Sendt: 30. mai 2018 12:38 >> Til: opm at opm-project.org >> Emne: [Opm] Guidelines for running an Eclipse model on OPM-Flow >> >> Hello! >> >> I'm Claus. In the past few years, I have been researching >> meta-heuristics for Reservoir History Matching using a (very crude) >> python wrapper for Eclipse made by myself. >> >> Today I found about the OPM project, and it would be FANTASTIC if I >> could replace Eclipse with OPM on my workflow (or at least do the >> initial development of the optimizers on OPM, and then the final testing >> on Eclipse using opm-ecl). >> >> However, after successfully running the tests and tutorials, I am having >> difficulties running our models on OPM. For example, our simplest model >> fails to run with the error: >> >> "Keyword AQUFET not recognized" >> (And indeed, the keyword is not in the OPM manual) >> >> So I was wondering if there is some sort of manual, tutorial or >> guidelines for making ECL models compatible with OPM Flow. I looked >> around the documentation, project page, and the last year or so of the >> mailing list but could not find anything. >> >> Thank you very much! >> >> -- >> Claus Aranha >> University of Tsukuba, Department of Computer Sciences >> http://conclave.cs.tsukuba.ac.jp +81 (29) 853-6574 >> Welcome! [conclave.cs.tsukuba.ac.jp] >> conclave.cs.tsukuba.ac.jp >> Welcome! I am Claus Aranha, an assistant professor at the University of Tsukuba, Department of Computer Science.In this page, you can find information about my academic activities. >> >> >> _______________________________________________ >> Opm mailing list >> Opm at opm-project.org >> https://opm-project.org/cgi-bin/mailman/listinfo/opm >> >> >> ------------------------------------------------------------------- >> The information contained in this message may be CONFIDENTIAL and is >> intended for the addressee only. Any unauthorized use, dissemination of the >> information or copying of this message is prohibited. If you are not the >> addressee, please notify the sender immediately by return e-mail and delete >> this message. >> Thank you >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Atgeirr.Rasmussen at sintef.no Mon Jun 4 11:02:18 2018 From: Atgeirr.Rasmussen at sintef.no (Atgeirr Rasmussen) Date: Mon, 4 Jun 2018 11:02:18 +0000 Subject: [Opm] OPM on Ubuntu 18.04 LTS (Bionic Beaver) In-Reply-To: References: , , Message-ID: Hello, Thanks for the tutorial Carl Fredrik, I linked to it from the installation page on opm-project.org, I hope that is OK! Atgeirr ________________________________ Frå: Opm på vegne av c berg Sendt: tysdag 29. mai 2018 19:42 Til: Arne Morten Kvarving; opm at opm-project.org Emne: Re: [Opm] OPM on Ubuntu 18.04 LTS (Bionic Beaver) Hi, It works like a charm on my side. I also created a tutorial when I installed it: https://www.youtube.com/watch?time_continue=1&v=r1hL1lvwG9c Enjoy 😊 /Carl Fredrik ________________________________ Fra: Arne Morten Kvarving Sendt: 29. mai 2018 15:52 Til: c berg; opm at opm-project.org Emne: SV: OPM on Ubuntu 18.04 LTS (Bionic Beaver) hi, rushed packages for bionic has been rolled out today. i had to take some shortcuts as mpi is misbehaving on the bionic pbuilder and i really do not have time to look into that right now. thus, i had to disable the execution of tests. i'm really supposed to be working on something else, so shortcut approach applied. please report back if they work for you. arnem ________________________________ Fra: Opm på vegne av c berg Sendt: mandag 28. mai 2018 17.41.41 Til: opm at opm-project.org Emne: [Opm] OPM on Ubuntu 18.04 LTS (Bionic Beaver) Hi, I just tried to install OPM on OPM on Ubuntu 18.04 LTS (Bionic Beaver) following the recipe for 16.04 on the OPM website. Unfortunately it seem like it does not have a 18.04 release file yet. Are there any plans for adding such a release file? /Carl Fredrik -------------- next part -------------- An HTML attachment was scrubbed... URL: From joaho at equinor.com Mon Jun 11 07:34:39 2018 From: joaho at equinor.com (Joakim Hove) Date: Mon, 11 Jun 2018 07:34:39 +0000 Subject: [Opm] About connections and completions Message-ID: Hello; please to take a look at this: https://github.com/OPM/opm-common/issues/420 Comments - both if you think I am off on the wrong track, or if this makes sense - are highly appreciated. Joakim ------------------------------------------------------------------- The information contained in this message may be CONFIDENTIAL and is intended for the addressee only. Any unauthorized use, dissemination of the information or copying of this message is prohibited. If you are not the addressee, please notify the sender immediately by return e-mail and delete this message. Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.baxendale at gmail.com Tue Jun 12 00:23:06 2018 From: david.baxendale at gmail.com (David Baxendale (Private)) Date: Tue, 12 Jun 2018 08:23:06 +0800 Subject: [Opm] Opm Digest, Vol 32, Issue 3 In-Reply-To: References: Message-ID: <7d43895c-b7da-8123-f11a-e9760b1b52af@gmail.com> Joakim-Hove, Yes your interpretation is correct. Take a look at the OPM manual for the keywords COMPDAT and COMPLUMP that I wrote. The manual is good place to check how the keyword is supposed to work. David ThunderBird Signature File > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 11 Jun 2018 07:34:39 +0000 > From: Joakim Hove > To: "opm at opm-project.org" , Torbjørn Skille > , "Kjersti Margrete Eikeland" > Subject: [Opm] About connections and completions > Message-ID: > > > Content-Type: text/plain; charset="iso-8859-1" > > Hello; > > > please to take a look at this: https://github.com/OPM/opm-common/issues/420 > > > Comments - both if you think I am off on the wrong track, or if this makes sense - are highly appreciated. > > > Joakim > > > --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus From salem at equinor.com Thu Jun 14 14:12:07 2018 From: salem at equinor.com (Lazaro Daniel Salem) Date: Thu, 14 Jun 2018 14:12:07 +0000 Subject: [Opm] Latest docker image of openporousmedia/opmreleases Message-ID: I am new to OPM, so I just tried running flow in a docker container following the tutorial at opm-project.org. Runing 'flow' within the docker container on the Norne dataset I noticed the 'flow_ebos' string in the header of the output that apparently indicates I am running an older (2017.04). I thought that sudo docker pull openporousmedia/opmreleases pulled the latest (2018.04) image with docker so I wonder what am I missing. Any idea? -- Note: To be sure I just rerun it with the 'latest' tag: [lazaro at NAS:~]$ sudo docker pull openporousmedia/opmreleases:latest Password: latest: Pulling from openporousmedia/opmreleases Digest: sha256:70d0242fa9cd23224f33b573b12bc54322b9423b02c0a2c3002d97d655ec5a80 Status: Image is up to date for openporousmedia/opmreleases:latest [lazaro at NAS:~]$ Best regards, __ Lazaro Daniel Salem Principal Engineer Reservoir Technology ST MSU DYN Equinor ASA +47 90822829 salem at equinor.com Visitor address: Forusbeen 50, Forus, Norway equinor.com ------------------------------------------------------------------- The information contained in this message may be CONFIDENTIAL and is intended for the addressee only. Any unauthorized use, dissemination of the information or copying of this message is prohibited. If you are not the addressee, please notify the sender immediately by return e-mail and delete this message. Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: From Atgeirr.Rasmussen at sintef.no Fri Jun 15 12:59:34 2018 From: Atgeirr.Rasmussen at sintef.no (Atgeirr Rasmussen) Date: Fri, 15 Jun 2018 12:59:34 +0000 Subject: [Opm] Latest docker image of openporousmedia/opmreleases In-Reply-To: References: Message-ID: Dear Mr. Salem, Thanks for bringing this to our attention. I have updated the repository at Dockerhub, and it should now be possible to refer to the "2018.04" version explicitly, also the "latest" tag now points to that version. Atgeirr ________________________________ Frå: Opm på vegne av Lazaro Daniel Salem Sendt: torsdag 14. juni 2018 16:12 Til: opm at opm-project.org Emne: [Opm] Latest docker image of openporousmedia/opmreleases I am new to OPM, so I just tried running flow in a docker container following the tutorial at opm-project.org. Runing ‘flow’ within the docker container on the Norne dataset I noticed the ‘flow_ebos’ string in the header of the output that apparently indicates I am running an older (2017.04). I thought that sudo docker pull openporousmedia/opmreleases pulled the latest (2018.04) image with docker so I wonder what am I missing. Any idea? -- Note: To be sure I just rerun it with the ‘latest’ tag: [lazaro at NAS:~]$ sudo docker pull openporousmedia/opmreleases:latest Password: latest: Pulling from openporousmedia/opmreleases Digest: sha256:70d0242fa9cd23224f33b573b12bc54322b9423b02c0a2c3002d97d655ec5a80 Status: Image is up to date for openporousmedia/opmreleases:latest [lazaro at NAS:~]$ Best regards, __ Lazaro Daniel Salem Principal Engineer Reservoir Technology ST MSU DYN Equinor ASA +47 90822829 salem at equinor.com Visitor address: Forusbeen 50, Forus, Norway equinor.com ------------------------------------------------------------------- The information contained in this message may be CONFIDENTIAL and is intended for the addressee only. Any unauthorized use, dissemination of the information or copying of this message is prohibited. If you are not the addressee, please notify the sender immediately by return e-mail and delete this message. Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: From abir at equinor.com Tue Jun 26 07:09:00 2018 From: abir at equinor.com (Alf Birger Rustad) Date: Tue, 26 Jun 2018 07:09:00 +0000 Subject: [Opm] Maintenance on Jenkins Message-ID: Dear community, Our needs are growing, so we need to upgrade the capacity of our Jenkins server. In the process Jenkins will be rebooted. Hence, Jenkins will accept no new jobs as of now. Once the upgrade is done, a new message will be sent out. Our apologies for any inconvenience this may cause. Best regards, Alf Rustad ------------------------------------------------------------------- The information contained in this message may be CONFIDENTIAL and is intended for the addressee only. Any unauthorized use, dissemination of the information or copying of this message is prohibited. If you are not the addressee, please notify the sender immediately by return e-mail and delete this message. Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: From abir at equinor.com Wed Jun 27 12:18:03 2018 From: abir at equinor.com (Alf Birger Rustad) Date: Wed, 27 Jun 2018 12:18:03 +0000 Subject: [Opm] Jenkins up and running Message-ID: Dear community, Jenkins was successfully updated yesterday, and seems to have been running well the twenty four hours since. Please report if you have any issues. Thank you for your patience, Alf Rustad ------------------------------------------------------------------- The information contained in this message may be CONFIDENTIAL and is intended for the addressee only. Any unauthorized use, dissemination of the information or copying of this message is prohibited. If you are not the addressee, please notify the sender immediately by return e-mail and delete this message. Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: