/home/bill/OPM/Howell sims/0_data analysis for Howell sims.txt www.BillHowell.ca 26Jul2017 20:18 adapted from "/home/bill/OPM/opm-data-master/0_procedure for data analysis.txt" ******************************* 28Jul2018 11:43 Test run summary template edit "/home/bill/OPM data/Howell sims/0_run tests.sh" to unmask "NOSIM" - check dataset $ cd "/home/bill/OPM data/Howell sims/gas_horizontal/" $ bash "/home/bill/OPM data/Howell sims/0_run tests.sh" >> Results for dataset consistency (special notes) : edit "/home/bill/OPM data/Howell sims/0_run tests.sh" to mask "-- NOSIM" - normal run $ bash "/home/bill/OPM data/Howell sims/0_run tests.sh" >> Results (special notes) : $ python summaryplot WBHP:INJ WWIR:INJ WBHP:PROD WOPR:PROD WGPR:PROD gas_horiz_10_10_10_CASE1.DATA >> Results (special notes) : $ bash "/home/bill/OPM data/ResInsight bash.sh" >> Results (special notes) : NOTE : Frequent error with python summaryplot : "python: can't open file 'summaryplot': [Errno 2] No such file or directory" -> I'm in the wrong directory!! ******************************************* 26Jul2017 20:18 from http://opm-project.org/?page_id=197&page=6 +-----+ 1. Edit & run test using : $ bash "/home/bill/OPM/Howell sims/0_run tests.sh" Flow will now execute and output information about the simulation case as it progresses. It should complete within less than a minute and give the following new files: (eg testname = spe1) SPE1CASE1.EGRID SPE1CASE1.INIT SPE1CASE1.SMSPEC SPE1CASE1.UNRST SPE1CASE1.UNSMRY +-----+ 2. View variable selections : First, we will examine which variables we can view using the ecl_summary tool from ERT, which should already be installed since ERT is needed by Flow. By typing For test spe1 case 1 : $ cd "/home/bill/OPM/Howell sims/gas_horizontal/" $ ecl_summary --list gas_horiz_10_10_10_CASE1.DATA we get a list of the different variables that are available: (eg testname = spe1) BPR:1 BPR:1,1,1 BPR:10,10,3 BPR:300 FGOR FOPR WBHP:INJ WBHP:PROD WGIR:INJ WGIR:PROD WGIT:INJ WGIT:PROD WGOR:PROD WGPR:INJ WGPR:PROD WGPT:INJ WGPT:PROD WOIR:INJ WOIR:PROD WOIT:INJ WOIT:PROD WOPR:INJ WOPR:PROD WOPT:INJ WOPT:PROD WWIR:INJ WWIR:PROD WWIT:INJ WWIT:PROD WWPR:INJ WWPR:PROD WWPT:INJ WWPT:PROD To manually inspect the values you can also use the same tool, for example: (eg testname = spe1) For test spe1 case 1 : $ ecl_summary SPE1CASE1.DATA WBHP:INJ For test spe1 case 2 : $ ecl_summary SPE1CASE2_2P.DATA WBHP:INJ +-----+ 3. View plots of results For test spe1 case 1 : $ python summaryplot WBHP:INJ WBHP:PROD WOPR:PROD WGPR:PROD WGIR:INJ SPE1CASE1.DATA For test spe1 case 2 : $ python summaryplot WBHP:INJ WBHP:PROD WOPR:PROD SPE1CASE2_2P.DATA $ python summaryplot BPR:1 BPR:1,1,1 BPR:10,10,3 BPR:300 SPE1CASE2_2P.DATA gas_horiz_10_10_10_CASE1.DATA : $ cd "/home/bill/OPM data/Howell sims/gas_horizontal/" $ ecl_summary gas_horiz_10_10_10_CASE1.DATA WBHP:INJ $ python summaryplot WBHP:INJ WBHP:PROD WOPR:PROD WGPR:PROD WGIR:INJ gas_horiz_10_10_10_CASE1.DATA python: can't open file 'summaryplot': [Errno 2] No such file or directory >> Oops, perhaps I accidentally deleted "summaryplot"? >> Did I forget to install pytohon stuff on "my" Dell64? >> see "/home/bill/OPM/0_OPM binary installation.txt" for python summaryplot install... Retry : $ python summaryplot WBHP:INJ WWIR:INJ WBHP:PROD WOPR:PROD WGPR:PROD gas_horiz_10_10_10_CASE1.DATA +-----+ 4. View Resinsight movie $ bash "/home/bill/OPM data/ResInsight bash.sh" >> select the [project,case, whatever] # enddoc