From ca856f760330de7de01994e28f580d8d6c54cafb Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 29 Apr 2013 13:13:42 +0200 Subject: [PATCH] Updated ERT to 315ceeee250808ea6a6530233dd5125f9f76f06c Support of reading LGR dimensions Close file handles between access to files, keep ERT file-related cache to speed up reading of many files multiple times p4#: 21477 --- .../RifEclipseOutputFileTools.cpp | 27 +- .../RifEclipseRestartFilesetAccess.cpp | 22 +- .../RifEclipseUnifiedRestartFileAccess.cpp | 13 +- .../FileInterface/RifReaderEclipseOutput.cpp | 20 +- .../ReservoirDataModel/RigGridManager.cpp | 13 +- ThirdParty/Ert/devel/CMakeLists.txt | 19 +- ThirdParty/Ert/devel/cmake/cmake_pyc2 | 27 + ThirdParty/Ert/devel/cmake/cmake_pyc_file | 20 + ThirdParty/Ert/devel/cmake/cmake_pyc_tree | 31 + ThirdParty/Ert/devel/cmake/python.cmake | 19 +- ThirdParty/Ert/devel/cmake/python.cmake2 | 26 + ThirdParty/Ert/devel/debian/changelog | 12 +- ThirdParty/Ert/devel/debian/control | 7 +- .../Ert/devel/libecl/applications/ecl_test.c | 5 +- .../devel/libecl/applications/kw_extract.c | 4 +- .../Ert/devel/libecl/applications/kw_list.c | 25 +- .../Ert/devel/libecl/applications/load_test.c | 4 +- .../devel/libecl/include/ert/ecl/ecl_file.h | 49 +- .../libecl/include/ert/ecl/ecl_file_kw.h | 1 + .../devel/libecl/include/ert/ecl/ecl_grid.h | 3 +- .../libecl/include/ert/ecl/ecl_grid_dims.h | 37 + .../devel/libecl/include/ert/ecl/ecl_util.h | 2 +- .../Ert/devel/libecl/include/ert/ecl/fortio.h | 8 +- .../devel/libecl/include/ert/ecl/grid_dims.h | 37 + .../Ert/devel/libecl/src/CMakeLists.txt | 4 +- ThirdParty/Ert/devel/libecl/src/ecl_file.c | 188 +- ThirdParty/Ert/devel/libecl/src/ecl_file_kw.c | 5 +- ThirdParty/Ert/devel/libecl/src/ecl_grid.c | 127 +- .../Ert/devel/libecl/src/ecl_grid_dims.c | 149 + .../Ert/devel/libecl/src/ecl_rft_file.c | 2 +- .../Ert/devel/libecl/src/ecl_rst_file.c | 13 +- ThirdParty/Ert/devel/libecl/src/ecl_rstfile.c | 36 +- .../Ert/devel/libecl/src/ecl_smryfile.c | 5 +- ThirdParty/Ert/devel/libecl/src/ecl_smspec.c | 4 +- .../Ert/devel/libecl/src/ecl_sum_data.c | 4 +- ThirdParty/Ert/devel/libecl/src/ecl_util.c | 15 +- ThirdParty/Ert/devel/libecl/src/fortio.c | 259 +- ThirdParty/Ert/devel/libecl/src/grid_dims.c | 51 + .../Ert/devel/libecl/tests/CMakeLists.txt | 38 + .../Ert/devel/libecl/tests/ecl_coarse_test.c | 4 +- ThirdParty/Ert/devel/libecl/tests/ecl_dualp.c | 6 +- ThirdParty/Ert/devel/libecl/tests/ecl_file.c | 139 + ThirdParty/Ert/devel/libecl/tests/ecl_fmt.c | 82 + .../Ert/devel/libecl/tests/ecl_fortio.c | 88 + .../Ert/devel/libecl/tests/ecl_grid_dims.c | 87 + .../Ert/devel/libecl/tests/ecl_restart_test.c | 2 +- .../Ert/devel/libecl/tests/ecl_rsthead.c | 2 +- .../Ert/devel/libecl_well/src/well_info.c | 2 +- .../Ert/devel/libecl_well/src/well_state.c | 4 +- .../devel/libecl_well/tests/CMakeLists.txt | 9 +- .../Ert/devel/libecl_well/tests/well_dualp.c | 2 +- .../libenkf/include/ert/enkf/config_keys.h | 6 +- .../libenkf/include/ert/enkf/site_config.h | 2 + .../Ert/devel/libenkf/src/enkf_main_jobs.c | 9 + ThirdParty/Ert/devel/libenkf/src/enkf_state.c | 4 +- ThirdParty/Ert/devel/libenkf/src/field.c | 14 +- .../Ert/devel/libenkf/src/local_context.c | 2 +- ThirdParty/Ert/devel/libenkf/src/qc_module.c | 12 +- .../Ert/devel/libenkf/src/site_config.c | 1235 +- .../Ert/devel/libenkf/tests/data/config/rng | 2 +- .../devel/libenkf/tests/data/config/script.sh | 2 + ThirdParty/Ert/devel/libenkf/tests/enkf_rng.c | 2 + .../include/ert/util/string_util.h | 4 + .../libert_util/include/ert/util/test_util.h | 3 + .../include/ert/util/vector_template.h | 1 + ThirdParty/Ert/devel/libert_util/src/hash.c | 24 +- .../Ert/devel/libert_util/src/string_util.c | 28 + .../Ert/devel/libert_util/src/test_util.c | 18 +- .../devel/libert_util/src/vector_template.c | 4 + .../libert_util/tests/ert_util_string_util.c | 80 +- .../tests/ert_util_type_vector_test.c | 31 +- .../include/ert/job_queue/job_queue.h | 1 + .../include/ert/job_queue/local_driver.h | 1 - .../include/ert/job_queue/queue_driver.h | 143 +- .../include/ert/job_queue/torque_driver.h | 78 + .../Ert/devel/libjob_queue/src/CMakeLists.txt | 4 +- .../Ert/devel/libjob_queue/src/local_driver.c | 8 - .../Ert/devel/libjob_queue/src/lsf_driver.c | 6 +- .../devel/libjob_queue/src/lsf_driver_impl.c | 867 - .../Ert/devel/libjob_queue/src/queue_driver.c | 284 +- .../devel/libjob_queue/src/torque_driver.c | 411 + .../Ert/devel/libjob_queue/src/workflow_job.c | 6 +- .../devel/libjob_queue/tests/CMakeLists.txt | 11 + .../tests/data/qsub_emulators/qdel | 3 + .../tests/data/qsub_emulators/qstat | 1 + .../tests/data/qsub_emulators/qsub | 4 + .../devel/libjob_queue/tests/job_queue_test.c | 10 +- .../tests/job_torque_submit_test.c | 78 + .../libjob_queue/tests/job_torque_test.c | 105 + .../libjob_queue/tests/job_workflow_test.c | 8 +- .../libsched/src/tests/sched_test_05.SCH | 22408 ---------------- ThirdParty/Ert/devel/python/CMakeLists.txt | 3 +- .../Ert/devel/python/python/CMakeLists.txt | 1 - .../devel/python/python/ert/CMakeLists.txt | 4 +- .../python/python/ert/config/CMakeLists.txt | 2 +- .../python/python/ert/cwrap/CMakeLists.txt | 2 +- .../python/python/ert/ecl/CMakeLists.txt | 4 +- .../devel/python/python/ert/ecl/ecl_file.py | 33 +- .../devel/python/python/ert/ecl/ecl_grid.py | 1 + .../devel/python/python/ert/ecl/ecl_rft.py | 2 +- .../devel/python/python/ert/ecl/ecl_util.py | 3 + .../python/python/ert/enkf/CMakeLists.txt | 2 +- .../python/python/ert/enkf/analysis_config.py | 1 + .../Ert/devel/python/python/ert/enkf/enkf.py | 2 +- .../devel/python/python/ert/enkf/libenkf.py | 6 +- .../python/python/ert/geo/CMakeLists.txt | 2 +- .../python/ert/job_queue/CMakeLists.txt | 2 +- .../python/python/ert/job_queue/driver.py | 8 +- .../python/python/ert/job_queue/ext_job.py | 8 +- .../python/ert/job_queue/ext_joblist.py | 6 +- .../python/ert/job_queue/forward_model.py | 5 +- .../python/python/ert/rms/CMakeLists.txt | 2 +- .../Ert/devel/python/python/ert/rms/librms.py | 3 +- .../python/python/ert/sched/CMakeLists.txt | 2 +- .../python/python/ert/util/CMakeLists.txt | 3 +- .../python/python/ert/util/stringlist.py | 17 +- .../python/python/ert/well/CMakeLists.txt | 2 +- .../devel/python/python/ert/well/libwell.py | 3 +- .../Ert/devel/python/test/CMakeLists.txt | 24 +- ThirdParty/Ert/devel/python/test/README | 39 +- ThirdParty/Ert/devel/python/test/ctest_run.py | 40 + ThirdParty/Ert/devel/python/test/file_test.py | 21 +- ThirdParty/Ert/devel/python/test/grid_test.py | 3 + .../Ert/devel/python/test/import_test.py | 4 +- ThirdParty/Ert/devel/python/test/kw_test.py | 4 + ThirdParty/Ert/devel/python/test/local_bash | 25 +- ThirdParty/Ert/devel/python/test/local_csh | 23 +- .../Ert/devel/python/test/stringlist_test.py | 12 +- ThirdParty/Ert/devel/python/test/sum_test.py | 44 +- ThirdParty/Ert/devel/redhat/ert.ecl.spec | 3 +- .../share => share/gui}/doc/documentation.txt | 0 .../ert_gui/share => share/gui}/doc/info.txt | 0 .../share => share/gui}/doc/initializers | 0 .../ert_gui/share => share/gui}/doc/run_info | 0 .../share => share/gui}/doc/tmp_info.txt | 0 .../gui}/help/config/analysis/enkf_alpha.html | 0 .../analysis/enkf_merge_observations.html | 0 .../gui}/help/config/analysis/enkf_mode.html | 0 .../gui}/help/config/analysis/enkf_rerun.html | 0 .../help/config/analysis/enkf_sched_file.html | 0 .../help/config/analysis/enkf_truncation.html | 0 .../help/config/analysis/local_config.html | 0 .../help/config/analysis/rerun_start.html | 0 .../gui}/help/config/analysis/update_log.html | 0 .../help/config/eclipse/add_static_kw.html | 0 .../gui}/help/config/eclipse/data_file.html | 0 .../gui}/help/config/eclipse/data_kw.html | 0 .../gui}/help/config/eclipse/eclbase.html | 0 .../gui}/help/config/eclipse/grid.html | 0 .../help/config/eclipse/init_section.html | 0 .../gui}/help/config/eclipse/refcase.html | 0 .../help/config/eclipse/schedule_file.html | 0 .../eclipse/schedule_prediction_file.html | 0 .../field_file_generated_by_enkf.html | 0 .../ensemble/field_file_loaded_by_enkf.html | 0 .../gui}/help/config/ensemble/field_init.html | 0 .../config/ensemble/field_init_files.html | 0 .../gui}/help/config/ensemble/field_max.html | 0 .../gui}/help/config/ensemble/field_min.html | 0 .../help/config/ensemble/field_min_std.html | 0 .../help/config/ensemble/field_output.html | 0 .../gui}/help/config/ensemble/field_type.html | 0 .../gen_data_file_generated_by_enkf.html | 0 .../gen_data_file_loaded_by_enkf.html | 0 .../ensemble/gen_data_init_file_fmt.html | 0 .../config/ensemble/gen_data_min_std.html | 0 .../config/ensemble/gen_data_param_init.html | 0 .../ensemble/gen_data_param_output.html | 0 .../ensemble/gen_data_template_file.html | 0 .../ensemble/gen_data_template_key.html | 0 .../config/ensemble/gen_kw_enkf_outfile.html | 0 .../config/ensemble/gen_kw_init_files.html | 0 .../help/config/ensemble/gen_kw_min_std.html | 0 .../ensemble/gen_kw_parameter_file.html | 0 .../help/config/ensemble/gen_kw_template.html | 0 .../config/ensemble/num_realizations.html | 0 .../config/observations/history_source.html | 0 .../help/config/observations/obs_config.html | 0 .../gui}/help/config/plot/image_type.html | 0 .../gui}/help/config/plot/image_viewer.html | 0 .../gui}/help/config/plot/path.html | 0 .../gui}/help/config/plot/plot_driver.html | 0 .../help/config/plot/plot_errorbar_max.html | 0 .../gui}/help/config/plot/plot_height.html | 0 .../gui}/help/config/plot/width.html | 0 .../help/config/queue_system/lsf_queue.html | 0 .../config/queue_system/lsf_resources.html | 0 .../queue_system/max_running_local.html | 0 .../config/queue_system/max_running_lsf.html | 0 .../config/queue_system/max_running_rsh.html | 0 .../config/queue_system/queue_system.html | 0 .../help/config/queue_system/rsh_command.html | 0 .../config/queue_system/rsh_host_list.html | 0 .../help/config/simulation/case_table.html | 0 .../help/config/simulation/forward_model.html | 0 .../simulation/forward_model_arguments.html | 0 .../help/config/simulation/license_path.html | 0 .../help/config/simulation/max_resample.html | 0 .../help/config/simulation/max_submit.html | 0 .../config/simulation/pre_clear_runpath.html | 0 .../help/config/simulation/run_template.html | 0 .../simulation/run_template_arguments.html | 0 .../config/simulation/run_template_file.html | 0 .../simulation/run_template_target.html | 0 .../gui}/help/config/simulation/runpath.html | 0 .../config/simulation/runpath_retain.html | 0 .../config/systemenv/install_job_arglist.html | 0 .../config/systemenv/install_job_env.html | 0 .../systemenv/install_job_executable.html | 0 .../systemenv/install_job_lsf_resources.html | 0 .../systemenv/install_job_max_running.html | 0 .../install_job_max_running_minutes.html | 0 .../config/systemenv/install_job_path.html | 0 .../config/systemenv/install_job_stderr.html | 0 .../config/systemenv/install_job_stdin.html | 0 .../config/systemenv/install_job_stdout.html | 0 .../systemenv/install_job_target_file.html | 0 .../help/config/systemenv/install_jobs.html | 0 .../help/config/systemenv/job_script.html | 0 .../gui}/help/config/systemenv/log_file.html | 0 .../gui}/help/config/systemenv/log_level.html | 0 .../gui}/help/config/systemenv/setenv.html | 0 .../help/config/systemenv/update_path.html | 0 .../gui}/help/init/case_list.html | 0 .../help/init/current_case_selection.html | 0 .../share => share/gui}/help/template.html | 0 .../ert_gui/share => share/gui}/img/add.png | Bin .../share => share/gui}/img/arrow_down.png | Bin .../share => share/gui}/img/arrow_right.png | Bin .../share => share/gui}/img/arrow_up.png | Bin .../share => share/gui}/img/cancel.png | Bin .../share => share/gui}/img/checked.png | Bin .../share => share/gui}/img/config.png | Bin .../ert_gui/share => share/gui}/img/cross.png | Bin .../ert_gui/share => share/gui}/img/data.png | Bin .../ert_gui/share => share/gui}/img/db.png | Bin .../ert_gui/share => share/gui}/img/disk.png | Bin .../share => share/gui}/img/exclamation.png | Bin .../share => share/gui}/img/folder.png | Bin .../share => share/gui}/img/grid_16.png | Bin .../ert_gui/share => share/gui}/img/help.png | Bin .../ert_gui/share => share/gui}/img/key.png | Bin .../share => share/gui}/img/notchecked.png | Bin .../share => share/gui}/img/observation.png | Bin .../ert_gui/share => share/gui}/img/pause.png | Bin .../ert_gui/share => share/gui}/img/plot.png | Bin .../share => share/gui}/img/plugin.png | Bin .../ert_gui/share => share/gui}/img/read.me | 0 .../share => share/gui}/img/refresh.png | Bin .../gui}/img/refresh_resample.png | Bin .../share => share/gui}/img/remove.png | Bin .../ert_gui/share => share/gui}/img/run.png | Bin .../share => share/gui}/img/save_plots.png | Bin .../share => share/gui}/img/splash.jpg | Bin .../share => share/gui}/img/summary.png | Bin .../share => share/gui}/img/warning.png | Bin 256 files changed, 3358 insertions(+), 24691 deletions(-) create mode 100644 ThirdParty/Ert/devel/cmake/cmake_pyc2 create mode 100644 ThirdParty/Ert/devel/cmake/cmake_pyc_file create mode 100644 ThirdParty/Ert/devel/cmake/cmake_pyc_tree create mode 100644 ThirdParty/Ert/devel/cmake/python.cmake2 create mode 100644 ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_grid_dims.h create mode 100644 ThirdParty/Ert/devel/libecl/include/ert/ecl/grid_dims.h create mode 100644 ThirdParty/Ert/devel/libecl/src/ecl_grid_dims.c create mode 100644 ThirdParty/Ert/devel/libecl/src/grid_dims.c create mode 100644 ThirdParty/Ert/devel/libecl/tests/ecl_file.c create mode 100644 ThirdParty/Ert/devel/libecl/tests/ecl_fmt.c create mode 100644 ThirdParty/Ert/devel/libecl/tests/ecl_fortio.c create mode 100644 ThirdParty/Ert/devel/libecl/tests/ecl_grid_dims.c create mode 100644 ThirdParty/Ert/devel/libenkf/tests/data/config/script.sh create mode 100644 ThirdParty/Ert/devel/libjob_queue/include/ert/job_queue/torque_driver.h delete mode 100644 ThirdParty/Ert/devel/libjob_queue/src/lsf_driver_impl.c create mode 100644 ThirdParty/Ert/devel/libjob_queue/src/torque_driver.c create mode 100644 ThirdParty/Ert/devel/libjob_queue/tests/data/qsub_emulators/qdel create mode 100644 ThirdParty/Ert/devel/libjob_queue/tests/data/qsub_emulators/qstat create mode 100644 ThirdParty/Ert/devel/libjob_queue/tests/data/qsub_emulators/qsub create mode 100644 ThirdParty/Ert/devel/libjob_queue/tests/job_torque_submit_test.c create mode 100644 ThirdParty/Ert/devel/libjob_queue/tests/job_torque_test.c delete mode 100644 ThirdParty/Ert/devel/libsched/src/tests/sched_test_05.SCH create mode 100644 ThirdParty/Ert/devel/python/test/ctest_run.py rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/doc/documentation.txt (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/doc/info.txt (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/doc/initializers (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/doc/run_info (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/doc/tmp_info.txt (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/analysis/enkf_alpha.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/analysis/enkf_merge_observations.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/analysis/enkf_mode.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/analysis/enkf_rerun.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/analysis/enkf_sched_file.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/analysis/enkf_truncation.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/analysis/local_config.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/analysis/rerun_start.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/analysis/update_log.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/eclipse/add_static_kw.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/eclipse/data_file.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/eclipse/data_kw.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/eclipse/eclbase.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/eclipse/grid.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/eclipse/init_section.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/eclipse/refcase.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/eclipse/schedule_file.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/eclipse/schedule_prediction_file.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/field_file_generated_by_enkf.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/field_file_loaded_by_enkf.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/field_init.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/field_init_files.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/field_max.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/field_min.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/field_min_std.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/field_output.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/field_type.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/gen_data_file_generated_by_enkf.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/gen_data_file_loaded_by_enkf.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/gen_data_init_file_fmt.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/gen_data_min_std.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/gen_data_param_init.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/gen_data_param_output.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/gen_data_template_file.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/gen_data_template_key.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/gen_kw_enkf_outfile.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/gen_kw_init_files.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/gen_kw_min_std.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/gen_kw_parameter_file.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/gen_kw_template.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/ensemble/num_realizations.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/observations/history_source.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/observations/obs_config.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/plot/image_type.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/plot/image_viewer.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/plot/path.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/plot/plot_driver.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/plot/plot_errorbar_max.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/plot/plot_height.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/plot/width.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/queue_system/lsf_queue.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/queue_system/lsf_resources.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/queue_system/max_running_local.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/queue_system/max_running_lsf.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/queue_system/max_running_rsh.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/queue_system/queue_system.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/queue_system/rsh_command.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/queue_system/rsh_host_list.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/simulation/case_table.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/simulation/forward_model.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/simulation/forward_model_arguments.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/simulation/license_path.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/simulation/max_resample.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/simulation/max_submit.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/simulation/pre_clear_runpath.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/simulation/run_template.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/simulation/run_template_arguments.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/simulation/run_template_file.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/simulation/run_template_target.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/simulation/runpath.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/simulation/runpath_retain.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/systemenv/install_job_arglist.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/systemenv/install_job_env.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/systemenv/install_job_executable.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/systemenv/install_job_lsf_resources.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/systemenv/install_job_max_running.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/systemenv/install_job_max_running_minutes.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/systemenv/install_job_path.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/systemenv/install_job_stderr.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/systemenv/install_job_stdin.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/systemenv/install_job_stdout.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/systemenv/install_job_target_file.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/systemenv/install_jobs.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/systemenv/job_script.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/systemenv/log_file.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/systemenv/log_level.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/systemenv/setenv.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/config/systemenv/update_path.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/init/case_list.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/init/current_case_selection.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/help/template.html (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/add.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/arrow_down.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/arrow_right.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/arrow_up.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/cancel.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/checked.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/config.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/cross.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/data.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/db.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/disk.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/exclamation.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/folder.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/grid_16.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/help.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/key.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/notchecked.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/observation.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/pause.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/plot.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/plugin.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/read.me (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/refresh.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/refresh_resample.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/remove.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/run.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/save_plots.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/splash.jpg (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/summary.png (100%) rename ThirdParty/Ert/devel/{libenkf/applications/ert_gui/share => share/gui}/img/warning.png (100%) diff --git a/ApplicationCode/FileInterface/RifEclipseOutputFileTools.cpp b/ApplicationCode/FileInterface/RifEclipseOutputFileTools.cpp index 416f7a6513..2475babcae 100644 --- a/ApplicationCode/FileInterface/RifEclipseOutputFileTools.cpp +++ b/ApplicationCode/FileInterface/RifEclipseOutputFileTools.cpp @@ -308,14 +308,27 @@ void RifEclipseOutputFileTools::findKeywordsAndDataItemCounts(ecl_file_type* ecl //-------------------------------------------------------------------------------------------------- void RifEclipseOutputFileTools::readGridDimensions(const QString& gridFileName, std::vector< std::vector >& gridDimensions) { - int gridDims[3]; + ecl_grid_type * grid = ecl_grid_alloc(gridFileName.toAscii().data()); // bootstrap ecl_grid instance + stringlist_type * lgr_names = ecl_grid_alloc_lgr_name_list( grid ); // get a list of all the lgr names. - bool ret = ecl_grid_file_dims(gridFileName.toAscii().data(), NULL, gridDims); - if (ret) + //printf("grid:%s has %d a total of %d lgr's \n", grid_filename , stringlist_get_size( lgr_names )); + for (int lgr_nr = 0; lgr_nr < stringlist_get_size( lgr_names); lgr_nr++) { - gridDimensions.resize(1); - gridDimensions[0].push_back(gridDims[0]); - gridDimensions[0].push_back(gridDims[1]); - gridDimensions[0].push_back(gridDims[2]); + ecl_grid_type * lgr_grid = ecl_grid_get_lgr( grid , stringlist_iget( lgr_names , lgr_nr )); // get the ecl_grid instance of the lgr - by name. + + int nx,ny,nz,active_size; + ecl_grid_get_dims( lgr_grid , &nx , &ny , &nz , &active_size); // get some size info from this lgr. + + std::vector values; + values.push_back(nx); + values.push_back(ny); + values.push_back(nz); + values.push_back(active_size); + + gridDimensions.push_back(values); } + + ecl_grid_free( grid ); + stringlist_free( lgr_names ); + } diff --git a/ApplicationCode/FileInterface/RifEclipseRestartFilesetAccess.cpp b/ApplicationCode/FileInterface/RifEclipseRestartFilesetAccess.cpp index fe28ec07be..0c105ad4f5 100644 --- a/ApplicationCode/FileInterface/RifEclipseRestartFilesetAccess.cpp +++ b/ApplicationCode/FileInterface/RifEclipseRestartFilesetAccess.cpp @@ -35,6 +35,17 @@ RifEclipseRestartFilesetAccess::RifEclipseRestartFilesetAccess() RifEclipseRestartFilesetAccess::~RifEclipseRestartFilesetAccess() { close(); + + for (size_t i = 0; i < m_ecl_files.size(); i++) + { + if (m_ecl_files[i]) + { + ecl_file_close(m_ecl_files[i]); + } + + m_ecl_files[i] = NULL; + } + } //-------------------------------------------------------------------------------------------------- @@ -84,15 +95,6 @@ void RifEclipseRestartFilesetAccess::setRestartFiles(const QStringList& fileSet) //-------------------------------------------------------------------------------------------------- void RifEclipseRestartFilesetAccess::close() { - for (size_t i = 0; i < m_ecl_files.size(); i++) - { - if (m_ecl_files[i]) - { - ecl_file_close(m_ecl_files[i]); - } - - m_ecl_files[i] = NULL; - } } //-------------------------------------------------------------------------------------------------- @@ -232,7 +234,7 @@ void RifEclipseRestartFilesetAccess::openTimeStep(size_t timeStep) if (m_ecl_files[timeStep] == NULL) { int index = static_cast(timeStep); - ecl_file_type* ecl_file = ecl_file_open(m_fileNames[index].toAscii().data()); + ecl_file_type* ecl_file = ecl_file_open(m_fileNames[index].toAscii().data(), ECL_FILE_CLOSE_STREAM); m_ecl_files[timeStep] = ecl_file; } diff --git a/ApplicationCode/FileInterface/RifEclipseUnifiedRestartFileAccess.cpp b/ApplicationCode/FileInterface/RifEclipseUnifiedRestartFileAccess.cpp index 8ec57fd26c..20c26e7caa 100644 --- a/ApplicationCode/FileInterface/RifEclipseUnifiedRestartFileAccess.cpp +++ b/ApplicationCode/FileInterface/RifEclipseUnifiedRestartFileAccess.cpp @@ -38,7 +38,10 @@ RifEclipseUnifiedRestartFileAccess::RifEclipseUnifiedRestartFileAccess() //-------------------------------------------------------------------------------------------------- RifEclipseUnifiedRestartFileAccess::~RifEclipseUnifiedRestartFileAccess() { - close(); + if (m_ecl_file) + { + ecl_file_close(m_ecl_file); + } } //-------------------------------------------------------------------------------------------------- @@ -56,7 +59,7 @@ bool RifEclipseUnifiedRestartFileAccess::openFile() { if (!m_ecl_file) { - m_ecl_file = ecl_file_open(m_filename.toAscii().data()); + m_ecl_file = ecl_file_open(m_filename.toAscii().data(), ECL_FILE_CLOSE_STREAM); } if (!m_ecl_file) return false; @@ -69,12 +72,6 @@ bool RifEclipseUnifiedRestartFileAccess::openFile() //-------------------------------------------------------------------------------------------------- void RifEclipseUnifiedRestartFileAccess::close() { - if (m_ecl_file) - { - ecl_file_close(m_ecl_file); - } - - m_ecl_file = NULL; } //-------------------------------------------------------------------------------------------------- diff --git a/ApplicationCode/FileInterface/RifReaderEclipseOutput.cpp b/ApplicationCode/FileInterface/RifReaderEclipseOutput.cpp index afe0f13b58..6e9c2a63f3 100644 --- a/ApplicationCode/FileInterface/RifReaderEclipseOutput.cpp +++ b/ApplicationCode/FileInterface/RifReaderEclipseOutput.cpp @@ -208,14 +208,7 @@ RifReaderEclipseOutput::RifReaderEclipseOutput() RifReaderEclipseOutput::~RifReaderEclipseOutput() { close(); -} - -//-------------------------------------------------------------------------------------------------- -/// Close interface (for now, no files are kept open after calling methods, so just clear members) -//-------------------------------------------------------------------------------------------------- -void RifReaderEclipseOutput::close() -{ if (m_ecl_init_file) { ecl_file_close(m_ecl_init_file); @@ -226,6 +219,15 @@ void RifReaderEclipseOutput::close() { m_dynamicResultsAccess->close(); } + +} + + +//-------------------------------------------------------------------------------------------------- +/// Close interface (for now, no files are kept open after calling methods, so just clear members) +//-------------------------------------------------------------------------------------------------- +void RifReaderEclipseOutput::close() +{ } //-------------------------------------------------------------------------------------------------- @@ -442,7 +444,7 @@ bool RifReaderEclipseOutput::readActiveCellInfo() QString egridFileName = RifEclipseOutputFileTools::firstFileNameOfType(m_filesWithSameBaseName, ECL_EGRID_FILE); if (egridFileName.size() > 0) { - ecl_file_type* ecl_file = ecl_file_open(egridFileName.toAscii().data()); + ecl_file_type* ecl_file = ecl_file_open(egridFileName.toAscii().data(), ECL_FILE_CLOSE_STREAM); if (!ecl_file) return false; int actnumKeywordCount = ecl_file_get_num_named_kw(ecl_file, ACTNUM_KW); @@ -1010,7 +1012,7 @@ void RifReaderEclipseOutput::openInitFile() QString initFileName = RifEclipseOutputFileTools::firstFileNameOfType(m_filesWithSameBaseName, ECL_INIT_FILE); if (initFileName.size() > 0) { - m_ecl_init_file = ecl_file_open(initFileName.toAscii().data()); + m_ecl_init_file = ecl_file_open(initFileName.toAscii().data(), ECL_FILE_CLOSE_STREAM); } } diff --git a/ApplicationCode/ReservoirDataModel/RigGridManager.cpp b/ApplicationCode/ReservoirDataModel/RigGridManager.cpp index e1b6eb459d..3a86668846 100644 --- a/ApplicationCode/ReservoirDataModel/RigGridManager.cpp +++ b/ApplicationCode/ReservoirDataModel/RigGridManager.cpp @@ -108,12 +108,15 @@ bool RigGridManager::isGridDimensionsEqual(const std::vector< std::vector > for (size_t j = 0; j < mainCaseGridDimensions.size(); j++) { - if (mainCaseGridDimensions[j].size() != 3) return false; - if (caseGridDimensions[j].size() != 3) return false; + if (mainCaseGridDimensions[j].size() != 4) return false; + if (caseGridDimensions[j].size() != 4) return false; + + if (mainCaseGridDimensions[j][0] != caseGridDimensions[j][0]) return false; // nx + if (mainCaseGridDimensions[j][1] != caseGridDimensions[j][1]) return false; // ny + if (mainCaseGridDimensions[j][2] != caseGridDimensions[j][2]) return false; // nz + + if (mainCaseGridDimensions[j][3] != caseGridDimensions[j][3]) return false; // active_cells - if (mainCaseGridDimensions[j][0] != caseGridDimensions[j][0]) return false; - if (mainCaseGridDimensions[j][1] != caseGridDimensions[j][1]) return false; - if (mainCaseGridDimensions[j][2] != caseGridDimensions[j][2]) return false; } return true; diff --git a/ThirdParty/Ert/devel/CMakeLists.txt b/ThirdParty/Ert/devel/CMakeLists.txt index 5e984c5cf0..a3aae2776c 100644 --- a/ThirdParty/Ert/devel/CMakeLists.txt +++ b/ThirdParty/Ert/devel/CMakeLists.txt @@ -19,20 +19,17 @@ ENABLE_TESTING() if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") set(ERT_LINUX TRUE ) add_definitions( -DERT_LINUX ) - set( CMAKE_C_FLAGS "-g -O2 -Wall -std=gnu99" ) - set( CMAKE_CXX_FLAGS "-g -O2 -Wall" ) elseif (${CMAKE_SYSTEM_NAME} MATCHES "Windows") set(ERT_WINDOWS TRUE) add_definitions( -DERT_WINDOWS ) - set( CMAKE_C_FLAGS "-O2" ) - set( CMAKE_CXX_FLAGS "-O2" ) endif() +set( CMAKE_C_FLAGS "-g -O2 -Wall -std=gnu99" ) +set( CMAKE_CXX_FLAGS "-g -O2 -Wall" ) include(cmake/ert_check.cmake) include(cmake/ert_find.cmake) include(cmake/Modules/UseMultiArch.cmake) -include(cmake/python.cmake) set( INSTALL_GROUP "" CACHE STRING "Group to install as - blank to install as current group") set(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_INSTALL_LIBDIR}) @@ -42,14 +39,9 @@ if (MSVC) set( LIBRARY_TYPE STATIC ) set( SHARED_LIB OFF ) else() - if (INSTALL_ERT) set( LIBRARY_TYPE SHARED ) set( SHARED_LIB ON ) - else() - set( LIBRARY_TYPE STATIC ) - set( SHARED_LIB OFF ) - endif(INSTALL_ERT) -endif(MSVC) +endif() @@ -62,8 +54,8 @@ endif() if (ERT_LINUX) set( NEED_LIBM TRUE ) set( LINK_STATIC FALSE ) - add_definitions( -DHAVE_PROC ) set( NEED_LIBDL ON ) + add_definitions( -DHAVE_PROC ) else() set( NEED_LIBM FALSE ) set( LINK_STATIC TRUE ) @@ -119,10 +111,13 @@ if (BUILD_ERT) include_directories( ${PROJECT_SOURCE_DIR}/libenkf/include ) add_subdirectory( libenkf ) + + install(DIRECTORY ${PROJECT_SOURCE_DIR}/share DESTINATION ${CMAKE_INSTALL_PREFIX}) endif() if (BUILD_PYTHON) + include(cmake/python.cmake2) add_subdirectory( python ) endif() diff --git a/ThirdParty/Ert/devel/cmake/cmake_pyc2 b/ThirdParty/Ert/devel/cmake/cmake_pyc2 new file mode 100644 index 0000000000..d1ecbf7279 --- /dev/null +++ b/ThirdParty/Ert/devel/cmake/cmake_pyc2 @@ -0,0 +1,27 @@ +#!/usr/bin/env python +import py_compile +import os +import os.path +import sys +import shutil + + +src_file = sys.argv[1] +target_file = sys.argv[2] + +(target_path , tail) = os.path.split( target_file ) +if not os.path.exists( target_path ): + os.makedirs( target_path ) + +shutil.copyfile( src_file , target_file ) +try: + py_compile.compile( target_file , doraise = True) +except Exception,error: + sys.exit("py_compile(%s) failed:%s" % (target_file , error)) + + +sys.exit(0) + + + + diff --git a/ThirdParty/Ert/devel/cmake/cmake_pyc_file b/ThirdParty/Ert/devel/cmake/cmake_pyc_file new file mode 100644 index 0000000000..9304f69c0f --- /dev/null +++ b/ThirdParty/Ert/devel/cmake/cmake_pyc_file @@ -0,0 +1,20 @@ +#!/usr/bin/env python +import py_compile +import os +import sys +import os.path + +# Small 'python compiler' used in the build system for ert. + +for file in sys.argv[1:]: + try: + py_compile.compile( file , doraise = True ) + except Exception,error: + sys.exit("py_compile(%s) failed:%s" % (file , error)) + + +sys.exit(0) + + + + diff --git a/ThirdParty/Ert/devel/cmake/cmake_pyc_tree b/ThirdParty/Ert/devel/cmake/cmake_pyc_tree new file mode 100644 index 0000000000..790ce984d9 --- /dev/null +++ b/ThirdParty/Ert/devel/cmake/cmake_pyc_tree @@ -0,0 +1,31 @@ +#!/usr/bin/env python +import py_compile +import os +import sys +import os.path + +# Small 'python compiler' used in the build system for ert. The +# commandline argument should be the top level name of directory +# containing python source code. The 'compiler' will walk through the +# tree and in-place compile all the python files. + + +root_path = sys.argv[1] +for (root , dir_list , file_list) in os.walk( root_path ): + for file in file_list: + full_path = os.path.join( root , file ) + (tmp , ext) = os.path.splitext( full_path ) + if ext == ".py": + py_file = full_path + try: + print "Compiling: %s" % py_file + py_compile.compile( py_file , doraise = True ) + except Exception,error: + sys.exit("py_compile(%s) failed:%s" % (py_file , error)) + + +sys.exit(0) + + + + diff --git a/ThirdParty/Ert/devel/cmake/python.cmake b/ThirdParty/Ert/devel/cmake/python.cmake index a9b386e294..6b567a8d35 100644 --- a/ThirdParty/Ert/devel/cmake/python.cmake +++ b/ThirdParty/Ert/devel/cmake/python.cmake @@ -1,6 +1,6 @@ -macro(add_python_target tgt PYTHON_INSTALL_PATH ARGN) +macro(add_python_target tgt PYTHON_INSTALL_PATH) SET(OUT_FILES "") - foreach(file ${ARGN}) + foreach(file ${python_source_files}) set(OUT ${CMAKE_CURRENT_BINARY_DIR}/${file}.pyc) list(APPEND OUT_FILES ${OUT}) #------------------------------------------------------ @@ -8,15 +8,18 @@ macro(add_python_target tgt PYTHON_INSTALL_PATH ARGN) OUTPUT ${OUT} COMMAND ${PROJECT_SOURCE_DIR}/cmake/cmake_pyc ARGS ${CMAKE_CURRENT_SOURCE_DIR}/${file}.py ${PROJECT_BINARY_DIR}/${PYTHON_INSTALL_PATH} - ) + DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/${file}.py) #------------------------------------------------------ if (INSTALL_ERT) - install(FILES ${PROJECT_BINARY_DIR}/${PYTHON_INSTALL_PATH}/${file}.pyc DESTINATION ${CMAKE_INSTALL_PREFIX}/${PYTHON_INSTALL_PATH}) + install(FILES ${PROJECT_BINARY_DIR}/${PYTHON}/${file}.pyc DESTINATION ${CMAKE_INSTALL_PREFIX}/${PYTHON_INSTALL_PATH}) install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${file}.py DESTINATION ${CMAKE_INSTALL_PREFIX}/${PYTHON_INSTALL_PATH}) endif() endforeach(file) -list(REMOVE_DUPLICATES OUT_FILES) -ADD_CUSTOM_TARGET( - ${tgt} ALL - DEPENDS ${OUT_FILES}) + list(REMOVE_DUPLICATES OUT_FILES) + + ADD_CUSTOM_TARGET( + ${tgt} ALL DEPENDS ${OUT_FILES}) + endmacro() + + diff --git a/ThirdParty/Ert/devel/cmake/python.cmake2 b/ThirdParty/Ert/devel/cmake/python.cmake2 new file mode 100644 index 0000000000..4b97d2febf --- /dev/null +++ b/ThirdParty/Ert/devel/cmake/python.cmake2 @@ -0,0 +1,26 @@ +function(add_python_package target package_path source_files install_package) + + set(build_files "") + + foreach (file ${source_files} ) + set( source_file ${CMAKE_CURRENT_SOURCE_DIR}/${file} ) + set( build_file ${PROJECT_BINARY_DIR}/${package_path}/${file} ) + set( install_file ${CMAKE_INSTALL_PREFIX}/${package_path}/${file} ) + + add_custom_command( + OUTPUT ${build_file} + COMMAND ${PROJECT_SOURCE_DIR}/cmake/cmake_pyc2 + ARGS ${source_file} ${build_file} + DEPENDS ${source_file} ) + + list(APPEND build_files ${build_file} ) + + if (install_package) + install(FILES ${build_file} DESTINATION ${CMAKE_INSTALL_PREFIX}/${package_path}) + install(CODE "execute_process(COMMAND ${PROJECT_SOURCE_DIR}/cmake/cmake_pyc_file ${install_file})") + endif() + + endforeach() + add_custom_target( ${target} ALL DEPENDS ${build_files}) + +endfunction() \ No newline at end of file diff --git a/ThirdParty/Ert/devel/debian/changelog b/ThirdParty/Ert/devel/debian/changelog index 963e48161a..b1760ad6be 100644 --- a/ThirdParty/Ert/devel/debian/changelog +++ b/ThirdParty/Ert/devel/debian/changelog @@ -1,10 +1,16 @@ -libert.ecl (1.0-2) precise; urgency=low +ert.ecl (1.0-4) precise; urgency=low + + * Unmark -dev package as architecture independent due to library symlink + + -- Arne Morten Kvarving Wed, 03 Apr 2013 17:49:24 +0200 + +ert.ecl (1.0-2) precise; urgency=low * Mark -dev package as architecture independent - -- Arne Morten Kvarving Tue, 19 Feb 2013 10:03:04 +0100 + -- Arne Morten Kvarving Tue, 19 Feb 2013 10:03:04 +0100 -libert.ecl (1.0-1) unstable; urgency=low +ert.ecl (1.0-1) unstable; urgency=low * Initial release diff --git a/ThirdParty/Ert/devel/debian/control b/ThirdParty/Ert/devel/debian/control index 1a46a19dce..4712c613ea 100644 --- a/ThirdParty/Ert/devel/debian/control +++ b/ThirdParty/Ert/devel/debian/control @@ -1,7 +1,8 @@ -Source: libert.ecl +Source: ert.ecl Priority: extra Maintainer: Arne Morten Kvarving -Build-Depends: debhelper (>= 8.0.0), cmake, liblapack-dev, libquadmath0 +Build-Depends: debhelper (>= 8.0.0), cmake, liblapack-dev, libquadmath0, + iputils-ping, zlib1g-dev Standards-Version: 3.9.2 Section: libs Homepage: http://ert.nr.no @@ -10,7 +11,7 @@ Vcs-Browser: https://github.com/Ensembles/ert Package: libert.ecl-dev Section: libdevel -Architecture: all +Architecture: any Depends: libert.ecl1 (= ${binary:Version}) Description: The Ensemble based Reservoir Tool -- Development files ERT - Ensemble based Reservoir Tool is a tool for managing en ensemble diff --git a/ThirdParty/Ert/devel/libecl/applications/ecl_test.c b/ThirdParty/Ert/devel/libecl/applications/ecl_test.c index 39bf2410d1..0b9ec9aaea 100644 --- a/ThirdParty/Ert/devel/libecl/applications/ecl_test.c +++ b/ThirdParty/Ert/devel/libecl/applications/ecl_test.c @@ -30,10 +30,7 @@ void install_SIGNALS(void) { int test_ecl_file_save() { - ecl_file_type * ecl_file = ecl_file_open_writable( "/tmp/ECLIPSE.UNRST" ); - ecl_kw_type * swat = ecl_file_iget_named_kw( ecl_file , "SWAT" , 0 ); - ecl_file_save_kw( ecl_file , swat ); - ecl_file_close( ecl_file ); + } diff --git a/ThirdParty/Ert/devel/libecl/applications/kw_extract.c b/ThirdParty/Ert/devel/libecl/applications/kw_extract.c index 034c7f66b3..04256d7979 100644 --- a/ThirdParty/Ert/devel/libecl/applications/kw_extract.c +++ b/ThirdParty/Ert/devel/libecl/applications/kw_extract.c @@ -55,7 +55,9 @@ int main(int argc, char ** argv) { bool fmt_src , fmt_target; set_type * kw_set = set_alloc( num_kw , kw_list ); - fmt_src = ecl_util_fmt_file(src_file); + if (!ecl_util_fmt_file(src_file, &fmt_src)) + util_exit("Hmm - could not determine formatted/unformatted status for:%s \n",src_file); + fmt_target = fmt_src; /* Can in principle be different */ fortio_src = fortio_open_reader(src_file , fmt_src , ECL_ENDIAN_FLIP); fortio_target = fortio_open_writer(target_file , fmt_target , ECL_ENDIAN_FLIP); diff --git a/ThirdParty/Ert/devel/libecl/applications/kw_list.c b/ThirdParty/Ert/devel/libecl/applications/kw_list.c index 97f2d1a1fd..b98a27dd34 100644 --- a/ThirdParty/Ert/devel/libecl/applications/kw_list.c +++ b/ThirdParty/Ert/devel/libecl/applications/kw_list.c @@ -29,18 +29,21 @@ void kw_list(const char *filename) { fortio_type *fortio; - bool fmt_file = ecl_util_fmt_file(filename); ecl_kw_type * ecl_kw = ecl_kw_alloc_empty(); - - printf("-----------------------------------------------------------------\n"); - printf("%s: \n",filename); - fortio = fortio_open_reader(filename , fmt_file , ECL_ENDIAN_FLIP); - while( ecl_kw_fread_realloc(ecl_kw , fortio) ) - ecl_kw_summarize(ecl_kw); - printf("-----------------------------------------------------------------\n"); - - ecl_kw_free(ecl_kw); - fortio_fclose(fortio); + bool fmt_file; + if (ecl_util_fmt_file(filename , &fmt_file)) { + + printf("-----------------------------------------------------------------\n"); + printf("%s: \n",filename); + fortio = fortio_open_reader(filename , fmt_file , ECL_ENDIAN_FLIP); + while( ecl_kw_fread_realloc(ecl_kw , fortio) ) + ecl_kw_summarize(ecl_kw); + printf("-----------------------------------------------------------------\n"); + + ecl_kw_free(ecl_kw); + fortio_fclose(fortio); + } else + fprintf(stderr,"Could not determine formatted/unformatted status of:%s - skipping \n",filename); } diff --git a/ThirdParty/Ert/devel/libecl/applications/load_test.c b/ThirdParty/Ert/devel/libecl/applications/load_test.c index 3465e771bb..9a02887de2 100644 --- a/ThirdParty/Ert/devel/libecl/applications/load_test.c +++ b/ThirdParty/Ert/devel/libecl/applications/load_test.c @@ -45,13 +45,13 @@ void test_case( const char * base , bool load_all) { timer_stop( tg ); timer_start( ti ); - init = ecl_file_open( init_file ); + init = ecl_file_open( init_file , 0); if (load_all) ecl_file_load_all( init ); timer_stop( ti ); timer_start( tr ); - restart = ecl_file_open( restart_file ); + restart = ecl_file_open( restart_file , 0); if (load_all) ecl_file_load_all( restart ); timer_stop( tr ); diff --git a/ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_file.h b/ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_file.h index cafda84806..74bc57f255 100644 --- a/ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_file.h +++ b/ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_file.h @@ -32,14 +32,35 @@ extern "C" { #include #include + typedef enum { + ECL_FILE_CLOSE_STREAM = 1 , /* + This flag will close the underlying FILE object between each access; this is + mainly to save filedescriptors in cases where many ecl_file instances are open at + the same time. */ + // + ECL_FILE_WRITABLE = 2 /* + This flag opens the file in a mode where it can be updated and modified, but it + must still exist and be readable. I.e. this should not compared with the normal: + fopen(filename , "w") where an existing file is truncated to zero upon successfull + open. + */ + } ecl_file_flag_type; + + +#define ECL_FILE_FLAGS_ENUM_DEFS \ + {.value = 1 , .name="ECL_FILE_CLOSE_STREAM"}, \ + {.value = 2 , .name="ECL_FILE_WRITABLE"} +#define ECL_FILE_FLAGS_ENUM_SIZE 2 + + + typedef struct ecl_file_struct ecl_file_type; - void ecl_file_load_all( ecl_file_type * ecl_file ); + bool ecl_file_load_all( ecl_file_type * ecl_file ); void ecl_file_push_block( ecl_file_type * ecl_file ); void ecl_file_pop_block( ecl_file_type * ecl_file ); - ecl_file_type * ecl_file_open( const char * filename ); - ecl_file_type * ecl_file_try_open( const char * filename); - ecl_file_type * ecl_file_open_writable( const char * filename ); + ecl_file_type * ecl_file_open( const char * filename , int flags); + ecl_file_type * ecl_file_try_open( const char * filename , int flags); void ecl_file_close( ecl_file_type * ecl_file ); void ecl_file_fortio_detach( ecl_file_type * ecl_file ); void ecl_file_free__(void * arg); @@ -60,6 +81,11 @@ extern "C" { int ecl_file_get_phases( const ecl_file_type * init_file ); void ecl_file_fprintf_kw_list( const ecl_file_type * ecl_file , FILE * stream ); + bool ecl_file_writable( const ecl_file_type * ecl_file ); + int ecl_file_get_flags( const ecl_file_type * ecl_file ); + bool ecl_file_flags_set( const ecl_file_type * ecl_file , int flags); + + ecl_file_kw_type * ecl_file_iget_file_kw( const ecl_file_type * file , int global_index); ecl_file_kw_type * ecl_file_iget_named_file_kw( const ecl_file_type * file , const char * kw, int ith); @@ -75,8 +101,8 @@ extern "C" { bool ecl_file_subselect_block( ecl_file_type * ecl_file , const char * kw , int occurence); bool ecl_file_select_block( ecl_file_type * ecl_file , const char * kw , int occurence); void ecl_file_select_global( ecl_file_type * ecl_file ); - bool ecl_file_writable( const ecl_file_type * ecl_file ); - void ecl_file_save_kw( const ecl_file_type * ecl_file , const ecl_kw_type * ecl_kw); + //bool ecl_file_writable( const ecl_file_type * ecl_file ); + bool ecl_file_save_kw( const ecl_file_type * ecl_file , const ecl_kw_type * ecl_kw); bool ecl_file_has_kw_ptr( const ecl_file_type * ecl_file , const ecl_kw_type * ecl_kw); /*****************************************************************/ @@ -92,19 +118,16 @@ extern "C" { bool ecl_file_select_rstblock_report_step( ecl_file_type * ecl_file , int report_step); bool ecl_file_iselect_rstblock( ecl_file_type * ecl_file , int seqnum_index ); - ecl_file_type * ecl_file_open_rstblock_report_step( const char * filename , int report_step ); - ecl_file_type * ecl_file_open_rstblock_sim_time( const char * filename , time_t sim_time); - ecl_file_type * ecl_file_iopen_rstblock( const char * filename , int seqnum_index); + ecl_file_type * ecl_file_open_rstblock_report_step( const char * filename , int report_step , int flags); + ecl_file_type * ecl_file_open_rstblock_sim_time( const char * filename , time_t sim_time , int flags); + ecl_file_type * ecl_file_iopen_rstblock( const char * filename , int seqnum_index , int flags); - ecl_file_type * ecl_file_open_rstblock_report_step_writable( const char * filename , int report_step ); - ecl_file_type * ecl_file_open_rstblock_sim_time_writable( const char * filename , time_t sim_time); - ecl_file_type * ecl_file_iopen_rstblock_writable( const char * filename , int seqnum_index); /*****************************************************************/ /* SUMMARY FILES */ bool ecl_file_select_smryblock( ecl_file_type * ecl_file , int ministep_nr ); - ecl_file_type * ecl_file_open_smryblock( const char * filename , int ministep_nr ); + ecl_file_type * ecl_file_open_smryblock( const char * filename , int ministep_nr , int flags); UTIL_IS_INSTANCE_HEADER( ecl_file ); diff --git a/ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_file_kw.h b/ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_file_kw.h index a504669d24..c6f5781404 100644 --- a/ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_file_kw.h +++ b/ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_file_kw.h @@ -39,6 +39,7 @@ typedef struct inv_map_struct inv_map_type; void ecl_file_kw_free( ecl_file_kw_type * file_kw ); void ecl_file_kw_free__( void * arg ); ecl_kw_type * ecl_file_kw_get_kw( ecl_file_kw_type * file_kw , fortio_type * fortio, inv_map_type * inv_map); + ecl_kw_type * ecl_file_kw_get_kw_ptr( ecl_file_kw_type * file_kw , fortio_type * fortio , inv_map_type * inv_map ); ecl_file_kw_type * ecl_file_kw_alloc_copy( const ecl_file_kw_type * src ); const char * ecl_file_kw_get_header( const ecl_file_kw_type * file_kw ); int ecl_file_kw_get_size( const ecl_file_kw_type * file_kw ); diff --git a/ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_grid.h b/ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_grid.h index cbd8a73f1a..2ab1448567 100644 --- a/ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_grid.h +++ b/ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_grid.h @@ -29,6 +29,7 @@ extern "C" { #include #include +#include typedef double (block_function_ftype) ( const double_vector_type *); @@ -79,7 +80,6 @@ extern "C" { ecl_grid_type * ecl_grid_alloc_GRDECL_data(int , int , int , const float * , const float * , const int * , const float * mapaxes); ecl_grid_type * ecl_grid_alloc_GRID_data(int num_coords , int nx, int ny , int nz , int coords_size , int ** coords , float ** corners , const float * mapaxes); ecl_grid_type * ecl_grid_alloc(const char * ); - bool ecl_grid_file_dims( const char * grid_filename , const char * init_restart_filename , int * dims); ecl_grid_type * ecl_grid_load_case( const char * case_input ); ecl_grid_type * ecl_grid_alloc_rectangular( int nx , int ny , int nz , double dx , double dy , double dz , const int * actnum); ecl_grid_type * ecl_grid_alloc_regular( int nx, int ny , int nz , const double * ivec, const double * jvec , const double * kvec , const int * actnum); @@ -89,6 +89,7 @@ extern "C" { void ecl_grid_free(ecl_grid_type * ); void ecl_grid_free__( void * arg ); + grid_dims_type ecl_grid_iget_dims( const ecl_grid_type * grid , int grid_nr); void ecl_grid_get_dims(const ecl_grid_type * , int *, int * , int * , int *); int ecl_grid_get_nz( const ecl_grid_type * grid ); int ecl_grid_get_nx( const ecl_grid_type * grid ); diff --git a/ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_grid_dims.h b/ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_grid_dims.h new file mode 100644 index 0000000000..b0abd146a6 --- /dev/null +++ b/ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_grid_dims.h @@ -0,0 +1,37 @@ +/* + Copyright (C) 2013 Statoil ASA, Norway. + + The file 'ecl_grid_dims.h' is part of ERT - Ensemble based Reservoir Tool. + + ERT is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + ERT is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. + + See the GNU General Public License at + for more details. +*/ + +#ifndef __ECL_GRID_DIMS_H__ +#define __ECL_GRID_DIMS_H__ +#ifdef __cplusplus +extern "C" { +#endif + +#include + + typedef struct ecl_grid_dims_struct ecl_grid_dims_type; + + ecl_grid_dims_type * ecl_grid_dims_alloc( const char * grid_file , const char * data_file); + void ecl_grid_dims_free( ecl_grid_dims_type * grid_dims ); + int ecl_grid_dims_get_num_grids( const ecl_grid_dims_type * grid_dims); + const grid_dims_type * ecl_grid_dims_iget_dims( const ecl_grid_dims_type * grid_dims , int grid_nr ); + +#ifdef __cplusplus +} +#endif +#endif diff --git a/ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_util.h b/ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_util.h index 371bd62870..7644599c9b 100644 --- a/ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_util.h +++ b/ThirdParty/Ert/devel/libecl/include/ert/ecl/ecl_util.h @@ -169,7 +169,7 @@ void ecl_util_alloc_summary_data_files(const char * path , const char void ecl_util_alloc_restart_files(const char * , const char * , char *** , int * , bool * , bool *); time_t ecl_util_get_start_date(const char * ); int ecl_util_get_num_cpu(const char * data_file); -bool ecl_util_fmt_file(const char *); +bool ecl_util_fmt_file(const char * filename , bool * __fmt_file); char * ecl_util_alloc_exfilename_anyfmt(const char * path, const char * base , ecl_file_enum file_type , bool start_fmt , int report_nr); int ecl_util_get_month_nr(const char * month_name); int ecl_util_fname_report_cmp(const void *f1, const void *f2); diff --git a/ThirdParty/Ert/devel/libecl/include/ert/ecl/fortio.h b/ThirdParty/Ert/devel/libecl/include/ert/ecl/fortio.h index 78a029cda3..87fdcfaa3d 100644 --- a/ThirdParty/Ert/devel/libecl/include/ert/ecl/fortio.h +++ b/ThirdParty/Ert/devel/libecl/include/ert/ecl/fortio.h @@ -35,8 +35,6 @@ typedef enum { FORTIO_HEADER_MISMATCH = 5 } fortio_status_type; -#define FORTIO_READ 1 -#define FORTIO_WRITE 2 typedef struct fortio_struct fortio_type; @@ -70,9 +68,13 @@ typedef struct fortio_struct fortio_type; bool fortio_fmt_file(const fortio_type *); long fortio_ftell( const fortio_type * fortio ); int fortio_fseek( fortio_type * fortio , long offset , int whence); - int fortio_get_mode( const fortio_type * fortio ); int fortio_fileno( fortio_type * fortio ); + bool fortio_fclose_stream( fortio_type * fortio ); + bool fortio_fopen_stream( fortio_type * fortio ); + bool fortio_stream_is_open( const fortio_type * fortio ); + bool fortio_assert_stream_open( fortio_type * fortio ); + #ifdef __cplusplus } #endif diff --git a/ThirdParty/Ert/devel/libecl/include/ert/ecl/grid_dims.h b/ThirdParty/Ert/devel/libecl/include/ert/ecl/grid_dims.h new file mode 100644 index 0000000000..c9adb9a4b5 --- /dev/null +++ b/ThirdParty/Ert/devel/libecl/include/ert/ecl/grid_dims.h @@ -0,0 +1,37 @@ +/* + Copyright (C) 2013 Statoil ASA, Norway. + + The file 'grid_dims.h' is part of ERT - Ensemble based Reservoir Tool. + + ERT is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + ERT is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. + + See the GNU General Public License at + for more details. +*/ + +#ifndef __GRID_DIMS_H__ +#define __GRID_DIMS_H__ +#ifdef __cplusplus +extern "C" { +#endif + +typedef struct { + int nx,ny,nz,nactive; +} grid_dims_type; + + void grid_dims_init( grid_dims_type * dims , int nx, int ny , int nz , int nactive); + grid_dims_type * grid_dims_alloc( int nx, int ny , int nz , int nactive); + void grid_dims_free( grid_dims_type * dims ); + void grid_dims_free__( void * arg); + +#ifdef __cplusplus +} +#endif +#endif diff --git a/ThirdParty/Ert/devel/libecl/src/CMakeLists.txt b/ThirdParty/Ert/devel/libecl/src/CMakeLists.txt index 309ccd43da..46a2b57f48 100644 --- a/ThirdParty/Ert/devel/libecl/src/CMakeLists.txt +++ b/ThirdParty/Ert/devel/libecl/src/CMakeLists.txt @@ -2,9 +2,9 @@ include_directories( ext ) file(GLOB ext_source "ext/*.c" ) file(GLOB ext_header "ext/*.h" ) -set( source_files ecl_rsthead.c ecl_sum_tstep.c ecl_rst_file.c ecl_init_file.c ecl_grid_cache.c smspec_node.c ecl_kw_grdecl.c ecl_file_kw.c ecl_grav.c ecl_grav_calc.c ecl_smspec.c ecl_sum_data.c ecl_util.c ecl_kw.c ecl_sum.c fortio.c ecl_rft_file.c ecl_rft_node.c ecl_grid.c ecl_coarse_cell.c ecl_box.c ecl_io_config.c ecl_file.c ecl_region.c point.c tetrahedron.c ecl_subsidence.c ecl_grav_common.c ${ext_source}) +set( source_files ecl_rsthead.c ecl_sum_tstep.c ecl_rst_file.c ecl_init_file.c ecl_grid_cache.c smspec_node.c ecl_kw_grdecl.c ecl_file_kw.c ecl_grav.c ecl_grav_calc.c ecl_smspec.c ecl_sum_data.c ecl_util.c ecl_kw.c ecl_sum.c fortio.c ecl_rft_file.c ecl_rft_node.c ecl_grid.c ecl_coarse_cell.c ecl_box.c ecl_io_config.c ecl_file.c ecl_region.c point.c tetrahedron.c ecl_subsidence.c ecl_grid_dims.c grid_dims.c ecl_grav_common.c ${ext_source}) -set( header_files ecl_rsthead.h ecl_sum_tstep.h ecl_rst_file.h ecl_init_file.h smspec_node.h ecl_grid_cache.h ecl_kw_grdecl.h ecl_file_kw.h ecl_grav.h ecl_grav_calc.h ecl_endian_flip.h ecl_smspec.h ecl_sum_data.h ecl_util.h ecl_kw.h ecl_sum.h fortio.h ecl_rft_file.h ecl_rft_node.h ecl_box.h ecl_coarse_cell.h ecl_grid.h ecl_io_config.h ecl_file.h ecl_region.h ecl_kw_magic.h ecl_subsidence.h ${ext_header} ecl_grav_common.h) +set( header_files ecl_rsthead.h ecl_sum_tstep.h ecl_rst_file.h ecl_init_file.h smspec_node.h ecl_grid_cache.h ecl_kw_grdecl.h ecl_file_kw.h ecl_grav.h ecl_grav_calc.h ecl_endian_flip.h ecl_smspec.h ecl_sum_data.h ecl_util.h ecl_kw.h ecl_sum.h fortio.h ecl_rft_file.h ecl_rft_node.h ecl_box.h ecl_coarse_cell.h ecl_grid.h ecl_io_config.h ecl_file.h ecl_region.h ecl_kw_magic.h ecl_subsidence.h ecl_grid_dims.h grid_dims.h ${ext_header} ecl_grav_common.h) diff --git a/ThirdParty/Ert/devel/libecl/src/ecl_file.c b/ThirdParty/Ert/devel/libecl/src/ecl_file.c index 6777de334f..bc04419e70 100644 --- a/ThirdParty/Ert/devel/libecl/src/ecl_file.c +++ b/ThirdParty/Ert/devel/libecl/src/ecl_file.c @@ -131,7 +131,8 @@ struct file_map_struct { stringlist_type * distinct_kw; /* A stringlist of the keywords occuring in the file - each string occurs ONLY ONCE. */ fortio_type * fortio; /* The same fortio instance pointer as in the ecl_file styructure. */ bool owner; /* Is this map the owner of the ecl_file_kw instances; only true for the global_map. */ - inv_map_type * inv_map; /* Shared reference owned by the ecl_file structure. */ + inv_map_type * inv_map; /* Shared reference owned by the ecl_file structure. */ + int flags; }; @@ -144,6 +145,7 @@ struct ecl_file_struct { file_map_type * active_map; /* The currently active index. */ vector_type * map_list; /* Storage container for the map instances. */ bool read_only; + int flags; vector_type * map_stack; inv_map_type * inv_map; }; @@ -180,7 +182,16 @@ struct ecl_file_struct { */ -static file_map_type * file_map_alloc( fortio_type * fortio , inv_map_type * inv_map , bool owner ) { +static bool FILE_FLAGS_SET( int state_flags , int query_flags) { + if ((state_flags & query_flags) == query_flags) + return true; + else + return false; +} + + + +static file_map_type * file_map_alloc( fortio_type * fortio , int flags , inv_map_type * inv_map , bool owner ) { file_map_type * file_map = util_malloc( sizeof * file_map ); file_map->kw_list = vector_alloc_new(); file_map->kw_index = hash_alloc(); @@ -188,6 +199,7 @@ static file_map_type * file_map_alloc( fortio_type * fortio , inv_map_type * inv file_map->owner = owner; file_map->fortio = fortio; file_map->inv_map = inv_map; + file_map->flags = flags; return file_map; } @@ -257,10 +269,19 @@ static ecl_file_kw_type * file_map_iget_named_file_kw( const file_map_type * fil } + static ecl_kw_type * file_map_iget_kw( const file_map_type * file_map , int index) { ecl_file_kw_type * file_kw = file_map_iget_file_kw( file_map , index ); - ecl_kw_type * ecl_kw = ecl_file_kw_get_kw( file_kw , file_map->fortio , file_map->inv_map); - + ecl_kw_type * ecl_kw = ecl_file_kw_get_kw_ptr( file_kw , file_map->fortio , file_map->inv_map); + if (!ecl_kw) { + if (fortio_assert_stream_open( file_map->fortio )) { + + ecl_kw = ecl_file_kw_get_kw( file_kw , file_map->fortio , file_map->inv_map); + + if (FILE_FLAGS_SET( file_map->flags , ECL_FILE_CLOSE_STREAM)) + fortio_fclose_stream( file_map->fortio ); + } + } return ecl_kw; } @@ -313,7 +334,17 @@ static const char * file_map_iget_header( const file_map_type * file_map , int i static ecl_kw_type * file_map_iget_named_kw( const file_map_type * file_map , const char * kw, int ith) { ecl_file_kw_type * file_kw = file_map_iget_named_file_kw( file_map , kw , ith); - return ecl_file_kw_get_kw( file_kw , file_map->fortio , file_map->inv_map ); + ecl_kw_type * ecl_kw = ecl_file_kw_get_kw_ptr( file_kw , file_map->fortio , file_map->inv_map ); + if (!ecl_kw) { + if (fortio_assert_stream_open( file_map->fortio )) { + + ecl_kw = ecl_file_kw_get_kw( file_kw , file_map->fortio , file_map->inv_map); + + if (FILE_FLAGS_SET( file_map->flags , ECL_FILE_CLOSE_STREAM)) + fortio_fclose_stream( file_map->fortio ); + } + } + return ecl_kw; } static ecl_type_enum file_map_iget_named_type( const file_map_type * file_map , const char * kw , int ith) { @@ -351,12 +382,22 @@ static void file_map_replace_kw( file_map_type * file_map , ecl_kw_type * old_kw } -static void file_map_load_all( file_map_type * file_map ) { - int index; - for (index = 0; index < vector_get_size( file_map->kw_list); index++) { - ecl_file_kw_type * ikw = vector_iget( file_map->kw_list , index ); - ecl_file_kw_get_kw( ikw , file_map->fortio , file_map->inv_map); +static bool file_map_load_all( file_map_type * file_map ) { + bool loadOK = false; + + if (fortio_assert_stream_open( file_map->fortio )) { + int index; + for (index = 0; index < vector_get_size( file_map->kw_list); index++) { + ecl_file_kw_type * ikw = vector_iget( file_map->kw_list , index ); + ecl_file_kw_get_kw( ikw , file_map->fortio , file_map->inv_map); + } + loadOK = true; } + + if (FILE_FLAGS_SET( file_map->flags , ECL_FILE_CLOSE_STREAM)) + fortio_fclose_stream( file_map->fortio ); + + return loadOK; } @@ -439,7 +480,7 @@ static void file_map_fprintf_kw_list(const file_map_type * file_map , FILE * str */ static file_map_type * file_map_alloc_blockmap(const file_map_type * file_map , const char * header, int occurence) { if (file_map_get_num_named_kw( file_map , header ) > occurence) { - file_map_type * block_map = file_map_alloc( file_map->fortio , file_map->inv_map , false); + file_map_type * block_map = file_map_alloc( file_map->fortio , file_map->flags , file_map->inv_map , false); if (file_map_has_kw( file_map , header )) { int kw_index = file_map_get_global_index( file_map , header , occurence ); ecl_file_kw_type * file_kw = vector_iget( file_map->kw_list , kw_index ); @@ -473,13 +514,13 @@ UTIL_IS_INSTANCE_FUNCTION( ecl_file , ECL_FILE_ID) -ecl_file_type * ecl_file_alloc_empty( bool read_only ) { +ecl_file_type * ecl_file_alloc_empty( int flags ) { ecl_file_type * ecl_file = util_malloc( sizeof * ecl_file ); UTIL_TYPE_ID_INIT(ecl_file , ECL_FILE_ID); ecl_file->map_list = vector_alloc_new(); ecl_file->map_stack = vector_alloc_new(); - ecl_file->read_only = read_only; ecl_file->inv_map = inv_map_alloc( ); + ecl_file->flags = flags; return ecl_file; } @@ -825,49 +866,64 @@ void ecl_file_select_global( ecl_file_type * ecl_file ) { */ -static ecl_file_type * ecl_file_open__( const char * filename , bool read_only) { - bool fmt_file = ecl_util_fmt_file( filename ); - ecl_file_type * ecl_file = ecl_file_alloc_empty( read_only ); +static ecl_file_type * ecl_file_open__( const char * filename , int flags) { + fortio_type * fortio; + bool fmt_file; + ecl_util_fmt_file( filename , &fmt_file); + //flags |= ECL_FILE_CLOSE_STREAM; // DEBUG DEBUG DEBUG - if (ecl_file->read_only) - ecl_file->fortio = fortio_open_reader( filename , fmt_file , ECL_ENDIAN_FLIP); + if (FILE_FLAGS_SET(flags , ECL_FILE_WRITABLE)) + fortio = fortio_open_readwrite( filename , fmt_file , ECL_ENDIAN_FLIP); else - ecl_file->fortio = fortio_open_readwrite( filename , fmt_file , ECL_ENDIAN_FLIP); - - ecl_file->global_map = file_map_alloc( ecl_file->fortio , ecl_file->inv_map , true ); - - ecl_file_add_map( ecl_file , ecl_file->global_map ); - ecl_file_scan( ecl_file ); - ecl_file_select_global( ecl_file ); + fortio = fortio_open_reader( filename , fmt_file , ECL_ENDIAN_FLIP); - return ecl_file; -} + if (fortio) { + ecl_file_type * ecl_file = ecl_file_alloc_empty( flags ); + ecl_file->fortio = fortio; + ecl_file->global_map = file_map_alloc( ecl_file->fortio , ecl_file->flags , ecl_file->inv_map , true ); + + ecl_file_add_map( ecl_file , ecl_file->global_map ); + ecl_file_scan( ecl_file ); + ecl_file_select_global( ecl_file ); - -ecl_file_type * ecl_file_open( const char * filename ) { - return ecl_file_open__(filename , true ); -} - -ecl_file_type * ecl_file_try_open( const char * filename) { - if (util_entry_readable( filename )) - return ecl_file_open( filename ); - else + if (FILE_FLAGS_SET( ecl_file->flags , ECL_FILE_CLOSE_STREAM)) + fortio_fclose_stream( ecl_file->fortio ); + + return ecl_file; + } else return NULL; } -/** - This function opens the file in a mode where it can be updated and - modified, but it must still exist and be readable. I.e. this should - not compared with the normal: fopen(filename , "w") where an - existing file is truncated to zero upon successfull open. -*/ -ecl_file_type * ecl_file_open_writable( const char * filename ) { - if (util_entry_readable( filename ) && util_entry_writable( filename )) - return ecl_file_open__(filename , false ); - else +ecl_file_type * ecl_file_open( const char * filename , int flags) { + ecl_file_type * ecl_file = ecl_file_open__(filename , flags ); + if (ecl_file) + return ecl_file; + else { + util_abort("%s: failed to open ECLIPSE file:%s \n",__func__ , filename); return NULL; + } +} + + +ecl_file_type * ecl_file_try_open( const char * filename, int flags) { + return ecl_file_open__(filename , flags ); +} + + + +int ecl_file_get_flags( const ecl_file_type * ecl_file ) { + return ecl_file->flags; +} + + +bool ecl_file_flags_set( const ecl_file_type * ecl_file , int flags) { + return FILE_FLAGS_SET( ecl_file->flags , flags ); +} + +bool ecl_file_writable( const ecl_file_type * ecl_file ) { + return FILE_FLAGS_SET( ecl_file->flags , ECL_FILE_WRITABLE ); } @@ -933,8 +989,8 @@ void ecl_file_fortio_detach( ecl_file_type * ecl_file ) { } -void ecl_file_load_all( ecl_file_type * ecl_file ) { - file_map_load_all( ecl_file->active_map ); +bool ecl_file_load_all( ecl_file_type * ecl_file ) { + return file_map_load_all( ecl_file->active_map ); } @@ -998,12 +1054,11 @@ int ecl_file_get_phases( const ecl_file_type * init_file ) { } +/* bool ecl_file_writable( const ecl_file_type * ecl_file ) { - if (fortio_get_mode( ecl_file->fortio ) & FORTIO_WRITE) - return true; - else - return false; + return fortio_writable( ecl_file->fortio ); } +*/ /** Checks if the ecl_file contains ecl_kw; this check is based on @@ -1040,14 +1095,33 @@ bool ecl_file_has_kw_ptr( const ecl_file_type * ecl_file , const ecl_kw_type * e open functions. */ -void ecl_file_save_kw( const ecl_file_type * ecl_file , const ecl_kw_type * ecl_kw) { +bool ecl_file_save_kw( const ecl_file_type * ecl_file , const ecl_kw_type * ecl_kw) { ecl_file_kw_type * file_kw = inv_map_get_file_kw( ecl_file->inv_map , ecl_kw ); // We just verify that the input ecl_kw points to an ecl_kw - if (file_kw != NULL) // we manage; from then on we use the reference contained in - ecl_file_kw_inplace_fwrite( file_kw , ecl_file->fortio ); // the corresponding ecl_file_kw instance. - else + if (file_kw != NULL) { // we manage; from then on we use the reference contained in + if (fortio_assert_stream_open( ecl_file->fortio )) { // the corresponding ecl_file_kw instance. + + ecl_file_kw_inplace_fwrite( file_kw , ecl_file->fortio ); + + if (FILE_FLAGS_SET( ecl_file->flags , ECL_FILE_CLOSE_STREAM)) + fortio_fclose_stream( ecl_file->fortio ); + + return true; + } else + return false; + } else { util_abort("%s: keyword pointer:%p not found in ecl_file instance. \n",__func__ , ecl_kw); + return false; + } } - +/* Small function to support Python based enum introspection. */ + +#ifdef HAVE_FORK + +const char * ecl_util_file_flags_enum_iget( int index , int * value) { + return util_enum_iget( index , ECL_FILE_FLAGS_ENUM_SIZE , (const util_enum_element_type []) { ECL_FILE_FLAGS_ENUM_DEFS }, value); +} + +#endif diff --git a/ThirdParty/Ert/devel/libecl/src/ecl_file_kw.c b/ThirdParty/Ert/devel/libecl/src/ecl_file_kw.c index cdd1ee1529..ad2dbd382f 100644 --- a/ThirdParty/Ert/devel/libecl/src/ecl_file_kw.c +++ b/ThirdParty/Ert/devel/libecl/src/ecl_file_kw.c @@ -219,7 +219,7 @@ static void ecl_file_kw_load_kw( ecl_file_kw_type * file_kw , fortio_type * fort if (file_kw->kw != NULL) ecl_file_kw_drop_kw( file_kw , inv_map ); - + { fortio_fseek( fortio , file_kw->file_offset , SEEK_SET ); file_kw->kw = ecl_kw_fread_alloc( fortio ); @@ -228,6 +228,9 @@ static void ecl_file_kw_load_kw( ecl_file_kw_type * file_kw , fortio_type * fort } } +ecl_kw_type * ecl_file_kw_get_kw_ptr( ecl_file_kw_type * file_kw , fortio_type * fortio , inv_map_type * inv_map ) { + return file_kw->kw; +} /* Will return the ecl_kw instance of this file_kw; if it is not diff --git a/ThirdParty/Ert/devel/libecl/src/ecl_grid.c b/ThirdParty/Ert/devel/libecl/src/ecl_grid.c index 56ca5a85c7..d9da99b799 100644 --- a/ThirdParty/Ert/devel/libecl/src/ecl_grid.c +++ b/ThirdParty/Ert/devel/libecl/src/ecl_grid.c @@ -38,6 +38,7 @@ #include #include #include +#include /* @@ -2055,7 +2056,7 @@ static ecl_grid_type * ecl_grid_alloc_EGRID(const char * grid_file) { if (file_type != ECL_EGRID_FILE) util_abort("%s: %s wrong file type - expected .EGRID file - aborting \n",__func__ , grid_file); { - ecl_file_type * ecl_file = ecl_file_open( grid_file ); + ecl_file_type * ecl_file = ecl_file_open( grid_file , 0); int num_grid = ecl_file_get_num_named_kw( ecl_file , GRIDHEAD_KW ); ecl_grid_type * main_grid = ecl_grid_alloc_EGRID__( NULL , ecl_file , 0 ); int grid_nr; @@ -2283,7 +2284,7 @@ static ecl_grid_type * ecl_grid_alloc_GRID(const char * grid_file) { { int cell_offset = 0; - ecl_file_type * ecl_file = ecl_file_open( grid_file ); + ecl_file_type * ecl_file = ecl_file_open( grid_file , 0); int num_grid = ecl_file_get_num_named_kw( ecl_file , DIMENS_KW); ecl_grid_type * main_grid; int grid_nr; @@ -2395,108 +2396,6 @@ ecl_grid_type * ecl_grid_alloc(const char * grid_file ) { return ecl_grid; } -static void ecl_grid_file_nactive_dims( fortio_type * data_fortio , int * dims) { - if (data_fortio) { - if (ecl_kw_fseek_kw( INTEHEAD_KW , false , false , data_fortio )) { - ecl_kw_type * intehead_kw = ecl_kw_fread_alloc( data_fortio ); - dims[3] = ecl_kw_iget_int( intehead_kw , INTEHEAD_NACTIVE_INDEX ); - ecl_kw_free( intehead_kw ); - } - } -} - - -static bool ecl_grid_file_EGRID_dims( fortio_type * grid_fortio , fortio_type * data_fortio , int * dims ) { - - if (ecl_kw_fseek_kw( GRIDHEAD_KW , false , false , grid_fortio)) { - { - ecl_kw_type * gridhead_kw = ecl_kw_fread_alloc( grid_fortio ); - dims[0] = ecl_kw_iget_int( gridhead_kw , GRIDHEAD_NX_INDEX ); - dims[1] = ecl_kw_iget_int( gridhead_kw , GRIDHEAD_NY_INDEX ); - dims[2] = ecl_kw_iget_int( gridhead_kw , GRIDHEAD_NZ_INDEX ); - - ecl_kw_free( gridhead_kw ); - } - ecl_grid_file_nactive_dims( data_fortio , dims ); - return true; - } else - return false; - -} - -static bool ecl_grid_file_GRID_dims( fortio_type * grid_fortio , fortio_type * data_fortio , int * dims ) { - - if (ecl_kw_fseek_kw( DIMENS_KW , false , false , grid_fortio)) { - { - ecl_kw_type * dimens_kw = ecl_kw_fread_alloc( grid_fortio ); - dims[0] = ecl_kw_iget_int( dimens_kw , DIMENS_NX_INDEX ); - dims[1] = ecl_kw_iget_int( dimens_kw , DIMENS_NY_INDEX ); - dims[2] = ecl_kw_iget_int( dimens_kw , DIMENS_NZ_INDEX ); - - ecl_kw_free( dimens_kw ); - } - - ecl_grid_file_nactive_dims( data_fortio , dims ); - return true; - } else - return false; - -} - -/** - Will check the grid dimensions from the input grid file - @grid_filename; the input file must be a GRID/EGRID file. On exit - the dims array will be filled as: - - dims[0] = nx; - dims[1] = ny; - dims[2] = nz; - - Optionally you can in addition supply the name of a restart or INIT - file in the second file argument - if-and-only-if, that filename - points to an existing file the fourth element in the dims array - will be set as: - - dims[3] = nactive; - - The function as a whole will return true if the grid dimensions - (nx,ny,nz) are sucessfully set. If the dimensions are not set the - dims vector is not touched. -*/ - - - -bool ecl_grid_file_dims( const char * grid_filename , const char * init_restart_filename , int * dims) { - bool input_file_OK = false; - bool grid_fmt_file; - ecl_file_enum grid_file_type = ecl_util_get_file_type( grid_filename , &grid_fmt_file , NULL ); - - if ((grid_file_type == ECL_GRID_FILE) || (grid_file_type == ECL_EGRID_FILE)) { - fortio_type * grid_fortio = fortio_open_reader( grid_filename , grid_fmt_file , ECL_ENDIAN_FLIP ); - if (grid_fortio) { - fortio_type * data_fortio = NULL; - bool data_fmt_file; - - if (init_restart_filename) { - ecl_file_enum data_file_type = ecl_util_get_file_type( init_restart_filename , &data_fmt_file , NULL ); - data_fortio = fortio_open_reader( init_restart_filename , data_fmt_file , ECL_ENDIAN_FLIP ); - } - - - if (grid_file_type == ECL_GRID_FILE) - input_file_OK = ecl_grid_file_GRID_dims( grid_fortio , data_fortio , dims ); - else - input_file_OK = ecl_grid_file_EGRID_dims( grid_fortio , data_fortio , dims ); - - if (data_fortio) - fortio_fclose( data_fortio ); - - fortio_fclose( grid_fortio ); - } - } - - return input_file_OK; -} @@ -3019,6 +2918,26 @@ int ecl_grid_get_nactive( const ecl_grid_type * grid ) { return grid->total_active; } + +grid_dims_type ecl_grid_iget_dims( const ecl_grid_type * grid , int grid_nr) { + grid_dims_type dims; + ecl_grid_type * lgr; + + if (grid_nr == 0) + lgr = grid; + else + lgr = ecl_grid_iget_lgr( grid , grid_nr - 1 ); + + dims.nx = lgr->nx; + dims.ny = lgr->ny; + dims.nz = lgr->nz; + dims.nactive = lgr->total_active; + + return dims; +} + + + int ecl_grid_get_nactive_fracture( const ecl_grid_type * grid ) { return grid->total_active_fracture; } diff --git a/ThirdParty/Ert/devel/libecl/src/ecl_grid_dims.c b/ThirdParty/Ert/devel/libecl/src/ecl_grid_dims.c new file mode 100644 index 0000000000..23d4b40838 --- /dev/null +++ b/ThirdParty/Ert/devel/libecl/src/ecl_grid_dims.c @@ -0,0 +1,149 @@ +/* + Copyright (C) 2013 Statoil ASA, Norway. + + The file 'ecl_grid_dims.c' is part of ERT - Ensemble based Reservoir Tool. + + ERT is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + ERT is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. + + See the GNU General Public License at + for more details. +*/ +#include +#include + +#include +#include + +#include +#include +#include +#include +#include +#include + + +struct ecl_grid_dims_struct { + vector_type * dims_list; +}; + + + +static void ecl_grid_dims_read_EGRID( ecl_grid_dims_type * grid_dims , fortio_type * grid_fortio , fortio_type * data_fortio ) { + while (ecl_kw_fseek_kw( GRIDHEAD_KW , false , false , grid_fortio)) { + grid_dims_type * dims; + { + ecl_kw_type * gridhead_kw = ecl_kw_fread_alloc( grid_fortio ); + + int nx = ecl_kw_iget_int( gridhead_kw , GRIDHEAD_NX_INDEX ); + int ny = ecl_kw_iget_int( gridhead_kw , GRIDHEAD_NY_INDEX ); + int nz = ecl_kw_iget_int( gridhead_kw , GRIDHEAD_NZ_INDEX ); + + dims = grid_dims_alloc( nx , ny , nz , 0 ); + ecl_kw_free( gridhead_kw ); + } + + if (data_fortio) { + if (ecl_kw_fseek_kw( INTEHEAD_KW , false , false , data_fortio )) { + ecl_kw_type * intehead_kw = ecl_kw_fread_alloc( data_fortio ); + dims->nactive = ecl_kw_iget_int( intehead_kw , INTEHEAD_NACTIVE_INDEX ); + ecl_kw_free( intehead_kw ); + } + } + + vector_append_owned_ref( grid_dims->dims_list , dims, grid_dims_free__ ); + } +} + + + +static void ecl_grid_dims_read_GRID( ecl_grid_dims_type * grid_dims , fortio_type * grid_fortio , fortio_type * data_fortio ) { + while (ecl_kw_fseek_kw( DIMENS_KW , false , false , grid_fortio)) { + grid_dims_type * dims; + { + ecl_kw_type * dimens_kw = ecl_kw_fread_alloc( grid_fortio ); + + int nx = ecl_kw_iget_int( dimens_kw , DIMENS_NX_INDEX ); + int ny = ecl_kw_iget_int( dimens_kw , DIMENS_NY_INDEX ); + int nz = ecl_kw_iget_int( dimens_kw , DIMENS_NZ_INDEX ); + + dims = grid_dims_alloc( nx , ny , nz , 0 ); + ecl_kw_free( dimens_kw ); + } + + if (data_fortio) { + if (ecl_kw_fseek_kw( INTEHEAD_KW , false , false , data_fortio )) { + ecl_kw_type * intehead_kw = ecl_kw_fread_alloc( data_fortio ); + dims->nactive = ecl_kw_iget_int( intehead_kw , INTEHEAD_NACTIVE_INDEX ); + ecl_kw_free( intehead_kw ); + } + } + + vector_append_owned_ref( grid_dims->dims_list , dims, grid_dims_free__ ); + } +} + + + + +ecl_grid_dims_type * ecl_grid_dims_alloc( const char * grid_file , const char * data_file) { + ecl_grid_dims_type * grid_dims = NULL; + bool grid_fmt_file; + ecl_file_enum grid_file_type = ecl_util_get_file_type( grid_file , &grid_fmt_file , NULL ); + + + if ((grid_file_type == ECL_GRID_FILE) || (grid_file_type == ECL_EGRID_FILE)) { + fortio_type * grid_fortio = fortio_open_reader( grid_file , grid_fmt_file , ECL_ENDIAN_FLIP ); + if (grid_fortio) { + grid_dims = util_malloc( sizeof * grid_dims ); + grid_dims->dims_list = vector_alloc_new( ); + + { + fortio_type * data_fortio = NULL; + bool data_fmt_file; + + if (data_file) { + ecl_util_get_file_type( data_file , &data_fmt_file , NULL ); + data_fortio = fortio_open_reader( data_file , data_fmt_file , ECL_ENDIAN_FLIP ); + } + + + if (grid_file_type == ECL_EGRID_FILE) + ecl_grid_dims_read_EGRID( grid_dims , grid_fortio , data_fortio ); + else + ecl_grid_dims_read_GRID( grid_dims , grid_fortio , data_fortio ); + + if (data_fortio) + fortio_fclose( data_fortio ); + + } + fortio_fclose( grid_fortio ); + } + } + + return grid_dims; +} + + +void ecl_grid_dims_free( ecl_grid_dims_type * grid_dims ) { + vector_free( grid_dims->dims_list ); + free( grid_dims ); +} + + + +int ecl_grid_dims_get_num_grids( const ecl_grid_dims_type * grid_dims ) { + return vector_get_size( grid_dims->dims_list ); +} + + +const grid_dims_type * ecl_grid_dims_iget_dims( const ecl_grid_dims_type * grid_dims , int grid_nr ) { + return vector_iget_const( grid_dims->dims_list , grid_nr ); +} + diff --git a/ThirdParty/Ert/devel/libecl/src/ecl_rft_file.c b/ThirdParty/Ert/devel/libecl/src/ecl_rft_file.c index aae99c02e9..f65f0e6937 100644 --- a/ThirdParty/Ert/devel/libecl/src/ecl_rft_file.c +++ b/ThirdParty/Ert/devel/libecl/src/ecl_rft_file.c @@ -91,7 +91,7 @@ static void ecl_rft_file_add_node(ecl_rft_file_type * rft_vector , const ecl_rft ecl_rft_file_type * ecl_rft_file_alloc(const char * filename) { ecl_rft_file_type * rft_vector = ecl_rft_file_alloc_empty( filename ); - ecl_file_type * ecl_file = ecl_file_open( filename ); + ecl_file_type * ecl_file = ecl_file_open( filename , 0); int global_index = 0; int block_nr = 0; diff --git a/ThirdParty/Ert/devel/libecl/src/ecl_rst_file.c b/ThirdParty/Ert/devel/libecl/src/ecl_rst_file.c index 6549e85922..98e6e4506f 100644 --- a/ThirdParty/Ert/devel/libecl/src/ecl_rst_file.c +++ b/ThirdParty/Ert/devel/libecl/src/ecl_rst_file.c @@ -44,13 +44,18 @@ struct ecl_rst_file_struct { static ecl_rst_file_type * ecl_rst_file_alloc( const char * filename ) { - bool fmt_file = ecl_util_fmt_file( filename ); bool unified = ecl_util_unified_file( filename ); + bool fmt_file; ecl_rst_file_type * rst_file = util_malloc( sizeof * rst_file ); - rst_file->unified = unified; - rst_file->fmt_file = fmt_file; - return rst_file; + if (ecl_util_fmt_file( filename , &fmt_file)) { + rst_file->unified = unified; + rst_file->fmt_file = fmt_file; + return rst_file; + } else { + util_abort("%s: invalid restart filename:%s - could not determine formatted/unformatted status\n",__func__ , filename); + return NULL; + } } /** diff --git a/ThirdParty/Ert/devel/libecl/src/ecl_rstfile.c b/ThirdParty/Ert/devel/libecl/src/ecl_rstfile.c index a87989410d..3ac67ccc9b 100644 --- a/ThirdParty/Ert/devel/libecl/src/ecl_rstfile.c +++ b/ThirdParty/Ert/devel/libecl/src/ecl_rstfile.c @@ -398,8 +398,8 @@ bool ecl_file_select_rstblock_report_step( ecl_file_type * ecl_file , int report /******************************************************************/ -static ecl_file_type * ecl_file_open_rstblock_report_step__( const char * filename , int report_step , bool read_only) { - ecl_file_type * ecl_file = ecl_file_open__( filename , read_only); +static ecl_file_type * ecl_file_open_rstblock_report_step__( const char * filename , int report_step , int flags) { + ecl_file_type * ecl_file = ecl_file_open__( filename , flags ); if (!ecl_file_select_rstblock_report_step( ecl_file , report_step )) { ecl_file_close( ecl_file ); ecl_file = NULL; @@ -407,18 +407,15 @@ static ecl_file_type * ecl_file_open_rstblock_report_step__( const char * filena return ecl_file; } -ecl_file_type * ecl_file_open_rstblock_report_step( const char * filename , int report_step ) { - return ecl_file_open_rstblock_report_step__(filename , report_step , true ); +ecl_file_type * ecl_file_open_rstblock_report_step( const char * filename , int report_step , int flags) { + return ecl_file_open_rstblock_report_step__(filename , report_step , flags ); } -ecl_file_type * ecl_file_open_rstblock_report_step_writable( const char * filename , int report_step ) { - return ecl_file_open_rstblock_report_step__(filename , report_step , false); -} /******************************************************************/ -static ecl_file_type * ecl_file_open_rstblock_sim_time__( const char * filename , time_t sim_time, bool read_only) { - ecl_file_type * ecl_file = ecl_file_open__( filename , read_only); +static ecl_file_type * ecl_file_open_rstblock_sim_time__( const char * filename , time_t sim_time, int flags ) { + ecl_file_type * ecl_file = ecl_file_open__( filename , flags ); if (!ecl_file_select_rstblock_sim_time( ecl_file , sim_time)) { ecl_file_close( ecl_file ); ecl_file = NULL; @@ -426,18 +423,14 @@ static ecl_file_type * ecl_file_open_rstblock_sim_time__( const char * filename return ecl_file; } -ecl_file_type * ecl_file_open_rstblock_sim_time( const char * filename , time_t sim_time) { - return ecl_file_open_rstblock_sim_time__( filename , sim_time , true ); -} - -ecl_file_type * ecl_file_open_rstblock_sim_time_writable( const char * filename , time_t sim_time) { - return ecl_file_open_rstblock_sim_time__( filename , sim_time , false ); +ecl_file_type * ecl_file_open_rstblock_sim_time( const char * filename , time_t sim_time, int flags) { + return ecl_file_open_rstblock_sim_time__( filename , sim_time , flags ); } /******************************************************************/ -static ecl_file_type * ecl_file_iopen_rstblock__( const char * filename , int seqnum_index, bool read_only) { - ecl_file_type * ecl_file = ecl_file_open__( filename , read_only); +static ecl_file_type * ecl_file_iopen_rstblock__( const char * filename , int seqnum_index, int flags ) { + ecl_file_type * ecl_file = ecl_file_open__( filename , flags ); if (!ecl_file_iselect_rstblock( ecl_file , seqnum_index )) { ecl_file_close( ecl_file ); ecl_file = NULL; @@ -446,13 +439,8 @@ static ecl_file_type * ecl_file_iopen_rstblock__( const char * filename , int se } -ecl_file_type * ecl_file_iopen_rstblock( const char * filename , int seqnum_index) { - return ecl_file_iopen_rstblock__(filename , seqnum_index , true); -} - - -ecl_file_type * ecl_file_iopen_rstblock_writable( const char * filename , int seqnum_index) { - return ecl_file_iopen_rstblock__(filename , seqnum_index , false); +ecl_file_type * ecl_file_iopen_rstblock( const char * filename , int seqnum_index , int flags) { + return ecl_file_iopen_rstblock__(filename , seqnum_index , flags ); } diff --git a/ThirdParty/Ert/devel/libecl/src/ecl_smryfile.c b/ThirdParty/Ert/devel/libecl/src/ecl_smryfile.c index 64f6f31283..143b435dec 100644 --- a/ThirdParty/Ert/devel/libecl/src/ecl_smryfile.c +++ b/ThirdParty/Ert/devel/libecl/src/ecl_smryfile.c @@ -26,9 +26,8 @@ bool ecl_file_select_smryblock( ecl_file_type * ecl_file , int report_step ) { } -ecl_file_type * ecl_file_open_smryblock( const char * filename , int report_step ) { - bool read_only = true; - ecl_file_type * ecl_file = ecl_file_open__( filename , read_only ); +ecl_file_type * ecl_file_open_smryblock( const char * filename , int report_step , int flags) { + ecl_file_type * ecl_file = ecl_file_open__( filename , flags ); if (!ecl_file_select_smryblock( ecl_file , report_step )) { ecl_file_close( ecl_file ); ecl_file = NULL; diff --git a/ThirdParty/Ert/devel/libecl/src/ecl_smspec.c b/ThirdParty/Ert/devel/libecl/src/ecl_smspec.c index 669ffe34b8..14e8063fc1 100644 --- a/ThirdParty/Ert/devel/libecl/src/ecl_smspec.c +++ b/ThirdParty/Ert/devel/libecl/src/ecl_smspec.c @@ -919,7 +919,7 @@ static void ecl_smspec_load_restart( ecl_smspec_type * ecl_smspec , const ecl_fi nevertheless prevents against a recursive death. */ if (!stringlist_contains( ecl_smspec->restart_list , restart_base)) { - ecl_file_type * restart_header = ecl_file_open( smspec_header ); + ecl_file_type * restart_header = ecl_file_open( smspec_header , 0); if (ecl_smspec_file_equal( header , restart_header)) { stringlist_insert_copy( ecl_smspec->restart_list , 0 , restart_base ); @@ -1034,7 +1034,7 @@ const int_vector_type * ecl_smspec_get_index_map( const ecl_smspec_type * smspec static void ecl_smspec_fread_header(ecl_smspec_type * ecl_smspec, const char * header_file , bool include_restart) { - ecl_file_type * header = ecl_file_open( header_file ); + ecl_file_type * header = ecl_file_open( header_file , 0); { ecl_kw_type *wells = ecl_file_iget_named_kw(header, WGNAMES_KW , 0); ecl_kw_type *keywords = ecl_file_iget_named_kw(header, KEYWORDS_KW , 0); diff --git a/ThirdParty/Ert/devel/libecl/src/ecl_sum_data.c b/ThirdParty/Ert/devel/libecl/src/ecl_sum_data.c index ab087a0a27..db0644bd9a 100644 --- a/ThirdParty/Ert/devel/libecl/src/ecl_sum_data.c +++ b/ThirdParty/Ert/devel/libecl/src/ecl_sum_data.c @@ -949,13 +949,13 @@ static void ecl_sum_data_fread__( ecl_sum_data_type * data , time_t load_end , c if (file_type != ECL_SUMMARY_FILE) util_abort("%s: file:%s has wrong type \n",__func__ , data_file); { - ecl_file_type * ecl_file = ecl_file_open( data_file ); + ecl_file_type * ecl_file = ecl_file_open( data_file , 0); ecl_sum_data_add_ecl_file( data , load_end , report_step , ecl_file , data->smspec); ecl_file_close( ecl_file ); } } } else if (file_type == ECL_UNIFIED_SUMMARY_FILE) { - ecl_file_type * ecl_file = ecl_file_open( stringlist_iget(filelist ,0 )); + ecl_file_type * ecl_file = ecl_file_open( stringlist_iget(filelist ,0 ) , 0); int report_step = 1; /* <- ECLIPSE numbering - starting at 1. */ while (true) { /* diff --git a/ThirdParty/Ert/devel/libecl/src/ecl_util.c b/ThirdParty/Ert/devel/libecl/src/ecl_util.c index b41e6a4d4f..92f3dde9c5 100644 --- a/ThirdParty/Ert/devel/libecl/src/ecl_util.c +++ b/ThirdParty/Ert/devel/libecl/src/ecl_util.c @@ -702,29 +702,31 @@ bool ecl_util_unified_file(const char *filename) { } -bool ecl_util_fmt_file(const char *filename) { +bool ecl_util_fmt_file(const char *filename , bool * __fmt_file) { /*const int min_size = 32768;*/ const int min_size = 256; /* Veeeery small */ int report_nr; ecl_file_enum file_type; - + bool status = true; bool fmt_file; + if (util_file_exists(filename)) { file_type = ecl_util_get_file_type(filename , &fmt_file , &report_nr); if (file_type == ECL_OTHER_FILE) { if (util_file_size(filename) > min_size) fmt_file = util_fmt_bit8(filename); else - util_abort("%s: sorry could not determine formatted|unformatted of file:%s file_size:%d - aborting \n",__func__ , filename , util_file_size(filename)); + status = false; // Do not know ?? } } else { file_type = ecl_util_get_file_type(filename , &fmt_file , &report_nr); if (file_type == ECL_OTHER_FILE) - util_abort("%s: sorry could not determine formatted|unformatted of file:%s - aborting \n",__func__ , filename); + status = false; // Do not know ?? } - - return fmt_file; + + *__fmt_file = fmt_file; + return status; } @@ -1401,4 +1403,5 @@ const char * ecl_util_phase_enum_iget( int index, int * value) { const char * ecl_util_type_enum_iget( int index, int * value) { return util_enum_iget( index , ECL_TYPE_ENUM_SIZE , (const util_enum_element_type []) { ECL_TYPE_ENUM_DEFS }, value); } + #endif diff --git a/ThirdParty/Ert/devel/libecl/src/fortio.c b/ThirdParty/Ert/devel/libecl/src/fortio.c index 2fb6131f8a..cece604fbd 100644 --- a/ThirdParty/Ert/devel/libecl/src/fortio.c +++ b/ThirdParty/Ert/devel/libecl/src/fortio.c @@ -71,22 +71,26 @@ fwrite() from the standard library. struct fortio_struct { FILE * stream; char * filename; - int active_header; - int rec_nr; bool endian_flip_header; bool fmt_file; /* This is not really used by the fortio instance - but it is very convenient to store it here. */ - int mode; + const char * fopen_mode; + bool stream_owner; + + /* Internal variables used during partial read.*/ + int active_header; + int rec_nr; }; -static fortio_type * fortio_alloc__(const char *filename , bool fmt_file , bool endian_flip_header) { - fortio_type * fortio = (fortio_type *) util_malloc(sizeof * fortio ); +static fortio_type * fortio_alloc__(const char *filename , bool fmt_file , bool endian_flip_header , bool stream_owner) { + fortio_type * fortio = util_malloc(sizeof * fortio ); fortio->filename = util_alloc_string_copy(filename); fortio->endian_flip_header = endian_flip_header; fortio->active_header = 0; fortio->rec_nr = 0; fortio->fmt_file = fmt_file; + fortio->stream_owner = stream_owner; return fortio; } @@ -218,65 +222,187 @@ bool fortio_guess_endian_flip(const char * filename , bool * _endian_flip) { fortio_type * fortio_alloc_FILE_wrapper(const char *filename , bool endian_flip_header , bool fmt_file , FILE * stream) { - fortio_type * fortio = fortio_alloc__(filename , fmt_file , endian_flip_header); + fortio_type * fortio = fortio_alloc__(filename , fmt_file , endian_flip_header , false); fortio->stream = stream; return fortio; } +/*****************************************************************/ +/* + Observe that the stream open functions accept a failure, and call + the fopen() function driectly. +*/ + +static const char * fortio_fopen_read_mode( bool fmt_file ) { + if (fmt_file) + return READ_MODE_TXT; + else + return READ_MODE_BINARY; +} + +static FILE * fortio_fopen_read( const char * filename , bool fmt_file ) { + FILE * stream; + const char * mode = fortio_fopen_read_mode( fmt_file ); + stream = fopen(filename , mode); + return stream; +} + + +static const char * fortio_fopen_write_mode( bool fmt_file ) { + if (fmt_file) + return WRITE_MODE_TXT; + else + return WRITE_MODE_BINARY; +} + +static FILE * fortio_fopen_write( const char * filename , bool fmt_file ) { + FILE * stream; + const char * mode = fortio_fopen_write_mode( fmt_file ); + stream = fopen(filename , mode); + return stream; +} + + + + +static const char * fortio_fopen_readwrite_mode( bool fmt_file ) { + if (fmt_file) + return READ_WRITE_MODE_TXT; + else + return READ_WRITE_MODE_BINARY; +} + +static FILE * fortio_fopen_readwrite( const char * filename , bool fmt_file ) { + FILE * stream; + const char * mode = fortio_fopen_readwrite_mode( fmt_file ); + stream = fopen(filename , mode); + return stream; +} + + +static const char * fortio_fopen_append_mode( bool fmt_file ) { + if (fmt_file) + return APPEND_MODE_TXT; + else + return APPEND_MODE_BINARY; +} + + +static FILE * fortio_fopen_append( const char * filename , bool fmt_file ) { + FILE * stream; + const char * mode = fortio_fopen_append_mode( fmt_file ); + stream = fopen(filename , mode); + return stream; +} + + + +/*****************************************************************/ + + fortio_type * fortio_open_reader(const char *filename , bool fmt_file , bool endian_flip_header) { - fortio_type *fortio = fortio_alloc__(filename , fmt_file , endian_flip_header); - - if (fmt_file) - fortio->stream = util_fopen(fortio->filename , READ_MODE_TXT); - else - fortio->stream = util_fopen(fortio->filename , READ_MODE_BINARY); - fortio->mode = FORTIO_READ; - return fortio; + FILE * stream = fortio_fopen_read( filename , fmt_file ); + if (stream) { + fortio_type *fortio = fortio_alloc__(filename , fmt_file , endian_flip_header , true); + fortio->stream = stream; + fortio->fopen_mode = fortio_fopen_read_mode( fmt_file ); + return fortio; + } else + return NULL; } + + + fortio_type * fortio_open_writer(const char *filename , bool fmt_file , bool endian_flip_header ) { - fortio_type *fortio = fortio_alloc__(filename , fmt_file , endian_flip_header); - - if (fmt_file) - fortio->stream = util_fopen(fortio->filename , WRITE_MODE_TXT); - else - fortio->stream = util_fopen(fortio->filename , WRITE_MODE_BINARY); - fortio->mode = FORTIO_WRITE; - - return fortio; + FILE * stream = fortio_fopen_write( filename , fmt_file ); + if (stream) { + fortio_type *fortio = fortio_alloc__(filename , fmt_file , endian_flip_header, true); + fortio->stream = stream; + fortio->fopen_mode = fortio_fopen_write_mode( fmt_file ); + return fortio; + } else + return NULL; } + fortio_type * fortio_open_readwrite(const char *filename , bool fmt_file , bool endian_flip_header) { - fortio_type *fortio = fortio_alloc__(filename , fmt_file , endian_flip_header); - - if (fmt_file) - fortio->stream = util_fopen(fortio->filename , READ_WRITE_MODE_TXT); - else - fortio->stream = util_fopen(fortio->filename , READ_WRITE_MODE_BINARY); - - fortio->mode = FORTIO_READ + FORTIO_WRITE; - return fortio; + FILE * stream = fortio_fopen_readwrite( filename , fmt_file ); + if (stream) { + fortio_type *fortio = fortio_alloc__(filename , fmt_file , endian_flip_header , true); + fortio->stream = stream; + fortio->fopen_mode = fortio_fopen_readwrite_mode( fmt_file ); + return fortio; + } else + return NULL; } fortio_type * fortio_open_append(const char *filename , bool fmt_file , bool endian_flip_header) { - fortio_type *fortio = fortio_alloc__(filename , fmt_file , endian_flip_header); + FILE * stream = fortio_fopen_append( filename , fmt_file ); + if (stream) { + fortio_type *fortio = fortio_alloc__(filename , fmt_file , endian_flip_header , true); + fortio->stream = stream; + fortio->fopen_mode = fortio_fopen_append_mode( fmt_file ); + return fortio; + } else + return NULL; +} +/*****************************************************************/ - if (fmt_file) - fortio->stream = util_fopen(fortio->filename , APPEND_MODE_TXT); - else - fortio->stream = util_fopen(fortio->filename , APPEND_MODE_BINARY); - - fortio->mode = FORTIO_WRITE; - return fortio; +bool fortio_fclose_stream( fortio_type * fortio ) { + if (fortio->stream_owner) { + if (fortio->stream) { + int fclose_return = fclose( fortio->stream ); + fortio->stream = NULL; + if (fclose_return == 0) + return true; + else + return false; + } else + return false; // Already closed. + } else + return false; } +bool fortio_fopen_stream( fortio_type * fortio ) { + if (fortio->stream == NULL) { + fortio->stream = fopen( fortio->filename , fortio->fopen_mode ); + if (fortio->stream) + return true; + else + return false; + } else + return false; +} + + +bool fortio_stream_is_open( const fortio_type * fortio ) { + if (fortio->stream) + return true; + else + return false; +} + + +bool fortio_assert_stream_open( fortio_type * fortio ) { + if (fortio->stream) + return true; + else { + fortio_fopen_stream( fortio ); + return fortio_stream_is_open( fortio ); + } +} + + +/*****************************************************************/ + static void fortio_free__(fortio_type * fortio) { - if (fortio->filename != NULL) free(fortio->filename); + util_safe_free(fortio->filename); free(fortio); } @@ -286,7 +412,11 @@ void fortio_free_FILE_wrapper(fortio_type * fortio) { void fortio_fclose(fortio_type *fortio) { - fclose(fortio->stream); + if (fortio->stream) { + fclose(fortio->stream); + fortio->stream = NULL; + } + fortio_free__(fortio); } @@ -341,40 +471,6 @@ int fortio_init_read(fortio_type *fortio) { -// util_fread_int: read failed: No such file or directory -// -// **************************************************************************** -// ** ** -// ** A fatal error occured, and we have to abort. ** -// ** ** -// ** We now *try* to provide a backtrace, which would be very useful ** -// ** when debugging. The process of making a (human readable) backtrace ** -// ** is quite complex, among other things it involves several calls to the ** -// ** external program addr2line. We have arrived here because the program ** -// ** state is already quite broken, so the backtrace might be (seriously) ** -// ** broken as well. ** -// ** ** -// **************************************************************************** -// Current executable : /private/joaho/EnKF/devel/EnKF/libecl/applications/summary.x -// -------------------------------------------------------------------------------- -// #00 util_abort (..) in /private/joaho/EnKF/devel/EnKF/libutil/src/util.c:4604 -// #01 util_fread_int (..) in /private/joaho/EnKF/devel/EnKF/libutil/src/util.c:3423 -// #02 fortio_complete_read (..) in libecl/src/fortio.c:275 -// #03 fortio_fread_record (..) in libecl/src/fortio.c:297 -// #04 fortio_fread_buffer (..) in libecl/src/fortio.c:313 -// #05 ecl_kw_fread_data (..) in libecl/src/ecl_kw.c:745 -// #06 ecl_kw_fread_realloc (..) in libecl/src/ecl_kw.c:996 -// #07 ecl_kw_fread_alloc (..) in libecl/src/ecl_kw.c:1017 -// #08 ecl_file_fread_alloc_fortio(..) in /private/joaho/EnKF/devel/EnKF/libecl/src/ecl_file.c:206 -// #09 ecl_file_fread_alloc (..) in /private/joaho/EnKF/devel/EnKF/libecl/src/ecl_file.c:265 -// #10 ecl_sum_data_fread__ (..) in /private/joaho/EnKF/devel/EnKF/libecl/src/ecl_sum_data.c:693 -// #11 ecl_sum_data_fread_alloc (..) in /private/joaho/EnKF/devel/EnKF/libecl/src/ecl_sum_data.c:733 -// #12 ecl_sum_fread_alloc__ (..) in libecl/src/ecl_sum.c:58 -// #13 ecl_sum_fread_alloc_case__ (..) in libecl/src/ecl_sum.c:149 -// #14 main (..) in /private/joaho/EnKF/devel/EnKF/libecl/applications/view_summary.c:144 -// #15 ?? (..) in ??:0 -// #16 _start (..) in ??:0 - void fortio_complete_read(fortio_type *fortio) { @@ -400,10 +496,10 @@ void fortio_complete_read(fortio_type *fortio) { int fortio_fread_record(fortio_type *fortio, char *buffer) { fortio_init_read(fortio); { - int record_size = fortio->active_header; /* This is reset in fortio_complete_read - must store it for the return. */ - util_fread(buffer , 1 , fortio->active_header , fortio->stream , __func__); - fortio_complete_read(fortio); - return record_size; + int record_size = fortio->active_header; /* This is reset in fortio_complete_read - must store it for the return. */ + util_fread(buffer , 1 , fortio->active_header , fortio->stream , __func__); + fortio_complete_read(fortio); + return record_size; } } @@ -620,6 +716,7 @@ int fortio_fileno( fortio_type * fortio ) { } + /*****************************************************************/ void fortio_fflush(fortio_type * fortio) { fflush( fortio->stream); } FILE * fortio_get_FILE(const fortio_type *fortio) { return fortio->stream; } @@ -628,4 +725,4 @@ int fortio_get_record_size(const fortio_type *fortio) { return fortio- bool fortio_fmt_file(const fortio_type *fortio) { return fortio->fmt_file; } void fortio_rewind(const fortio_type *fortio) { rewind(fortio->stream); } const char * fortio_filename_ref(const fortio_type * fortio) { return (const char *) fortio->filename; } -int fortio_get_mode( const fortio_type * fortio ) { return fortio->mode; } + diff --git a/ThirdParty/Ert/devel/libecl/src/grid_dims.c b/ThirdParty/Ert/devel/libecl/src/grid_dims.c new file mode 100644 index 0000000000..0d013fd5a8 --- /dev/null +++ b/ThirdParty/Ert/devel/libecl/src/grid_dims.c @@ -0,0 +1,51 @@ +/* + Copyright (C) 2013 Statoil ASA, Norway. + + The file 'grid_dims.c' is part of ERT - Ensemble based Reservoir Tool. + + ERT is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + ERT is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. + + See the GNU General Public License at + for more details. +*/ + +#include + +#include + +#include + + +void grid_dims_init( grid_dims_type * dims , int nx, int ny , int nz , int nactive) { + dims->nx = nx; + dims->ny = ny; + dims->nz = nz; + dims->nactive = nactive; +} + + + +grid_dims_type * grid_dims_alloc( int nx, int ny , int nz , int nactive) { + grid_dims_type * dims = util_malloc( sizeof * dims ); + grid_dims_init( dims , nx , ny , nz , nactive ); + return dims; +} + + + +void grid_dims_free( grid_dims_type * dims ) { + free( dims ); +} + + +void grid_dims_free__( void * arg) { + grid_dims_type * grid_dims = (grid_dims_type * ) arg; + grid_dims_free( grid_dims ); +} diff --git a/ThirdParty/Ert/devel/libecl/tests/CMakeLists.txt b/ThirdParty/Ert/devel/libecl/tests/CMakeLists.txt index b4beb6f651..280b67ca70 100644 --- a/ThirdParty/Ert/devel/libecl/tests/CMakeLists.txt +++ b/ThirdParty/Ert/devel/libecl/tests/CMakeLists.txt @@ -20,6 +20,21 @@ target_link_libraries( ecl_grid_simple ecl ) add_test( ecl_grid_simple ${EXECUTABLE_OUTPUT_PATH}/ecl_grid_simple ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/Gurbat/ECLIPSE.EGRID ) +add_executable( ecl_grid_dims ecl_grid_dims.c ) +target_link_libraries( ecl_grid_dims ecl ) + +add_test( ecl_grid_dims0 ${EXECUTABLE_OUTPUT_PATH}/ecl_grid_dims ) +add_test( ecl_grid_dims1 ${EXECUTABLE_OUTPUT_PATH}/ecl_grid_dims ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/Gurbat/ECLIPSE.EGRID ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/Gurbat/ECLIPSE.INIT ) +add_test( ecl_grid_dims2 ${EXECUTABLE_OUTPUT_PATH}/ecl_grid_dims ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/Gurbat/ECLIPSE.GRID ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/Gurbat/ECLIPSE.INIT) +add_test( ecl_grid_dims3 ${EXECUTABLE_OUTPUT_PATH}/ecl_grid_dims ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/Gurbat/ECLIPSE.EGRID ) +add_test( ecl_grid_dims4 ${EXECUTABLE_OUTPUT_PATH}/ecl_grid_dims ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/Gurbat/ECLIPSE.GRID ) +add_test( ecl_grid_dims5 ${EXECUTABLE_OUTPUT_PATH}/ecl_grid_dims ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/AmalgLGRcase/TESTCASE_AMALG_LGR.EGRID + ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/AmalgLGRcase/TESTCASE_AMALG_LGR.INIT ) + + + + + add_executable( ecl_kw_grdecl ecl_kw_grdecl.c ) target_link_libraries( ecl_kw_grdecl ecl ) add_test( ecl_kw_grdecl ${EXECUTABLE_OUTPUT_PATH}/ecl_kw_grdecl ) @@ -41,11 +56,25 @@ add_executable( ecl_sum_test ecl_sum_test.c ) target_link_libraries( ecl_sum_test ecl ) add_test( ecl_sum_test ${EXECUTABLE_OUTPUT_PATH}/ecl_sum_test ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/Gurbat/ECLIPSE ) +add_executable( ecl_fortio ecl_fortio.c ) +target_link_libraries( ecl_fortio ecl ) +add_test( ecl_fortio ${EXECUTABLE_OUTPUT_PATH}/ecl_fortio ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/Gurbat/ECLIPSE.UNRST ) + +add_executable( ecl_file ecl_file.c ) +target_link_libraries( ecl_file ecl ) +add_test( ecl_file ${EXECUTABLE_OUTPUT_PATH}/ecl_file ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/Gurbat/ECLIPSE.UNRST ECLIPSE.UNRST) + +add_executable( ecl_fmt ecl_fmt.c ) +target_link_libraries( ecl_fmt ecl ) +add_test( ecl_fmt ${EXECUTABLE_OUTPUT_PATH}/ecl_fmt ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/Gurbat/ECLIPSE.UNRST ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/Gurbat/ECLIPSE.DATA) + + add_executable( ecl_rsthead ecl_rsthead.c ) target_link_libraries( ecl_rsthead ecl ) add_test( ecl_rsthead ${EXECUTABLE_OUTPUT_PATH}/ecl_rsthead ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/Gurbat/ECLIPSE.UNRST ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/DualPoro/DUALPORO.X0005 ) +set_property( TEST ecl_fmt PROPERTY LABELS Statoil ) set_property( TEST ecl_coarse_test PROPERTY LABELS Statoil ) set_property( TEST ecl_restart_test PROPERTY LABELS Statoil ) set_property( TEST ecl_lgr_test1 PROPERTY LABELS Statoil ) @@ -53,3 +82,12 @@ set_property( TEST ecl_lgr_test2 PROPERTY LABELS Statoil ) set_property( TEST ecl_grid_simple PROPERTY LABELS Statoil ) set_property( TEST ecl_dualp PROPERTY LABELS Statoil ) set_property( TEST ecl_sum_test PROPERTY LABELS Statoil ) +set_property( TEST ecl_fortio PROPERTY LABELS Statoil) + +set_property( TEST ecl_grid_dims1 PROPERTY LABELS Statoil ) +set_property( TEST ecl_grid_dims2 PROPERTY LABELS Statoil ) +set_property( TEST ecl_grid_dims3 PROPERTY LABELS Statoil ) +set_property( TEST ecl_grid_dims4 PROPERTY LABELS Statoil ) +set_property( TEST ecl_grid_dims5 PROPERTY LABELS Statoil ) +set_property( TEST ecl_file PROPERTY LABELS Statoil) +set_property( TEST ecl_rsthead PROPERTY LABELS Statoil) diff --git a/ThirdParty/Ert/devel/libecl/tests/ecl_coarse_test.c b/ThirdParty/Ert/devel/libecl/tests/ecl_coarse_test.c index d0f5017123..45f4186a15 100644 --- a/ThirdParty/Ert/devel/libecl/tests/ecl_coarse_test.c +++ b/ThirdParty/Ert/devel/libecl/tests/ecl_coarse_test.c @@ -69,8 +69,8 @@ int main(int argc , char ** argv) { char * init_file = ecl_util_alloc_filename( NULL , case_path , ECL_INIT_FILE , false , 0 ); ecl_grid_type * GRID = ecl_grid_alloc(egrid_file ); - ecl_file_type * RST_file = ecl_file_open( rst_file ); - ecl_file_type * INIT_file = ecl_file_open( init_file ); + ecl_file_type * RST_file = ecl_file_open( rst_file , 0); + ecl_file_type * INIT_file = ecl_file_open( init_file , 0); { test_assert_true( ecl_grid_have_coarse_cells( GRID ) ); diff --git a/ThirdParty/Ert/devel/libecl/tests/ecl_dualp.c b/ThirdParty/Ert/devel/libecl/tests/ecl_dualp.c index 5b5da737f3..a4014339ad 100644 --- a/ThirdParty/Ert/devel/libecl/tests/ecl_dualp.c +++ b/ThirdParty/Ert/devel/libecl/tests/ecl_dualp.c @@ -32,9 +32,9 @@ int main(int argc , char ** argv) { char * rst_file = ecl_util_alloc_filename( NULL , case_path , ECL_RESTART_FILE , false , 0 ); ecl_grid_type * ecl_grid = ecl_grid_alloc( grid_file ); - ecl_file_type * RST_file = ecl_file_open( rst_file ); - ecl_file_type * INIT_file = ecl_file_open( init_file ); - ecl_file_type * GRID_file = ecl_file_open( grid_file ); + ecl_file_type * RST_file = ecl_file_open( rst_file , 0); + ecl_file_type * INIT_file = ecl_file_open( init_file , 0 ); + ecl_file_type * GRID_file = ecl_file_open( grid_file , 0); { ecl_kw_type * actnum = ecl_file_iget_named_kw( GRID_file , "ACTNUM" , 0 ); diff --git a/ThirdParty/Ert/devel/libecl/tests/ecl_file.c b/ThirdParty/Ert/devel/libecl/tests/ecl_file.c new file mode 100644 index 0000000000..ef36d2f082 --- /dev/null +++ b/ThirdParty/Ert/devel/libecl/tests/ecl_file.c @@ -0,0 +1,139 @@ +/* + Copyright (C) 2013 Statoil ASA, Norway. + + The file 'ecl_file.c' is part of ERT - Ensemble based Reservoir Tool. + + ERT is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + ERT is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. + + See the GNU General Public License at + for more details. +*/ +#include +#include +#include + +#include +#include + +#include +#include + + +void test_flags( const char * filename) { + int FLAG1 = 1; + int FLAG2 = 2; + int FLAG3 = 4; + int FLAG4 = 8; + + int FLAGS = FLAG1 + FLAG2 + FLAG3; + + + ecl_file_type * ecl_file = ecl_file_open( filename , FLAGS ); + + test_assert_int_equal( ecl_file_get_flags( ecl_file ) , FLAGS ); + test_assert_true( ecl_file_flags_set( ecl_file , FLAG1 )); + test_assert_true( ecl_file_flags_set( ecl_file , FLAG1 | FLAG2)); + test_assert_true( ecl_file_flags_set( ecl_file , FLAG1 | FLAG3 )); + test_assert_true( ecl_file_flags_set( ecl_file , FLAG1 | FLAG3 | FLAG2 )); + test_assert_false( ecl_file_flags_set( ecl_file , FLAG1 | FLAG3 | FLAG4 )); + ecl_file_close( ecl_file ); +} + + +void test_close_stream2(const char * src_file , const char * target_file ) { + util_copy_file( src_file , target_file ); + ecl_file_type * ecl_file = ecl_file_open( target_file , ECL_FILE_CLOSE_STREAM ); + + ecl_file_load_all( ecl_file ); + unlink( target_file ); + ecl_kw_type * kw2 = ecl_file_iget_kw( ecl_file , 2 ); + test_assert_not_NULL( kw2 ); + ecl_file_close( ecl_file ); +} + + +void test_loadall(const char * src_file , const char * target_file ) { + util_copy_file( src_file , target_file ); + { + ecl_file_type * ecl_file = ecl_file_open( target_file , ECL_FILE_CLOSE_STREAM ); + + test_assert_true( ecl_file_load_all( ecl_file ) ); + ecl_file_close( ecl_file ); + } + + { + ecl_file_type * ecl_file = ecl_file_open( target_file , ECL_FILE_CLOSE_STREAM ); + unlink( target_file ); + + test_assert_false( ecl_file_load_all( ecl_file ) ); + ecl_file_close( ecl_file ); + } +} + + + +void test_close_stream1(const char * src_file , const char * target_file ) { + util_copy_file( src_file , target_file ); + + ecl_file_type * ecl_file = ecl_file_open( target_file , ECL_FILE_CLOSE_STREAM ); + ecl_kw_type * kw0 = ecl_file_iget_kw( ecl_file , 0 ); + ecl_kw_type * kw1 = ecl_file_iget_kw( ecl_file , 1 ); + unlink( target_file ); + ecl_kw_type * kw1b = ecl_file_iget_kw( ecl_file , 1 ); + + test_assert_not_NULL( kw0 ); + test_assert_not_NULL( kw1 ); + test_assert_ptr_equal( kw1 , kw1b ); + + ecl_kw_type * kw2 = ecl_file_iget_kw( ecl_file , 2 ); + test_assert_NULL( kw2 ); + + test_assert_false( ecl_file_writable( ecl_file )); + + ecl_file_close( ecl_file ); + +} + + +void test_writable(const char * src_file ) { + util_copy_file( src_file , "/tmp/ECL.UNRST" ); + { + ecl_file_type * ecl_file = ecl_file_open( "/tmp/ECL.UNRST" , ECL_FILE_WRITABLE); + ecl_kw_type * swat = ecl_file_iget_named_kw( ecl_file , "SWAT" , 0 ); + ecl_kw_type * swat0 = ecl_kw_alloc_copy( swat ); + test_assert_true( ecl_kw_equal( swat , swat0 )); + ecl_kw_iset_float( swat , 0 , 1000.0 ); + ecl_file_save_kw( ecl_file , swat ); + test_assert_true( ecl_file_writable( ecl_file )); + ecl_file_close( ecl_file ); + + ecl_file = ecl_file_open( "/tmp/ECL.UNRST" , 0); + swat = ecl_file_iget_named_kw( ecl_file , "SWAT" , 0 ); + test_assert_true( util_double_approx_equal( ecl_kw_iget_float( swat , 0 ) , 1000 )); + } + util_unlink_existing( "/tmp/ECL.UNRST" ); +} + + +int main( int argc , char ** argv) { + + const char * src_file = argv[1]; + const char * filename = argv[2]; + char * target_file = util_alloc_filename("/tmp" , filename , NULL ); + + test_flags( src_file ); + test_loadall(src_file , target_file ); + test_close_stream1( src_file , target_file ); + test_close_stream2( src_file , target_file ); + test_writable( src_file ); + util_unlink_existing( target_file ); + + exit(0); +} diff --git a/ThirdParty/Ert/devel/libecl/tests/ecl_fmt.c b/ThirdParty/Ert/devel/libecl/tests/ecl_fmt.c new file mode 100644 index 0000000000..9bf435ccb8 --- /dev/null +++ b/ThirdParty/Ert/devel/libecl/tests/ecl_fmt.c @@ -0,0 +1,82 @@ +/* + Copyright (C) 2012 Statoil ASA, Norway. + + The file 'ecl_fmt.c' is part of ERT - Ensemble based Reservoir Tool. + + ERT is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + ERT is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. + + See the GNU General Public License at + for more details. +*/ +#include +#include + +#include +#include + +#include + +void test_content( const char * src_file , bool fmt_file ) { + char * base_name , *path; + char * target_file; + bool fmt; + util_alloc_file_components( src_file , &path , &base_name , NULL); + target_file = util_alloc_filename( "/tmp" , base_name , NULL ); + util_copy_file( src_file , target_file); + + test_assert_true( ecl_util_fmt_file( target_file , &fmt )); + test_assert_bool_equal( fmt , fmt_file ); + unlink( target_file ); +} + + + + +void test_small( ) { + bool fmt; + + FILE * stream = util_fopen("/tmp/small.txt" , "w"); + fprintf(stream , "Some bytes\n"); + fclose( stream ); + + test_assert_false( ecl_util_fmt_file( "/tmp/small.txt" , &fmt )); +} + + + + + +int main(int argc , char ** argv) { + const char * binary_file = argv[1]; + const char * text_file = argv[2]; + + + bool fmt_file; + + test_assert_true( ecl_util_fmt_file( binary_file , &fmt_file )); + test_assert_false( fmt_file ); + + test_assert_true( ecl_util_fmt_file( text_file , &fmt_file )); + test_assert_true( fmt_file ); + + test_assert_true( ecl_util_fmt_file( "TEST.EGRID" , &fmt_file )); + test_assert_false( fmt_file ); + + test_assert_true( ecl_util_fmt_file( "TEST.FEGRID" , &fmt_file )); + test_assert_true( fmt_file ); + + test_assert_false(ecl_util_fmt_file( "TEST_DOES_NOT_EXIST" , &fmt_file )); + + test_content( binary_file , false ); + test_content( text_file , true ); + test_small( ); + + exit(0); +} diff --git a/ThirdParty/Ert/devel/libecl/tests/ecl_fortio.c b/ThirdParty/Ert/devel/libecl/tests/ecl_fortio.c new file mode 100644 index 0000000000..4dc9f76a7c --- /dev/null +++ b/ThirdParty/Ert/devel/libecl/tests/ecl_fortio.c @@ -0,0 +1,88 @@ +/* + Copyright (C) 2013 Statoil ASA, Norway. + + The file 'ecl_fortio.c' is part of ERT - Ensemble based Reservoir Tool. + + ERT is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + ERT is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. + + See the GNU General Public License at + for more details. +*/ +#include +#include + +#include +#include + +#include +#include + +void test_existing_read(const char * filename) { + fortio_type * fortio = fortio_open_reader( filename , false , ECL_ENDIAN_FLIP); + test_assert_not_NULL( fortio ); + fortio_fclose( fortio ); +} + + +void test_not_existing_read() { + fortio_type * fortio = fortio_open_reader( "/does/not/exist" , false , ECL_ENDIAN_FLIP); + test_assert_NULL( fortio ); +} + + +void test_write( const char * filename , bool path_exists) { + fortio_type * fortio = fortio_open_writer( filename , false , ECL_ENDIAN_FLIP); + if (path_exists) { + test_assert_not_NULL( fortio ); + fortio_fclose( fortio ); + } else + test_assert_NULL( fortio ); +} + +void test_wrapper( const char * filename ) { + FILE * stream = util_fopen( filename , "r"); + fortio_type * fortio = fortio_alloc_FILE_wrapper( filename , false , false , stream ); + test_assert_not_NULL( fortio ); + test_assert_false( fortio_fclose_stream( fortio )); + test_assert_false( fortio_fopen_stream( fortio )); + test_assert_true( fortio_stream_is_open( fortio )); + fortio_free_FILE_wrapper( fortio ); + fclose( stream ); +} + + +void test_open_close_read( const char * filename ) { + fortio_type * fortio = fortio_open_reader( filename , false , ECL_ENDIAN_FLIP); + test_assert_not_NULL( fortio ); + + test_assert_true( fortio_stream_is_open( fortio )); + test_assert_true( fortio_fclose_stream( fortio )); + test_assert_false( fortio_stream_is_open( fortio )); + test_assert_false( fortio_fclose_stream( fortio )); + test_assert_true( fortio_fopen_stream( fortio )); + test_assert_true( fortio_stream_is_open( fortio )); + test_assert_false( fortio_fopen_stream( fortio )); + + fortio_fclose( fortio ); +} + + +int main( int argc , char ** argv) { + const char * file = argv[1]; + + test_existing_read( file ); + test_not_existing_read( ); + test_write( "/tmp/file.x" , true ); + test_write( "/tmp/path/does/not/exist" , false ); + test_open_close_read( file ); + test_wrapper( file ); + + exit(0); +} diff --git a/ThirdParty/Ert/devel/libecl/tests/ecl_grid_dims.c b/ThirdParty/Ert/devel/libecl/tests/ecl_grid_dims.c new file mode 100644 index 0000000000..4f550fc8e2 --- /dev/null +++ b/ThirdParty/Ert/devel/libecl/tests/ecl_grid_dims.c @@ -0,0 +1,87 @@ +/* + Copyright (C) 2013 Statoil ASA, Norway. + + The file 'ecl_grid_dims.c' is part of ERT - Ensemble based Reservoir Tool. + + ERT is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + ERT is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. + + See the GNU General Public License at + for more details. +*/ +#include +#include +#include + +#include +#include + +#include +#include + + + +void test_grid( const char * grid_filename , const char * data_filename) { + ecl_grid_type * ecl_grid = ecl_grid_alloc( grid_filename ); + ecl_grid_dims_type * grid_dims = ecl_grid_dims_alloc( grid_filename, data_filename); + + test_assert_not_NULL( grid_dims ); + test_assert_int_equal( ecl_grid_get_num_lgr( ecl_grid ) + 1 , ecl_grid_dims_get_num_grids( grid_dims )); + for (int i=0; i < ecl_grid_dims_get_num_grids( grid_dims ); i++) { + + grid_dims_type d1 = ecl_grid_iget_dims( ecl_grid , i); + grid_dims_type * d2 = ecl_grid_dims_iget_dims( grid_dims , i ); + + test_assert_int_equal( d1.nx , d2->nx ); + test_assert_int_equal( d1.ny , d2->ny ); + test_assert_int_equal( d1.nz , d2->nz ); + + if (data_filename) + test_assert_int_equal( d1.nactive , d2->nactive ); + } +} + + +void test_dims() { + grid_dims_type d1; + grid_dims_type * d2 = grid_dims_alloc( 100 , 100 , 100 , 0); + + grid_dims_init(&d1 , 100 , 100 , 100 , 0 ); + + test_assert_int_equal( d1.nx , d2->nx ); + test_assert_int_equal( d1.ny , d2->ny ); + test_assert_int_equal( d1.nz , d2->nz ); + test_assert_int_equal( d1.nactive , d2->nactive ); + + grid_dims_free( d2 ); +} + + + +int main(int argc , char ** argv) { + signal(SIGSEGV , util_abort_signal); /* Segmentation violation, i.e. overwriting memory ... */ + + if (argc == 1) { + ecl_grid_dims_type * grid_dims = ecl_grid_dims_alloc( argv[0] , NULL ); + test_assert_NULL( grid_dims ); + test_dims(); + } else { + const char * GRID_file = argv[1]; + char * data_file; + + if (argc == 3) + data_file = argv[2]; + else + data_file = NULL; + + test_grid( GRID_file , data_file ); + } + + exit(0); +} diff --git a/ThirdParty/Ert/devel/libecl/tests/ecl_restart_test.c b/ThirdParty/Ert/devel/libecl/tests/ecl_restart_test.c index fa90f242e7..1c9a069654 100644 --- a/ThirdParty/Ert/devel/libecl/tests/ecl_restart_test.c +++ b/ThirdParty/Ert/devel/libecl/tests/ecl_restart_test.c @@ -40,7 +40,7 @@ int main(int argc , char ** argv) { bool OK = true; const char * unrst_file = argv[1]; - ecl_file_type * rst_file = ecl_file_open( unrst_file ); + ecl_file_type * rst_file = ecl_file_open( unrst_file , 0); OK = OK && test_get( rst_file , 1 , 1 , 1998 , -1 ); OK = OK && test_get( rst_file , 17 , 9 , 2003 , -1 ); diff --git a/ThirdParty/Ert/devel/libecl/tests/ecl_rsthead.c b/ThirdParty/Ert/devel/libecl/tests/ecl_rsthead.c index 0c99f0fd6a..ab7daca54e 100644 --- a/ThirdParty/Ert/devel/libecl/tests/ecl_rsthead.c +++ b/ThirdParty/Ert/devel/libecl/tests/ecl_rsthead.c @@ -28,7 +28,7 @@ void test_file( const char * filename , int occurence , bool exists , const ecl_rsthead_type * true_header) { - ecl_file_type * rst_file = ecl_file_open( filename ); + ecl_file_type * rst_file = ecl_file_open( filename , 0); ecl_rsthead_type * rst_head = ecl_rsthead_ialloc( rst_file , occurence); if (exists) { diff --git a/ThirdParty/Ert/devel/libecl_well/src/well_info.c b/ThirdParty/Ert/devel/libecl_well/src/well_info.c index 6bbf38d48f..4c2c13abed 100644 --- a/ThirdParty/Ert/devel/libecl_well/src/well_info.c +++ b/ThirdParty/Ert/devel/libecl_well/src/well_info.c @@ -334,7 +334,7 @@ void well_info_load_rstfile( well_info_type * well_info , const char * filename) ecl_file_enum file_type = ecl_util_get_file_type( filename , NULL , &report_nr); if ((file_type == ECL_RESTART_FILE) || (file_type == ECL_UNIFIED_RESTART_FILE)) { - ecl_file_type * ecl_file = ecl_file_open( filename ); + ecl_file_type * ecl_file = ecl_file_open( filename , 0); if (file_type == ECL_RESTART_FILE) well_info_add_wells( well_info , ecl_file , report_nr ); diff --git a/ThirdParty/Ert/devel/libecl_well/src/well_state.c b/ThirdParty/Ert/devel/libecl_well/src/well_state.c index ed4c3d06cc..2212050578 100644 --- a/ThirdParty/Ert/devel/libecl_well/src/well_state.c +++ b/ThirdParty/Ert/devel/libecl_well/src/well_state.c @@ -173,7 +173,6 @@ static int well_state_get_lgr_well_nr( const well_state_type * well_state , cons well_nr = 0; while (true) { bool found = false; - { char * lgr_well_name = util_alloc_strip_copy( ecl_kw_iget_ptr( zwel_kw , well_nr * header->nzwelz) ); @@ -184,6 +183,7 @@ static int well_state_get_lgr_well_nr( const well_state_type * well_state , cons free( lgr_well_name ); } + if (found) break; else if (well_nr == num_wells) { @@ -214,7 +214,7 @@ well_state_type * well_state_alloc( ecl_file_type * ecl_file , int report_nr , well_state->valid_from_time = global_header->sim_time; well_state->valid_from_report = report_nr; well_state->name = util_alloc_strip_copy(ecl_kw_iget_ptr( global_zwel_kw , zwel_offset )); // Hardwired max 8 characters in Well Name - + { int int_state = ecl_kw_iget_int( global_iwel_kw , iwel_offset + IWEL_STATUS_ITEM ); if (int_state > 0) diff --git a/ThirdParty/Ert/devel/libecl_well/tests/CMakeLists.txt b/ThirdParty/Ert/devel/libecl_well/tests/CMakeLists.txt index 27427e453c..a541b3ce65 100644 --- a/ThirdParty/Ert/devel/libecl_well/tests/CMakeLists.txt +++ b/ThirdParty/Ert/devel/libecl_well/tests/CMakeLists.txt @@ -1,7 +1,6 @@ add_executable( well_ts well_ts.c ) target_link_libraries( well_ts ecl_well ) add_test( well_ts ${EXECUTABLE_OUTPUT_PATH}/well_ts ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/CO2case/BASE_CASE ) -set_property( TEST well_ts PROPERTY LABELS Statoil ) add_executable( well_dualp well_dualp.c ) @@ -12,5 +11,9 @@ add_test( well_dualp ${EXECUTABLE_OUTPUT_PATH}/well_dualp ${PROJECT_SOURCE_DIR} add_executable( well_lgr_load well_lgr_load.c ) target_link_libraries( well_lgr_load ecl_well ) -add_test( well_lgr_load ${EXECUTABLE_OUTPUT_PATH}/well_lgr_load ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/0.9.2_LGR/BASE_REF_XY3Z1_T30_WI.X0003) -set_property( TEST well_lgr_load PROPERTY LABELS Statoil ) + +add_test( well_lgr_load1 ${EXECUTABLE_OUTPUT_PATH}/well_lgr_load ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/0.9.2_LGR/BASE_REF_XY3Z1_T30_WI.X0003) +add_test( well_lgr_load2 ${EXECUTABLE_OUTPUT_PATH}/well_lgr_load ${PROJECT_SOURCE_DIR}/test-data/Statoil/ECLIPSE/AmalgLGRcase/TESTCASE_AMALG_LGR.X0016) +set_property( TEST well_lgr_load1 PROPERTY LABELS Statoil ) +set_property( TEST well_lgr_load2 PROPERTY LABELS Statoil ) +set_property( TEST well_ts PROPERTY LABELS Statoil ) diff --git a/ThirdParty/Ert/devel/libecl_well/tests/well_dualp.c b/ThirdParty/Ert/devel/libecl_well/tests/well_dualp.c index cfe901c298..720cd71ce6 100644 --- a/ThirdParty/Ert/devel/libecl_well/tests/well_dualp.c +++ b/ThirdParty/Ert/devel/libecl_well/tests/well_dualp.c @@ -32,7 +32,7 @@ void test_rstfile( const char * filename , bool fracture_connection) { - ecl_file_type * rst_file = ecl_file_open( filename ); + ecl_file_type * rst_file = ecl_file_open( filename , 0); const ecl_kw_type * iwel_kw = ecl_file_iget_named_kw( rst_file , IWEL_KW , 0); ecl_rsthead_type * header = ecl_rsthead_alloc( rst_file ); diff --git a/ThirdParty/Ert/devel/libenkf/include/ert/enkf/config_keys.h b/ThirdParty/Ert/devel/libenkf/include/ert/enkf/config_keys.h index c0f1cf57e5..7f7f00ef50 100644 --- a/ThirdParty/Ert/devel/libenkf/include/ert/enkf/config_keys.h +++ b/ThirdParty/Ert/devel/libenkf/include/ert/enkf/config_keys.h @@ -14,7 +14,7 @@ See the GNU General Public License at for more details. -*/ + */ #ifndef __CONFIG_KEYS_H__ @@ -23,7 +23,7 @@ extern "C" { #endif -/* These keys are used as options in KEY:VALUE statements */ + /* These keys are used as options in KEY:VALUE statements */ #define MIN_STD_KEY "MIN_STD" #define INIT_FILES_KEY "INIT_FILES" #define KEY_KEY "KEY" @@ -104,10 +104,12 @@ extern "C" { #define LSF_QUEUE_KEY "LSF_QUEUE" #define LSF_RESOURCES_KEY "LSF_RESOURCES" #define LSF_SERVER_KEY "LSF_SERVER" +#define TORQUE_QUEUE_KEY "TORQUE_QUEUE" #define MAX_RESAMPLE_KEY "MAX_RESAMPLE" #define MAX_RUNNING_LOCAL_KEY "MAX_RUNNING_LOCAL" #define MAX_RUNNING_LSF_KEY "MAX_RUNNING_LSF" #define MAX_RUNNING_RSH_KEY "MAX_RUNNING_RSH" +#define MAX_RUNNING_TORQUE_KEY "MAX_RUNNING_TORQUE" #define MAX_SUBMIT_KEY "MAX_SUBMIT" #define NUM_REALIZATIONS_KEY "NUM_REALIZATIONS" #define OBS_CONFIG_KEY "OBS_CONFIG" diff --git a/ThirdParty/Ert/devel/libenkf/include/ert/enkf/site_config.h b/ThirdParty/Ert/devel/libenkf/include/ert/enkf/site_config.h index 16714d1535..f3b627f844 100644 --- a/ThirdParty/Ert/devel/libenkf/include/ert/enkf/site_config.h +++ b/ThirdParty/Ert/devel/libenkf/include/ert/enkf/site_config.h @@ -58,6 +58,8 @@ typedef struct site_config_struct site_config_type; int site_config_get_max_running_rsh( const site_config_type * site_config); void site_config_set_max_running_local( site_config_type * site_config , int max_running_local); int site_config_get_max_running_local( const site_config_type * site_config ); + void site_config_set_max_running_torque( site_config_type * site_config , int max_running_torque); + int site_config_get_max_running_torque( const site_config_type * site_config ); void site_config_setenv( site_config_type * site_config , const char * variable, const char * value); hash_type * site_config_get_env_hash( const site_config_type * site_config ); void site_config_clear_env( site_config_type * site_config ); diff --git a/ThirdParty/Ert/devel/libenkf/src/enkf_main_jobs.c b/ThirdParty/Ert/devel/libenkf/src/enkf_main_jobs.c index 608cef8583..7d155948c3 100644 --- a/ThirdParty/Ert/devel/libenkf/src/enkf_main_jobs.c +++ b/ThirdParty/Ert/devel/libenkf/src/enkf_main_jobs.c @@ -27,6 +27,15 @@ void enkf_main_exit_JOB(void * self , const stringlist_type * args ) { } +void enkf_main_assimilation_JOB( void * self , const stringlist_type * args ) { + enkf_main_type * enkf_main = enkf_main_safe_cast( self ); + int ens_size = enkf_main_get_ensemble_size( enkf_main ); + bool_vector_type * iactive = bool_vector_alloc( 0 , true ); + + bool_vector_iset( iactive , ens_size - 1 , true ); + enkf_main_run_assimilation( enkf_main , iactive , 0 , 0 , ANALYZED ); +} + void enkf_main_ensemble_run_JOB( void * self , const stringlist_type * args ) { enkf_main_type * enkf_main = enkf_main_safe_cast( self ); diff --git a/ThirdParty/Ert/devel/libenkf/src/enkf_state.c b/ThirdParty/Ert/devel/libenkf/src/enkf_state.c index 639524d057..4a7002740d 100644 --- a/ThirdParty/Ert/devel/libenkf/src/enkf_state.c +++ b/ThirdParty/Ert/devel/libenkf/src/enkf_state.c @@ -121,7 +121,7 @@ typedef struct run_info_struct { typedef struct shared_info_struct { const model_config_type * model_config; /* .... */ ext_joblist_type * joblist; /* The list of external jobs which are installed - and *how* they should be run (with Python code) */ - job_queue_type * job_queue; /* The queue handling external jobs. (i.e. LSF / rsh / local / ... )*/ + job_queue_type * job_queue; /* The queue handling external jobs. (i.e. LSF / TORQUE / rsh / local / ... )*/ const site_config_type * site_config; log_type * logh; /* The log handle. */ ert_templates_type * templates; @@ -817,7 +817,7 @@ static void enkf_state_internalize_eclipse_state(enkf_state_type * enkf_state , { char * filename = ecl_util_alloc_exfilename(run_info->run_path , member_config_get_eclbase(enkf_state->my_config) , ECL_RESTART_FILE , fmt_file , report_step); if (filename != NULL) { - restart_file = ecl_file_open( filename ); + restart_file = ecl_file_open( filename , 0 ); free(filename); } else restart_file = NULL; /* No restart information was found; if that is expected the program will fail hard in the enkf_node_forward_load() functions. */ diff --git a/ThirdParty/Ert/devel/libenkf/src/field.c b/ThirdParty/Ert/devel/libenkf/src/field.c index 9dbd68faea..65c893dac8 100644 --- a/ThirdParty/Ert/devel/libenkf/src/field.c +++ b/ThirdParty/Ert/devel/libenkf/src/field.c @@ -1040,11 +1040,15 @@ void field_fload_ecl_kw(field_type * field , const char * filename ) { ecl_kw_type * ecl_kw; { - bool fmt_file = ecl_util_fmt_file(filename); - fortio_type * fortio = fortio_open_reader(filename , fmt_file , ECL_ENDIAN_FLIP); - ecl_kw_fseek_kw(key , true , true , fortio); - ecl_kw = ecl_kw_fread_alloc( fortio ); - fortio_fclose(fortio); + bool fmt_file; + + if (ecl_util_fmt_file( filename , &fmt_file)) { + fortio_type * fortio = fortio_open_reader(filename , fmt_file , ECL_ENDIAN_FLIP); + ecl_kw_fseek_kw(key , true , true , fortio); + ecl_kw = ecl_kw_fread_alloc( fortio ); + fortio_fclose(fortio); + } else + util_abort("%s: could not determine formatted/unformatted status of file:%s \n",filename); } diff --git a/ThirdParty/Ert/devel/libenkf/src/local_context.c b/ThirdParty/Ert/devel/libenkf/src/local_context.c index b2654d4696..a81861a0d7 100644 --- a/ThirdParty/Ert/devel/libenkf/src/local_context.c +++ b/ThirdParty/Ert/devel/libenkf/src/local_context.c @@ -90,7 +90,7 @@ void local_context_create_surface_region( local_context_type * context , const c /*************************/ void local_context_load_file( local_context_type * context , const char * filename , const char * file_key ) { - ecl_file_type * ecl_file = ecl_file_open( filename ); + ecl_file_type * ecl_file = ecl_file_open( filename , 0); hash_insert_hash_owned_ref( context->files , file_key , ecl_file , ecl_file_free__); } diff --git a/ThirdParty/Ert/devel/libenkf/src/qc_module.c b/ThirdParty/Ert/devel/libenkf/src/qc_module.c index 8b2c1f8b3d..67eb23683c 100644 --- a/ThirdParty/Ert/devel/libenkf/src/qc_module.c +++ b/ThirdParty/Ert/devel/libenkf/src/qc_module.c @@ -32,7 +32,7 @@ #include #define QC_WORKFLOW_NAME "QC" -#define RUNPATH_LIST_FILE "/tmp/ert_runpath_list" +#define RUNPATH_LIST_FILE ".ert_runpath_list" struct qc_module_struct { @@ -54,7 +54,15 @@ qc_module_type * qc_module_alloc( ert_workflow_list_type * workflow_list , const qc_module->runpath_list = runpath_list_alloc(); qc_module->runpath_list_file = NULL; qc_module_set_path( qc_module , qc_path ); - qc_module_set_runpath_list_file( qc_module , RUNPATH_LIST_FILE ); + { + char * cwd = util_alloc_cwd(); + char * runpath_list_file = util_alloc_filename( cwd , RUNPATH_LIST_FILE , NULL); + + qc_module_set_runpath_list_file( qc_module , runpath_list_file ); + + free( runpath_list_file ); + free( cwd ); + } return qc_module; } diff --git a/ThirdParty/Ert/devel/libenkf/src/site_config.c b/ThirdParty/Ert/devel/libenkf/src/site_config.c index 444d01086f..7febce226b 100644 --- a/ThirdParty/Ert/devel/libenkf/src/site_config.c +++ b/ThirdParty/Ert/devel/libenkf/src/site_config.c @@ -14,7 +14,7 @@ See the GNU General Public License at for more details. -*/ + */ #include #include @@ -78,240 +78,227 @@ the flag user_mode is set to true the xxx_site fields are not updated. When saving only fields which are different from their xxx_site counterpart are stored. -*/ - -#define LSF_DRIVER_NAME "LSF" -#define LOCAL_DRIVER_NAME "LOCAL" -#define RSH_DRIVER_NAME "RSH" + */ +#define LSF_DRIVER_NAME "LSF" +#define LOCAL_DRIVER_NAME "LOCAL" +#define RSH_DRIVER_NAME "RSH" +#define TORQUE_DRIVER_NAME "TORQUE" struct site_config_struct { - ext_joblist_type * joblist; /* The list of external jobs which have been installed. + ext_joblist_type * joblist; /* The list of external jobs which have been installed. These jobs will be the parts of the forward model. */ - hash_type * env_variables_user; /* The environment variables set in the user config file. */ - hash_type * env_variables_site; /* The environment variables set in site_config file - not exported. */ - - mode_t umask; - mode_t umask_site; - - - char * license_root_path; /* The license_root_path value set by the user. */ - char * license_root_path_site; /* The license_root_path value set by the site. */ - char * __license_root_path; /* The license_root_path value actually used - includes a user/pid subdirectory. */ + hash_type * env_variables_user; /* The environment variables set in the user config file. */ + hash_type * env_variables_site; /* The environment variables set in site_config file - not exported. */ - hash_type * path_variables_site; /* We store this so we can roll back when all user settings are cleared. */ - stringlist_type * path_variables_user; /* We can update the same path variable several times - i.e. it can not be a hash table. */ - stringlist_type * path_values_user; - - int max_running_lsf_site; - char * lsf_queue_name_site; - char * lsf_request_site; - - int max_running_rsh_site; - char * rsh_command_site; - - int max_running_local_site; + mode_t umask; + mode_t umask_site; - job_driver_type driver_type; - job_driver_type driver_type_site; - int max_submit; - int max_submit_site; - char * job_script; - char * job_script_site; - char * manual_url; - char * default_browser; - - queue_driver_type * current_driver; - hash_type * queue_drivers; + char * license_root_path; /* The license_root_path value set by the user. */ + char * license_root_path_site; /* The license_root_path value set by the site. */ + char * __license_root_path; /* The license_root_path value actually used - includes a user/pid subdirectory. */ - job_queue_type * job_queue; /* The queue instance which will run the external jobs. */ - bool user_mode; + hash_type * path_variables_site; /* We store this so we can roll back when all user settings are cleared. */ + stringlist_type * path_variables_user; /* We can update the same path variable several times - i.e. it can not be a hash table. */ + stringlist_type * path_values_user; + + int max_running_lsf_site; + char * lsf_queue_name_site; + char * lsf_request_site; + + int max_running_rsh_site; + char * rsh_command_site; + + int max_running_local_site; + + int max_running_torque_site; + + + + job_driver_type driver_type; + job_driver_type driver_type_site; + int max_submit; + int max_submit_site; + char * job_script; + char * job_script_site; + + char * manual_url; + char * default_browser; + + queue_driver_type * current_driver; + hash_type * queue_drivers; + + job_queue_type * job_queue; /* The queue instance which will run the external jobs. */ + bool user_mode; }; - - - -void site_config_set_umask( site_config_type * site_config , mode_t new_mask) { - umask( new_mask ); +void site_config_set_umask(site_config_type * site_config, mode_t new_mask) { + umask(new_mask); site_config->umask = new_mask; - if (!site_config->user_mode) + if (!site_config->user_mode) site_config->umask_site = new_mask; - + } - -mode_t site_config_get_umask( const site_config_type * site_config ) { +mode_t site_config_get_umask(const site_config_type * site_config) { return site_config->umask; } - -static void site_config_add_queue_driver( site_config_type * site_config , const char * driver_name , queue_driver_type * driver ) { - hash_insert_hash_owned_ref( site_config->queue_drivers , driver_name , driver , queue_driver_free__ ); +static void site_config_add_queue_driver(site_config_type * site_config, const char * driver_name, queue_driver_type * driver) { + hash_insert_hash_owned_ref(site_config->queue_drivers, driver_name, driver, queue_driver_free__); } -static bool site_config_has_queue_driver( const site_config_type * site_config , const char * driver_name ) { - return hash_has_key( site_config->queue_drivers , driver_name ); +static bool site_config_has_queue_driver(const site_config_type * site_config, const char * driver_name) { + return hash_has_key(site_config->queue_drivers, driver_name); } -queue_driver_type * site_config_get_queue_driver( const site_config_type * site_config , const char * driver_name ) { - return hash_get( site_config->queue_drivers , driver_name ); +queue_driver_type * site_config_get_queue_driver(const site_config_type * site_config, const char * driver_name) { + return hash_get(site_config->queue_drivers, driver_name); } -static void site_config_create_queue_drivers( site_config_type * site_config ) { - site_config_add_queue_driver( site_config , LSF_DRIVER_NAME , queue_driver_alloc_LSF( NULL , NULL , NULL)); - site_config_add_queue_driver( site_config , RSH_DRIVER_NAME , queue_driver_alloc_RSH( NULL , NULL )); - site_config_add_queue_driver( site_config , LOCAL_DRIVER_NAME , queue_driver_alloc_local( )); +static void site_config_create_queue_drivers(site_config_type * site_config) { + site_config_add_queue_driver(site_config, LSF_DRIVER_NAME, queue_driver_alloc_LSF(NULL, NULL, NULL)); + site_config_add_queue_driver(site_config, TORQUE_DRIVER_NAME, queue_driver_alloc_TORQUE()); + site_config_add_queue_driver(site_config, RSH_DRIVER_NAME, queue_driver_alloc_RSH(NULL, NULL)); + site_config_add_queue_driver(site_config, LOCAL_DRIVER_NAME, queue_driver_alloc_local()); } - -static void site_config_set_queue_option( site_config_type * site_config , const char * driver_name , const char * option_key , const char * option_value) { - if (site_config_has_queue_driver( site_config , driver_name )) { - queue_driver_type * driver = site_config_get_queue_driver( site_config , driver_name ); - if (!queue_driver_set_option( driver , option_key , option_value)) - fprintf(stderr,"** Warning: Option:%s not recognized by driver:%s- ignored \n", option_key , driver_name ); +static void site_config_set_queue_option(site_config_type * site_config, const char * driver_name, const char * option_key, const char * option_value) { + if (site_config_has_queue_driver(site_config, driver_name)) { + queue_driver_type * driver = site_config_get_queue_driver(site_config, driver_name); + if (!queue_driver_set_option(driver, option_key, option_value)) + fprintf(stderr, "** Warning: Option:%s or its value is not recognized by driver:%s- ignored \n", option_key, driver_name); } else - fprintf(stderr,"** Warning: Driver:%s not recognized - ignored \n", driver_name ); + fprintf(stderr, "** Warning: Driver:%s not recognized - ignored \n", driver_name); } - /** This site_config object is not really ready for prime time. -*/ + */ site_config_type * site_config_alloc_empty() { - site_config_type * site_config = util_malloc( sizeof * site_config); - - site_config->joblist = ext_joblist_alloc( ); - site_config->queue_drivers = hash_alloc( ); - - site_config->lsf_queue_name_site = NULL; - site_config->lsf_request_site = NULL; - site_config->rsh_command_site = NULL; - site_config->license_root_path = NULL; + site_config_type * site_config = util_malloc(sizeof * site_config); + + site_config->joblist = ext_joblist_alloc(); + site_config->queue_drivers = hash_alloc(); + + site_config->lsf_queue_name_site = NULL; + site_config->lsf_request_site = NULL; + site_config->rsh_command_site = NULL; + site_config->license_root_path = NULL; site_config->license_root_path_site = NULL; - site_config->__license_root_path = NULL; - site_config->job_script = NULL; - site_config->job_script_site = NULL; - site_config->manual_url = NULL; - site_config->default_browser = NULL; - site_config->user_mode = false; - site_config->driver_type = NULL_DRIVER; + site_config->__license_root_path = NULL; + site_config->job_script = NULL; + site_config->job_script_site = NULL; + site_config->manual_url = NULL; + site_config->default_browser = NULL; + site_config->user_mode = false; + site_config->driver_type = NULL_DRIVER; - site_config->job_queue = job_queue_alloc(DEFAULT_MAX_SUBMIT , "OK" , "ERROR" ); - site_config->env_variables_user = hash_alloc(); - site_config->env_variables_site = hash_alloc(); - - site_config->path_variables_user = stringlist_alloc_new(); - site_config->path_values_user = stringlist_alloc_new(); - site_config->path_variables_site = hash_alloc(); + site_config->job_queue = job_queue_alloc(DEFAULT_MAX_SUBMIT, "OK", "ERROR"); + site_config->env_variables_user = hash_alloc(); + site_config->env_variables_site = hash_alloc(); - /* Some hooops to get the current umask. */ - site_config->umask = umask( 0 ); - site_config_set_umask( site_config , site_config->umask ); - site_config_set_manual_url( site_config , DEFAULT_MANUAL_URL ); - site_config_set_default_browser( site_config , DEFAULT_BROWSER ); - site_config_set_max_submit( site_config , DEFAULT_MAX_SUBMIT ); + site_config->path_variables_user = stringlist_alloc_new(); + site_config->path_values_user = stringlist_alloc_new(); + site_config->path_variables_site = hash_alloc(); + + /* Some hooops to get the current umask. */ + site_config->umask = umask(0); + site_config_set_umask(site_config, site_config->umask); + site_config_set_manual_url(site_config, DEFAULT_MANUAL_URL); + site_config_set_default_browser(site_config, DEFAULT_BROWSER); + site_config_set_max_submit(site_config, DEFAULT_MAX_SUBMIT); return site_config; } - -const char * site_config_get_license_root_path( const site_config_type * site_config ) { +const char * site_config_get_license_root_path(const site_config_type * site_config) { return site_config->license_root_path; } - - /** Observe that this variable can not "really" be set to different values during a simulation, when creating ext_job instances they will store a pointer to this variable on creation, if the variable is later changed they will be left with a dangling copy. That is not particularly elegant, however it should nonetheless work. -*/ + */ -void site_config_set_license_root_path( site_config_type * site_config , const char * license_root_path) { - util_make_path( license_root_path ); +void site_config_set_license_root_path(site_config_type * site_config, const char * license_root_path) { + util_make_path(license_root_path); { - char * full_license_root_path = util_alloc_realpath( license_root_path ); + char * full_license_root_path = util_alloc_realpath(license_root_path); { /** Appending /user/pid to the license root path. Everything including the pid is removed when exiting (gracefully ...). Dangling license directories after a crash can just be removed. - */ - site_config->license_root_path = util_realloc_string_copy( site_config->license_root_path , full_license_root_path ); - site_config->__license_root_path = util_realloc_sprintf(site_config->__license_root_path , "%s%c%s%c%d" , full_license_root_path , UTIL_PATH_SEP_CHAR , getenv("USER") , UTIL_PATH_SEP_CHAR , getpid()); - + */ + site_config->license_root_path = util_realloc_string_copy(site_config->license_root_path, full_license_root_path); + site_config->__license_root_path = util_realloc_sprintf(site_config->__license_root_path, "%s%c%s%c%d", full_license_root_path, UTIL_PATH_SEP_CHAR, getenv("USER"), UTIL_PATH_SEP_CHAR, getpid()); + if (!site_config->user_mode) - site_config->license_root_path_site = util_realloc_string_copy( site_config->license_root_path_site , full_license_root_path ); + site_config->license_root_path_site = util_realloc_string_copy(site_config->license_root_path_site, full_license_root_path); } - free( full_license_root_path ); + free(full_license_root_path); } } - - -void site_config_init_user_mode( site_config_type * site_config ) { +void site_config_init_user_mode(site_config_type * site_config) { site_config->user_mode = true; } - /** Will return 0 if the job is added correctly, and a non-zero (not documented ...) error code if the job is not added. -*/ + */ -int site_config_install_job(site_config_type * site_config , const char * job_name , const char * install_file) { - ext_job_type * new_job = ext_job_fscanf_alloc(job_name , site_config->__license_root_path , site_config->user_mode , install_file) ; +int site_config_install_job(site_config_type * site_config, const char * job_name, const char * install_file) { + ext_job_type * new_job = ext_job_fscanf_alloc(job_name, site_config->__license_root_path, site_config->user_mode, install_file); if (new_job != NULL) { - ext_joblist_add_job(site_config->joblist , job_name , new_job); + ext_joblist_add_job(site_config->joblist, job_name, new_job); return 0; - } else + } else return 1; /* Some undocumented error condition - the job is NOT added. */ } - /** Will NOT remove shared jobs. -*/ -bool site_config_del_job( site_config_type * site_config , const char * job_name ) { - return ext_joblist_del_job( site_config->joblist , job_name ); + */ +bool site_config_del_job(site_config_type * site_config, const char * job_name) { + return ext_joblist_del_job(site_config->joblist, job_name); } - - -static void site_config_add_jobs(site_config_type * site_config , const config_type * config) { - if (config_item_set( config , INSTALL_JOB_KEY)) { - const config_content_item_type * content_item = config_get_content_item( config , INSTALL_JOB_KEY ); - int num_jobs = config_content_item_get_size( content_item ); +static void site_config_add_jobs(site_config_type * site_config, const config_type * config) { + if (config_item_set(config, INSTALL_JOB_KEY)) { + const config_content_item_type * content_item = config_get_content_item(config, INSTALL_JOB_KEY); + int num_jobs = config_content_item_get_size(content_item); for (int job_nr = 0; job_nr < num_jobs; job_nr++) { - config_content_node_type * node = config_content_item_iget_node( content_item , job_nr ); - const char * job_key = config_content_node_iget( node , 0 ); - const char * description_file = config_content_node_iget_as_abspath( node , 1 ); - - site_config_install_job(site_config , job_key , description_file ); + config_content_node_type * node = config_content_item_iget_node(content_item, job_nr); + const char * job_key = config_content_node_iget(node, 0); + const char * description_file = config_content_node_iget_as_abspath(node, 1); + + site_config_install_job(site_config, job_key, description_file); } } } - -hash_type * site_config_get_env_hash( const site_config_type * site_config ) { +hash_type * site_config_get_env_hash(const site_config_type * site_config) { return site_config->env_variables_user; } - /** Will only return the user-set variables. The variables set in the site config are hidden. -*/ + */ -stringlist_type * site_config_get_path_variables( const site_config_type * site_config ) { +stringlist_type * site_config_get_path_variables(const site_config_type * site_config) { return site_config->path_variables_user; } -stringlist_type * site_config_get_path_values( const site_config_type * site_config ) { +stringlist_type * site_config_get_path_values(const site_config_type * site_config) { return site_config->path_values_user; } @@ -319,23 +306,21 @@ stringlist_type * site_config_get_path_values( const site_config_type * site_con Observe that the value inserted in the internal hash tables is the interpolated value returned from util_interp_setenv(), where $VAR expressions have been expanded. -*/ - -void site_config_setenv( site_config_type * site_config , const char * variable, const char * __value) { - const char * value = util_interp_setenv( variable , __value ); + */ + +void site_config_setenv(site_config_type * site_config, const char * variable, const char * __value) { + const char * value = util_interp_setenv(variable, __value); if (site_config->user_mode) { /* In the table meant for user-export we store the literal $var strings. */ - hash_insert_hash_owned_ref( site_config->env_variables_user , variable , util_alloc_string_copy( __value ) , free); - - if (!hash_has_key( site_config->env_variables_site , variable)) - hash_insert_ref( site_config->env_variables_site , variable , NULL); /* We insert a NULL so we can recover a unsetenv() in _clear_env(). */ + hash_insert_hash_owned_ref(site_config->env_variables_user, variable, util_alloc_string_copy(__value), free); + + if (!hash_has_key(site_config->env_variables_site, variable)) + hash_insert_ref(site_config->env_variables_site, variable, NULL); /* We insert a NULL so we can recover a unsetenv() in _clear_env(). */ } else - hash_insert_hash_owned_ref( site_config->env_variables_site , variable , util_alloc_string_copy( value ) , free); + hash_insert_hash_owned_ref(site_config->env_variables_site, variable, util_alloc_string_copy(value), free); } - - /** Clears all the environment variables set by the user. This is done is follows: @@ -348,98 +333,93 @@ void site_config_setenv( site_config_type * site_config , const char * variable, This way the environment should be identical to what it is after the site parsing is completed. -*/ + */ -void site_config_clear_env( site_config_type * site_config ) { +void site_config_clear_env(site_config_type * site_config) { /* 1: Clearing the user_set variables. */ { - hash_iter_type * hash_iter = hash_iter_alloc( site_config->env_variables_user ); - while (!hash_iter_is_complete( hash_iter )) { - const char * var = hash_iter_get_next_key( hash_iter ); - util_unsetenv( var ); + hash_iter_type * hash_iter = hash_iter_alloc(site_config->env_variables_user); + while (!hash_iter_is_complete(hash_iter)) { + const char * var = hash_iter_get_next_key(hash_iter); + util_unsetenv(var); } - hash_iter_free( hash_iter ); - hash_clear( site_config->env_variables_user ); + hash_iter_free(hash_iter); + hash_clear(site_config->env_variables_user); } - + /* 2: Recovering the site_set variables. */ { - hash_iter_type * hash_iter = hash_iter_alloc( site_config->env_variables_site ); - while (!hash_iter_is_complete( hash_iter )) { - const char * var = hash_iter_get_next_key( hash_iter ); - const char * value = hash_get( site_config->env_variables_site , var ); - util_interp_setenv( var , value ); /* Will call unsetenv if value == NULL */ + hash_iter_type * hash_iter = hash_iter_alloc(site_config->env_variables_site); + while (!hash_iter_is_complete(hash_iter)) { + const char * var = hash_iter_get_next_key(hash_iter); + const char * value = hash_get(site_config->env_variables_site, var); + util_interp_setenv(var, value); /* Will call unsetenv if value == NULL */ } - hash_iter_free( hash_iter ); - } + hash_iter_free(hash_iter); + } } - -void site_config_clear_pathvar( site_config_type * site_config ) { - stringlist_clear( site_config->path_variables_user ); - stringlist_clear( site_config->path_values_user ); +void site_config_clear_pathvar(site_config_type * site_config) { + stringlist_clear(site_config->path_variables_user); + stringlist_clear(site_config->path_values_user); { /* Recover the original values. */ - hash_iter_type * hash_iter = hash_iter_alloc( site_config->path_variables_site ); - while (!hash_iter_is_complete( hash_iter )) { - const char * var = hash_iter_get_next_key( hash_iter ); - const char * site_value = hash_get( site_config->path_variables_site , var ); - + hash_iter_type * hash_iter = hash_iter_alloc(site_config->path_variables_site); + while (!hash_iter_is_complete(hash_iter)) { + const char * var = hash_iter_get_next_key(hash_iter); + const char * site_value = hash_get(site_config->path_variables_site, var); + if (site_value == NULL) - util_unsetenv( var ); + util_unsetenv(var); else - util_setenv( var , site_value ); + util_setenv(var, site_value); } } } - -void site_config_update_pathvar( site_config_type * site_config , const char * pathvar , const char * value) { +void site_config_update_pathvar(site_config_type * site_config, const char * pathvar, const char * value) { if (site_config->user_mode) { - stringlist_append_copy( site_config->path_variables_user , pathvar ); - stringlist_append_copy( site_config->path_values_user , value ); - - if (!hash_has_key( site_config->path_variables_site , pathvar )) - hash_insert_ref( site_config->path_variables_site , pathvar , NULL); /* This path variable has not been touched in the + stringlist_append_copy(site_config->path_variables_user, pathvar); + stringlist_append_copy(site_config->path_values_user, value); + + if (!hash_has_key(site_config->path_variables_site, pathvar)) + hash_insert_ref(site_config->path_variables_site, pathvar, NULL); /* This path variable has not been touched in the site_config. We store a NULL, so can roll back (i.e. call unsetenv()). */ - } - util_update_path_var( pathvar , value , false ); + } + util_update_path_var(pathvar, value, false); } - - - -static void site_config_select_job_driver( site_config_type * site_config , const char * driver_name ) { - queue_driver_type * driver = site_config_get_queue_driver( site_config , driver_name ); +static void site_config_select_job_driver(site_config_type * site_config, const char * driver_name) { + queue_driver_type * driver = site_config_get_queue_driver(site_config, driver_name); site_config->current_driver = driver; - job_queue_set_driver( site_config->job_queue , site_config->current_driver ); + job_queue_set_driver(site_config->job_queue, site_config->current_driver); } - - /** These functions can be called repeatedly if you should want to change driver characteristics run-time. -*/ -static void site_config_select_LOCAL_job_queue(site_config_type * site_config ) { - site_config_select_job_driver( site_config , LOCAL_DRIVER_NAME ); + */ +static void site_config_select_LOCAL_job_queue(site_config_type * site_config) { + site_config_select_job_driver(site_config, LOCAL_DRIVER_NAME); } - static void site_config_select_RSH_job_queue(site_config_type * site_config) { - site_config_select_job_driver( site_config , RSH_DRIVER_NAME ); + site_config_select_job_driver(site_config, RSH_DRIVER_NAME); } - -static void site_config_select_LSF_job_queue(site_config_type * site_config ) { - site_config_select_job_driver( site_config , LSF_DRIVER_NAME ); +static void site_config_select_LSF_job_queue(site_config_type * site_config) { + site_config_select_job_driver(site_config, LSF_DRIVER_NAME); } +static void site_config_select_TORQUE_job_queue(site_config_type * site_config) { + site_config_select_job_driver(site_config, TORQUE_DRIVER_NAME); +} /*****************************************************************/ + /** This is quite awkward because the max_running variable is located both in the job_queue instance, and in each separate driver @@ -456,288 +436,279 @@ static void site_config_select_LSF_job_queue(site_config_type * site_config ) { be left untouched. What a mess. -*/ + */ -void site_config_set_max_running( site_config_type * site_config , int max_running ) { - queue_driver_set_max_running( site_config->current_driver , max_running ); /* We set the max running of the current driver */ +void site_config_set_max_running(site_config_type * site_config, int max_running) { + queue_driver_set_max_running(site_config->current_driver, max_running); /* We set the max running of the current driver */ } +void site_config_set_max_running_lsf(site_config_type * site_config, int max_running_lsf) { + queue_driver_type * lsf_driver = site_config_get_queue_driver(site_config, LSF_DRIVER_NAME); + queue_driver_set_max_running(lsf_driver, max_running_lsf); - -void site_config_set_max_running_lsf( site_config_type * site_config , int max_running_lsf) { - queue_driver_type * lsf_driver = site_config_get_queue_driver( site_config , LSF_DRIVER_NAME ); - queue_driver_set_max_running( lsf_driver , max_running_lsf ); - - if (!site_config->user_mode) + if (!site_config->user_mode) site_config->max_running_lsf_site = max_running_lsf; } - -int site_config_get_max_running_lsf( const site_config_type * site_config ) { - queue_driver_type * lsf_driver = site_config_get_queue_driver( site_config , LSF_DRIVER_NAME ); - return queue_driver_get_max_running( lsf_driver ); +int site_config_get_max_running_lsf(const site_config_type * site_config) { + queue_driver_type * lsf_driver = site_config_get_queue_driver(site_config, LSF_DRIVER_NAME); + return queue_driver_get_max_running(lsf_driver); } +void site_config_set_max_running_rsh(site_config_type * site_config, int max_running_rsh) { + queue_driver_type * rsh_driver = site_config_get_queue_driver(site_config, RSH_DRIVER_NAME); + queue_driver_set_max_running(rsh_driver, max_running_rsh); -void site_config_set_max_running_rsh( site_config_type * site_config , int max_running_rsh) { - queue_driver_type * rsh_driver = site_config_get_queue_driver( site_config , RSH_DRIVER_NAME ); - queue_driver_set_max_running( rsh_driver , max_running_rsh ); - - if (!site_config->user_mode) + if (!site_config->user_mode) site_config->max_running_rsh_site = max_running_rsh; } -int site_config_get_max_running_rsh( const site_config_type * site_config) { - queue_driver_type * rsh_driver = site_config_get_queue_driver( site_config , RSH_DRIVER_NAME ); - return queue_driver_get_max_running( rsh_driver ); +int site_config_get_max_running_rsh(const site_config_type * site_config) { + queue_driver_type * rsh_driver = site_config_get_queue_driver(site_config, RSH_DRIVER_NAME); + return queue_driver_get_max_running(rsh_driver); } +void site_config_set_max_running_local(site_config_type * site_config, int max_running_local) { + queue_driver_type * local_driver = site_config_get_queue_driver(site_config, LOCAL_DRIVER_NAME); + queue_driver_set_max_running(local_driver, max_running_local); -void site_config_set_max_running_local( site_config_type * site_config , int max_running_local) { - queue_driver_type * local_driver = site_config_get_queue_driver( site_config , LOCAL_DRIVER_NAME ); - queue_driver_set_max_running( local_driver , max_running_local ); - - if (!site_config->user_mode) + if (!site_config->user_mode) site_config->max_running_local_site = max_running_local; } +int site_config_get_max_running_local(const site_config_type * site_config) { + queue_driver_type * local_driver = site_config_get_queue_driver(site_config, LOCAL_DRIVER_NAME); + return queue_driver_get_max_running(local_driver); +} -int site_config_get_max_running_local( const site_config_type * site_config ) { - queue_driver_type * local_driver = site_config_get_queue_driver( site_config , LOCAL_DRIVER_NAME ); - return queue_driver_get_max_running( local_driver ); +void site_config_set_max_running_torque(site_config_type * site_config, int max_running_torque) { + queue_driver_type * torque_driver = site_config_get_queue_driver(site_config, TORQUE_DRIVER_NAME); + queue_driver_set_max_running(torque_driver, max_running_torque); + + if (!site_config->user_mode) + site_config->max_running_torque_site = max_running_torque; +} + +int site_config_get_max_running_torque(const site_config_type * site_config) { + queue_driver_type * torque_driver = site_config_get_queue_driver(site_config, TORQUE_DRIVER_NAME); + return queue_driver_get_max_running(torque_driver); +} + +/*****************************************************************/ + +/*****************************************************************/ + +void site_config_clear_rsh_host_list(site_config_type * site_config) { + queue_driver_type * rsh_driver = site_config_get_queue_driver(site_config, RSH_DRIVER_NAME); + queue_driver_set_option(rsh_driver, RSH_CLEAR_HOSTLIST, NULL); +} + +hash_type * site_config_get_rsh_host_list(const site_config_type * site_config) { + queue_driver_type * rsh_driver = site_config_get_queue_driver(site_config, RSH_DRIVER_NAME); + return (hash_type *) queue_driver_get_option(rsh_driver, RSH_HOSTLIST); +} + +void site_config_add_rsh_host_from_string(site_config_type * site_config, const char * host_string) { + queue_driver_type * rsh_driver = site_config_get_queue_driver(site_config, RSH_DRIVER_NAME); + queue_driver_set_option(rsh_driver, RSH_HOST, host_string); +} + +void site_config_add_rsh_host(site_config_type * site_config, const char * rsh_host, int max_running) { + char * host_max_running = util_alloc_sprintf("%s:%d", rsh_host, max_running); + site_config_add_rsh_host_from_string(site_config, host_max_running); + free(host_max_running); +} + +void site_config_set_rsh_command(site_config_type * site_config, const char * rsh_command) { + queue_driver_type * rsh_driver = site_config_get_queue_driver(site_config, RSH_DRIVER_NAME); + queue_driver_set_option(rsh_driver, RSH_CMD, rsh_command); +} + +const char * site_config_get_rsh_command(const site_config_type * site_config) { + queue_driver_type * rsh_driver = site_config_get_queue_driver(site_config, RSH_DRIVER_NAME); + return queue_driver_get_option(rsh_driver, RSH_CMD); +} + +/*****************************************************************/ + +void site_config_set_lsf_queue(site_config_type * site_config, const char * lsf_queue) { + queue_driver_type * lsf_driver = site_config_get_queue_driver(site_config, LSF_DRIVER_NAME); + if (!site_config->user_mode) + site_config->lsf_queue_name_site = util_realloc_string_copy(site_config->lsf_queue_name_site, lsf_queue); + + queue_driver_set_option(lsf_driver, LSF_QUEUE, lsf_queue); +} + +const char * site_config_get_lsf_queue(const site_config_type * site_config) { + queue_driver_type * lsf_driver = site_config_get_queue_driver(site_config, LSF_DRIVER_NAME); + return queue_driver_get_option(lsf_driver, LSF_QUEUE); +} + +void site_config_set_lsf_server(site_config_type * site_config, const char * lsf_server) { + queue_driver_type * lsf_driver = site_config_get_queue_driver(site_config, LSF_DRIVER_NAME); + queue_driver_set_option(lsf_driver, LSF_SERVER, lsf_server); +} + +void site_config_set_lsf_request(site_config_type * site_config, const char * lsf_request) { + queue_driver_type * lsf_driver = site_config_get_queue_driver(site_config, LSF_DRIVER_NAME); + queue_driver_set_option(lsf_driver, LSF_RESOURCE, lsf_request); + if (!site_config->user_mode) + site_config->lsf_request_site = util_realloc_string_copy(site_config->lsf_request_site, lsf_request); +} + +const char * site_config_get_lsf_request(const site_config_type * site_config) { + queue_driver_type * lsf_driver = site_config_get_queue_driver(site_config, LSF_DRIVER_NAME); + return queue_driver_get_option(lsf_driver, LSF_RESOURCE); } /*****************************************************************/ -/*****************************************************************/ - -void site_config_clear_rsh_host_list( site_config_type * site_config ) { - queue_driver_type * rsh_driver = site_config_get_queue_driver( site_config , RSH_DRIVER_NAME); - queue_driver_set_option( rsh_driver , RSH_CLEAR_HOSTLIST , NULL ); +const char * site_config_get_queue_name(const site_config_type * site_config) { + return queue_driver_get_name(site_config->current_driver); } - -hash_type * site_config_get_rsh_host_list( const site_config_type * site_config ) { - queue_driver_type * rsh_driver = site_config_get_queue_driver( site_config , RSH_DRIVER_NAME); - return (hash_type *) queue_driver_get_option( rsh_driver , RSH_HOSTLIST ); -} - -void site_config_add_rsh_host_from_string( site_config_type * site_config , const char * host_string) { - queue_driver_type * rsh_driver = site_config_get_queue_driver( site_config , RSH_DRIVER_NAME); - queue_driver_set_option( rsh_driver , RSH_HOST , host_string ); -} - - -void site_config_add_rsh_host( site_config_type * site_config , const char * rsh_host , int max_running ) { - char * host_max_running = util_alloc_sprintf("%s:%d" , rsh_host , max_running ); - site_config_add_rsh_host_from_string( site_config , host_max_running ); - free( host_max_running ); -} - -void site_config_set_rsh_command( site_config_type * site_config , const char * rsh_command) { - queue_driver_type * rsh_driver = site_config_get_queue_driver( site_config , RSH_DRIVER_NAME); - queue_driver_set_option( rsh_driver , RSH_CMD , rsh_command ); -} - -const char * site_config_get_rsh_command( const site_config_type * site_config ) { - queue_driver_type * rsh_driver = site_config_get_queue_driver( site_config , RSH_DRIVER_NAME); - return queue_driver_get_option( rsh_driver , RSH_CMD ); -} - - -/*****************************************************************/ - -void site_config_set_lsf_queue( site_config_type * site_config , const char * lsf_queue) { - queue_driver_type * lsf_driver = site_config_get_queue_driver( site_config , LSF_DRIVER_NAME); - if (!site_config->user_mode) - site_config->lsf_queue_name_site = util_realloc_string_copy( site_config->lsf_queue_name_site , lsf_queue); - - queue_driver_set_option( lsf_driver, LSF_QUEUE , lsf_queue ); -} - - - -const char * site_config_get_lsf_queue( const site_config_type * site_config ) { - queue_driver_type * lsf_driver = site_config_get_queue_driver( site_config , LSF_DRIVER_NAME); - return queue_driver_get_option( lsf_driver, LSF_QUEUE ); -} - - -void site_config_set_lsf_server( site_config_type * site_config , const char * lsf_server) { - queue_driver_type * lsf_driver = site_config_get_queue_driver( site_config , LSF_DRIVER_NAME); - queue_driver_set_option( lsf_driver, LSF_SERVER , lsf_server ); -} - - -void site_config_set_lsf_request( site_config_type * site_config , const char * lsf_request) { - queue_driver_type * lsf_driver = site_config_get_queue_driver( site_config , LSF_DRIVER_NAME); - queue_driver_set_option( lsf_driver, LSF_RESOURCE , lsf_request ); - if (!site_config->user_mode) - site_config->lsf_request_site = util_realloc_string_copy( site_config->lsf_request_site , lsf_request); -} - -const char * site_config_get_lsf_request( const site_config_type * site_config ) { - queue_driver_type * lsf_driver = site_config_get_queue_driver( site_config , LSF_DRIVER_NAME); - return queue_driver_get_option( lsf_driver, LSF_RESOURCE ); -} - - -/*****************************************************************/ - - -const char * site_config_get_queue_name( const site_config_type * site_config ) { - return queue_driver_get_name( site_config->current_driver ); -} - - -static void site_config_set_job_queue__( site_config_type * site_config , job_driver_type driver_type) { +static void site_config_set_job_queue__(site_config_type * site_config, job_driver_type driver_type) { site_config->driver_type = driver_type; if (site_config->job_queue != NULL) { switch (driver_type) { - case(LSF_DRIVER): - site_config_select_LSF_job_queue( site_config ); - break; - case(RSH_DRIVER): - site_config_select_RSH_job_queue( site_config ); - break; - case(LOCAL_DRIVER): - site_config_select_LOCAL_job_queue( site_config ); - break; - default: - util_abort("%s: internal error \n",__func__); + case(LSF_DRIVER): + site_config_select_LSF_job_queue(site_config); + break; + case(TORQUE_DRIVER): + site_config_select_TORQUE_job_queue(site_config); + break; + case(RSH_DRIVER): + site_config_select_RSH_job_queue(site_config); + break; + case(LOCAL_DRIVER): + site_config_select_LOCAL_job_queue(site_config); + break; + default: + util_abort("%s: internal error \n", __func__); } } if (!site_config->user_mode) site_config->driver_type_site = driver_type; } - - -void site_config_set_job_queue( site_config_type * site_config , const char * queue_name ) { - job_driver_type driver_type = job_queue_lookup_driver_name( queue_name ); - site_config_set_job_queue__( site_config , driver_type ); +void site_config_set_job_queue(site_config_type * site_config, const char * queue_name) { + job_driver_type driver_type = job_queue_lookup_driver_name(queue_name); + site_config_set_job_queue__(site_config, driver_type); } -bool site_config_queue_is_running( const site_config_type * site_config ) { - return job_queue_is_running( site_config->job_queue ); +bool site_config_queue_is_running(const site_config_type * site_config) { + return job_queue_is_running(site_config->job_queue); } /** The job_script might be a relative path, and the cwd changes during execution, i.e. it is essential to get hold of the full path. -*/ + */ -void site_config_set_job_script( site_config_type * site_config , const char * job_script ) { - char * job_script_full_path = util_alloc_realpath( job_script ); +void site_config_set_job_script(site_config_type * site_config, const char * job_script) { + char * job_script_full_path = util_alloc_realpath(job_script); { - site_config->job_script = util_realloc_string_copy( site_config->job_script , job_script_full_path ); - if (!site_config->user_mode) - site_config->job_script_site = util_realloc_string_copy( site_config->job_script_site , site_config->job_script ); + site_config->job_script = util_realloc_string_copy(site_config->job_script, job_script_full_path); + if (!site_config->user_mode) + site_config->job_script_site = util_realloc_string_copy(site_config->job_script_site, site_config->job_script); } - free( job_script_full_path ); + free(job_script_full_path); } - -const char * site_config_get_job_script( const site_config_type * site_config ) { +const char * site_config_get_job_script(const site_config_type * site_config) { return site_config->job_script; } -const char * site_config_get_manual_url( const site_config_type * site_config ) { +const char * site_config_get_manual_url(const site_config_type * site_config) { return site_config->manual_url; } -void site_config_set_manual_url( site_config_type * site_config , const char * manual_url ) { - site_config->manual_url = util_realloc_string_copy( site_config->manual_url , manual_url ); +void site_config_set_manual_url(site_config_type * site_config, const char * manual_url) { + site_config->manual_url = util_realloc_string_copy(site_config->manual_url, manual_url); } -const char * site_config_get_default_browser( const site_config_type * site_config ) { +const char * site_config_get_default_browser(const site_config_type * site_config) { return site_config->default_browser; } -void site_config_set_default_browser( site_config_type * site_config , const char * default_browser ) { - site_config->default_browser = util_realloc_string_copy( site_config->default_browser , default_browser ); +void site_config_set_default_browser(site_config_type * site_config, const char * default_browser) { + site_config->default_browser = util_realloc_string_copy(site_config->default_browser, default_browser); } - -void site_config_set_max_submit( site_config_type * site_config , int max_submit ) { +void site_config_set_max_submit(site_config_type * site_config, int max_submit) { site_config->max_submit = max_submit; if (!site_config->user_mode) site_config->max_submit_site = max_submit; - job_queue_set_max_submit( site_config->job_queue , max_submit ); + job_queue_set_max_submit(site_config->job_queue, max_submit); } - -int site_config_get_max_submit(const site_config_type * site_config ) { +int site_config_get_max_submit(const site_config_type * site_config) { return job_queue_get_max_submit(site_config->job_queue); } - -static void site_config_install_job_queue(site_config_type * site_config ) { +static void site_config_install_job_queue(site_config_type * site_config) { if (site_config->job_script == NULL) - util_exit("Must set the path to the job script with the %s key in the site_config / config file\n",JOB_SCRIPT_KEY); - + util_exit("Must set the path to the job script with the %s key in the site_config / config file\n", JOB_SCRIPT_KEY); + /* All the various driver options are set, unconditionally of which driver is actually selected in the end. - */ + */ if (site_config->driver_type != NULL_DRIVER) - site_config_set_job_queue__( site_config , site_config->driver_type ); + site_config_set_job_queue__(site_config, site_config->driver_type); } - -void site_config_init_env( site_config_type * site_config , const config_type * config ) { +void site_config_init_env(site_config_type * site_config, const config_type * config) { { - config_content_item_type * setenv_item = config_get_content_item( config , SETENV_KEY ); + config_content_item_type * setenv_item = config_get_content_item(config, SETENV_KEY); if (setenv_item != NULL) { int i; - for (i = 0; i < config_content_item_get_size( setenv_item ); i++) { - const config_content_node_type * setenv_node = config_content_item_iget_node( setenv_item , i ); - const char * var = config_content_node_iget( setenv_node , 0 ); - const char * value = config_content_node_iget( setenv_node , 1 ); - - site_config_setenv( site_config , var , value ); + for (i = 0; i < config_content_item_get_size(setenv_item); i++) { + const config_content_node_type * setenv_node = config_content_item_iget_node(setenv_item, i); + const char * var = config_content_node_iget(setenv_node, 0); + const char * value = config_content_node_iget(setenv_node, 1); + + site_config_setenv(site_config, var, value); } } } { - config_content_item_type * path_item = config_get_content_item( config , UPDATE_PATH_KEY ); + config_content_item_type * path_item = config_get_content_item(config, UPDATE_PATH_KEY); if (path_item != NULL) { int i; - for (i = 0; i < config_content_item_get_size( path_item ); i++) { - const config_content_node_type * path_node = config_content_item_iget_node( path_item , i ); - const char * path = config_content_node_iget( path_node , 0 ); - const char * value = config_content_node_iget( path_node , 1 ); - - site_config_update_pathvar( site_config , path , value ); + for (i = 0; i < config_content_item_get_size(path_item); i++) { + const config_content_node_type * path_node = config_content_item_iget_node(path_item, i); + const char * path = config_content_node_iget(path_node, 0); + const char * value = config_content_node_iget(path_node, 1); + + site_config_update_pathvar(site_config, path, value); } } } } - - /** This function will be called twice, first when the config instance is an internalization of the site-wide configuration file, and secondly when config is an internalisation of the user's configuration file. The @user_config parameter will be true in the latter case. -*/ + */ -bool site_config_init(site_config_type * site_config , const config_type * config) { - site_config_add_jobs(site_config , config); - site_config_init_env(site_config , config); - +bool site_config_init(site_config_type * site_config, const config_type * config) { + site_config_add_jobs(site_config, config); + site_config_init_env(site_config, config); + /* When LSF is used several enviroment variables must be set (by the site wide file) - i.e. the calls to SETENV must come first. - */ - if (!site_config->user_mode) - site_config_create_queue_drivers( site_config ); + */ + if (!site_config->user_mode) + site_config_create_queue_drivers(site_config); /* Set the umask for all file creation. A value of '0' will ensure @@ -748,299 +719,324 @@ bool site_config_init(site_config_type * site_config , const config_type * confi The string is supposed to be in OCTAL representation (without any prefix characters). - */ - if (config_item_set(config , UMASK_KEY)) { - const char * string_mask = config_get_value( config , UMASK_KEY); + */ + if (config_item_set(config, UMASK_KEY)) { + const char * string_mask = config_get_value(config, UMASK_KEY); mode_t umask_value; - if (util_sscanf_octal_int( string_mask , &umask_value)) - site_config_set_umask( site_config , umask_value); + if (util_sscanf_octal_int(string_mask, &umask_value)) + site_config_set_umask(site_config, umask_value); else - util_abort("%s: failed to parse:\"%s\" as a valid octal literal \n",__func__ , string_mask); + util_abort("%s: failed to parse:\"%s\" as a valid octal literal \n", __func__, string_mask); } - if (config_item_set(config , MAX_SUBMIT_KEY)) - site_config_set_max_submit( site_config , config_get_value_as_int( config , MAX_SUBMIT_KEY )); - + if (config_item_set(config, MAX_SUBMIT_KEY)) + site_config_set_max_submit(site_config, config_get_value_as_int(config, MAX_SUBMIT_KEY)); + /* LSF options */ { - if (config_item_set(config , LSF_QUEUE_KEY)) - site_config_set_lsf_queue( site_config , config_get_value( config , LSF_QUEUE_KEY )); - - if (config_item_set(config , LSF_RESOURCES_KEY)) { - char * lsf_resource_request = config_alloc_joined_string(config , LSF_RESOURCES_KEY , " "); - site_config_set_lsf_request( site_config , lsf_resource_request ); - free( lsf_resource_request ); - } - - if (config_item_set(config , MAX_RUNNING_LSF_KEY)) - site_config_set_max_running_lsf( site_config , config_get_value_as_int( config , MAX_RUNNING_LSF_KEY)); + if (config_item_set(config, LSF_QUEUE_KEY)) + site_config_set_lsf_queue(site_config, config_get_value(config, LSF_QUEUE_KEY)); - if (config_item_set(config , LSF_SERVER_KEY)) - site_config_set_lsf_server( site_config , config_get_value( config , LSF_SERVER_KEY)); + if (config_item_set(config, LSF_RESOURCES_KEY)) { + char * lsf_resource_request = config_alloc_joined_string(config, LSF_RESOURCES_KEY, " "); + site_config_set_lsf_request(site_config, lsf_resource_request); + free(lsf_resource_request); + } + + if (config_item_set(config, MAX_RUNNING_LSF_KEY)) + site_config_set_max_running_lsf(site_config, config_get_value_as_int(config, MAX_RUNNING_LSF_KEY)); + + if (config_item_set(config, LSF_SERVER_KEY)) + site_config_set_lsf_server(site_config, config_get_value(config, LSF_SERVER_KEY)); } /* RSH options */ { - if (config_item_set( config , RSH_COMMAND_KEY )) - site_config_set_rsh_command( site_config , config_get_value(config , RSH_COMMAND_KEY)); - - if (config_item_set( config , MAX_RUNNING_RSH_KEY)) - site_config_set_max_running_rsh( site_config , config_get_value_as_int( config , MAX_RUNNING_RSH_KEY)); - + if (config_item_set(config, RSH_COMMAND_KEY)) + site_config_set_rsh_command(site_config, config_get_value(config, RSH_COMMAND_KEY)); + + if (config_item_set(config, MAX_RUNNING_RSH_KEY)) + site_config_set_max_running_rsh(site_config, config_get_value_as_int(config, MAX_RUNNING_RSH_KEY)); + /* Parsing the "host1:4" strings. */ { - const config_content_item_type * rsh_host_item = config_get_content_item( config , RSH_HOST_KEY ); + const config_content_item_type * rsh_host_item = config_get_content_item(config, RSH_HOST_KEY); if (rsh_host_item != NULL) { - stringlist_type * rsh_host_list = config_alloc_complete_stringlist(config , RSH_HOST_KEY); + stringlist_type * rsh_host_list = config_alloc_complete_stringlist(config, RSH_HOST_KEY); int i; - for (i=0; i < stringlist_get_size( rsh_host_list ); i++) - site_config_add_rsh_host_from_string( site_config , stringlist_iget( rsh_host_list , i ) ); - - stringlist_free( rsh_host_list ); + for (i = 0; i < stringlist_get_size(rsh_host_list); i++) + site_config_add_rsh_host_from_string(site_config, stringlist_iget(rsh_host_list, i)); + + stringlist_free(rsh_host_list); } } } - - if (config_item_set( config , QUEUE_SYSTEM_KEY)) { + /* Torque options */ + if (config_item_set(config, MAX_RUNNING_TORQUE_KEY)) + site_config_set_max_running_torque(site_config, config_get_value_as_int(config, MAX_RUNNING_TORQUE_KEY)); + + + if (config_item_set(config, QUEUE_SYSTEM_KEY)) { job_driver_type driver_type; { - const char * queue_system = config_get_value(config , QUEUE_SYSTEM_KEY); - if (strcmp(queue_system , LSF_DRIVER_NAME) == 0) { + const char * queue_system = config_get_value(config, QUEUE_SYSTEM_KEY); + if (strcmp(queue_system, LSF_DRIVER_NAME) == 0) { driver_type = LSF_DRIVER; - } else if (strcmp(queue_system , RSH_DRIVER_NAME) == 0) + } else if (strcmp(queue_system, RSH_DRIVER_NAME) == 0) driver_type = RSH_DRIVER; - else if (strcmp(queue_system , LOCAL_DRIVER_NAME) == 0) + else if (strcmp(queue_system, LOCAL_DRIVER_NAME) == 0) driver_type = LOCAL_DRIVER; + else if (strcmp(queue_system, TORQUE_DRIVER_NAME) == 0) + driver_type = TORQUE_DRIVER; else { - util_abort("%s: queue system :%s not recognized \n",__func__ , queue_system); + util_abort("%s: queue system :%s not recognized \n", __func__, queue_system); driver_type = NULL_DRIVER; } } - site_config_set_job_queue__( site_config , driver_type ); + site_config_set_job_queue__(site_config, driver_type); } - - /* Parsing local options */ - if (config_item_set( config , MAX_RUNNING_LOCAL_KEY)) - site_config_set_max_running_local( site_config , config_iget_as_int( config , MAX_RUNNING_LOCAL_KEY , 0,0)); - if (config_item_set(config , JOB_SCRIPT_KEY)) - site_config_set_job_script( site_config , config_get_value_as_abspath( config , JOB_SCRIPT_KEY)); - - if (config_item_set(config , LICENSE_PATH_KEY)) - site_config_set_license_root_path( site_config , config_get_value_as_abspath( config , LICENSE_PATH_KEY)); - - site_config_install_job_queue( site_config ); - + /* Parsing local options */ + if (config_item_set(config, MAX_RUNNING_LOCAL_KEY)) + site_config_set_max_running_local(site_config, config_iget_as_int(config, MAX_RUNNING_LOCAL_KEY, 0, 0)); + + if (config_item_set(config, JOB_SCRIPT_KEY)) + site_config_set_job_script(site_config, config_get_value_as_abspath(config, JOB_SCRIPT_KEY)); + + if (config_item_set(config, LICENSE_PATH_KEY)) + site_config_set_license_root_path(site_config, config_get_value_as_abspath(config, LICENSE_PATH_KEY)); + + site_config_install_job_queue(site_config); + /* Setting QUEUE_OPTIONS */ - { + { int i; - for (i=0; i < config_get_occurences(config , QUEUE_OPTION_KEY); i++) { - const stringlist_type * tokens = config_iget_stringlist_ref(config , QUEUE_OPTION_KEY , i); - const char * driver_name = stringlist_iget( tokens , 0 ); - const char * option_key = stringlist_iget( tokens , 1 ); - const char * option_value = stringlist_alloc_joined_substring( tokens , 2 , stringlist_get_size( tokens ), " "); + for (i = 0; i < config_get_occurences(config, QUEUE_OPTION_KEY); i++) { + const stringlist_type * tokens = config_iget_stringlist_ref(config, QUEUE_OPTION_KEY, i); + const char * driver_name = stringlist_iget(tokens, 0); + const char * option_key = stringlist_iget(tokens, 1); + const char * option_value = stringlist_alloc_joined_substring(tokens, 2, stringlist_get_size(tokens), " "); /* If it is desirable to keep the exact number of spaces in the option_value it should be quoted with "" in the configuration file. - */ - site_config_set_queue_option( site_config , driver_name , option_key , option_value ); + */ + site_config_set_queue_option(site_config, driver_name, option_key, option_value); } } return true; } - - void site_config_free(site_config_type * site_config) { - ext_joblist_free( site_config->joblist ); - job_queue_free( site_config->job_queue ); + ext_joblist_free(site_config->joblist); + job_queue_free(site_config->job_queue); - hash_free( site_config->queue_drivers ); + hash_free(site_config->queue_drivers); - stringlist_free( site_config->path_variables_user ); - stringlist_free( site_config->path_values_user ); - hash_free( site_config->path_variables_site ); + stringlist_free(site_config->path_variables_user); + stringlist_free(site_config->path_values_user); + hash_free(site_config->path_variables_site); - hash_free( site_config->env_variables_site ); - hash_free( site_config->env_variables_user ); + hash_free(site_config->env_variables_site); + hash_free(site_config->env_variables_user); if (site_config->__license_root_path != NULL) - util_clear_directory( site_config->__license_root_path , true , true ); - - util_safe_free( site_config->manual_url ); - util_safe_free( site_config->license_root_path ); - util_safe_free( site_config->license_root_path_site ); - util_safe_free( site_config->__license_root_path ); - util_safe_free( site_config->job_script ); - util_safe_free( site_config->job_script_site ); - util_safe_free( site_config->rsh_command_site ); - util_safe_free( site_config->lsf_queue_name_site ); - util_safe_free( site_config->lsf_request_site ); + util_clear_directory(site_config->__license_root_path, true, true); + + util_safe_free(site_config->manual_url); + util_safe_free(site_config->license_root_path); + util_safe_free(site_config->license_root_path_site); + util_safe_free(site_config->__license_root_path); + util_safe_free(site_config->job_script); + util_safe_free(site_config->job_script_site); + util_safe_free(site_config->rsh_command_site); + util_safe_free(site_config->lsf_queue_name_site); + util_safe_free(site_config->lsf_request_site); free(site_config); } - -ext_joblist_type * site_config_get_installed_jobs( const site_config_type * site_config) { +ext_joblist_type * site_config_get_installed_jobs(const site_config_type * site_config) { return site_config->joblist; } - -job_queue_type * site_config_get_job_queue( const site_config_type * site_config) { +job_queue_type * site_config_get_job_queue(const site_config_type * site_config) { return site_config->job_queue; } - -void site_config_set_ens_size( site_config_type * site_config , int ens_size ) { +void site_config_set_ens_size(site_config_type * site_config, int ens_size) { //job_queue_set_size( site_config->job_queue , ens_size ); } - /*****************************************************************/ -void site_config_fprintf_config( const site_config_type * site_config , FILE * stream ) { - fprintf( stream , CONFIG_COMMENTLINE_FORMAT ); - fprintf( stream , CONFIG_COMMENT_FORMAT , "Here comes system related information - which typically"); - fprintf( stream , CONFIG_COMMENT_FORMAT , "overrides information from the site-wide configuration file."); +void site_config_fprintf_config(const site_config_type * site_config, FILE * stream) { + fprintf(stream, CONFIG_COMMENTLINE_FORMAT); + fprintf(stream, CONFIG_COMMENT_FORMAT, "Here comes system related information - which typically"); + fprintf(stream, CONFIG_COMMENT_FORMAT, "overrides information from the site-wide configuration file."); /* Starting with the user defined jobs. */ { - stringlist_type * joblist = ext_joblist_alloc_list( site_config->joblist ); - char * fmt_key = util_alloc_sprintf(CONFIG_KEY_FORMAT , INSTALL_JOB_KEY); - char * install_fmt = util_alloc_sprintf("%s%s%s" , fmt_key , CONFIG_VALUE_FORMAT , CONFIG_ENDVALUE_FORMAT); - - for (int i=0; i < stringlist_get_size( joblist ); i++) { - ext_job_type * ext_job = ext_joblist_get_job( site_config->joblist ,stringlist_iget( joblist , i )); - if (ext_job_is_private( ext_job )) - ext_job_fprintf_config( ext_job , install_fmt , stream ); - + stringlist_type * joblist = ext_joblist_alloc_list(site_config->joblist); + char * fmt_key = util_alloc_sprintf(CONFIG_KEY_FORMAT, INSTALL_JOB_KEY); + char * install_fmt = util_alloc_sprintf("%s%s%s", fmt_key, CONFIG_VALUE_FORMAT, CONFIG_ENDVALUE_FORMAT); + + for (int i = 0; i < stringlist_get_size(joblist); i++) { + ext_job_type * ext_job = ext_joblist_get_job(site_config->joblist, stringlist_iget(joblist, i)); + if (ext_job_is_private(ext_job)) + ext_job_fprintf_config(ext_job, install_fmt, stream); + } - - free( install_fmt ); - free( fmt_key ); + + free(install_fmt); + free(fmt_key); } - + /* Storing the env variables set with SETENV */ { - hash_iter_type * iter = hash_iter_alloc( site_config->env_variables_user ); - while (!hash_iter_is_complete( iter )) { - const char * var = hash_iter_get_next_key( iter ); - const char * user_value = hash_get( site_config->env_variables_user , var ); - const char * site_value = hash_safe_get( site_config->env_variables_site , var ); - - if (!util_string_equal( user_value , site_value)) { - fprintf(stream , CONFIG_KEY_FORMAT , SETENV_KEY ); - fprintf(stream , CONFIG_VALUE_FORMAT , var ); - fprintf(stream , CONFIG_ENDVALUE_FORMAT , user_value ); + hash_iter_type * iter = hash_iter_alloc(site_config->env_variables_user); + while (!hash_iter_is_complete(iter)) { + const char * var = hash_iter_get_next_key(iter); + const char * user_value = hash_get(site_config->env_variables_user, var); + const char * site_value = hash_safe_get(site_config->env_variables_site, var); + + if (!util_string_equal(user_value, site_value)) { + fprintf(stream, CONFIG_KEY_FORMAT, SETENV_KEY); + fprintf(stream, CONFIG_VALUE_FORMAT, var); + fprintf(stream, CONFIG_ENDVALUE_FORMAT, user_value); } } } /* Storing the driver type setting: */ - if ( site_config->driver_type != site_config->driver_type_site) { - fprintf(stream , CONFIG_KEY_FORMAT , QUEUE_SYSTEM_KEY ); - fprintf(stream , CONFIG_ENDVALUE_FORMAT , site_config_get_queue_name( site_config )); + if (site_config->driver_type != site_config->driver_type_site) { + fprintf(stream, CONFIG_KEY_FORMAT, QUEUE_SYSTEM_KEY); + fprintf(stream, CONFIG_ENDVALUE_FORMAT, site_config_get_queue_name(site_config)); } - + /* Storing UMASK setting */ - if ( site_config->umask != site_config->umask_site) { - fprintf(stream , CONFIG_KEY_FORMAT , UMASK_KEY ); - fprintf(stream , "%o\n" , site_config->umask ); + if (site_config->umask != site_config->umask_site) { + fprintf(stream, CONFIG_KEY_FORMAT, UMASK_KEY); + fprintf(stream, "%o\n", site_config->umask); } /* Storing MAX_SUBMIT setting */ - if ( site_config->max_submit != site_config->max_submit_site) { - fprintf(stream , CONFIG_KEY_FORMAT , MAX_SUBMIT_KEY ); - fprintf(stream , "%d\n" , site_config->max_submit ); + if (site_config->max_submit != site_config->max_submit_site) { + fprintf(stream, CONFIG_KEY_FORMAT, MAX_SUBMIT_KEY); + fprintf(stream, "%d\n", site_config->max_submit); } - + /* Storing LICENSE_ROOT_PATH */ - if (!util_string_equal( site_config->license_root_path , site_config->license_root_path_site)) { - fprintf(stream , CONFIG_KEY_FORMAT , LICENSE_PATH_KEY ); - fprintf(stream , CONFIG_ENDVALUE_FORMAT , site_config->license_root_path); + if (!util_string_equal(site_config->license_root_path, site_config->license_root_path_site)) { + fprintf(stream, CONFIG_KEY_FORMAT, LICENSE_PATH_KEY); + fprintf(stream, CONFIG_ENDVALUE_FORMAT, site_config->license_root_path); } /* Storing jobscript */ - if (!util_string_equal( site_config->job_script , site_config->job_script_site)) { - fprintf(stream , CONFIG_KEY_FORMAT , LICENSE_PATH_KEY ); - fprintf(stream , CONFIG_ENDVALUE_FORMAT , site_config->job_script); + if (!util_string_equal(site_config->job_script, site_config->job_script_site)) { + fprintf(stream, CONFIG_KEY_FORMAT, LICENSE_PATH_KEY); + fprintf(stream, CONFIG_ENDVALUE_FORMAT, site_config->job_script); } /* Storing local settings. */ if (site_config_get_max_running_local(site_config) != site_config->max_running_local_site) { - fprintf(stream , CONFIG_KEY_FORMAT , MAX_RUNNING_LOCAL_KEY ); - fprintf(stream , CONFIG_INT_FORMAT , site_config_get_max_running_local( site_config )); - fprintf( stream , "\n"); + fprintf(stream, CONFIG_KEY_FORMAT, MAX_RUNNING_LOCAL_KEY); + fprintf(stream, CONFIG_INT_FORMAT, site_config_get_max_running_local(site_config)); + fprintf(stream, "\n"); } /* Storing LSF settings. */ { - if (site_config_get_max_running_lsf( site_config ) != site_config->max_running_lsf_site) { - fprintf(stream , CONFIG_KEY_FORMAT , MAX_RUNNING_LSF_KEY ); - fprintf(stream , CONFIG_INT_FORMAT , site_config_get_max_running_lsf( site_config )); - fprintf( stream , "\n"); - } - - if (!util_string_equal( site_config_get_lsf_queue(site_config) , site_config->lsf_queue_name_site)) { - fprintf(stream , CONFIG_KEY_FORMAT , LSF_QUEUE_KEY ); - fprintf(stream , CONFIG_ENDVALUE_FORMAT , site_config_get_lsf_queue( site_config )); + if (site_config_get_max_running_lsf(site_config) != site_config->max_running_lsf_site) { + fprintf(stream, CONFIG_KEY_FORMAT, MAX_RUNNING_LSF_KEY); + fprintf(stream, CONFIG_INT_FORMAT, site_config_get_max_running_lsf(site_config)); + fprintf(stream, "\n"); } - if (!util_string_equal( site_config_get_lsf_request( site_config ) , site_config->lsf_request_site)) { - fprintf(stream , CONFIG_KEY_FORMAT , LSF_RESOURCES_KEY ); - fprintf(stream , CONFIG_ENDVALUE_FORMAT , site_config_get_lsf_request( site_config )); + if (!util_string_equal(site_config_get_lsf_queue(site_config), site_config->lsf_queue_name_site)) { + fprintf(stream, CONFIG_KEY_FORMAT, LSF_QUEUE_KEY); + fprintf(stream, CONFIG_ENDVALUE_FORMAT, site_config_get_lsf_queue(site_config)); + } + + if (!util_string_equal(site_config_get_lsf_request(site_config), site_config->lsf_request_site)) { + fprintf(stream, CONFIG_KEY_FORMAT, LSF_RESOURCES_KEY); + fprintf(stream, CONFIG_ENDVALUE_FORMAT, site_config_get_lsf_request(site_config)); } } - + /* Storing RSH settings. */ { if (site_config_get_max_running_rsh(site_config) != site_config->max_running_rsh_site) { - fprintf(stream , CONFIG_KEY_FORMAT , MAX_RUNNING_RSH_KEY ); - fprintf(stream , CONFIG_INT_FORMAT , site_config_get_max_running_rsh( site_config )); - fprintf( stream , "\n"); + fprintf(stream, CONFIG_KEY_FORMAT, MAX_RUNNING_RSH_KEY); + fprintf(stream, CONFIG_INT_FORMAT, site_config_get_max_running_rsh(site_config)); + fprintf(stream, "\n"); } - - if (!util_string_equal( site_config_get_rsh_command( site_config ) , site_config->rsh_command_site)) { - fprintf(stream , CONFIG_KEY_FORMAT , LICENSE_PATH_KEY ); - fprintf(stream , CONFIG_ENDVALUE_FORMAT , site_config_get_rsh_command( site_config )); + + if (!util_string_equal(site_config_get_rsh_command(site_config), site_config->rsh_command_site)) { + fprintf(stream, CONFIG_KEY_FORMAT, LICENSE_PATH_KEY); + fprintf(stream, CONFIG_ENDVALUE_FORMAT, site_config_get_rsh_command(site_config)); } { - queue_driver_type * rsh_driver = site_config_get_queue_driver( site_config , RSH_DRIVER_NAME ); - hash_type * host_list = queue_driver_get_option( rsh_driver , RSH_HOSTLIST ); - hash_iter_type * iter = hash_iter_alloc( host_list ); - while (!hash_iter_is_complete( iter )) { - const char * host_name = hash_iter_get_next_key( iter ); - fprintf(stream , CONFIG_KEY_FORMAT , RSH_HOST_KEY ); - fprintf(stream , "%s:%d\n" , host_name , hash_get_int( host_list , host_name)); + queue_driver_type * rsh_driver = site_config_get_queue_driver(site_config, RSH_DRIVER_NAME); + hash_type * host_list = queue_driver_get_option(rsh_driver, RSH_HOSTLIST); + hash_iter_type * iter = hash_iter_alloc(host_list); + while (!hash_iter_is_complete(iter)) { + const char * host_name = hash_iter_get_next_key(iter); + fprintf(stream, CONFIG_KEY_FORMAT, RSH_HOST_KEY); + fprintf(stream, "%s:%d\n", host_name, hash_get_int(host_list, host_name)); } - hash_iter_free( iter ); + hash_iter_free(iter); } } - - fprintf(stream , "\n\n"); + /* Storing TORQUE settings. */ + { + if (site_config_get_max_running_torque(site_config) != site_config->max_running_torque_site) { + fprintf(stream, CONFIG_KEY_FORMAT, MAX_RUNNING_TORQUE_KEY); + fprintf(stream, CONFIG_INT_FORMAT, site_config_get_max_running_torque(site_config)); + fprintf(stream, "\n"); + } + } + + fprintf(stream, "\n\n"); } /*****************************************************************/ -void site_config_add_queue_config_items( config_type * config , bool site_mode) { - config_schema_item_type * item = config_add_schema_item(config , QUEUE_SYSTEM_KEY , site_mode); - config_schema_item_set_argc_minmax(item , 1 , 1); +void site_config_add_queue_config_items(config_type * config, bool site_mode) { + config_schema_item_type * item = config_add_schema_item(config, QUEUE_SYSTEM_KEY, site_mode); + config_schema_item_set_argc_minmax(item, 1, 1); { - stringlist_type * lsf_dep = stringlist_alloc_argv_ref( (const char *[2]) {"LSF_QUEUE" , "MAX_RUNNING_LSF"} , 2); - stringlist_type * rsh_dep = stringlist_alloc_argv_ref( (const char *[3]) {"RSH_HOST" , "RSH_COMMAND" , "MAX_RUNNING_RSH"} , 2); - stringlist_type * local_dep = stringlist_alloc_argv_ref( (const char *[1]) {"MAX_RUNNING_LOCAL"} , 1); + stringlist_type * lsf_dep = stringlist_alloc_argv_ref((const char *[2]) { + "LSF_QUEUE", "MAX_RUNNING_LSF" + }, 2); + + stringlist_type * rsh_dep = stringlist_alloc_argv_ref((const char *[3]) { + "RSH_HOST", "RSH_COMMAND", "MAX_RUNNING_RSH" + }, 2); + + stringlist_type * local_dep = stringlist_alloc_argv_ref((const char *[1]) { + "MAX_RUNNING_LOCAL" + }, 1); + + // TODO: Hva er dette for noe greier + // stringlist_type * torque_dep = stringlist_alloc_argv_ref((const char *[1]) { + // "MAX_RUNNING_TORQUE"}, 1); + // + if (site_mode) { - config_schema_item_set_common_selection_set( item , 3 , (const char *[3]) {LSF_DRIVER_NAME , LOCAL_DRIVER_NAME , RSH_DRIVER_NAME}); - config_schema_item_set_required_children_on_value( item , LSF_DRIVER_NAME , lsf_dep); - config_schema_item_set_required_children_on_value( item , RSH_DRIVER_NAME , rsh_dep); - config_schema_item_set_required_children_on_value( item , LOCAL_DRIVER_NAME , local_dep); + + config_schema_item_set_common_selection_set(item, 3, (const char *[3]) { + LSF_DRIVER_NAME, LOCAL_DRIVER_NAME, RSH_DRIVER_NAME + }); + config_schema_item_set_required_children_on_value(item, LSF_DRIVER_NAME, lsf_dep); + config_schema_item_set_required_children_on_value(item, RSH_DRIVER_NAME, rsh_dep); + config_schema_item_set_required_children_on_value(item, LOCAL_DRIVER_NAME, local_dep); } stringlist_free(lsf_dep); @@ -1048,92 +1044,93 @@ void site_config_add_queue_config_items( config_type * config , bool site_mode) stringlist_free(local_dep); } - item = config_add_schema_item(config , MAX_SUBMIT_KEY , false ); - config_schema_item_set_argc_minmax(item , 1 , 1); - config_schema_item_iset_type( item , 0 , CONFIG_INT ); + item = config_add_schema_item(config, MAX_SUBMIT_KEY, false); + config_schema_item_set_argc_minmax(item, 1, 1); + config_schema_item_iset_type(item, 0, CONFIG_INT); } - - - -void site_config_add_config_items( config_type * config , bool site_mode) { +void site_config_add_config_items(config_type * config, bool site_mode) { config_schema_item_type * item; - ert_workflow_list_add_config_items( config ); - site_config_add_queue_config_items( config , site_mode ); - + ert_workflow_list_add_config_items(config); + site_config_add_queue_config_items(config, site_mode); + /* You can set environment variables which will be applied to the run-time environment. Can unfortunately not use constructions like PATH=$PATH:/some/new/path, use the UPDATE_PATH function instead. - */ - item = config_add_schema_item(config , SETENV_KEY , false ); - config_schema_item_set_argc_minmax(item , 2 , 2 ); - config_schema_item_set_envvar_expansion( item , false ); /* Do not expand $VAR expressions (that is done in util_interp_setenv()). */ - - item = config_add_schema_item(config , UMASK_KEY , false ); - config_schema_item_set_argc_minmax(item , 1 , 1 ); + */ + item = config_add_schema_item(config, SETENV_KEY, false); + config_schema_item_set_argc_minmax(item, 2, 2); + config_schema_item_set_envvar_expansion(item, false); /* Do not expand $VAR expressions (that is done in util_interp_setenv()). */ + + item = config_add_schema_item(config, UMASK_KEY, false); + config_schema_item_set_argc_minmax(item, 1, 1); /** UPDATE_PATH LD_LIBRARY_PATH /path/to/some/funky/lib Will prepend "/path/to/some/funky/lib" at the front of LD_LIBRARY_PATH. - */ - item = config_add_schema_item(config , UPDATE_PATH_KEY , false ); - config_schema_item_set_argc_minmax(item , 2 , 2 ); - config_schema_item_set_envvar_expansion( item , false ); /* Do not expand $VAR expressions (that is done in util_interp_setenv()). */ + */ + item = config_add_schema_item(config, UPDATE_PATH_KEY, false); + config_schema_item_set_argc_minmax(item, 2, 2); + config_schema_item_set_envvar_expansion(item, false); /* Do not expand $VAR expressions (that is done in util_interp_setenv()). */ - item = config_add_schema_item( config , LICENSE_PATH_KEY , site_mode ); - config_schema_item_set_argc_minmax(item , 1 , 1 ); - config_schema_item_iset_type( item , 0 , CONFIG_PATH ); + item = config_add_schema_item(config, LICENSE_PATH_KEY, site_mode); + config_schema_item_set_argc_minmax(item, 1, 1); + config_schema_item_iset_type(item, 0, CONFIG_PATH); /*****************************************************************/ /* Items related to running jobs with lsf/rsh/local ... */ /* These must be set IFF QUEUE_SYSTEM == LSF */ - item = config_add_schema_item(config , LSF_QUEUE_KEY , false ); - config_schema_item_set_argc_minmax(item , 1 , 1); + item = config_add_schema_item(config, LSF_QUEUE_KEY, false); + config_schema_item_set_argc_minmax(item, 1, 1); - item = config_add_schema_item(config , LSF_RESOURCES_KEY , false ); - config_schema_item_set_argc_minmax(item , 1 , CONFIG_DEFAULT_ARG_MAX); + item = config_add_schema_item(config, LSF_RESOURCES_KEY, false); + config_schema_item_set_argc_minmax(item, 1, CONFIG_DEFAULT_ARG_MAX); - item = config_add_schema_item(config , MAX_RUNNING_LSF_KEY , false ); - config_schema_item_set_argc_minmax(item , 1 , 1 ); - config_schema_item_iset_type( item , 0 , CONFIG_INT ); + item = config_add_schema_item(config, MAX_RUNNING_LSF_KEY, false); + config_schema_item_set_argc_minmax(item, 1, 1); + config_schema_item_iset_type(item, 0, CONFIG_INT); + + item = config_add_schema_item(config, LSF_SERVER_KEY, false); + config_schema_item_set_argc_minmax(item, 1, 1); - item = config_add_schema_item(config , LSF_SERVER_KEY , false ); - config_schema_item_set_argc_minmax(item , 1 , 1 ); - /* These must be set IFF QUEUE_SYSTEM == RSH */ if (!site_mode) - config_add_schema_item(config , RSH_HOST_KEY , false ); /* Only added when user parse. */ - item = config_add_schema_item(config , RSH_COMMAND_KEY , false ); - config_schema_item_set_argc_minmax(item , 1 , 1 ); - config_schema_item_iset_type( item , 0 , CONFIG_EXECUTABLE); + config_add_schema_item(config, RSH_HOST_KEY, false); /* Only added when user parse. */ + item = config_add_schema_item(config, RSH_COMMAND_KEY, false); + config_schema_item_set_argc_minmax(item, 1, 1); + config_schema_item_iset_type(item, 0, CONFIG_EXECUTABLE); - item = config_add_schema_item(config , MAX_RUNNING_RSH_KEY , false ); - config_schema_item_set_argc_minmax(item , 1 , 1); - config_schema_item_iset_type( item , 0 , CONFIG_INT); + item = config_add_schema_item(config, MAX_RUNNING_RSH_KEY, false); + config_schema_item_set_argc_minmax(item, 1, 1); + config_schema_item_iset_type(item, 0, CONFIG_INT); /* These must be set IFF QUEUE_SYSTEM == LOCAL */ - item = config_add_schema_item(config , MAX_RUNNING_LOCAL_KEY , false ); - config_schema_item_set_argc_minmax(item , 1 , 1 ); - config_schema_item_iset_type( item , 0 , CONFIG_INT); + item = config_add_schema_item(config, MAX_RUNNING_LOCAL_KEY, false); + config_schema_item_set_argc_minmax(item, 1, 1); + config_schema_item_iset_type(item, 0, CONFIG_INT); + + item = config_add_schema_item(config, MAX_RUNNING_TORQUE_KEY, false); + config_schema_item_set_argc_minmax(item, 1, 1); + config_schema_item_iset_type(item, 0, CONFIG_INT); /*****************************************************************/ - item = config_add_schema_item(config , QUEUE_OPTION_KEY , false ); - config_schema_item_set_argc_minmax(item , 3 , CONFIG_DEFAULT_ARG_MAX); + item = config_add_schema_item(config, QUEUE_OPTION_KEY, false); + config_schema_item_set_argc_minmax(item, 3, CONFIG_DEFAULT_ARG_MAX); + + item = config_add_schema_item(config, JOB_SCRIPT_KEY, site_mode); + config_schema_item_set_argc_minmax(item, 1, 1); + config_schema_item_iset_type(item, 0, CONFIG_EXISTING_PATH); + + item = config_add_schema_item(config, INSTALL_JOB_KEY, false); + config_schema_item_set_argc_minmax(item, 2, 2); + config_schema_item_iset_type(item, 1, CONFIG_EXISTING_PATH); - item = config_add_schema_item(config , JOB_SCRIPT_KEY , site_mode ); - config_schema_item_set_argc_minmax(item , 1 , 1); - config_schema_item_iset_type( item , 0 , CONFIG_EXISTING_PATH); - - item = config_add_schema_item(config , INSTALL_JOB_KEY , false ); - config_schema_item_set_argc_minmax(item , 2 , 2 ); - config_schema_item_iset_type( item , 1 , CONFIG_EXISTING_PATH); - /* Items related to the reports. */ - item = config_add_schema_item( config , REPORT_SEARCH_PATH_KEY , false ); - config_schema_item_set_argc_minmax(item , 1 , CONFIG_DEFAULT_ARG_MAX); + item = config_add_schema_item(config, REPORT_SEARCH_PATH_KEY, false); + config_schema_item_set_argc_minmax(item, 1, CONFIG_DEFAULT_ARG_MAX); } diff --git a/ThirdParty/Ert/devel/libenkf/tests/data/config/rng b/ThirdParty/Ert/devel/libenkf/tests/data/config/rng index 64f4d50888..07caf77275 100644 --- a/ThirdParty/Ert/devel/libenkf/tests/data/config/rng +++ b/ThirdParty/Ert/devel/libenkf/tests/data/config/rng @@ -3,4 +3,4 @@ STORE_SEED /tmp/seed2 LOAD_SEED /tmp/seed2 -- The settings below here are artifacts which should not be necessary ... -JOB_SCRIPT /private/joaho/ERT/Statoil/etc/ERT/Scripts/job_dispatch.py +JOB_SCRIPT script.sh diff --git a/ThirdParty/Ert/devel/libenkf/tests/data/config/script.sh b/ThirdParty/Ert/devel/libenkf/tests/data/config/script.sh new file mode 100644 index 0000000000..de495719f7 --- /dev/null +++ b/ThirdParty/Ert/devel/libenkf/tests/data/config/script.sh @@ -0,0 +1,2 @@ +#!/bin/sh +#Dummy script \ No newline at end of file diff --git a/ThirdParty/Ert/devel/libenkf/tests/enkf_rng.c b/ThirdParty/Ert/devel/libenkf/tests/enkf_rng.c index 98e31631cc..b74d51a8a1 100644 --- a/ThirdParty/Ert/devel/libenkf/tests/enkf_rng.c +++ b/ThirdParty/Ert/devel/libenkf/tests/enkf_rng.c @@ -26,6 +26,7 @@ #include #include + int main(int argc , char ** argv) { unsigned int rand1,rand2; { @@ -87,6 +88,7 @@ int main(int argc , char ** argv) { enkf_main_free( enkf_main ); } test_assert_uint_equal( rand1 , rand2 ); + util_unlink_existing( seed_file ); } /*****************************************************************/ { diff --git a/ThirdParty/Ert/devel/libert_util/include/ert/util/string_util.h b/ThirdParty/Ert/devel/libert_util/include/ert/util/string_util.h index af73d98f62..8c3fe82582 100644 --- a/ThirdParty/Ert/devel/libert_util/include/ert/util/string_util.h +++ b/ThirdParty/Ert/devel/libert_util/include/ert/util/string_util.h @@ -32,6 +32,10 @@ extern "C" { bool string_util_update_active_mask( const char * range_string , bool_vector_type * active_mask); bool_vector_type * string_util_alloc_active_mask( const char * range_string ); + bool string_util_update_value_list( const char * range_string , int_vector_type * value_list); + bool string_util_init_value_list( const char * range_string , int_vector_type * value_list ); + int_vector_type * string_util_alloc_value_list(const char * range_string); + #ifdef __cplusplus } #endif diff --git a/ThirdParty/Ert/devel/libert_util/include/ert/util/test_util.h b/ThirdParty/Ert/devel/libert_util/include/ert/util/test_util.h index 70dad43e99..92b7a33c0a 100644 --- a/ThirdParty/Ert/devel/libert_util/include/ert/util/test_util.h +++ b/ThirdParty/Ert/devel/libert_util/include/ert/util/test_util.h @@ -24,11 +24,14 @@ extern "C" { #endif + void test_error_exit( const char * fmt , ...); bool test_string_equal( const char * s1 , const char * s2 ); +#define test_exit( fmt, ...) test_exit__( __FILE__ , __LINE__ , fmt , __VA_ARGS__); + #define test_assert_string_equal( s1 , s2 ) test_assert_string_equal__(s1 , s2 , __FILE__ , __LINE__) void test_assert_string_equal__( const char * s1 , const char * s2 , const char * file , int line); diff --git a/ThirdParty/Ert/devel/libert_util/include/ert/util/vector_template.h b/ThirdParty/Ert/devel/libert_util/include/ert/util/vector_template.h index f104253b1a..5e94d3461a 100644 --- a/ThirdParty/Ert/devel/libert_util/include/ert/util/vector_template.h +++ b/ThirdParty/Ert/devel/libert_util/include/ert/util/vector_template.h @@ -81,6 +81,7 @@ typedef @TYPE@ (@TYPE@_ftype) (@TYPE@); void @TYPE@_vector_set_many(@TYPE@_vector_type * , int , const @TYPE@ * , int ); void @TYPE@_vector_set_all(@TYPE@_vector_type * vector , @TYPE@ value); void @TYPE@_vector_append_many(@TYPE@_vector_type * vector , const @TYPE@ * data , int length); + void @TYPE@_vector_append_vector(@TYPE@_vector_type * vector , const @TYPE@_vector_type * other); void @TYPE@_vector_shrink(@TYPE@_vector_type * ); @TYPE@ @TYPE@_vector_sum(const @TYPE@_vector_type * ); @TYPE@ @TYPE@_vector_get_default(const @TYPE@_vector_type * ); diff --git a/ThirdParty/Ert/devel/libert_util/src/hash.c b/ThirdParty/Ert/devel/libert_util/src/hash.c index 7a25deb62a..333c72f42a 100644 --- a/ThirdParty/Ert/devel/libert_util/src/hash.c +++ b/ThirdParty/Ert/devel/libert_util/src/hash.c @@ -94,31 +94,15 @@ static void __hash_deadlock_abort(hash_type * hash) { static void __hash_rdlock(hash_type * hash) { int lock_error = pthread_rwlock_tryrdlock( &hash->rwlock ); - if (lock_error != 0) { - /* We did not get the lock - let us check why: */ - if (lock_error == EDEADLK) - /* A deadlock is detected - we just abort. */ - __hash_deadlock_abort(hash); - else - /* We ignore all other error conditions than DEADLOCK and just try again. */ - pthread_rwlock_rdlock( &hash->rwlock ); - } - /* Ok - when we are here - we are guranteed to have the lock. */ + if (lock_error != 0) + util_abort("%s: did not get hash->read_lock - fix locking in calling scope\n",__func__); } static void __hash_wrlock(hash_type * hash) { int lock_error = pthread_rwlock_trywrlock( &hash->rwlock ); - if (lock_error != 0) { - /* We did not get the lock - let us check why: */ - if (lock_error == EDEADLK) - /* A deadlock is detected - we just abort. */ - __hash_deadlock_abort(hash); - else - /* We ignore all other error conditions than DEADLOCK and just try again. */ - pthread_rwlock_wrlock( &hash->rwlock ); - } - /* Ok - when we are here - we are guranteed to have the lock. */ + if (lock_error != 0) + util_abort("%s: did not get hash->write_lock - fix locking in calling scope\n",__func__); } diff --git a/ThirdParty/Ert/devel/libert_util/src/string_util.c b/ThirdParty/Ert/devel/libert_util/src/string_util.c index 28360c2ebc..5c210690f1 100644 --- a/ThirdParty/Ert/devel/libert_util/src/string_util.c +++ b/ThirdParty/Ert/devel/libert_util/src/string_util.c @@ -206,3 +206,31 @@ bool_vector_type * string_util_alloc_active_mask( const char * range_string ) { string_util_init_active_mask( range_string , mask ); return mask; } + + +/*****************************************************************/ + + +bool string_util_update_value_list( const char * range_string , int_vector_type * value_list) { + int_vector_type * new_values = string_util_sscanf_alloc_active_list( range_string ); + if (new_values) { + int_vector_append_vector( value_list , new_values); + int_vector_free( new_values ); + return true; + } else + return false; +} + + + +bool string_util_init_value_list( const char * range_string , int_vector_type * value_list ) { + int_vector_reset( value_list ); + return string_util_update_value_list( range_string , value_list ); +} + + +int_vector_type * string_util_alloc_value_list(const char * range_string) { + int_vector_type * value_list = int_vector_alloc(0,0); + string_util_init_value_list( range_string , value_list); + return value_list; +} diff --git a/ThirdParty/Ert/devel/libert_util/src/test_util.c b/ThirdParty/Ert/devel/libert_util/src/test_util.c index ed8effe35a..edbeae9c25 100644 --- a/ThirdParty/Ert/devel/libert_util/src/test_util.c +++ b/ThirdParty/Ert/devel/libert_util/src/test_util.c @@ -26,18 +26,32 @@ #include #include + void test_error_exit( const char * fmt , ...) { char * s; va_list ap; va_start(ap , fmt); s = util_alloc_sprintf_va(fmt , ap); va_end(ap); - - fprintf( stderr , s ); + fprintf(stderr , s ); exit(1); } +void test_exit__(const char * file , int line , const char * fmt , ...) { + fprintf(stderr , "Error at %s:%d:\n",file,line); + { + char * s; + va_list ap; + va_start(ap , fmt); + s = util_alloc_sprintf_va(fmt , ap); + va_end(ap); + fprintf(stderr , s ); + exit(1); + } +} + + bool test_string_equal( const char * s1 , const char * s2 ) { bool equal = true; if (s1 == NULL && s2 == NULL) diff --git a/ThirdParty/Ert/devel/libert_util/src/vector_template.c b/ThirdParty/Ert/devel/libert_util/src/vector_template.c index 65d48ad0c7..c032a184c6 100644 --- a/ThirdParty/Ert/devel/libert_util/src/vector_template.c +++ b/ThirdParty/Ert/devel/libert_util/src/vector_template.c @@ -801,6 +801,10 @@ void @TYPE@_vector_append_many(@TYPE@_vector_type * vector , const @TYPE@ * data @TYPE@_vector_set_many( vector , @TYPE@_vector_size( vector ) , data , length); } +void @TYPE@_vector_append_vector(@TYPE@_vector_type * vector , const @TYPE@_vector_type * other) { + @TYPE@_vector_append_many( vector , @TYPE@_vector_get_const_ptr( other ), @TYPE@_vector_size( other )); +} + /** This will realloc the vector so that alloc_size exactly matches diff --git a/ThirdParty/Ert/devel/libert_util/tests/ert_util_string_util.c b/ThirdParty/Ert/devel/libert_util/tests/ert_util_string_util.c index 6700549b2e..9928f1a810 100644 --- a/ThirdParty/Ert/devel/libert_util/tests/ert_util_string_util.c +++ b/ThirdParty/Ert/devel/libert_util/tests/ert_util_string_util.c @@ -17,6 +17,7 @@ */ #include #include +#include #include #include @@ -24,6 +25,22 @@ #include +void test_int_vector(const int_vector_type * list , int length , ...) { + va_list ap; + int i; + va_start(ap , length); + test_assert_int_equal( length , int_vector_size( list )); + + for (i =0; i < int_vector_size( list ); i++) { + int value = va_arg(ap , int); + test_assert_int_equal( int_vector_iget( list , i ) , value); + } + + va_end(ap); +} + + + static void test1( const int_vector_type * active_list ) { test_assert_int_equal( int_vector_size( active_list ), 10 ); test_assert_int_equal( int_vector_iget( active_list , 0 ) , 1 ); @@ -36,29 +53,22 @@ static void test1( const int_vector_type * active_list ) { void test_active_list() { int_vector_type * active_list = string_util_alloc_active_list("1,3- 10,15"); test_assert_true( string_util_init_active_list("1,3- 10,15" , active_list) ); - test1( active_list ); + test_int_vector( active_list , 10 , 1,3,4,5,6,7,8,9,10,15); test_assert_true( string_util_update_active_list("1,3- 10,15,8" , active_list) ); - test1( active_list ); + test_int_vector( active_list , 10 , 1,3,4,5,6,7,8,9,10,15); + test_assert_false( string_util_update_active_list("1,X" , active_list) ); - test1( active_list ); + test_int_vector( active_list , 10 , 1,3,4,5,6,7,8,9,10,15); test_assert_true( string_util_update_active_list("14-16" , active_list) ); - test_assert_int_equal( int_vector_size( active_list ) , 12); - test_assert_int_equal( int_vector_iget( active_list , 9 ) ,14 ); - test_assert_int_equal( int_vector_iget( active_list , 11 ) ,16 ); + test_int_vector( active_list , 12 , 1,3,4,5,6,7,8,9,10,14,15,16); test_assert_true( string_util_update_active_list("0" , active_list) ); - test_assert_int_equal( int_vector_size( active_list ) , 13); - test_assert_int_equal( int_vector_iget( active_list , 0 ) ,0 ); - test_assert_int_equal( int_vector_iget( active_list , 10 ) ,14 ); - test_assert_int_equal( int_vector_iget( active_list , 12 ) ,16 ); + test_int_vector( active_list , 13 , 0,1,3,4,5,6,7,8,9,10,14,15,16); test_assert_true( string_util_update_active_list("4-6" , active_list) ); - test_assert_int_equal( int_vector_size( active_list ) , 13); - test_assert_int_equal( int_vector_iget( active_list , 0 ) ,0 ); - test_assert_int_equal( int_vector_iget( active_list , 10 ) ,14 ); - test_assert_int_equal( int_vector_iget( active_list , 12 ) ,16 ); + test_int_vector( active_list , 13 , 0,1,3,4,5,6,7,8,9,10,14,15,16); } @@ -91,9 +101,48 @@ void test_active_mask() { test2( active_mask ); bool_vector_free( active_mask ); +} + + +void test_value_list() { + { + int_vector_type * int_vector = string_util_alloc_value_list("1,2,4-7"); + test_int_vector( int_vector , 6 , 1,2,4,5,6,7); + int_vector_free( int_vector ); + } + + { + int_vector_type * int_vector = string_util_alloc_value_list("1,2,X"); + test_int_vector( int_vector , 0); + int_vector_free( int_vector ); + } + + { + int_vector_type * int_vector = string_util_alloc_value_list("1,2,4-7"); + test_int_vector( int_vector , 6 , 1,2,4,5,6,7); + test_assert_false( string_util_update_value_list("1,2,X" , int_vector )); + int_vector_free( int_vector ); + } + + { + int_vector_type * int_vector = string_util_alloc_value_list("5,5,5,5"); + test_int_vector( int_vector , 4,5,5,5,5); + test_assert_true( string_util_update_value_list("1-5" , int_vector )); + test_int_vector( int_vector , 9,5,5,5,5,1,2,3,4,5 ); + test_assert_true( string_util_update_value_list("1-5" , int_vector )); + test_int_vector( int_vector , 14,5,5,5,5,1,2,3,4,5,1,2,3,4,5 ); + int_vector_free( int_vector ); + } + + { + int_vector_type * int_vector = int_vector_alloc(0 , 77 ); + int_vector_append(int_vector , 125 ); + string_util_init_value_list("1-5" , int_vector ); + test_int_vector( int_vector , 5,1,2,3,4,5); + int_vector_free( int_vector ); + } - } @@ -102,5 +151,6 @@ void test_active_mask() { int main(int argc , char ** argv) { test_active_list(); test_active_mask(); + test_value_list(); exit(0); } diff --git a/ThirdParty/Ert/devel/libert_util/tests/ert_util_type_vector_test.c b/ThirdParty/Ert/devel/libert_util/tests/ert_util_type_vector_test.c index a231320461..78649421f2 100644 --- a/ThirdParty/Ert/devel/libert_util/tests/ert_util_type_vector_test.c +++ b/ThirdParty/Ert/devel/libert_util/tests/ert_util_type_vector_test.c @@ -1,5 +1,5 @@ -/* - Copyright (C) 2012 Statoil ASA, Norway. +/* + Copyri ght (C) 2012 Statoil ASA, Norway. The file 'ert_util_type_vector_test.c' is part of ERT - Ensemble based Reservoir Tool. @@ -58,7 +58,7 @@ int main(int argc , char ** argv) { test_assert_int_equal( data1[N1-1] , 99); int_vector_free( v2 ); free( data1 ); - } + } test_assert_true( int_vector_init_range( int_vector , 100 , 1000 , 115 ) ); @@ -74,6 +74,31 @@ int main(int argc , char ** argv) { test_assert_int_equal( int_vector_iget( int_vector , 2 ) , 330); test_assert_int_equal( int_vector_iget( int_vector , 3 ) , 445); test_assert_int_equal( int_vector_get_last( int_vector ) , 1000); + + { + int_vector_type * v1 = int_vector_alloc(0,0); + int_vector_type * v2 = int_vector_alloc(0,0); + int_vector_append(v1 , 10); + int_vector_append(v1 , 15); + int_vector_append(v1 , 20); + + int_vector_append(v2 , 1); + int_vector_append(v2 , 2); + int_vector_append(v2 , 3); + + int_vector_append_vector( v1 , v2 ); + test_assert_int_equal( int_vector_size( v1 ) , 6 ); + test_assert_int_equal( int_vector_iget (v1 , 0 ), 10 ); + test_assert_int_equal( int_vector_iget (v1 , 1 ), 15 ); + test_assert_int_equal( int_vector_iget (v1 , 2 ), 20 ); + + test_assert_int_equal( int_vector_iget (v1 , 3 ), 1 ); + test_assert_int_equal( int_vector_iget (v1 , 4 ), 2 ); + test_assert_int_equal( int_vector_iget (v1 , 5 ), 3 ); + + int_vector_free( v1 ); + int_vector_free( v2 ); + } exit(0); } diff --git a/ThirdParty/Ert/devel/libjob_queue/include/ert/job_queue/job_queue.h b/ThirdParty/Ert/devel/libjob_queue/include/ert/job_queue/job_queue.h index be5590af35..7589debb35 100644 --- a/ThirdParty/Ert/devel/libjob_queue/include/ert/job_queue/job_queue.h +++ b/ThirdParty/Ert/devel/libjob_queue/include/ert/job_queue/job_queue.h @@ -36,6 +36,7 @@ extern "C" { void job_queue_submit_complete( job_queue_type * queue ); job_driver_type job_queue_get_driver_type( const job_queue_type * queue ); void job_queue_set_driver(job_queue_type * queue , queue_driver_type * driver); + bool job_queue_has_driver(const job_queue_type * queue ); //void job_queue_set_size( job_queue_type * job_queue , int size ); void job_queue_set_runpath_fmt(job_queue_type * , const path_fmt_type * ); job_queue_type * job_queue_alloc( int , const char * ok_file , const char * exit_file); diff --git a/ThirdParty/Ert/devel/libjob_queue/include/ert/job_queue/local_driver.h b/ThirdParty/Ert/devel/libjob_queue/include/ert/job_queue/local_driver.h index f0ab7ef19f..e172626aae 100644 --- a/ThirdParty/Ert/devel/libjob_queue/include/ert/job_queue/local_driver.h +++ b/ThirdParty/Ert/devel/libjob_queue/include/ert/job_queue/local_driver.h @@ -42,7 +42,6 @@ extern "C" { void local_driver_free__(void * __driver ); job_status_type local_driver_get_job_status(void * __driver , void * __job); void local_driver_free_job(void * __job); - bool local_driver_set_option( void * __driver , const char * option_key , const void * value); diff --git a/ThirdParty/Ert/devel/libjob_queue/include/ert/job_queue/queue_driver.h b/ThirdParty/Ert/devel/libjob_queue/include/ert/job_queue/queue_driver.h index 0eb2cecf59..e842668c9c 100644 --- a/ThirdParty/Ert/devel/libjob_queue/include/ert/job_queue/queue_driver.h +++ b/ThirdParty/Ert/devel/libjob_queue/include/ert/job_queue/queue_driver.h @@ -14,7 +14,7 @@ See the GNU General Public License at for more details. -*/ + */ #ifndef __QUEUE_DRIVER_H__ #define __QUEUE_DRIVER_H__ @@ -24,37 +24,42 @@ extern "C" { #include -typedef enum { NULL_DRIVER = 0, - LSF_DRIVER = 1, - LOCAL_DRIVER = 2, - RSH_DRIVER = 3} job_driver_type; + typedef enum { + NULL_DRIVER = 0, + LSF_DRIVER = 1, + LOCAL_DRIVER = 2, + RSH_DRIVER = 3, + TORQUE_DRIVER = 4 + } job_driver_type; #define JOB_DRIVER_ENUM_DEFS \ {.value = 0 , .name = "NULL_DRIVER"}, \ {.value = 1 , .name = "LSF_DRIVER"}, \ {.value = 2 , .name = "LOCAL_DRIVER"}, \ -{.value = 3 , .name = "RSH_DRIVER"} -#define JOB_DRIVER_ENUM_SIZE 4 +{.value = 3 , .name = "RSH_DRIVER"}, \ +{.value = 4 , .name = "TORQUE_DRIVER"} + +#define JOB_DRIVER_ENUM_SIZE 5 - - -typedef enum { JOB_QUEUE_NOT_ACTIVE = 1 , /* This value is used in external query routines - for jobs which are (currently) not active. */ - //JOB_QUEUE_LOADING = 2 , /* This value is used by external routines. Not used in the libjob_queue implementation. */ - JOB_QUEUE_WAITING = 4 , /* A node which is waiting in the internal queue. */ - JOB_QUEUE_SUBMITTED = 8 , /* Internal status: It has has been submitted - the next status update will (should) place it as pending or running. */ - JOB_QUEUE_PENDING = 16 , /* A node which is pending - a status returned by the external system. I.e LSF */ - JOB_QUEUE_RUNNING = 32 , /* The job is running */ - JOB_QUEUE_DONE = 64 , /* The job is done - but we have not yet checked if the target file is produced */ - JOB_QUEUE_EXIT = 128 , /* The job has exited - check attempts to determine if we retry or go to complete_fail */ - //JOB_QUEUE_RUN_OK = 256 , /* The job has completed - and all checks performed by the queue layer indicate success. */ - //JOB_QUEUE_RUN_FAIL = 512 , /* The job has completed - but the queue system has detected that it has failed. */ - //JOB_QUEUE_ALL_OK = 1024 , /* The job has loaded OK - observe that it is the calling scope which will set the status to this. */ - //JOB_QUEUE_ALL_FAIL = 2048 , /* The job has failed completely - the calling scope must set this status. */ - JOB_QUEUE_USER_KILLED = 4096 , /* The job has been killed by the user - can restart. */ - JOB_QUEUE_USER_EXIT = 8192 , /* The whole job_queue has been exited by the user - the job can NOT be restarted. */ - JOB_QUEUE_SUCCESS = 16384 , - JOB_QUEUE_RUNNING_CALLBACK = 32768 , - JOB_QUEUE_FAILED = 65536 } job_status_type; + typedef enum { + JOB_QUEUE_NOT_ACTIVE = 1, /* This value is used in external query routines - for jobs which are (currently) not active. */ + //JOB_QUEUE_LOADING = 2 , /* This value is used by external routines. Not used in the libjob_queue implementation. */ + JOB_QUEUE_WAITING = 4, /* A node which is waiting in the internal queue. */ + JOB_QUEUE_SUBMITTED = 8, /* Internal status: It has has been submitted - the next status update will (should) place it as pending or running. */ + JOB_QUEUE_PENDING = 16, /* A node which is pending - a status returned by the external system. I.e LSF */ + JOB_QUEUE_RUNNING = 32, /* The job is running */ + JOB_QUEUE_DONE = 64, /* The job is done - but we have not yet checked if the target file is produced */ + JOB_QUEUE_EXIT = 128, /* The job has exited - check attempts to determine if we retry or go to complete_fail */ + //JOB_QUEUE_RUN_OK = 256 , /* The job has completed - and all checks performed by the queue layer indicate success. */ + //JOB_QUEUE_RUN_FAIL = 512 , /* The job has completed - but the queue system has detected that it has failed. */ + //JOB_QUEUE_ALL_OK = 1024 , /* The job has loaded OK - observe that it is the calling scope which will set the status to this. */ + //JOB_QUEUE_ALL_FAIL = 2048 , /* The job has failed completely - the calling scope must set this status. */ + JOB_QUEUE_USER_KILLED = 4096, /* The job has been killed by the user - can restart. */ + JOB_QUEUE_USER_EXIT = 8192, /* The whole job_queue has been exited by the user - the job can NOT be restarted. */ + JOB_QUEUE_SUCCESS = 16384, + JOB_QUEUE_RUNNING_CALLBACK = 32768, + JOB_QUEUE_FAILED = 65536 + } job_status_type; #define JOB_QUEUE_MAX_STATE 12 @@ -79,20 +84,20 @@ typedef enum { JOB_QUEUE_NOT_ACTIVE = 1 , /* This value is used in #define JOB_STATUS_ENUM_SIZE JOB_QUEUE_MAX_STATE -/* - All jobs which are in the status set defined by - JOB_QUEUE_CAN_RESTART can be restarted based on external - user-input. It is OK to try to restart a job which is not in this - state - basically nothing should happen. -*/ + /* + All jobs which are in the status set defined by + JOB_QUEUE_CAN_RESTART can be restarted based on external + user-input. It is OK to try to restart a job which is not in this + state - basically nothing should happen. + */ #define JOB_QUEUE_CAN_RESTART (JOB_QUEUE_FAILED + JOB_QUEUE_USER_KILLED + JOB_QUEUE_SUCCESS) -/* - These are the jobs which can be killed. It is OK to try to kill a - job which is not in this state, the only thing happening is that the - function job_queue_kill_simulation() wil return false. -*/ + /* + These are the jobs which can be killed. It is OK to try to kill a + job which is not in this state, the only thing happening is that the + function job_queue_kill_simulation() wil return false. + */ #define JOB_QUEUE_CAN_KILL (JOB_QUEUE_WAITING + JOB_QUEUE_RUNNING + JOB_QUEUE_PENDING + JOB_QUEUE_SUBMITTED) @@ -102,39 +107,39 @@ typedef enum { JOB_QUEUE_NOT_ACTIVE = 1 , /* This value is used in typedef struct queue_driver_struct queue_driver_type; - - typedef void * (submit_job_ftype) (void * data , const char * cmd , int num_cpu , const char * run_path , const char * job_name , int argc , const char ** argv); - typedef void (kill_job_ftype) (void * , void * ); - typedef job_status_type (get_status_ftype) (void * , void * ); - typedef void (free_job_ftype) (void * ); - typedef void (free_queue_driver_ftype) (void *); - typedef bool (set_option_ftype) (void * , const char* , const void * ); - typedef const void * (get_option_ftype) (const void * , const char * ); - typedef bool (has_option_ftype) (const void * , const char * ); - - queue_driver_type * queue_driver_alloc_RSH( const char * rsh_cmd , const hash_type * rsh_hostlist); - queue_driver_type * queue_driver_alloc_LSF(const char * queue_name , const char * resource_request , const char * remote_lsf_server); - queue_driver_type * queue_driver_alloc_local( ); - queue_driver_type * queue_driver_alloc( job_driver_type type ); - - void * queue_driver_submit_job( queue_driver_type * driver, const char * run_cmd , int num_cpu , const char * run_path , const char * job_name , int argc , const char ** argv); - void queue_driver_free_job( queue_driver_type * driver , void * job_data ); - void queue_driver_kill_job( queue_driver_type * driver , void * job_data ); - job_status_type queue_driver_get_status( queue_driver_type * driver , void * job_data); - - void queue_driver_set_max_running( queue_driver_type * driver , int max_running); - int queue_driver_get_max_running( const queue_driver_type * driver ); - const char * queue_driver_get_name( const queue_driver_type * driver ); - - bool queue_driver_set_option( queue_driver_type * driver , const char * option_key , const void * value); - bool queue_driver_set_int_option( queue_driver_type * driver , const char * option_key , int int_value); - const void * queue_driver_get_option( queue_driver_type * driver , const char * option_key ); - - void queue_driver_free( queue_driver_type * driver ); - void queue_driver_free__( void * driver ); - const char * queue_driver_type_enum_iget( int index, int * value); - const char * queue_driver_status_emun_iget( int index, int * value); + typedef void * (submit_job_ftype) (void * data, const char * cmd, int num_cpu, const char * run_path, const char * job_name, int argc, const char ** argv); + typedef void (kill_job_ftype) (void *, void *); + typedef job_status_type(get_status_ftype) (void *, void *); + typedef void (free_job_ftype) (void *); + typedef void (free_queue_driver_ftype) (void *); + typedef bool (set_option_ftype) (void *, const char*, const void *); + typedef const void * (get_option_ftype) (const void *, const char *); + typedef bool (has_option_ftype) (const void *, const char *); + + + queue_driver_type * queue_driver_alloc_RSH(const char * rsh_cmd, const hash_type * rsh_hostlist); + queue_driver_type * queue_driver_alloc_LSF(const char * queue_name, const char * resource_request, const char * remote_lsf_server); + queue_driver_type * queue_driver_alloc_TORQUE(); + queue_driver_type * queue_driver_alloc_local(); + queue_driver_type * queue_driver_alloc(job_driver_type type); + + void * queue_driver_submit_job(queue_driver_type * driver, const char * run_cmd, int num_cpu, const char * run_path, const char * job_name, int argc, const char ** argv); + void queue_driver_free_job(queue_driver_type * driver, void * job_data); + void queue_driver_kill_job(queue_driver_type * driver, void * job_data); + job_status_type queue_driver_get_status(queue_driver_type * driver, void * job_data); + + void queue_driver_set_max_running(queue_driver_type * driver, int max_running); + int queue_driver_get_max_running(const queue_driver_type * driver); + const char * queue_driver_get_name(const queue_driver_type * driver); + + bool queue_driver_set_option(queue_driver_type * driver, const char * option_key, const void * value); + const void * queue_driver_get_option(queue_driver_type * driver, const char * option_key); + + void queue_driver_free(queue_driver_type * driver); + void queue_driver_free__(void * driver); + const char * queue_driver_type_enum_iget(int index, int * value); + const char * queue_driver_status_emun_iget(int index, int * value); #ifdef __cplusplus } diff --git a/ThirdParty/Ert/devel/libjob_queue/include/ert/job_queue/torque_driver.h b/ThirdParty/Ert/devel/libjob_queue/include/ert/job_queue/torque_driver.h new file mode 100644 index 0000000000..5f3db45f65 --- /dev/null +++ b/ThirdParty/Ert/devel/libjob_queue/include/ert/job_queue/torque_driver.h @@ -0,0 +1,78 @@ +/* + Copyright (C) 2013 Statoil ASA, Norway. + + The file 'torque_driver.h' is part of ERT - Ensemble based Reservoir Tool. + + ERT is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + ERT is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. + + See the GNU General Public License at + for more details. + */ +#ifndef TORQUE_DRIVER_H +#define TORQUE_DRIVER_H + +#ifdef __cplusplus +extern "C" { +#endif + +#include +#include + + /* + The options supported by the Torque driver. + */ +#define TORQUE_QSUB_CMD "QSUB_CMD" +#define TORQUE_QSTAT_CMD "QSTAT_CMD" +#define TORQUE_QDEL_CMD "QDEL_CMD" +#define TORQUE_QUEUE "QUEUE" +#define TORQUE_NUM_CPUS_PER_NODE "NUM_CPUS_PER_NODE" +#define TORQUE_NUM_NODES "NUM_NODES" +#define TORQUE_KEEP_QSUB_OUTPUT "KEEP_QSUB_OUTPUT" + +#define TORQUE_DEFAULT_QSUB_CMD "qsub" +#define TORQUE_DEFAULT_QSTAT_CMD "qstat" +#define TORQUE_DEFAULT_QDEL_CMD "qdel" + + + typedef struct torque_driver_struct torque_driver_type; + typedef struct torque_job_struct torque_job_type; + + + void * torque_driver_alloc(); + + + void * torque_driver_submit_job(void * __driver, + const char * submit_cmd, + int num_cpu, + const char * run_path, + const char * job_name, + int argc, + const char ** argv); + + void torque_driver_kill_job(void * __driver, void * __job); + void torque_driver_free__(void * __driver); + void torque_driver_free(torque_driver_type * driver); + job_status_type torque_driver_get_job_status(void * __driver, void * __job); + void torque_driver_free_job(void * __job); + void torque_driver_set_qstat_refresh_interval(torque_driver_type * driver, int refresh_interval); + + const void * torque_driver_get_option(const void * __driver, const char * option_key); + bool torque_driver_set_option(void * __driver, const char * option_key, const void * value); + + void torque_job_create_submit_script(const char * run_path, const char * submit_cmd, int argc, const char ** job_argv); + + UTIL_SAFE_CAST_HEADER(torque_driver); + +#ifdef __cplusplus +} +#endif + +#endif /* TORQUE_DRIVER_H */ + diff --git a/ThirdParty/Ert/devel/libjob_queue/src/CMakeLists.txt b/ThirdParty/Ert/devel/libjob_queue/src/CMakeLists.txt index 76e70e7845..95984eef9e 100644 --- a/ThirdParty/Ert/devel/libjob_queue/src/CMakeLists.txt +++ b/ThirdParty/Ert/devel/libjob_queue/src/CMakeLists.txt @@ -1,7 +1,7 @@ #configure_file (${CMAKE_CURRENT_SOURCE_DIR}/CMake/include/libjob_queue_build_config.h.in ${CMAKE_CURRENT_BINARY_DIR}/libjob_queue_build_config.h) -set(source_files forward_model.c queue_driver.c job_queue.c local_driver.c rsh_driver.c ext_job.c ext_joblist.c workflow_job.c workflow.c workflow_joblist.c) -set(header_files job_queue.h queue_driver.h local_driver.h rsh_driver.h ext_job.h ext_joblist.h forward_model.h workflow_job.h workflow.h workflow_joblist.h) +set(source_files forward_model.c queue_driver.c job_queue.c local_driver.c rsh_driver.c torque_driver.c ext_job.c ext_joblist.c workflow_job.c workflow.c workflow_joblist.c) +set(header_files job_queue.h queue_driver.h local_driver.h rsh_driver.h torque_driver.h ext_job.h ext_joblist.h forward_model.h workflow_job.h workflow.h workflow_joblist.h) if (USE_LSF) list( APPEND source_files lsf_driver.c) diff --git a/ThirdParty/Ert/devel/libjob_queue/src/local_driver.c b/ThirdParty/Ert/devel/libjob_queue/src/local_driver.c index 04cd04869c..b721909a38 100644 --- a/ThirdParty/Ert/devel/libjob_queue/src/local_driver.c +++ b/ThirdParty/Ert/devel/libjob_queue/src/local_driver.c @@ -194,14 +194,6 @@ void * local_driver_alloc() { return local_driver; } - -bool local_driver_set_option( void * __driver , const char * option_key , const void * value){ - local_driver_type * driver = local_driver_safe_cast( __driver ); - return false; -} - - - #undef LOCAL_DRIVER_ID #undef LOCAL_JOB_ID diff --git a/ThirdParty/Ert/devel/libjob_queue/src/lsf_driver.c b/ThirdParty/Ert/devel/libjob_queue/src/lsf_driver.c index e5a26cdc5c..642ececf25 100644 --- a/ThirdParty/Ert/devel/libjob_queue/src/lsf_driver.c +++ b/ThirdParty/Ert/devel/libjob_queue/src/lsf_driver.c @@ -1,7 +1,7 @@ /* Copyright (C) 2011 Statoil ASA, Norway. - The file 'lsf_driver_impl.c' is part of ERT - Ensemble based Reservoir Tool. + The file 'lsf_driver.c' is part of ERT - Ensemble based Reservoir Tool. ERT is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -668,9 +668,9 @@ void * lsf_driver_submit_job(void * __driver , pthread_mutex_lock( &driver->submit_lock ); if (submit_method == LSF_SUBMIT_INTERNAL) { - job->lsf_jobnr = lsf_driver_submit_internal_job( driver , run_path , job_name , submit_cmd , num_cpu , argc, argv); + job->lsf_jobnr = lsf_driver_submit_internal_job( driver , lsf_stdout , job_name , submit_cmd , num_cpu , argc, argv); } else { - job->lsf_jobnr = lsf_driver_submit_shell_job( driver , run_path , job_name , submit_cmd , num_cpu , argc, argv); + job->lsf_jobnr = lsf_driver_submit_shell_job( driver , lsf_stdout , job_name , submit_cmd , num_cpu , argc, argv); job->lsf_jobnr_char = util_alloc_sprintf("%ld" , job->lsf_jobnr); hash_insert_ref( driver->my_jobs , job->lsf_jobnr_char , NULL ); } diff --git a/ThirdParty/Ert/devel/libjob_queue/src/lsf_driver_impl.c b/ThirdParty/Ert/devel/libjob_queue/src/lsf_driver_impl.c deleted file mode 100644 index cbfa8b9eb0..0000000000 --- a/ThirdParty/Ert/devel/libjob_queue/src/lsf_driver_impl.c +++ /dev/null @@ -1,867 +0,0 @@ -/* - Copyright (C) 2011 Statoil ASA, Norway. - - The file 'lsf_driver_impl.c' is part of ERT - Ensemble based Reservoir Tool. - - ERT is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - ERT is distributed in the hope that it will be useful, but WITHOUT ANY - WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. - - See the GNU General Public License at - for more details. -*/ - -#include -#include -#include -#include -#include - -#include -#include -#include - - -#include - -#include -#include - - - -/** - Documentation/examples of programming towards the lsf libraries can - be found in /prog/LSF/7.0/misc/examples -*/ - - -/* - How to call the lsf commands bsub/bjobs/bkill: - ---------------------------------------------- - - The commands to submit, monitor and modify LSF jobs are available - through library calls through the lsf library. This is a good - solution which works well. - - Unfortunately only quite few of the workstations in Statoil are - "designated LSF machines", meaning that they are allowed to talk to - the LIM servers, to be able to use the low-level lsb_xxx() function - calls the host making the calls must configured (by an LSF - administrator) to be a LSF client. - - The lsf_driver can either make use of the proper lsf library calls - (lsb_submit(), lsb_openjobinfo(), ...) or alternatively it can issue - ssh calls to an external LSF_SERVER and call up the bsub/bkill/bjob - executables on the remote server. - - All the functions with 'library' in the name are based on library - calls, and the functions with 'shell' in the name are based on - external functions (the actual calls are through the - util_fork_exec() function). - - By default the driver will use the library, but if a value is - provided with the LSF_SERVER option, the shell based functions will - be used. Internally this is goverened by the boolean flag - 'use_library_calls'. - - Even though you only intend to submit through the shell commands - bsub / bjobs / bkill the build process still requires access to the - lsf headers and the lsf library; that is probably not optimal. - - - Remote login shell - ------------------ - - When submitting with LSF the job will inherit the current - environment on the submitting host, and not read the users login - files on the remote host where the job is actually executed. E.g. in - situations where submitting host and executing host are - e.g. different operating system versions this might be - unfortunate. The '-L @shell' switch can used with bsub to force lsf - to source schell specific input files prior to executing your - job. This can be achieved with the LSF_LOGIN_SHELL option: - - lsf_driver_set_option( driver , LSF_LOGIN_SHELL , "/bin/csh" ); - -*/ - - - - - -#define LSF_DRIVER_TYPE_ID 10078365 -#define LSF_JOB_TYPE_ID 9963900 -#define BJOBS_REFRESH_TIME 10 -#define DEFAULT_RSH_CMD "/usr/bin/ssh" -#define DEFAULT_BSUB_CMD "bsub" -#define DEFAULT_BJOBS_CMD "bjobs" -#define DEFAULT_BKILL_CMD "bkill" - - -struct lsf_job_struct { - UTIL_TYPE_ID_DECLARATION; - long int lsf_jobnr; - int num_exec_host; - char **exec_host; - char * lsf_jobnr_char; /* Used to look up the job status in the bjobs_cache hash table */ -}; - - - -struct lsf_driver_struct { - UTIL_TYPE_ID_DECLARATION; - char * queue_name; - char * resource_request; - char * login_shell; - pthread_mutex_t submit_lock; - - lsf_submit_method_enum submit_method; - - /*-----------------------------------------------------------------*/ - /* Fields used by the lsf library functions */ - struct submit lsf_request; - struct submitReply lsf_reply; - - /*-----------------------------------------------------------------*/ - /* Fields used by the shell based functions */ - - int bjobs_refresh_interval; - time_t last_bjobs_update; - hash_type * my_jobs; /* A hash table of all jobs submitted by this ERT instance - - to ensure that we do not check status of old jobs in e.g. ZOMBIE status. */ - hash_type * status_map; - hash_type * bjobs_cache; /* The output of calling bjobs is cached in this table. */ - pthread_mutex_t bjobs_mutex; /* Only one thread should update the bjobs_chache table. */ - char * remote_lsf_server; - char * rsh_cmd; - char * bsub_cmd; - char * bjobs_cmd; - char * bkill_cmd; -}; - - -void init_lsf_driver() { - -} - - - - -/*****************************************************************/ - -UTIL_SAFE_CAST_FUNCTION( lsf_driver , LSF_DRIVER_TYPE_ID) -static UTIL_SAFE_CAST_FUNCTION_CONST( lsf_driver , LSF_DRIVER_TYPE_ID) -static UTIL_SAFE_CAST_FUNCTION( lsf_job , LSF_JOB_TYPE_ID) - -lsf_job_type * lsf_job_alloc() { - lsf_job_type * job; - job = util_malloc(sizeof * job); - job->num_exec_host = 0; - job->exec_host = NULL; - - job->lsf_jobnr_char = NULL; - UTIL_TYPE_ID_INIT( job , LSF_JOB_TYPE_ID); - return job; -} - - - -void lsf_job_free(lsf_job_type * job) { - util_safe_free(job->lsf_jobnr_char); - util_free_stringlist(job->exec_host , job->num_exec_host); - free(job); -} - - -static int lsf_job_parse_bsub_stdout(const lsf_driver_type * driver , const char * stdout_file) { - int jobid = -1; - FILE * stream = util_fopen(stdout_file , "r"); - if (util_fseek_string(stream , "<" , true , true)) { - char * jobid_string = util_fscanf_alloc_upto(stream , ">" , false); - if (jobid_string != NULL) { - jobid = atoi( jobid_string ); - free( jobid_string ); - } - } - fclose( stream ); - - if (jobid == -1) { - char * file_content = util_fread_alloc_file_content( stdout_file , NULL ); - fprintf(stderr,"Failed to get lsf job id from file: %s \n",stdout_file ); - fprintf(stderr,"bsub command : %s \n",driver->bsub_cmd ); - fprintf(stderr,"%s\n", file_content); - free( file_content ); - util_exit("%s: \n",__func__); - } - return jobid; -} - - - -stringlist_type * lsf_driver_alloc_cmd(lsf_driver_type * driver , - const char * lsf_stdout , - const char * job_name , - const char * submit_cmd , - int num_cpu , - int job_argc, - const char ** job_argv) { - - stringlist_type * argv = stringlist_alloc_new(); - char * num_cpu_string = util_alloc_sprintf("%d" , num_cpu); - char * quoted_resource_request = NULL; - - /* - The resource request string contains spaces, and when passed - through the shell it must be protected with \"..\"; this applies - when submitting to a remote lsf server with ssh. However when - submitting to the local workstation using a bsub command the - command will be invoked with the util_fork_exec() command - and no - shell is involved. In this latter case we must avoid the \"...\" - quoting. - */ - - if (driver->resource_request != NULL) { - if (driver->submit_method == LSF_SUBMIT_REMOTE_SHELL) - quoted_resource_request =util_alloc_sprintf("\"%s\"" , driver->resource_request); - else - quoted_resource_request = util_alloc_string_copy( driver->resource_request ); - } - - if (driver->submit_method == LSF_SUBMIT_REMOTE_SHELL) - stringlist_append_ref( argv , driver->bsub_cmd); - - stringlist_append_ref( argv , "-o" ); - stringlist_append_copy( argv , lsf_stdout ); - if (driver->queue_name != NULL) { - stringlist_append_ref( argv , "-q" ); - stringlist_append_ref( argv , driver->queue_name ); - } - stringlist_append_ref( argv , "-J" ); - stringlist_append_ref( argv , job_name ); - stringlist_append_ref( argv , "-n" ); - stringlist_append_copy( argv , num_cpu_string ); - - if (quoted_resource_request != NULL) { - stringlist_append_ref( argv , "-R"); - stringlist_append_copy( argv , quoted_resource_request ); - } - - if (driver->login_shell != NULL) { - stringlist_append_ref( argv , "-L"); - stringlist_append_ref( argv , driver->login_shell ); - } - - stringlist_append_ref( argv , submit_cmd); - { - int iarg; - for (iarg = 0; iarg < job_argc; iarg++) - stringlist_append_ref( argv , job_argv[ iarg ]); - } - free( num_cpu_string ); - util_safe_free( quoted_resource_request ); - return argv; -} - - -static int lsf_driver_submit_internal_job( lsf_driver_type * driver , - const char * lsf_stdout , - const char * job_name , - const char * submit_cmd , - int num_cpu , - int argc, - const char ** argv) { - - char * command; - { - buffer_type * command_buffer = buffer_alloc( 256 ); - buffer_fwrite_char_ptr( command_buffer , submit_cmd ); - for (int iarg = 0; iarg < argc; iarg++) { - buffer_fwrite_char( command_buffer , ' '); - buffer_fwrite_char_ptr( command_buffer , argv[ iarg ]); - } - buffer_terminate_char_ptr( command_buffer ); - command = buffer_get_data( command_buffer ); - buffer_free_container( command_buffer ); - } - - { - int options = SUB_JOB_NAME + SUB_OUT_FILE; - - if (driver->queue_name != NULL) - options += SUB_QUEUE; - - if (driver->resource_request != NULL) - options += SUB_RES_REQ; - - if (driver->login_shell != NULL) - options += SUB_LOGIN_SHELL; - - driver->lsf_request.options = options; - } - - driver->lsf_request.resReq = driver->resource_request; - driver->lsf_request.loginShell = driver->login_shell; - driver->lsf_request.queue = driver->queue_name; - driver->lsf_request.jobName = (char *) job_name; - driver->lsf_request.outFile = lsf_stdout; - driver->lsf_request.command = command; - driver->lsf_request.numProcessors = num_cpu; - - { - int lsf_jobnr = lsb_submit( &driver->lsf_request , &driver->lsf_reply ); - free( command ); /* I trust the lsf layer is finished with the command? */ - return lsf_jobnr; - } -} - - - -static int lsf_driver_submit_shell_job(lsf_driver_type * driver , - const char * lsf_stdout , - const char * job_name , - const char * submit_cmd , - int num_cpu , - int job_argc, - const char ** job_argv) { - int job_id; - char * tmp_file = util_alloc_tmp_file("/tmp" , "enkf-submit" , true); - - printf("remote_lsf_server: %s \n",driver->remote_lsf_server); - if (driver->remote_lsf_server != NULL) { - stringlist_type * remote_argv = lsf_driver_alloc_cmd( driver , lsf_stdout , job_name , submit_cmd , num_cpu , job_argc , job_argv); - if (driver->submit_method == LSF_SUBMIT_REMOTE_SHELL) { - char ** argv = util_calloc( 2 , sizeof * argv ); - argv[0] = driver->remote_lsf_server; - argv[1] = stringlist_alloc_joined_string( remote_argv , " "); - util_fork_exec(driver->rsh_cmd , 2 , (const char **) argv , true , NULL , NULL , NULL , tmp_file , NULL); - free( argv[1] ); - free( argv ); - } else if (driver->submit_method == LSF_SUBMIT_LOCAL_SHELL) { - char ** argv = stringlist_alloc_char_ref( remote_argv ); - util_fork_exec(driver->bsub_cmd , stringlist_get_size( remote_argv) , (const char **) argv , true , NULL , NULL , NULL , tmp_file , NULL); - free( argv ); - } - stringlist_free( remote_argv ); - } - - job_id = lsf_job_parse_bsub_stdout(driver , tmp_file); - util_unlink_existing( tmp_file ); - free(tmp_file); - return job_id; -} - - - -static int lsf_driver_get_status__(lsf_driver_type * driver , const char * status, const char * job_id) { - if (hash_has_key( driver->status_map , status)) - return hash_get_int( driver->status_map , status); - else { - util_exit("The lsf_status:%s for job:%s is not recognized; call your LSF administrator - sorry :-( \n", status , job_id); - return -1; - } -} - - - -static void lsf_driver_update_bjobs_table(lsf_driver_type * driver) { - char * tmp_file = util_alloc_tmp_file("/tmp" , "enkf-bjobs" , true); - - if (driver->submit_method == LSF_SUBMIT_REMOTE_SHELL) { - char ** argv = util_calloc( 2 , sizeof * argv); - argv[0] = driver->remote_lsf_server; - argv[1] = util_alloc_sprintf("%s -a" , driver->bjobs_cmd); - util_fork_exec(driver->rsh_cmd , 2 , (const char **) argv , true , NULL , NULL , NULL , tmp_file , NULL); - free( argv[1] ); - free( argv ); - } else if (driver->submit_method == LSF_SUBMIT_LOCAL_SHELL) { - char ** argv = util_calloc( 1 , sizeof * argv); - argv[0] = "-a"; - util_fork_exec(driver->bjobs_cmd , 1 , (const char **) argv , true , NULL , NULL , NULL , tmp_file , NULL); - free( argv ); - } - - { - char user[32]; - char status[16]; - FILE *stream = util_fopen(tmp_file , "r");; - bool at_eof = false; - hash_clear(driver->bjobs_cache); - util_fskip_lines(stream , 1); - while (!at_eof) { - char * line = util_fscanf_alloc_line(stream , &at_eof); - if (line != NULL) { - int job_id_int; - - if (sscanf(line , "%d %s %s", &job_id_int , user , status) == 3) { - char * job_id = util_alloc_sprintf("%d" , job_id_int); - - if (hash_has_key( driver->my_jobs , job_id )) /* Consider only jobs submitted by this ERT instance - not old jobs lying around from the same user. */ - hash_insert_int(driver->bjobs_cache , job_id , lsf_driver_get_status__( driver , status , job_id)); - - free(job_id); - } - free(line); - } - } - fclose(stream); - } - util_unlink_existing(tmp_file); - free(tmp_file); -} - - - -static int lsf_driver_get_job_status_libary(void * __driver , void * __job) { - if (__job == NULL) - /* the job has not been registered at all ... */ - return JOB_QUEUE_NOT_ACTIVE; - else { - lsf_job_type * job = lsf_job_safe_cast( __job ); - { - int status; - struct jobInfoEnt *job_info; - if (lsb_openjobinfo(job->lsf_jobnr , NULL , NULL , NULL , NULL , ALL_JOB) != 1) { - /* - Failed to get information about the job - we boldly assume - the following situation has occured: - - 1. The job is running happily along. - 2. The lsf deamon is not responding for a long time. - 3. The job finishes, and is eventually expired from the LSF job database. - 4. The lsf deamon answers again - but can not find the job... - - */ - fprintf(stderr,"Warning: failed to get status information for job:%ld - assuming it is finished. \n", job->lsf_jobnr); - status = JOB_QUEUE_DONE; - } else { - job_info = lsb_readjobinfo( NULL ); - lsb_closejobinfo(); - if (job->num_exec_host == 0) { - job->num_exec_host = job_info->numExHosts; - job->exec_host = util_alloc_stringlist_copy( (const char **) job_info->exHosts , job->num_exec_host); - } - status = job_info->status; - } - return status; - } - } -} - - - - -static int lsf_driver_get_job_status_shell(void * __driver , void * __job) { - int status = JOB_STAT_NULL; - - if (__job != NULL) { - lsf_job_type * job = lsf_job_safe_cast( __job ); - lsf_driver_type * driver = lsf_driver_safe_cast( __driver ); - - { - /** - Updating the bjobs_table of the driver involves a significant change in - the internal state of the driver; that is semantically a bit - unfortunate because this is clearly a get() function; to protect - against concurrent updates of this table we use a mutex. - */ - pthread_mutex_lock( &driver->bjobs_mutex ); - { - if (difftime(time(NULL) , driver->last_bjobs_update) > driver->bjobs_refresh_interval) { - lsf_driver_update_bjobs_table(driver); - driver->last_bjobs_update = time( NULL ); - } - } - pthread_mutex_unlock( &driver->bjobs_mutex ); - - - if (hash_has_key( driver->bjobs_cache , job->lsf_jobnr_char) ) - status = hash_get_int(driver->bjobs_cache , job->lsf_jobnr_char); - else - /* - It might be running - but since job != NULL it is at least in the queue system. - */ - status = JOB_STAT_PEND; - - } - } - - return status; -} - - -job_status_type lsf_driver_convert_status( int lsf_status ) { - job_status_type job_status; - switch (lsf_status) { - case JOB_STAT_NULL: - job_status = JOB_QUEUE_NOT_ACTIVE; - break; - case JOB_STAT_PEND: - job_status = JOB_QUEUE_PENDING; - break; - case JOB_STAT_SSUSP: - job_status = JOB_QUEUE_RUNNING; - break; - case JOB_STAT_USUSP: - job_status = JOB_QUEUE_RUNNING; - break; - case JOB_STAT_PSUSP: - job_status = JOB_QUEUE_RUNNING; - break; - case JOB_STAT_RUN: - job_status = JOB_QUEUE_RUNNING; - break; - case JOB_STAT_DONE: - job_status = JOB_QUEUE_DONE; - break; - case JOB_STAT_EXIT: - job_status = JOB_QUEUE_EXIT; - break; - case JOB_STAT_UNKWN: // Have lost contact with one of the daemons. - job_status = JOB_QUEUE_EXIT; - break; - case 192: /* this 192 seems to pop up - where the fuck does it come frome ?? _pdone + _ususp ??? */ - job_status = JOB_QUEUE_DONE; - break; - default: - job_status = JOB_QUEUE_NOT_ACTIVE; - util_abort("%s: unrecognized lsf status code:%d \n",__func__ , lsf_status ); - } - return job_status; -} - - -int lsf_driver_get_job_status_lsf(void * __driver , void * __job) { - int lsf_status; - lsf_driver_type * driver = lsf_driver_safe_cast( __driver ); - - if (driver->submit_method == LSF_SUBMIT_INTERNAL) - lsf_status = lsf_driver_get_job_status_libary(__driver , __job); - else - lsf_status = lsf_driver_get_job_status_shell(__driver , __job); - - return lsf_status; -} - - - -job_status_type lsf_driver_get_job_status(void * __driver , void * __job) { - int lsf_status = lsf_driver_get_job_status_lsf( __driver , __job ); - return lsf_driver_convert_status( lsf_status ); -} - - - - -void lsf_driver_free_job(void * __job) { - lsf_job_type * job = lsf_job_safe_cast( __job ); - lsf_job_free(job); -} - - - -void lsf_driver_kill_job(void * __driver , void * __job) { - lsf_driver_type * driver = lsf_driver_safe_cast( __driver ); - lsf_job_type * job = lsf_job_safe_cast( __job ); - { - if (driver->submit_method == LSF_SUBMIT_INTERNAL) - lsb_forcekilljob(job->lsf_jobnr); - else { - if (driver->submit_method == LSF_SUBMIT_REMOTE_SHELL) { - char ** argv = util_calloc( 2, sizeof * argv ); - argv[0] = driver->remote_lsf_server; - argv[1] = util_alloc_sprintf("%s %s" , driver->bkill_cmd , job->lsf_jobnr_char); - - util_fork_exec(driver->rsh_cmd , 2 , (const char **) argv , true , NULL , NULL , NULL , NULL , NULL); - - free( argv[1] ); - free( argv ); - } else if (driver->submit_method == LSF_SUBMIT_LOCAL_SHELL) - util_fork_exec(driver->bkill_cmd , 1 , (const char **) &job->lsf_jobnr_char , true , NULL , NULL , NULL , NULL , NULL); - } - } -} - - - - - -void * lsf_driver_submit_job(void * __driver , - const char * submit_cmd , - int num_cpu , - const char * run_path , - const char * job_name , - int argc, - const char ** argv ) { - lsf_driver_type * driver = lsf_driver_safe_cast( __driver ); - { - lsf_job_type * job = lsf_job_alloc(); - { - char * lsf_stdout = util_alloc_filename(run_path , job_name , "LSF-stdout"); - pthread_mutex_lock( &driver->submit_lock ); - - if (driver->submit_method == LSF_SUBMIT_INTERNAL) { - job->lsf_jobnr = lsf_driver_submit_internal_job( driver , run_path , job_name , submit_cmd , num_cpu , argc, argv); - } else { - job->lsf_jobnr = lsf_driver_submit_shell_job( driver , run_path , job_name , submit_cmd , num_cpu , argc, argv); - job->lsf_jobnr_char = util_alloc_sprintf("%ld" , job->lsf_jobnr); - hash_insert_ref( driver->my_jobs , job->lsf_jobnr_char , NULL ); - } - - pthread_mutex_unlock( &driver->submit_lock ); - free( lsf_stdout ); - } - - if (job->lsf_jobnr > 0) - return job; - else { - /* - The submit failed - the queue system shall handle - NULL return values. - */ - if (driver->submit_method == LSF_SUBMIT_INTERNAL) - fprintf(stderr,"%s: ** Warning: lsb_submit() failed: %s/%d \n",__func__ , lsb_sysmsg() , lsberrno); - lsf_job_free(job); - return NULL; - } - } -} - - - -void lsf_driver_free(lsf_driver_type * driver ) { - util_safe_free(driver->login_shell); - util_safe_free(driver->queue_name); - util_safe_free(driver->resource_request ); - util_safe_free(driver->remote_lsf_server ); - util_safe_free(driver->rsh_cmd ); - free( driver->bkill_cmd ); - free( driver->bjobs_cmd ); - free( driver->bsub_cmd ); - - hash_free(driver->status_map); - hash_free(driver->bjobs_cache); - hash_free(driver->my_jobs); - - free(driver); - driver = NULL; -} - -void lsf_driver_free__(void * __driver ) { - lsf_driver_type * driver = lsf_driver_safe_cast( __driver ); - lsf_driver_free( driver ); -} - - -static void lsf_driver_set_queue( lsf_driver_type * driver, const char * queue ) { - driver->queue_name = util_realloc_string_copy( driver->queue_name , queue); -} - - -static void lsf_driver_set_login_shell( lsf_driver_type * driver, const char * login_shell ) { - driver->login_shell = util_realloc_string_copy( driver->login_shell , login_shell); -} - -static void lsf_driver_set_rsh_cmd( lsf_driver_type * driver , const char * rsh_cmd) { - driver->rsh_cmd = util_realloc_string_copy( driver->rsh_cmd , rsh_cmd ); -} - -static void lsf_driver_set_bsub_cmd( lsf_driver_type * driver , const char * bsub_cmd) { - driver->bsub_cmd = util_realloc_string_copy( driver->bsub_cmd , bsub_cmd ); -} - -static void lsf_driver_set_bjobs_cmd( lsf_driver_type * driver , const char * bjobs_cmd) { - driver->bjobs_cmd = util_realloc_string_copy( driver->bjobs_cmd , bjobs_cmd ); -} - -static void lsf_driver_set_bkill_cmd( lsf_driver_type * driver , const char * bkill_cmd) { - driver->bkill_cmd = util_realloc_string_copy( driver->bkill_cmd , bkill_cmd ); -} - -static void lsf_driver_set_remote_server( lsf_driver_type * driver , const char * remote_server) { - driver->remote_lsf_server = util_realloc_string_copy( driver->remote_lsf_server , remote_server ); - if (driver->remote_lsf_server == NULL) { - /* No remote server has been set - assuming we can issue proper library calls. */ - /* The BSUB_QUEUE variable must NOT be set when using the shell - function, because then stdout is redirected and read. */ - util_setenv("BSUB_QUIET" , "yes"); - driver->submit_method = LSF_SUBMIT_INTERNAL; - } else { - util_unsetenv( "BSUB_QUIET" ); - { - char * tmp_server = util_alloc_strupr_copy( remote_server ); - - if (strcmp(tmp_server , LOCAL_LSF_SERVER) == 0) - driver->submit_method = LSF_SUBMIT_LOCAL_SHELL; - else - driver->submit_method = LSF_SUBMIT_REMOTE_SHELL; - - free( tmp_server ); - } - } -} - -lsf_submit_method_enum lsf_driver_get_submit_method( const lsf_driver_type * driver ) { - return driver->submit_method; -} - -/*****************************************************************/ -/* Generic functions for runtime manipulation of options. - - LSF_SERVER - LSF_QUEUE - LSF_RESOURCE -*/ - -bool lsf_driver_set_option( void * __driver , const char * option_key , const void * value) { - lsf_driver_type * driver = lsf_driver_safe_cast( __driver ); - bool has_option = true; - { - if (strcmp( LSF_RESOURCE , option_key ) == 0) - driver->resource_request = util_realloc_string_copy( driver->resource_request , value ); - else if (strcmp( LSF_SERVER , option_key) == 0) - lsf_driver_set_remote_server( driver , value ); - else if (strcmp( LSF_QUEUE , option_key) == 0) - lsf_driver_set_queue( driver , value ); - else if (strcmp( LSF_LOGIN_SHELL , option_key) == 0) - lsf_driver_set_login_shell( driver , value ); - else if (strcmp( LSF_RSH_CMD , option_key) == 0) - lsf_driver_set_rsh_cmd( driver , value ); - else if (strcmp( LSF_BSUB_CMD , option_key) == 0) - lsf_driver_set_bsub_cmd( driver , value ); - else if (strcmp( LSF_BJOBS_CMD , option_key) == 0) - lsf_driver_set_bjobs_cmd( driver , value ); - else if (strcmp( LSF_BKILL_CMD , option_key) == 0) - lsf_driver_set_bkill_cmd( driver , value ); - else - has_option = false; - } - return has_option; -} - - -const void * lsf_driver_get_option( const void * __driver , const char * option_key) { - const lsf_driver_type * driver = lsf_driver_safe_cast_const( __driver ); - { - if (strcmp( LSF_RESOURCE , option_key ) == 0) - return driver->resource_request; - else if (strcmp( LSF_SERVER , option_key ) == 0) - return driver->remote_lsf_server; - else if (strcmp( LSF_QUEUE , option_key ) == 0) - return driver->queue_name; - else if (strcmp( LSF_LOGIN_SHELL , option_key ) == 0) - return driver->login_shell; - else if (strcmp( LSF_RSH_CMD , option_key ) == 0) - return driver->rsh_cmd; - else if (strcmp( LSF_BJOBS_CMD , option_key ) == 0) - return driver->bjobs_cmd; - else if (strcmp( LSF_BSUB_CMD , option_key ) == 0) - return driver->bsub_cmd; - else if (strcmp( LSF_BKILL_CMD , option_key ) == 0) - return driver->bkill_cmd; - else { - util_abort("%s: option_id:%s not recognized for LSF driver \n",__func__ , option_key); - return NULL; - } - } -} - - - -bool lsf_driver_has_option( const void * __driver , const char * option_key) { - return false; -} - - - - -/*****************************************************************/ - -/* - Observe that this driver IS not properly initialized when returning - from this function, the option interface must be used to set the - keys: -*/ - -void lsf_driver_set_bjobs_refresh_interval( lsf_driver_type * driver , int refresh_interval) { - driver->bjobs_refresh_interval = refresh_interval; - -} - -void * lsf_driver_alloc( ) { - lsf_driver_type * lsf_driver = util_malloc(sizeof * lsf_driver ); - lsf_driver->login_shell = NULL; - lsf_driver->queue_name = NULL; - lsf_driver->remote_lsf_server = NULL; - lsf_driver->rsh_cmd = NULL; - lsf_driver->resource_request = NULL; - lsf_driver_set_bjobs_refresh_interval( lsf_driver , BJOBS_REFRESH_TIME ); - UTIL_TYPE_ID_INIT( lsf_driver , LSF_DRIVER_TYPE_ID); - pthread_mutex_init( &lsf_driver->submit_lock , NULL ); - - /* Library initialisation */ - /*****************************************************************/ - memset(&lsf_driver->lsf_request , 0 , sizeof (lsf_driver->lsf_request)); - lsf_driver->lsf_request.beginTime = 0; - lsf_driver->lsf_request.termTime = 0; - lsf_driver->lsf_request.numProcessors = 1; - lsf_driver->lsf_request.maxNumProcessors = 1; - { - int i; - for (i=0; i < LSF_RLIM_NLIMITS; i++) - lsf_driver->lsf_request.rLimits[i] = DEFAULT_RLIMIT; - } - lsf_driver->lsf_request.options2 = 0; - - - /* - The environment variable LSF_ENVDIR must be set to point the - directory containing LSF configuration information, the whole - thing will crash and burn if this is not properly set. - */ - if ( lsb_init(NULL) != 0 ) { - fprintf(stderr,"LSF_ENVDIR: "); - if (getenv("LSF_ENVDIR") != NULL) - fprintf(stderr,"%s\n", getenv("LSF_ENVDIR")); - else - fprintf(stderr, "not set\n"); - - util_abort("%s failed to initialize LSF environment : %s/%d \n",__func__ , lsb_sysmsg() , lsberrno); - } - - /*****************************************************************/ - /* Shell initialization */ - lsf_driver->last_bjobs_update = time( NULL ); - lsf_driver->bjobs_cache = hash_alloc(); - lsf_driver->my_jobs = hash_alloc(); - lsf_driver->status_map = hash_alloc(); - lsf_driver->bsub_cmd = NULL; - lsf_driver->bjobs_cmd = NULL; - lsf_driver->bkill_cmd = NULL; - - - hash_insert_int(lsf_driver->status_map , "PEND" , JOB_STAT_PEND); - hash_insert_int(lsf_driver->status_map , "SSUSP" , JOB_STAT_SSUSP); - hash_insert_int(lsf_driver->status_map , "PSUSP" , JOB_STAT_PSUSP); - hash_insert_int(lsf_driver->status_map , "USUSP" , JOB_STAT_USUSP); - hash_insert_int(lsf_driver->status_map , "RUN" , JOB_STAT_RUN); - hash_insert_int(lsf_driver->status_map , "EXIT" , JOB_STAT_EXIT); - hash_insert_int(lsf_driver->status_map , "DONE" , JOB_STAT_DONE); - hash_insert_int(lsf_driver->status_map , "UNKWN" , JOB_STAT_UNKWN); /* Uncertain about this one */ - pthread_mutex_init( &lsf_driver->bjobs_mutex , NULL ); - - lsf_driver_set_option( lsf_driver , LSF_SERVER , NULL ); - lsf_driver_set_option( lsf_driver , LSF_RSH_CMD , DEFAULT_RSH_CMD ); - lsf_driver_set_option( lsf_driver , LSF_BSUB_CMD , DEFAULT_BSUB_CMD ); - lsf_driver_set_option( lsf_driver , LSF_BJOBS_CMD , DEFAULT_BJOBS_CMD ); - lsf_driver_set_option( lsf_driver , LSF_BKILL_CMD , DEFAULT_BKILL_CMD ); - return lsf_driver; -} - - -/*****************************************************************/ - diff --git a/ThirdParty/Ert/devel/libjob_queue/src/queue_driver.c b/ThirdParty/Ert/devel/libjob_queue/src/queue_driver.c index 2002b3d33d..507130e6eb 100644 --- a/ThirdParty/Ert/devel/libjob_queue/src/queue_driver.c +++ b/ThirdParty/Ert/devel/libjob_queue/src/queue_driver.c @@ -14,7 +14,7 @@ See the GNU General Public License at for more details. -*/ + */ #include #include @@ -25,6 +25,7 @@ #include #include #include +#include /** @@ -50,41 +51,38 @@ 3. Some data fields which are common to all driver types. -*/ + */ #define QUEUE_DRIVER_ID 86516032 - struct queue_driver_struct { UTIL_TYPE_ID_DECLARATION; /* Function pointers - pointing to low level functions in the implementations of e.g. lsf_driver. - */ - submit_job_ftype * submit; - free_job_ftype * free_job; - kill_job_ftype * kill_job; - get_status_ftype * get_status; - free_queue_driver_ftype * free_driver; - set_option_ftype * set_option; - get_option_ftype * get_option; - has_option_ftype * has_option; - - void * data; /* Driver specific data - passed as first argument to the driver functions above. */ - + */ + submit_job_ftype * submit; + free_job_ftype * free_job; + kill_job_ftype * kill_job; + get_status_ftype * get_status; + free_queue_driver_ftype * free_driver; + set_option_ftype * set_option; + get_option_ftype * get_option; + has_option_ftype * has_option; + + void * data; /* Driver specific data - passed as first argument to the driver functions above. */ + /* Generic data - common to all driver types. - */ - char * name; /* String name of driver. */ - job_driver_type driver_type; /* Enum value for driver. */ - int max_running; /* Possible to maintain different max_running values for different + */ + char * name; /* String name of driver. */ + job_driver_type driver_type; /* Enum value for driver. */ + int max_running; /* Possible to maintain different max_running values for different drivers; the value 0 is interpreted as no limit - i.e. the queue layer will (try) to send an unlimited number of jobs to the driver. */ }; - - /** Observe that after the driver instance has been allocated it does NOT support modification of the common fields, only the data owned @@ -93,28 +91,28 @@ struct queue_driver_struct { The driver returned from the queue_driver_alloc_empty() function is NOT properly initialized and NOT ready for use. -*/ + */ -static queue_driver_type * queue_driver_alloc_empty( ) { - queue_driver_type * driver = util_malloc( sizeof * driver); - UTIL_TYPE_ID_INIT( driver , QUEUE_DRIVER_ID ); +static queue_driver_type * queue_driver_alloc_empty() { + queue_driver_type * driver = util_malloc(sizeof * driver); + UTIL_TYPE_ID_INIT(driver, QUEUE_DRIVER_ID); driver->max_running = 0; driver->driver_type = NULL_DRIVER; - driver->submit = NULL; - driver->get_status = NULL; - driver->kill_job = NULL; - driver->free_job = NULL; + driver->submit = NULL; + driver->get_status = NULL; + driver->kill_job = NULL; + driver->free_job = NULL; driver->free_driver = NULL; - driver->get_option = NULL; - driver->set_option = NULL; - driver->has_option = NULL; - driver->name = NULL; - driver->data = NULL; - + driver->get_option = NULL; + driver->set_option = NULL; + driver->has_option = NULL; + driver->name = NULL; + driver->data = NULL; + return driver; } -static UTIL_SAFE_CAST_FUNCTION( queue_driver , QUEUE_DRIVER_ID ) +static UTIL_SAFE_CAST_FUNCTION(queue_driver, QUEUE_DRIVER_ID) /** @@ -122,92 +120,99 @@ static UTIL_SAFE_CAST_FUNCTION( queue_driver , QUEUE_DRIVER_ID ) correctly initialized; but no options have been set. I.e. unless the driver in question needs no options (e.g. the LOCAL driver) the returned driver will NOT be ready for use. -*/ + */ -queue_driver_type * queue_driver_alloc( job_driver_type type ) { +queue_driver_type * queue_driver_alloc(job_driver_type type) { queue_driver_type * driver = queue_driver_alloc_empty(); - driver->driver_type = type; - switch( type ) { - case LSF_DRIVER: - driver->submit = lsf_driver_submit_job; - driver->get_status = lsf_driver_get_job_status; - driver->kill_job = lsf_driver_kill_job; - driver->free_job = lsf_driver_free_job; - driver->free_driver = lsf_driver_free__; - driver->set_option = lsf_driver_set_option; - driver->get_option = lsf_driver_get_option; - driver->has_option = lsf_driver_has_option; - driver->name = util_alloc_string_copy("LSF"); - driver->data = lsf_driver_alloc( ); - break; - case LOCAL_DRIVER: - driver->submit = local_driver_submit_job; - driver->get_status = local_driver_get_job_status; - driver->kill_job = local_driver_kill_job; - driver->free_job = local_driver_free_job; - driver->free_driver = local_driver_free__; - driver->name = util_alloc_string_copy("local"); - driver->data = local_driver_alloc( ); - break; - case RSH_DRIVER: - driver->submit = rsh_driver_submit_job; - driver->get_status = rsh_driver_get_job_status; - driver->kill_job = rsh_driver_kill_job; - driver->free_job = rsh_driver_free_job; - driver->free_driver = rsh_driver_free__; - driver->set_option = rsh_driver_set_option; - driver->get_option = rsh_driver_get_option; - driver->name = util_alloc_string_copy("RSH"); - driver->data = rsh_driver_alloc( ); - break; - default: - util_abort("%s: unrecognized driver type:%d \n",type); + driver->driver_type = type; + switch (type) { + case LSF_DRIVER: + driver->submit = lsf_driver_submit_job; + driver->get_status = lsf_driver_get_job_status; + driver->kill_job = lsf_driver_kill_job; + driver->free_job = lsf_driver_free_job; + driver->free_driver = lsf_driver_free__; + driver->set_option = lsf_driver_set_option; + driver->get_option = lsf_driver_get_option; + driver->has_option = lsf_driver_has_option; + driver->name = util_alloc_string_copy("LSF"); + driver->data = lsf_driver_alloc(); + break; + case LOCAL_DRIVER: + driver->submit = local_driver_submit_job; + driver->get_status = local_driver_get_job_status; + driver->kill_job = local_driver_kill_job; + driver->free_job = local_driver_free_job; + driver->free_driver = local_driver_free__; + driver->name = util_alloc_string_copy("local"); + driver->data = local_driver_alloc(); + break; + case RSH_DRIVER: + driver->submit = rsh_driver_submit_job; + driver->get_status = rsh_driver_get_job_status; + driver->kill_job = rsh_driver_kill_job; + driver->free_job = rsh_driver_free_job; + driver->free_driver = rsh_driver_free__; + driver->set_option = rsh_driver_set_option; + driver->get_option = rsh_driver_get_option; + driver->name = util_alloc_string_copy("RSH"); + driver->data = rsh_driver_alloc(); + break; + case TORQUE_DRIVER: + driver->submit = torque_driver_submit_job; + driver->get_status = torque_driver_get_job_status; + driver->kill_job = torque_driver_kill_job; + driver->free_job = torque_driver_free_job; + driver->free_driver = torque_driver_free__; + driver->set_option = torque_driver_set_option; + driver->get_option = torque_driver_get_option; + driver->name = util_alloc_string_copy("TORQUE"); + driver->data = torque_driver_alloc(); + break; + default: + util_abort("%s: unrecognized driver type:%d \n", type); } return driver; } /*****************************************************************/ + /** Set option - can also be used to perform actions - not only setting of parameters. There is no limit :-) -*/ -bool queue_driver_set_option( queue_driver_type * driver , const char * option_key , const void * value) { - if (driver->set_option != NULL) + */ +bool queue_driver_set_option(queue_driver_type * driver, const char * option_key, const void * value) { + if (driver->set_option != NULL) /* The actual low level set functions can not fail! */ - return driver->set_option( driver->data , option_key , value ); + return driver->set_option(driver->data, option_key, value); else { - util_abort("%s: driver:%s does not support run time setting of options\n",__func__ , driver->name ); + util_abort("%s: driver:%s does not support run time setting of options\n", __func__, driver->name); return false; } } -bool queue_driver_set_int_option( queue_driver_type * driver , const char * option_key , int int_value) { - const void * void_value = &int_value; - return queue_driver_set_option( driver , option_key , void_value ); -} - -bool queue_driver_set_string_option( queue_driver_type * driver , const char * option_key , const char * value) { - return queue_driver_set_option( driver , option_key , value); +bool queue_driver_set_string_option(queue_driver_type * driver, const char * option_key, const char * value) { + return queue_driver_set_option(driver, option_key, value); } /*****************************************************************/ -bool queue_driver_has_option( queue_driver_type * driver , const char * option_key ) { +bool queue_driver_has_option(queue_driver_type * driver, const char * option_key) { if (driver->has_option != NULL) - return driver->has_option( driver , option_key ); + return driver->has_option(driver, option_key); else return false; } /*****************************************************************/ -const void * queue_driver_get_option( queue_driver_type * driver , const char * option_key ) { - if (driver->get_option != NULL) +const void * queue_driver_get_option(queue_driver_type * driver, const char * option_key) { + if (driver->get_option != NULL) /* The actual low level set functions can not fail! */ - return driver->get_option( driver->data , option_key ); + return driver->get_option(driver->data, option_key); else { - util_abort("%s: driver:%s does not support run time reading of options\n",__func__ , driver->name ); + util_abort("%s: driver:%s does not support run time reading of options\n", __func__, driver->name); return NULL; } } @@ -215,95 +220,106 @@ const void * queue_driver_get_option( queue_driver_type * driver , const char * /*****************************************************************/ -queue_driver_type * queue_driver_alloc_LSF(const char * queue_name , const char * resource_request , const char * remote_lsf_server) { - queue_driver_type * driver = queue_driver_alloc( LSF_DRIVER ); - - queue_driver_set_option( driver , LSF_QUEUE , queue_name ); - queue_driver_set_option( driver , LSF_RESOURCE , resource_request ); - queue_driver_set_option( driver , LSF_SERVER , remote_lsf_server ); - +queue_driver_type * queue_driver_alloc_LSF(const char * queue_name, const char * resource_request, const char * remote_lsf_server) { + queue_driver_type * driver = queue_driver_alloc(LSF_DRIVER); + + queue_driver_set_option(driver, LSF_QUEUE, queue_name); + queue_driver_set_option(driver, LSF_RESOURCE, resource_request); + queue_driver_set_option(driver, LSF_SERVER, remote_lsf_server); + return driver; } - -queue_driver_type * queue_driver_alloc_RSH( const char * rsh_cmd , const hash_type * rsh_hostlist) { - queue_driver_type * driver = queue_driver_alloc( RSH_DRIVER ); - - queue_driver_set_option( driver , RSH_HOSTLIST , rsh_hostlist ); - queue_driver_set_option( driver , RSH_CMD , rsh_cmd ); - +queue_driver_type * queue_driver_alloc_TORQUE() { + queue_driver_type * driver = queue_driver_alloc(TORQUE_DRIVER); return driver; } +queue_driver_type * queue_driver_alloc_RSH(const char * rsh_cmd, const hash_type * rsh_hostlist) { + queue_driver_type * driver = queue_driver_alloc(RSH_DRIVER); + + queue_driver_set_option(driver, RSH_HOSTLIST, rsh_hostlist); + queue_driver_set_option(driver, RSH_CMD, rsh_cmd); + + return driver; +} + +queue_driver_type * queue_driver_alloc_local() { + queue_driver_type * driver = queue_driver_alloc(LOCAL_DRIVER); -queue_driver_type * queue_driver_alloc_local( ) { - queue_driver_type * driver = queue_driver_alloc( LOCAL_DRIVER ); - /* No options set for the local driver. */ return driver; } + /*****************************************************************/ -void queue_driver_set_max_running( queue_driver_type * driver , int max_running) { +void queue_driver_set_max_running(queue_driver_type * driver, int max_running) { driver->max_running = max_running; } -int queue_driver_get_max_running( const queue_driver_type * driver ) { +int queue_driver_get_max_running(const queue_driver_type * driver) { return driver->max_running; } -const char * queue_driver_get_name( const queue_driver_type * driver ) { +const char * queue_driver_get_name(const queue_driver_type * driver) { return driver->name; } /*****************************************************************/ + /* These are the functions used by the job_queue layer. */ -void * queue_driver_submit_job( queue_driver_type * driver, const char * run_cmd , int num_cpu , const char * run_path , const char * job_name , int argc , const char ** argv) { - return driver->submit( driver->data , run_cmd , num_cpu , run_path , job_name , argc , argv ); +void * queue_driver_submit_job(queue_driver_type * driver, const char * run_cmd, int num_cpu, const char * run_path, const char * job_name, int argc, const char ** argv) { + return driver->submit(driver->data, run_cmd, num_cpu, run_path, job_name, argc, argv); } -void queue_driver_free_job( queue_driver_type * driver , void * job_data ) { - driver->free_job( job_data ); +void queue_driver_free_job(queue_driver_type * driver, void * job_data) { + driver->free_job(job_data); } -void queue_driver_kill_job( queue_driver_type * driver , void * job_data ) { - driver->kill_job( driver->data , job_data ); +void queue_driver_kill_job(queue_driver_type * driver, void * job_data) { + driver->kill_job(driver->data, job_data); } -job_status_type queue_driver_get_status( queue_driver_type * driver , void * job_data) { - job_status_type status = driver->get_status( driver->data , job_data ); +job_status_type queue_driver_get_status(queue_driver_type * driver, void * job_data) { + job_status_type status = driver->get_status(driver->data, job_data); return status; } -void queue_driver_free_driver( queue_driver_type * driver ) { - driver->free_driver( driver->data ); +void queue_driver_free_driver(queue_driver_type * driver) { + driver->free_driver(driver->data); } /*****************************************************************/ -void queue_driver_free( queue_driver_type * driver ) { - queue_driver_free_driver( driver ); - util_safe_free( driver->name ); - free( driver ); +void queue_driver_free(queue_driver_type * driver) { + queue_driver_free_driver(driver); + util_safe_free(driver->name); + free(driver); } - -void queue_driver_free__( void * driver ) { - queue_driver_type * queue_driver = queue_driver_safe_cast( driver ); - queue_driver_free( queue_driver ); +void queue_driver_free__(void * driver) { + queue_driver_type * queue_driver = queue_driver_safe_cast(driver); + queue_driver_free(queue_driver); } /*****************************************************************/ + /* Small functions to support enum introspection. */ -const char * queue_driver_type_enum_iget( int index, int * value) { - return util_enum_iget( index , JOB_DRIVER_ENUM_SIZE , (const util_enum_element_type []) { JOB_DRIVER_ENUM_DEFS }, value); +const char * queue_driver_type_enum_iget(int index, int * value) { + + return util_enum_iget(index, JOB_DRIVER_ENUM_SIZE, (const util_enum_element_type []) { + JOB_DRIVER_ENUM_DEFS + }, value); } -const char * queue_driver_status_emun_iget( int index, int * value) { - return util_enum_iget( index , JOB_STATUS_ENUM_SIZE , (const util_enum_element_type []) { JOB_STATUS_ENUM_DEFS }, value); +const char * queue_driver_status_emun_iget(int index, int * value) { + + return util_enum_iget(index, JOB_STATUS_ENUM_SIZE, (const util_enum_element_type []) { + JOB_STATUS_ENUM_DEFS + }, value); } diff --git a/ThirdParty/Ert/devel/libjob_queue/src/torque_driver.c b/ThirdParty/Ert/devel/libjob_queue/src/torque_driver.c new file mode 100644 index 0000000000..19f01caec7 --- /dev/null +++ b/ThirdParty/Ert/devel/libjob_queue/src/torque_driver.c @@ -0,0 +1,411 @@ +/* + Copyright (C) 2013 Statoil ASA, Norway. + + The file 'torque_driver.c' is part of ERT - Ensemble based Reservoir Tool. + + ERT is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + ERT is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. + + See the GNU General Public License at + for more details. + */ +#include +#include +#include +#include + + +#define TORQUE_DRIVER_TYPE_ID 34873653 +#define TORQUE_JOB_TYPE_ID 12312312 + +struct torque_driver_struct { + UTIL_TYPE_ID_DECLARATION; + char * queue_name; + char * qsub_cmd; + char * qstat_cmd; + char * qdel_cmd; + char * num_cpus_per_node_char; + char * num_nodes_char; + bool keep_qsub_output; + int num_cpus_per_node; + int num_nodes; + +}; + +struct torque_job_struct { + UTIL_TYPE_ID_DECLARATION; + long int torque_jobnr; + char * torque_jobnr_char; +}; + +UTIL_SAFE_CAST_FUNCTION(torque_driver, TORQUE_DRIVER_TYPE_ID); + +static UTIL_SAFE_CAST_FUNCTION_CONST(torque_driver, TORQUE_DRIVER_TYPE_ID) +static UTIL_SAFE_CAST_FUNCTION(torque_job, TORQUE_JOB_TYPE_ID) + +void * torque_driver_alloc() { + torque_driver_type * torque_driver = util_malloc(sizeof * torque_driver); + UTIL_TYPE_ID_INIT(torque_driver, TORQUE_DRIVER_TYPE_ID); + + torque_driver->queue_name = NULL; + torque_driver->qsub_cmd = NULL; + torque_driver->qstat_cmd = NULL; + torque_driver->qdel_cmd = NULL; + torque_driver->num_cpus_per_node_char = NULL; + torque_driver->num_nodes_char = NULL; + torque_driver->keep_qsub_output = false; + torque_driver->num_cpus_per_node = 1; + torque_driver->num_nodes = 1; + + torque_driver_set_option(torque_driver, TORQUE_QSUB_CMD, TORQUE_DEFAULT_QSUB_CMD); + torque_driver_set_option(torque_driver, TORQUE_QSTAT_CMD, TORQUE_DEFAULT_QSTAT_CMD); + torque_driver_set_option(torque_driver, TORQUE_QDEL_CMD, TORQUE_DEFAULT_QDEL_CMD); + torque_driver_set_option(torque_driver, TORQUE_NUM_CPUS_PER_NODE, "1"); + torque_driver_set_option(torque_driver, TORQUE_NUM_NODES, "1"); + + return torque_driver; +} + +static void torque_driver_set_qsub_cmd(torque_driver_type * driver, const char * qsub_cmd) { + driver->qsub_cmd = util_realloc_string_copy(driver->qsub_cmd, qsub_cmd); +} + +static void torque_driver_set_qstat_cmd(torque_driver_type * driver, const char * qstat_cmd) { + driver->qstat_cmd = util_realloc_string_copy(driver->qstat_cmd, qstat_cmd); +} + +static void torque_driver_set_qdel_cmd(torque_driver_type * driver, const char * qdel_cmd) { + driver->qdel_cmd = util_realloc_string_copy(driver->qdel_cmd, qdel_cmd); +} + +static void torque_driver_set_queue_name(torque_driver_type * driver, const char * queue_name) { + driver->queue_name = util_realloc_string_copy(driver->queue_name, queue_name); +} + +static bool torque_driver_set_num_nodes(torque_driver_type * driver, const char* num_nodes_char) { + int num_nodes = 0; + if (util_sscanf_int(num_nodes_char, &num_nodes)) { + driver->num_nodes = num_nodes; + driver->num_nodes_char = util_realloc_string_copy(driver->num_nodes_char, num_nodes_char); + return true; + } else { + return false; + } +} + +static bool torque_driver_set_keep_qsub_output(torque_driver_type * driver, const char* keep_output_bool_as_char) { + bool keep_output_parsed; + + if (util_sscanf_bool(keep_output_bool_as_char, &keep_output_parsed)) { + driver->keep_qsub_output = keep_output_parsed; + return true; + } else { + return false; + } +} + +static bool torque_driver_set_num_cpus_per_node(torque_driver_type * driver, const char* num_cpus_per_node_char) { + int num_cpus_per_node = 0; + if (util_sscanf_int(num_cpus_per_node_char, &num_cpus_per_node)) { + driver->num_cpus_per_node = num_cpus_per_node; + driver->num_cpus_per_node_char = util_realloc_string_copy(driver->num_cpus_per_node_char, num_cpus_per_node_char); + return true; + } else { + return false; + } +} + +bool torque_driver_set_option(void * __driver, const char * option_key, const void * value) { + torque_driver_type * driver = torque_driver_safe_cast(__driver); + bool option_set = true; + { + if (strcmp(TORQUE_QSUB_CMD, option_key) == 0) + torque_driver_set_qsub_cmd(driver, value); + else if (strcmp(TORQUE_QSTAT_CMD, option_key) == 0) + torque_driver_set_qstat_cmd(driver, value); + else if (strcmp(TORQUE_QDEL_CMD, option_key) == 0) + torque_driver_set_qdel_cmd(driver, value); + else if (strcmp(TORQUE_QUEUE, option_key) == 0) + torque_driver_set_queue_name(driver, value); + else if (strcmp(TORQUE_NUM_CPUS_PER_NODE, option_key) == 0) + option_set = torque_driver_set_num_cpus_per_node(driver, value); + else if (strcmp(TORQUE_NUM_NODES, option_key) == 0) + option_set = torque_driver_set_num_nodes(driver, value); + else if (strcmp(TORQUE_KEEP_QSUB_OUTPUT, option_key) == 0) + option_set = torque_driver_set_keep_qsub_output(driver, value); + else + option_set = false; + } + return option_set; +} + +const void * torque_driver_get_option(const void * __driver, const char * option_key) { + const torque_driver_type * driver = torque_driver_safe_cast_const(__driver); + { + if (strcmp(TORQUE_QSUB_CMD, option_key) == 0) + return driver->qsub_cmd; + else if (strcmp(TORQUE_QSTAT_CMD, option_key) == 0) + return driver->qstat_cmd; + else if (strcmp(TORQUE_QDEL_CMD, option_key) == 0) + return driver->qdel_cmd; + else if (strcmp(TORQUE_QUEUE, option_key) == 0) + return driver->queue_name; + else if (strcmp(TORQUE_NUM_CPUS_PER_NODE, option_key) == 0) + return driver->num_cpus_per_node_char; + else if (strcmp(TORQUE_NUM_NODES, option_key) == 0) + return driver->num_nodes_char; + else if (strcmp(TORQUE_KEEP_QSUB_OUTPUT, option_key) == 0) + return driver->keep_qsub_output ? "1" : "0"; + else { + util_abort("%s: option_id:%s not recognized for TORQUE driver \n", __func__, option_key); + return NULL; + } + } +} + +torque_job_type * torque_job_alloc() { + torque_job_type * job; + job = util_malloc(sizeof * job); + job->torque_jobnr_char = NULL; + job->torque_jobnr = 0; + UTIL_TYPE_ID_INIT(job, TORQUE_JOB_TYPE_ID); + + return job; +} + +stringlist_type * torque_driver_alloc_cmd(torque_driver_type * driver, + const char * job_name, + const char * submit_script) { + + + stringlist_type * argv = stringlist_alloc_new(); + + if (driver->keep_qsub_output) { + stringlist_append_ref(argv, "-k"); + stringlist_append_ref(argv, "oe"); + } + + { + char * resource_string = util_alloc_sprintf("nodes=%d:ppn=%d", driver->num_nodes, driver->num_cpus_per_node); + stringlist_append_ref(argv, "-l"); + stringlist_append_copy(argv, resource_string); + free(resource_string); + } + + if (driver->queue_name != NULL) { + stringlist_append_ref(argv, "-q"); + stringlist_append_ref(argv, driver->queue_name); + } + + if (job_name != NULL) { + stringlist_append_ref(argv, "-N"); + stringlist_append_ref(argv, job_name); + } + + stringlist_append_ref(argv, submit_script); + + return argv; +} + +static int torque_job_parse_qsub_stdout(const torque_driver_type * driver, const char * stdout_file) { + int jobid; + { + FILE * stream = util_fopen(stdout_file, "r"); + char * jobid_string = util_fscanf_alloc_upto(stream, ".", false); + + if (jobid_string == NULL || !util_sscanf_int(jobid_string, &jobid)) { + + char * file_content = util_fread_alloc_file_content(stdout_file, NULL); + fprintf(stderr, "Failed to get torque job id from file: %s \n", stdout_file); + fprintf(stderr, "qsub command : %s \n", driver->qsub_cmd); + fprintf(stderr, "File content: [%s]\n", file_content); + free(file_content); + util_exit("%s: \n", __func__); + } + free(jobid_string); + fclose(stream); + } + return jobid; +} + +void torque_job_create_submit_script(const char * script_filename, const char * submit_cmd, int argc, const char ** job_argv) { + if (submit_cmd == NULL) { + util_abort("%s: cannot create submit script, because there is no executing commmand specified.", __func__); + } + + FILE* script_file = util_fopen(script_filename, "w"); + fprintf(script_file, "#!/bin/sh\n"); + + fprintf(script_file, "%s", submit_cmd); + for (int i = 0; i < argc; i++) { + + fprintf(script_file, " %s", job_argv[i]); + } + + util_fclose(script_file); +} + +static int torque_driver_submit_shell_job(torque_driver_type * driver, + const char * run_path, + const char * job_name, + const char * submit_cmd, + int num_cpu, + int job_argc, + const char ** job_argv) { + int job_id; + char * tmp_file = util_alloc_tmp_file("/tmp", "enkf-submit", true); + char * script_filename = util_alloc_filename(run_path, "qsub_script", "sh"); + torque_job_create_submit_script(script_filename, submit_cmd, job_argc, job_argv); + { + int p_units_from_driver = driver->num_cpus_per_node * driver->num_nodes; + if (num_cpu != p_units_from_driver) { + util_abort("%s: Error in config, job's config requires %d processing units, but config says %s: %d, and %s: %d, which multiplied becomes: %d \n", + __func__, num_cpu, TORQUE_NUM_CPUS_PER_NODE, driver->num_cpus_per_node, TORQUE_NUM_NODES, driver->num_nodes, p_units_from_driver); + } + stringlist_type * remote_argv = torque_driver_alloc_cmd(driver, job_name, script_filename); + char ** argv = stringlist_alloc_char_ref(remote_argv); + util_fork_exec(driver->qsub_cmd, stringlist_get_size(remote_argv), (const char **) argv, true, NULL, NULL, NULL, tmp_file, NULL); + + free(argv); + stringlist_free(remote_argv); + } + + job_id = torque_job_parse_qsub_stdout(driver, tmp_file); + + util_unlink_existing(tmp_file); + free(tmp_file); + + return job_id; +} + +void torque_job_free(torque_job_type * job) { + + util_safe_free(job->torque_jobnr_char); + free(job); +} + +void torque_driver_free_job(void * __job) { + + torque_job_type * job = torque_job_safe_cast(__job); + torque_job_free(job); +} + +void * torque_driver_submit_job(void * __driver, + const char * submit_cmd, + int num_cpu, + const char * run_path, + const char * job_name, + int argc, + const char ** argv) { + torque_driver_type * driver = torque_driver_safe_cast(__driver); + torque_job_type * job = torque_job_alloc(); + { + job->torque_jobnr = torque_driver_submit_shell_job(driver, run_path, job_name, submit_cmd, num_cpu, argc, argv); + job->torque_jobnr_char = util_alloc_sprintf("%ld", job->torque_jobnr); + } + + if (job->torque_jobnr > 0) + return job; + else { + /* + The submit failed - the queue system shall handle + NULL return values. + */ + torque_job_free(job); + + return NULL; + } +} + +static char* torque_driver_get_qstat_status(torque_driver_type * driver, char * jobnr_char) { + char * status = util_malloc(sizeof (char)*2); + char * tmp_file = util_alloc_tmp_file("/tmp", "enkf-qstat", true); + + { + char ** argv = util_calloc(1, sizeof * argv); + argv[0] = jobnr_char; + + util_fork_exec(driver->qstat_cmd, 1, (const char **) argv, true, NULL, NULL, NULL, tmp_file, NULL); + free(argv); + } + + FILE *stream = util_fopen(tmp_file, "r"); + bool at_eof = false; + util_fskip_lines(stream, 2); + char * line = util_fscanf_alloc_line(stream, &at_eof); + fclose(stream); + + if (line != NULL) { + char job_id_full_string[32]; + if (sscanf(line, "%s %*s %*s %*s %s %*s", job_id_full_string, status) == 2) { + char *dotPtr = strchr(job_id_full_string, '.'); + int dotPosition = dotPtr - job_id_full_string; + char* job_id_as_char_ptr = util_alloc_substring_copy(job_id_full_string, 0, dotPosition); + if (strcmp(job_id_as_char_ptr, jobnr_char) != 0) { + util_abort("%s: Job id input (%d) does not match the one found by qstat (%d)\n", __func__, jobnr_char, job_id_as_char_ptr); + } + free(job_id_as_char_ptr); + } + free(line); + } else { + util_abort("%s: Unable to read qstat's output line number 3 from file: %s", __func__, tmp_file); + } + + util_unlink_existing(tmp_file); + free(tmp_file); + + return status; +} + +job_status_type torque_driver_get_job_status(void * __driver, void * __job) { + torque_driver_type * driver = torque_driver_safe_cast(__driver); + torque_job_type * job = torque_job_safe_cast(__job); + char * status = torque_driver_get_qstat_status(driver, job->torque_jobnr_char); + int result = JOB_QUEUE_FAILED; + if (strcmp(status, "R") == 0) { + result = JOB_QUEUE_RUNNING; + } else if (strcmp(status, "E") == 0) { + result = JOB_QUEUE_DONE; + } else if (strcmp(status, "C") == 0) { + result = JOB_QUEUE_DONE; + } else if (strcmp(status, "Q") == 0) { + result = JOB_QUEUE_PENDING; + } else { + util_abort("%s: Unknown status found (%s), expecting one of R, E, C and Q.\n", __func__, status); + } + free(status); + + return result; +} + +void torque_driver_kill_job(void * __driver, void * __job) { + + torque_driver_type * driver = torque_driver_safe_cast(__driver); + torque_job_type * job = torque_job_safe_cast(__job); + util_fork_exec(driver->qdel_cmd, 1, (const char **) &job->torque_jobnr_char, true, NULL, NULL, NULL, NULL, NULL); +} + +void torque_driver_free(torque_driver_type * driver) { + + util_safe_free(driver->queue_name); + free(driver->qdel_cmd); + free(driver->qstat_cmd); + free(driver->qsub_cmd); + free(driver->num_cpus_per_node_char); + free(driver->num_nodes_char); + + free(driver); + driver = NULL; +} + +void torque_driver_free__(void * __driver) { + torque_driver_type * driver = torque_driver_safe_cast(__driver); + torque_driver_free(driver); +} + diff --git a/ThirdParty/Ert/devel/libjob_queue/src/workflow_job.c b/ThirdParty/Ert/devel/libjob_queue/src/workflow_job.c index 7a25e7fc72..673f4dccfe 100644 --- a/ThirdParty/Ert/devel/libjob_queue/src/workflow_job.c +++ b/ThirdParty/Ert/devel/libjob_queue/src/workflow_job.c @@ -256,6 +256,7 @@ workflow_job_type * workflow_job_config_alloc( const char * name , config_type * config_clear( config ); if (config_parse( config , config_file , "--", NULL , NULL , CONFIG_UNRECOGNIZED_WARN , true)) { bool internal = DEFAULT_INTERNAL; + printf("Parse OK \n"); if (config_item_set( config , INTERNAL_KEY)) internal = config_iget_as_bool( config , INTERNAL_KEY , 0 , 0 ); @@ -284,8 +285,11 @@ workflow_job_type * workflow_job_config_alloc( const char * name , config_type * if (config_item_set( config , FUNCTION_KEY)) workflow_job_set_function( workflow_job , config_get_value( config , FUNCTION_KEY)); - if (config_item_set( config , EXECUTABLE_KEY)) + if (config_item_set( config , EXECUTABLE_KEY)) { workflow_job_set_executable( workflow_job , config_get_value_as_abspath( config , EXECUTABLE_KEY)); + printf("Setting executable:%s \n",config_get_value_as_abspath( config , EXECUTABLE_KEY)); + } else + printf("EXECUTABLE key not set ??? \n"); workflow_job_validate( workflow_job ); diff --git a/ThirdParty/Ert/devel/libjob_queue/tests/CMakeLists.txt b/ThirdParty/Ert/devel/libjob_queue/tests/CMakeLists.txt index 0b80bba663..fc4ef46012 100644 --- a/ThirdParty/Ert/devel/libjob_queue/tests/CMakeLists.txt +++ b/ThirdParty/Ert/devel/libjob_queue/tests/CMakeLists.txt @@ -51,4 +51,15 @@ endif() add_test( job_lsf_test ${EXECUTABLE_OUTPUT_PATH}/job_lsf_test ) if (LSF_SERVERS) add_test( job_lsf_submit_test ${EXECUTABLE_OUTPUT_PATH}/job_lsf_submit_test ${EXECUTABLE_OUTPUT_PATH}/job_program ${LSF_SERVERS}) + set_property( TEST job_lsf_submit_test PROPERTY LABELS LSF) endif() + +add_executable( job_torque_test job_torque_test.c ) +target_link_libraries( job_torque_test job_queue util ) +add_test( job_torque_test ${EXECUTABLE_OUTPUT_PATH}/job_torque_test ) + +add_executable( job_torque_submit_test job_torque_submit_test.c ) +target_link_libraries( job_torque_submit_test job_queue util ) +file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/data/qsub_emulators/ DESTINATION ${EXECUTABLE_OUTPUT_PATH}) +add_test(NAME job_torque_submit_test WORKING_DIRECTORY ${EXECUTABLE_OUTPUT_PATH} COMMAND ${EXECUTABLE_OUTPUT_PATH}/job_torque_submit_test dummyparam) +set_property(TEST job_torque_submit_test PROPERTY ENVIRONMENT “setenv PATH ${EXECUTABLE_OUTPUT_PATH}:$PATHâ€) diff --git a/ThirdParty/Ert/devel/libjob_queue/tests/data/qsub_emulators/qdel b/ThirdParty/Ert/devel/libjob_queue/tests/data/qsub_emulators/qdel new file mode 100644 index 0000000000..5433af013e --- /dev/null +++ b/ThirdParty/Ert/devel/libjob_queue/tests/data/qsub_emulators/qdel @@ -0,0 +1,3 @@ +echo "echo \"Job id Name User Time Use S Queue\"" > qstat +echo "echo \"------------------------- ---------------- --------------- -------- - -----\"" >> qstat +echo "echo \"1612427.st-lcmm ...130getupdates fama 00:00:01 E normal\"" >> qstat \ No newline at end of file diff --git a/ThirdParty/Ert/devel/libjob_queue/tests/data/qsub_emulators/qstat b/ThirdParty/Ert/devel/libjob_queue/tests/data/qsub_emulators/qstat new file mode 100644 index 0000000000..47ae34dc9b --- /dev/null +++ b/ThirdParty/Ert/devel/libjob_queue/tests/data/qsub_emulators/qstat @@ -0,0 +1 @@ +Content will be piped into this file \ No newline at end of file diff --git a/ThirdParty/Ert/devel/libjob_queue/tests/data/qsub_emulators/qsub b/ThirdParty/Ert/devel/libjob_queue/tests/data/qsub_emulators/qsub new file mode 100644 index 0000000000..6a8acbcc61 --- /dev/null +++ b/ThirdParty/Ert/devel/libjob_queue/tests/data/qsub_emulators/qsub @@ -0,0 +1,4 @@ +echo 1612427.greier.og.greier +echo "echo \"Job id Name User Time Use S Queue\"" > qstat +echo "echo \"------------------------- ---------------- --------------- -------- - -----\"" >> qstat +echo "echo \"1612427.st-lcmm ...130getupdates fama 00:00:01 R normal\"" >> qstat \ No newline at end of file diff --git a/ThirdParty/Ert/devel/libjob_queue/tests/job_queue_test.c b/ThirdParty/Ert/devel/libjob_queue/tests/job_queue_test.c index b49edd7d6b..1a7361eb68 100644 --- a/ThirdParty/Ert/devel/libjob_queue/tests/job_queue_test.c +++ b/ThirdParty/Ert/devel/libjob_queue/tests/job_queue_test.c @@ -28,13 +28,17 @@ #include - -int main( int argc , char ** argv) { +void job_queue_set_driver_(job_driver_type driver_type) { job_queue_type * queue = job_queue_alloc( 10 , "OK" , "ERROR"); - queue_driver_type * driver = queue_driver_alloc( LSF_DRIVER ); + queue_driver_type * driver = queue_driver_alloc( driver_type ); test_assert_false( job_queue_has_driver( queue )); job_queue_set_driver( queue , driver ); test_assert_true( job_queue_has_driver( queue )); +} + +int main( int argc , char ** argv) { + job_queue_set_driver_(LSF_DRIVER); + job_queue_set_driver_(TORQUE_DRIVER); exit(0); } diff --git a/ThirdParty/Ert/devel/libjob_queue/tests/job_torque_submit_test.c b/ThirdParty/Ert/devel/libjob_queue/tests/job_torque_submit_test.c new file mode 100644 index 0000000000..7c06fada7b --- /dev/null +++ b/ThirdParty/Ert/devel/libjob_queue/tests/job_torque_submit_test.c @@ -0,0 +1,78 @@ +/* + Copyright (C) 2013 Statoil ASA, Norway. + + The file 'job_torque_submit_test.c' is part of ERT - Ensemble based Reservoir Tool. + + ERT is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + ERT is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. + + See the GNU General Public License at + for more details. + */ +#include +#include +#include + +#include +#include + +#include + +void test_submit(torque_driver_type * driver, const char * cmd) { + char * run_path = util_alloc_cwd(); + torque_job_type * job = torque_driver_submit_job(driver, cmd, 1, run_path, "TEST-TORQUE-SUBMIT", 0, NULL); + + if (job != NULL) { + int torque_status = torque_driver_get_job_status(driver, job); + if (!((torque_status == JOB_QUEUE_RUNNING) || (torque_status == JOB_QUEUE_PENDING))) { + test_exit("After start of job, the status is %d, it should have been JOB_QUEUE_RUNNING(%d) or JOB_QUEUE_PENDING (%d). Other statuses are JOB_QUEUE_EXIT(%d) and JOB_QUEUE_FAILED(%d)\n", torque_status, JOB_QUEUE_RUNNING, JOB_QUEUE_PENDING, JOB_QUEUE_EXIT, JOB_QUEUE_FAILED); + } + + torque_driver_kill_job(driver, job); + printf("Waiting 5 seconds"); + for (int i = 0; i < 5; i++) { + printf("."); + fflush(stdout); + sleep(1); + } + printf("\n"); + + torque_status = torque_driver_get_job_status(driver, job); + if (torque_status != JOB_QUEUE_EXIT && torque_status != JOB_QUEUE_DONE) { + exit(1); + test_exit("After kill of job, the status is %d, it should have been JOB_QUEUE_EXIT, which is %d\n", torque_status, JOB_QUEUE_EXIT); + } + } else { + exit(1); + test_exit("Function %s returned null-pointer to job, terminating test.", "torque_driver_submit_job"); + } + + free(run_path); + torque_driver_free_job(job); +} + +void test_submit_nocommand(torque_driver_type * driver) { + test_submit(driver, NULL); +} + +int main(int argc, char ** argv) { + torque_driver_type * driver = torque_driver_alloc(); + if (argc == 1) { + test_submit_nocommand(driver); + } else if (argc == 2) { + test_submit(driver, argv[1]); + } else { + printf("Only accepts zero or one arguments (the job script to run)\n"); + exit(1); + } + printf("Submit, status and kill OK\n"); + torque_driver_free(driver); + + exit(0); +} diff --git a/ThirdParty/Ert/devel/libjob_queue/tests/job_torque_test.c b/ThirdParty/Ert/devel/libjob_queue/tests/job_torque_test.c new file mode 100644 index 0000000000..15340b4e65 --- /dev/null +++ b/ThirdParty/Ert/devel/libjob_queue/tests/job_torque_test.c @@ -0,0 +1,105 @@ +/* + Copyright (C) 2012 Statoil ASA, Norway. + + The file 'job_lsf_test.c' is part of ERT - Ensemble based Reservoir Tool. + + ERT is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + ERT is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. + + See the GNU General Public License at + for more details. + */ +#include +#include +#include + +#include +#include + +#include "ert/util/util.h" + +void test_option(torque_driver_type * driver, const char * option, const char * value) { + test_assert_true(torque_driver_set_option(driver, option, value)); + test_assert_string_equal(torque_driver_get_option(driver, option), value); +} + +void setoption_setalloptions_optionsset() { + torque_driver_type * driver = torque_driver_alloc(); + test_option(driver, TORQUE_QSUB_CMD, "XYZaaa"); + test_option(driver, TORQUE_QSTAT_CMD, "xyZfff"); + test_option(driver, TORQUE_QDEL_CMD, "ZZyfff"); + test_option(driver, TORQUE_QUEUE, "superhigh"); + test_option(driver, TORQUE_NUM_CPUS_PER_NODE, "42"); + test_option(driver, TORQUE_NUM_NODES, "36"); + test_option(driver, TORQUE_KEEP_QSUB_OUTPUT, "1"); + test_option(driver, TORQUE_KEEP_QSUB_OUTPUT, "0"); + + printf("Options OK\n"); + torque_driver_free(driver); +} + +void setoption_set_typed_options_wrong_format_returns_false() { + torque_driver_type * driver = torque_driver_alloc(); + test_assert_false(torque_driver_set_option(driver, TORQUE_NUM_CPUS_PER_NODE, "42.2")); + test_assert_false(torque_driver_set_option(driver, TORQUE_NUM_CPUS_PER_NODE, "fire")); + test_assert_false(torque_driver_set_option(driver, TORQUE_NUM_NODES, "42.2")); + test_assert_false(torque_driver_set_option(driver, TORQUE_NUM_NODES, "fire")); + test_assert_true(torque_driver_set_option(driver, TORQUE_KEEP_QSUB_OUTPUT, "true")); + test_assert_true(torque_driver_set_option(driver, TORQUE_KEEP_QSUB_OUTPUT, "1")); + test_assert_false(torque_driver_set_option(driver, TORQUE_KEEP_QSUB_OUTPUT, "ja")); + test_assert_false(torque_driver_set_option(driver, TORQUE_KEEP_QSUB_OUTPUT, "22")); + test_assert_false(torque_driver_set_option(driver, TORQUE_KEEP_QSUB_OUTPUT, "1.1")); +} + +void getoption_nooptionsset_defaultoptionsreturned() { + torque_driver_type * driver = torque_driver_alloc(); + test_assert_string_equal(torque_driver_get_option(driver, TORQUE_QSUB_CMD), TORQUE_DEFAULT_QSUB_CMD); + test_assert_string_equal(torque_driver_get_option(driver, TORQUE_QSTAT_CMD), TORQUE_DEFAULT_QSTAT_CMD); + test_assert_string_equal(torque_driver_get_option(driver, TORQUE_QDEL_CMD), TORQUE_DEFAULT_QDEL_CMD); + test_assert_string_equal(torque_driver_get_option(driver, TORQUE_KEEP_QSUB_OUTPUT), "0"); + test_assert_string_equal(torque_driver_get_option(driver, TORQUE_NUM_CPUS_PER_NODE), "1"); + test_assert_string_equal(torque_driver_get_option(driver, TORQUE_NUM_NODES), "1"); + + printf("Default options OK\n"); + torque_driver_free(driver); +} + +void create_submit_script_script_according_to_input() { + char ** args = util_calloc(2, sizeof * args); + args[0] = "/tmp/jaja/"; + args[1] = "number2arg"; + char * script_filename = util_alloc_filename("/tmp/", "qsub_script", "sh"); + torque_job_create_submit_script(script_filename, "job_program.py", 2, (const char **) args); + printf("Create submit script OK\n"); + + FILE* file_stream = util_fopen(script_filename, "r"); + bool at_eof = false; + + char * line = util_fscanf_alloc_line(file_stream, &at_eof); + test_assert_string_equal("#!/bin/sh", line); + free(line); + + line = util_fscanf_alloc_line(file_stream, &at_eof); + test_assert_string_equal("job_program.py /tmp/jaja/ number2arg", line); + free(line); + + line = util_fscanf_alloc_line(file_stream, &at_eof); + free(line); + test_assert_true(at_eof); + + fclose(file_stream); +} + +int main(int argc, char ** argv) { + getoption_nooptionsset_defaultoptionsreturned(); + setoption_setalloptions_optionsset(); + setoption_set_typed_options_wrong_format_returns_false(); + create_submit_script_script_according_to_input(); + exit(0); +} diff --git a/ThirdParty/Ert/devel/libjob_queue/tests/job_workflow_test.c b/ThirdParty/Ert/devel/libjob_queue/tests/job_workflow_test.c index a7b21a7bdb..b4af588bf4 100644 --- a/ThirdParty/Ert/devel/libjob_queue/tests/job_workflow_test.c +++ b/ThirdParty/Ert/devel/libjob_queue/tests/job_workflow_test.c @@ -75,7 +75,12 @@ int main( int argc , char ** argv) { workflow_joblist_type * joblist = workflow_joblist_alloc(); if (!workflow_joblist_add_job_from_file( joblist , "CREATE_FILE" , exworkflow)) { - remove( exworkflow ); + //remove( exworkflow ); + { + config_type * workflow_compiler = workflow_joblist_get_compiler( joblist ); + printf("Compiler errors: \n"); + config_fprintf_errors( workflow_compiler , true , stdout ); + } test_error_exit("Loading job CREATE_FILE failed\n"); } else remove( exworkflow ); @@ -85,7 +90,6 @@ int main( int argc , char ** argv) { { config_type * workflow_compiler = workflow_joblist_get_compiler( joblist ); - if (config_get_schema_size( workflow_compiler ) != 2) test_error_exit("Config compiler - wrong size \n"); } diff --git a/ThirdParty/Ert/devel/libsched/src/tests/sched_test_05.SCH b/ThirdParty/Ert/devel/libsched/src/tests/sched_test_05.SCH deleted file mode 100644 index 668bfbf679..0000000000 --- a/ThirdParty/Ert/devel/libsched/src/tests/sched_test_05.SCH +++ /dev/null @@ -1,22408 +0,0 @@ --- --- ----------------------------------------------------------------------------- --- Schedule Schedule Section (SCHEDULE) Data Section Version 2007.2 Nov 2 2007 --- ----------------------------------------------------------------------------- --- --- File: B01-S01.SCH --- Created on: 05-Sep-2008 at: 15:05:25 --- --- ***************************************************************************** --- * WARNING * --- * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. * --- * ANY ATTEMPT TO EDIT MANUALLY MAY RESULT IN INVALID DATA. * --- ***************************************************************************** --- --- FILE GENERATED ON 5 'SEP' 2008 15:5 - --- INPUT FILE LIST --- 05 Sep 2008: 'GRID FILE' /d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/eclipse/simu/grid_newtopbot/B01-S01.EGRID --- 05 Sep 2008: 'GRID PROPERTIES' /d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/eclipse/simu/grid_newtopbot/B01-S01.INIT --- 05 Sep 2008: 'CONTROL NETWORK' /d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/net/RG07-6A.net --- 05 Sep 2008: 'ALIAS LIST' /d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/als/RG07-6A.als --- 05 Sep 2008: 'DEVIATION SURVEY' /d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/cnt/RG07-6A.cnt --- 05 Sep 2008: 'TUBING INFO' /d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/tub/RG07-6A.tub --- 05 Sep 2008: 'PRODUCTION HISTORY' /d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/vol/140208_Day_Volume.vol --- 05 Sep 2008: 'PRODUCTION HISTORY' /d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/vol/T21A.vol --- 05 Sep 2008: 'TIME FRAMEWORK' /d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/tfw/RG07-2J-update.tfw --- 05 Sep 2008: 'WELL EVENTS' /d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/ev/RG07-6B-update.ev --- 05 Sep 2008: 'WELL EVENTS' /d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/ev/AQUIFER-2-newgrid.ev - --- NAME ALIAS LIST --- T21A 25/11-T-21A --- PR24_G17 25/11-G-17_T2 --- PR10_G18 25/11-G-18 --- PR12_G19 25/11-G-19 --- GI3_G20A 25/11-G-20_AT2 --- PR25_G21 25/11-G-21 --- PR13_G22 25/11-G-22 --- GI6_G24A 25/11-G-24_A --- PR22_G25 25/11-G-25_T2 --- PR26_G26 25/11-G-26 --- PR14_G27 25/11-G-27_A --- PR06_G28 25/11-G-28 --- PR02_G12 25/11-G-12_YT3 --- PR03A_G8 25/11-G-8_T2 --- PR07_G02 25/11-G-02_Y --- PR09_G10 25/11-G-10_Y --- PR11_G6 25/11-G-6 --- PR11E_G5 25/11-G-5_T2 --- PR15_G35 25/11-G-35_AT2 --- PR17_G30 25/11-G-30_Y --- PR18_G40 25/11-G-40_AT3 --- PR20_G39 25/11-G-39_BY --- PR23_G9 25/11-G-9 --- PR27_G11 25/11-G-11 --- PR29_G34 25/11-G-34 - --- METRIC UNITS --- SIMULATION START DATE 1 'JAN' 1977 - --- : OUTPUT GENERATED BY SCHEDULE 2007.2 - Nov 2 2007 -WELSPECS - 'FRIGG' 'AQUIFER' 1 1 1* 'WATER' 3* 'NO' 3* / - 'HEIMDAL' 'AQUIFER' 1 1 1* 'WATER' 3* 'NO' 3* / - 'BALDER' 'AQUIFER' 1 1 1* 'WATER' 3* 'NO' 3* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'FRIGG' 1 1 1 1 'OPEN' 1* 30000.000 0.500 1* -2.000 3* / - 'HEIMDAL' 1 1 2 2 'OPEN' 1* 30000.000 0.500 1* -2.000 3* / - 'BALDER' 1 1 4 4 'OPEN' 1* 30000.000 0.500 1* -2.000 3* / -/ - -GRUPTREE - 'GRANE' 'FIELD' / - 'NO-WE' 'GRANE' / - 'NO-EA' 'GRANE' / - 'SOUTH' 'GRANE' / - 'CE-SO' 'GRANE' / - 'CE-WE' 'GRANE' / - 'CE-NO' 'GRANE' / - 'CE-EA' 'GRANE' / - 'EXPLO' 'FIELD' / - 'AQUIFER' 'FIELD' / -/ - -WCONPROD - 'FRIGG' 'SHUT' 'RESV' 4* 0.000 9* / - 'HEIMDAL' 'SHUT' 'RESV' 4* 0.000 9* / - 'BALDER' 'SHUT' 'RESV' 4* 0.000 9* / -/ - -RPTRST - 4 1 1 0 0 10 / - - -TUNING - 2.000 30.000 0.100 0.150 3.000 0.300 0.300 1.250 1* 2.000 / - 1.000 0.200 5E-07 0.005 11.000 10.000 5E-06 0.050 0.001 0.500 1* / - 12 1 35 1 20 8 4* / - - -RPTSCHED - 0 0 0 0 0 0 2 2 2 0 1 1 0 1 / - - --- 212.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'AUG' 1977 / -/ - -WELOPEN - 'FRIGG' 'OPEN' 5* / -/ - -WELTARG - 'FRIGG' 'RESV' 32755.000 / -/ - --- 365.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1978 / -/ - -WELTARG - 'FRIGG' 'RESV' 62846.000 / -/ - --- 730.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1979 / -/ - -WELTARG - 'FRIGG' 'RESV' 117122.000 / -/ - --- 1095.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1980 / -/ - -WELTARG - 'FRIGG' 'RESV' 140354.000 / -/ - --- 1461.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1981 / -/ - -WELTARG - 'FRIGG' 'RESV' 154484.000 / -/ - --- 1826.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1982 / -/ - -WELTARG - 'FRIGG' 'RESV' 143701.000 / -/ - --- 2191.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1983 / -/ - -WELTARG - 'FRIGG' 'RESV' 151512.000 / -/ - --- 2556.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1984 / -/ - -WELTARG - 'FRIGG' 'RESV' 142465.000 / -/ - --- 2922.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1985 / -/ - -WELTARG - 'FRIGG' 'RESV' 121340.000 / -/ - --- 3287.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1986 / -/ - -WELOPEN - 'HEIMDAL' 'OPEN' 5* / -/ - -WELTARG - 'FRIGG' 'RESV' 115889.000 / - 'HEIMDAL' 'RESV' 29434.000 / -/ - --- 3652.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1987 / -/ - -WELTARG - 'FRIGG' 'RESV' 109685.000 / - 'HEIMDAL' 'RESV' 49778.000 / -/ - --- 4017.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1988 / -/ - -WELTARG - 'FRIGG' 'RESV' 98464.000 / - 'HEIMDAL' 'RESV' 50769.000 / -/ - --- 4383.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1989 / -/ - -WELTARG - 'FRIGG' 'RESV' 72917.000 / - 'HEIMDAL' 'RESV' 47057.000 / -/ - --- 4748.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1990 / -/ - -WELTARG - 'FRIGG' 'RESV' 32916.000 / - 'HEIMDAL' 'RESV' 47090.000 / -/ - --- 5113.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1991 / -/ - -WELTARG - 'FRIGG' 'RESV' 21252.000 / - 'HEIMDAL' 'RESV' 48246.000 / -/ - --- 5478.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1992 / -/ - -WELTARG - 'FRIGG' 'RESV' 23245.000 / - 'HEIMDAL' 'RESV' 49553.000 / -/ - --- 5844.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1993 / -/ - -WELTARG - 'FRIGG' 'RESV' 19149.000 / - 'HEIMDAL' 'RESV' 49507.000 / -/ - --- 6209.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1994 / -/ - -WELTARG - 'FRIGG' 'RESV' 14893.000 / - 'HEIMDAL' 'RESV' 46522.000 / -/ - --- 6574.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1995 / -/ - -WELTARG - 'FRIGG' 'RESV' 9383.000 / - 'HEIMDAL' 'RESV' 48501.000 / -/ - --- 6939.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1996 / -/ - -WELTARG - 'FRIGG' 'RESV' 5797.000 / - 'HEIMDAL' 'RESV' 64532.000 / -/ - --- 7143.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 23 'JUL' 1996 / -/ - --- : 25/11-T-21A Perforation Top: 2050.00 Bot: 2062.00 Diam: 0.24 Skin: 10.00 --- : 25/11-T-21A Perforation Top: 2077.00 Bot: 2336.00 Diam: 0.24 Skin: 10.00 --- : 25/11-T-21A Perforation Top: 2351.00 Bot: 2599.00 Diam: 0.24 Skin: 10.00 --- : 25/11-T-21A Perforation Top: 2600.00 Bot: 2612.00 Diam: 0.24 Skin: 10.00 --- : 25/11-T-21A Perforation Top: 2613.00 Bot: 2711.00 Diam: 0.24 Skin: 10.00 --- : 25/11-T-21A Connection 41 122 13 Perf. Len 12.68 ( 25.5%) --- WARN: 25/11-T-21A WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-T-21A Connection 42 122 13 Perf. Len 0.75 ( 1.1%) --- : 25/11-T-21A Connection 42 123 13 Perf. Len 56.97 (115.2%) --- : 25/11-T-21A Connection 42 124 13 Perf. Len 42.49 ( 84.3%) --- : 25/11-T-21A Connection 43 124 13 Perf. Len 15.48 ( 31.2%) --- : 25/11-T-21A Connection 43 125 13 Perf. Len 57.00 (115.0%) --- : 25/11-T-21A Connection 43 126 13 Perf. Len 27.77 ( 54.6%) --- : 25/11-T-21A Connection 44 126 13 Perf. Len 30.70 ( 61.8%) --- : 25/11-T-21A Connection 44 127 13 Perf. Len 43.30 ( 86.5%) --- : 25/11-T-21A Connection 44 128 13 Perf. Len 10.01 ( 20.2%) --- : 25/11-T-21A Connection 45 128 13 Perf. Len 48.01 ( 96.1%) --- : 25/11-T-21A Connection 45 129 13 Perf. Len 50.26 (100.2%) --- : 25/11-T-21A Connection 46 129 13 Perf. Len 7.73 ( 15.6%) --- : 25/11-T-21A Connection 46 130 13 Perf. Len 57.85 (116.2%) --- : 25/11-T-21A Connection 46 131 13 Perf. Len 33.75 ( 67.5%) --- : 25/11-T-21A Connection 47 131 13 Perf. Len 24.25 ( 48.3%) --- : 25/11-T-21A Connection 47 132 13 Perf. Len 56.54 (112.2%) --- : 25/11-T-21A Connection 47 133 13 Perf. Len 14.12 ( 28.8%) --- : 25/11-T-21A Connection 48 133 13 Perf. Len 39.34 ( 78.9%) -WELSPECS - 'T21A' 'EXPLO' 39 118 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS - 'T21A' 1749.295 2055.000 39.379 'INC' 2* / - 2 2 1 1 8.839 0.036 0.156 2E-05 0.019 0.169 / - 3 3 1 2 14.216 0.057 0.156 2E-05 0.019 0.272 / - 4 4 1 3 28.862 -0.083 0.156 2E-05 0.019 0.553 / - 5 5 1 4 49.731 -0.100 0.156 2E-05 0.019 0.953 / - 6 6 1 5 28.985 -0.040 0.156 2E-05 0.019 0.555 / - 7 7 1 6 36.240 -0.040 0.156 2E-05 0.019 0.694 / - 8 8 1 7 42.386 -0.035 0.156 2E-05 0.019 0.812 / - 9 9 1 8 29.236 0.030 0.156 2E-05 0.019 0.560 / - 10 10 1 9 44.500 -0.076 0.156 2E-05 0.019 0.853 / - 11 11 1 10 34.156 -0.140 0.156 2E-05 0.019 0.655 / - 12 12 1 11 29.011 0.017 0.156 2E-05 0.019 0.556 / - 13 13 1 12 49.137 0.057 0.156 2E-05 0.019 0.942 / - 14 14 1 13 28.995 0.040 0.156 2E-05 0.019 0.556 / - 15 15 1 14 32.786 0.058 0.156 2E-05 0.019 0.628 / - 16 16 1 15 45.796 0.082 0.156 2E-05 0.019 0.878 / - 17 17 1 16 29.000 0.035 0.156 2E-05 0.019 0.556 / - 18 18 1 17 41.897 0.007 0.156 2E-05 0.019 0.803 / - 19 19 1 18 35.831 -0.010 0.156 2E-05 0.019 0.687 / - 20 20 1 19 26.730 0.007 0.156 2E-05 0.019 0.512 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'T21A' 41 122 13 13 'OPEN' 1* 268.704 0.241 70548.844 2* 'Y' 7.039 / - 'T21A' 42 122 13 13 'OPEN' 1* 11.037 0.241 2898.194 2* 'X' 7.053 / - 'T21A' 42 123 13 13 'OPEN' 1* 1451.710 0.241 381104.375 2* 'Y' 7.027 / - 'T21A' 42 124 13 13 'OPEN' 1* 1120.745 0.241 294263.500 2* 'Y' 7.042 / - 'T21A' 43 124 13 13 'OPEN' 1* 430.436 0.241 113015.094 2* 'Y' 7.042 / - 'T21A' 43 125 13 13 'OPEN' 1* 1410.173 0.241 370200.281 2* 'Y' 7.027 / - 'T21A' 43 126 13 13 'OPEN' 1* 776.504 0.241 203880.281 2* 'Y' 7.043 / - 'T21A' 44 126 13 13 'OPEN' 1* 805.041 0.241 211364.937 2* 'Y' 7.039 / - 'T21A' 44 127 13 13 'OPEN' 1* 1208.601 0.241 317322.188 2* 'Y' 7.039 / - 'T21A' 44 128 13 13 'OPEN' 1* 270.951 0.241 71128.211 2* 'Y' 7.024 / - 'T21A' 45 128 13 13 'OPEN' 1* 1126.786 0.241 295802.281 2* 'Y' 7.026 / - 'T21A' 45 129 13 13 'OPEN' 1* 1262.007 0.241 331353.406 2* 'Y' 7.042 / - 'T21A' 46 129 13 13 'OPEN' 1* 159.819 0.241 41962.094 2* 'Y' 7.042 / - 'T21A' 46 130 13 13 'OPEN' 1* 1326.995 0.241 348362.312 2* 'Y' 7.027 / - 'T21A' 46 131 13 13 'OPEN' 1* 896.595 0.241 235410.281 2* 'Y' 7.042 / - 'T21A' 47 131 13 13 'OPEN' 1* 348.705 0.241 91554.062 2* 'Y' 7.040 / - 'T21A' 47 132 13 13 'OPEN' 1* 1163.162 0.241 305393.312 2* 'Y' 7.040 / - 'T21A' 47 133 13 13 'OPEN' 1* 353.655 0.241 92839.781 2* 'Y' 7.025 / - 'T21A' 48 133 13 13 'OPEN' 1* 1029.140 0.241 270168.594 2* 'Y' 7.026 / -/ - -COMPSEGS - 'T21A' / - 41 122 13 1 2050.000 2077.678 3* / - 42 122 13 1 2077.678 2078.432 3* / - 42 123 13 1 2078.432 2135.403 3* / - 42 124 13 1 2135.403 2177.893 3* / - 43 124 13 1 2177.893 2193.372 3* / - 43 125 13 1 2193.372 2250.372 3* / - 43 126 13 1 2250.372 2278.143 3* / - 44 126 13 1 2278.143 2308.843 3* / - 44 127 13 1 2308.843 2367.143 3* / - 44 128 13 1 2367.143 2377.155 3* / - 45 128 13 1 2377.155 2425.165 3* / - 45 129 13 1 2425.165 2475.428 3* / - 46 129 13 1 2475.428 2483.155 3* / - 46 130 13 1 2483.155 2541.000 3* / - 46 131 13 1 2541.000 2574.747 3* / - 47 131 13 1 2574.747 2599.000 3* / - 47 132 13 1 2600.000 2657.540 3* / - 47 133 13 1 2657.540 2671.662 3* / - 48 133 13 1 2671.662 2711.000 3* / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 176.000 0.000 2530.000 5* / -/ - ---USER EVENT ---============================================================================= --- Start Production T-21 ---============================================================================= - --- 7144.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 24 'JUL' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 1.000 0.000 14.000 5* / -/ - --- 7145.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 25 'JUL' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 1497.000 0.000 21574.000 5* / -/ - --- 7146.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 26 'JUL' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 181.000 0.000 2610.000 5* / -/ - --- 7147.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 27 'JUL' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 163.000 0.000 2347.000 5* / -/ - --- 7148.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 28 'JUL' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 85.000 0.000 1220.000 5* / -/ - --- 7149.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 29 'JUL' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 71.000 0.000 1018.000 5* / -/ - --- 7150.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 30 'JUL' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 1062.000 0.000 15307.000 5* / -/ - --- 7151.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 31 'JUL' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 579.000 0.000 8345.000 5* / -/ - --- 7152.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 726.000 0.000 10459.000 5* / -/ - --- 7153.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 2 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 1247.000 0.000 17963.000 5* / -/ - --- 7154.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 3 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 1.000 0.000 14.000 5* / -/ - --- 7155.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 4 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 1118.000 0.000 16104.000 5* / -/ - --- 7156.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 5 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 1010.000 0.000 14555.000 5* / -/ - --- 7157.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 6 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 1393.000 0.000 20078.000 5* / -/ - --- 7158.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 7 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 908.000 0.000 13081.000 5* / -/ - --- 7159.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 8 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 2503.000 0.000 36074.000 5* / -/ - --- 7160.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 9 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 2778.000 1.000 40037.000 5* / -/ - --- 7161.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 10 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 1911.000 0.000 27532.000 5* / -/ - --- 7162.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 11 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 2349.000 0.000 33850.000 5* / -/ - --- 7163.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 12 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 2928.000 1.000 42198.000 5* / -/ - --- 7164.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 13 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 2820.000 1.000 40641.000 5* / -/ - --- 7165.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 14 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 2781.000 1.000 40076.000 5* / -/ - --- 7166.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 15 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 2762.000 1.000 39794.000 5* / -/ - --- 7167.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 16 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 3024.000 1.000 43576.000 5* / -/ - --- 7168.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 17 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 3028.000 1.000 43629.000 5* / -/ - --- 7169.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 18 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 2732.000 5.000 39365.000 5* / -/ - --- 7170.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 19 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 2895.000 27.000 41711.000 5* / -/ - --- 7171.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 20 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 2795.000 51.000 40271.000 5* / -/ - --- 7172.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 21 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 2797.000 135.000 40306.000 5* / -/ - --- 7173.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 22 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 2682.000 178.000 38644.000 5* / -/ - --- 7174.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 23 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 2461.000 183.000 35460.000 5* / -/ - --- 7175.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 24 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 173.000 13.000 2497.000 5* / -/ - --- 7176.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 25 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 514.000 18.000 7413.000 5* / -/ - --- 7177.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 26 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 2400.000 131.000 34590.000 5* / -/ - --- 7178.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 27 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 1912.000 163.000 27556.000 5* / -/ - --- 7179.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 28 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 306.000 50.000 4410.000 5* / -/ - --- 7180.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 29 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 473.000 17.000 6817.000 5* / -/ - --- 7181.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 30 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 1683.000 181.000 24249.000 5* / -/ - --- 7182.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 31 'AUG' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 1206.000 109.000 17381.000 5* / -/ - --- 7183.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'SEP' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 1027.000 77.000 14803.000 5* / -/ - --- 7184.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 2 'SEP' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 1026.000 78.000 14792.000 5* / -/ - --- 7185.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 3 'SEP' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 1021.000 84.000 14707.000 5* / -/ - --- 7186.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 4 'SEP' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 872.000 78.000 12567.000 5* / -/ - --- 7187.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 5 'SEP' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 297.000 27.000 4278.000 5* / -/ - --- 7188.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 6 'SEP' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 464.000 32.000 6690.000 5* / -/ - --- 7189.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 7 'SEP' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 670.000 28.000 9657.000 5* / -/ - --- 7190.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 8 'SEP' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 773.000 49.000 11133.000 5* / -/ - --- 7191.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 9 'SEP' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 918.000 95.000 13234.000 5* / -/ - --- 7192.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 10 'SEP' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 1021.000 91.000 14715.000 5* / -/ - --- 7193.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 11 'SEP' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 1028.000 88.000 14808.000 5* / -/ - --- 7194.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 12 'SEP' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 905.000 110.000 13040.000 5* / -/ - --- 7195.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 13 'SEP' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 741.000 54.000 10677.000 5* / -/ - --- 7196.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 14 'SEP' 1996 / -/ - -WCONHIST - 'T21A' 'OPEN' 'ORAT' 630.000 40.000 9078.000 5* / -/ - --- 7197.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 15 'SEP' 1996 / -/ - --- 7198.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 16 'SEP' 1996 / -/ - --- 7199.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 17 'SEP' 1996 / -/ - --- 7200.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 18 'SEP' 1996 / -/ - --- 7201.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 19 'SEP' 1996 / -/ - --- 7202.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 20 'SEP' 1996 / -/ - --- 7203.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 21 'SEP' 1996 / -/ - --- 7204.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 22 'SEP' 1996 / -/ - --- 7205.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 23 'SEP' 1996 / -/ - --- 7206.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 24 'SEP' 1996 / -/ - --- WARN: 25/11-T-21A WCONHIST may be inconsistent, existing event took precedence over generated -WCONHIST - 'T21A' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / -/ - ---USER EVENT ---============================================================================= --- End Production T-21 ---============================================================================= - --- 7305.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1997 / -/ - -WELTARG - 'FRIGG' 'RESV' 6778.000 / - 'HEIMDAL' 'RESV' 38301.000 / -/ - --- 7670.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1998 / -/ - -WELTARG - 'FRIGG' 'RESV' 8487.000 / - 'HEIMDAL' 'RESV' 18731.000 / -/ - --- 8035.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 1999 / -/ - -WELTARG - 'FRIGG' 'RESV' 4693.000 / - 'HEIMDAL' 'RESV' 11583.000 / -/ - --- 8308.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'OCT' 1999 / -/ - -WELOPEN - 'BALDER' 'OPEN' 5* / -/ - -WELTARG - 'BALDER' 'RESV' 9355.000 / -/ - --- 8400.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 2000 / -/ - -WELTARG - 'FRIGG' 'RESV' 8511.000 / - 'HEIMDAL' 'RESV' 0.000 / - 'BALDER' 'RESV' 8348.000 / -/ - --- 8766.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 2001 / -/ - -WELTARG - 'FRIGG' 'RESV' 10419.000 / - 'HEIMDAL' 'RESV' 3276.000 / - 'BALDER' 'RESV' 5825.000 / -/ - --- 9131.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 2002 / -/ - -WELTARG - 'FRIGG' 'RESV' 10130.000 / - 'HEIMDAL' 'RESV' 8050.000 / - 'BALDER' 'RESV' 2440.000 / -/ - --- 9496.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 2003 / -/ - -WELTARG - 'FRIGG' 'RESV' 9998.000 / - 'HEIMDAL' 'RESV' 5780.000 / - 'BALDER' 'RESV' 4684.000 / -/ - -RPTRST - 2 1 1 0 0 / - - --- 9739.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'SEP' 2003 / -/ - --- : WI9 Perforation Top: 0.00 Bot: 789.00 Diam: 0.24 Skin: 10.00 --- : WI9 Connection 46 181 17 Perf. Len 10.46 ( 20.9%) --- WARN: WI9 WELSPECS may be inconsistent, existing event took precedence over generated --- : WI9 Connection 46 182 17 Perf. Len 50.28 (100.2%) --- : WI9 Connection 46 183 17 Perf. Len 49.74 (100.0%) --- : WI9 Connection 46 184 17 Perf. Len 50.27 (100.2%) --- : WI9 Connection 46 185 17 Perf. Len 49.99 (101.0%) --- : WI9 Connection 46 186 17 Perf. Len 50.89 (100.6%) --- : WI9 Connection 46 187 17 Perf. Len 50.49 (100.7%) --- : WI9 Connection 46 188 17 Perf. Len 50.34 (101.2%) --- : WI9 Connection 46 189 17 Perf. Len 50.49 (100.6%) --- : WI9 Connection 46 190 17 Perf. Len 50.08 (100.7%) --- : WI9 Connection 46 191 17 Perf. Len 50.78 (101.2%) --- : WI9 Connection 46 192 17 Perf. Len 34.89 ( 69.5%) --- : WI9 Connection 47 192 17 Perf. Len 15.89 ( 31.7%) --- : WI9 Connection 47 193 17 Perf. Len 38.77 ( 77.8%) --- : WI9 Connection 47 193 16 Perf. Len 3.28 ( 6.5%) --- : WI9 Connection 47 193 15 Perf. Len 1.15 ( 2.3%) --- : WI9 Connection 47 193 14 Perf. Len 0.66 ( 0.9%) --- : WI9 Connection 47 193 13 Perf. Len 0.13 ( 0.4%) --- : WI9 Connection 47 193 1 Perf. Len 6.21 ( 12.8%) --- : WI9 Connection 47 194 1 Perf. Len 50.78 (101.1%) --- : WI9 Connection 47 195 1 Perf. Len 50.31 (101.1%) --- : WI9 Connection 47 196 1 Perf. Len 27.33 ( 54.4%) --- : WI9 Connection 47 196 17 Perf. Len 23.79 ( 47.4%) --- : WI9 Connection 47 197 17 Perf. Len 21.99 ( 44.1%) --- WARN: WI9 WCONHIST may be inconsistent, existing event took precedence over generated --- : PR08 Perforation Top: 3300.11 Bot: 5093.62 Diam: 0.22 Skin: 10.00 --- : PR08 Perforation Top: 3147.21 Bot: 4945.62 Diam: 0.22 Skin: 10.00 --- : PR08 Perforation Top: 2990.97 Bot: 5220.80 Diam: 0.22 Skin: 10.00 --- WARN: PR08 Perf interval 2990.969971 to 2990.975016 outside all cells, discarded --- WARN: PR08 Perf interval 5220.799542 5220.799805 below grid --- : PR08 Connection 63 177 15 Perf. Len 39.95 ( 79.4%) --- WARN: PR08 WELSPECS may be inconsistent, existing event took precedence over generated --- : PR08 Connection 63 178 15 Perf. Len 44.28 ( 89.3%) --- : PR08 Connection 64 178 15 Perf. Len 13.71 ( 27.3%) --- : PR08 Connection 64 179 15 Perf. Len 58.52 (116.6%) --- : PR08 Connection 64 180 15 Perf. Len 24.42 ( 49.1%) --- : PR08 Connection 65 180 15 Perf. Len 34.15 ( 68.8%) --- : PR08 Connection 65 181 15 Perf. Len 58.16 (115.7%) --- : PR08 Connection 65 182 15 Perf. Len 4.63 ( 9.2%) --- : PR08 Connection 66 182 15 Perf. Len 54.06 (107.7%) --- : PR08 Connection 66 183 15 Perf. Len 42.65 ( 85.6%) --- : PR08 Connection 67 183 15 Perf. Len 15.82 ( 31.6%) --- : PR08 Connection 67 184 15 Perf. Len 58.67 (116.7%) --- : PR08 Connection 67 185 15 Perf. Len 21.88 ( 43.9%) --- : PR08 Connection 68 185 15 Perf. Len 36.07 ( 72.7%) --- : PR08 Connection 68 186 15 Perf. Len 58.77 (116.9%) --- : PR08 Connection 68 187 15 Perf. Len 2.07 ( 4.2%) --- : PR08 Connection 69 187 15 Perf. Len 56.62 (112.8%) --- : PR08 Connection 69 188 15 Perf. Len 39.98 ( 80.4%) --- : PR08 Connection 70 188 15 Perf. Len 18.45 ( 36.7%) --- : PR08 Connection 70 189 15 Perf. Len 58.33 (116.6%) --- : PR08 Connection 70 190 15 Perf. Len 20.30 ( 40.8%) --- : PR08 Connection 71 190 15 Perf. Len 37.29 ( 75.3%) --- : PR08 Connection 71 191 15 Perf. Len 58.92 (117.1%) --- : PR08 Connection 71 192 15 Perf. Len 0.73 ( 1.5%) --- : PR08 Connection 72 192 15 Perf. Len 57.82 (115.4%) --- : PR08 Connection 72 193 15 Perf. Len 39.15 ( 78.9%) --- : PR08 Connection 73 193 15 Perf. Len 19.03 ( 38.5%) --- : PR08 Connection 73 194 15 Perf. Len 58.69 (116.5%) --- : PR08 Connection 73 195 15 Perf. Len 18.94 ( 38.1%) --- : PR08 Connection 74 195 15 Perf. Len 39.48 ( 78.4%) --- : PR08 Connection 74 196 15 Perf. Len 57.44 (115.5%) --- : PR08 Connection 75 196 15 Perf. Len 0.87 ( 1.8%) --- : PR08 Connection 75 197 15 Perf. Len 58.11 (116.2%) --- : PR08 Connection 75 198 15 Perf. Len 37.75 ( 75.0%) --- : PR08 Connection 76 198 15 Perf. Len 20.65 ( 42.0%) --- : PR08 Connection 76 199 15 Perf. Len 58.69 (116.9%) --- : PR08 Connection 76 200 15 Perf. Len 17.80 ( 35.7%) --- : PR08 Connection 77 200 15 Perf. Len 40.73 ( 81.1%) --- : PR08 Connection 77 201 15 Perf. Len 55.99 (112.5%) --- : PR08 Connection 78 201 15 Perf. Len 2.21 ( 4.4%) --- : PR08 Connection 78 202 15 Perf. Len 58.89 (117.1%) --- : PR08 Connection 78 203 15 Perf. Len 35.64 ( 71.8%) --- : PR08 Connection 79 203 15 Perf. Len 22.23 ( 44.7%) --- : PR08 Connection 79 204 15 Perf. Len 58.43 (116.5%) --- : PR08 Connection 79 205 15 Perf. Len 16.17 ( 32.2%) --- : PR08 Connection 80 205 15 Perf. Len 42.51 ( 84.7%) --- : PR08 Connection 80 206 15 Perf. Len 54.50 (109.6%) --- : PR08 Connection 81 206 15 Perf. Len 3.57 ( 7.2%) --- : PR08 Connection 81 207 15 Perf. Len 13.43 ( 26.7%) --- : PR08 Connection 81 207 14 Perf. Len 34.79 ( 69.8%) --- : PR08 Connection 81 207 13 Perf. Len 5.40 ( 10.7%) --- : PR08 Connection 81 207 1 Perf. Len 4.67 ( 9.2%) --- : PR08 Connection 81 208 1 Perf. Len 1.48 ( 2.8%) --- WARN: PR08 Connection 81 208 1 SUPPRESSED, perf percentage too small --- : PR08 Connection 62 174 16 Perf. Len 43.27 ( 86.4%) --- : PR08 Connection 63 174 16 Perf. Len 17.29 ( 34.5%) --- : PR08 Connection 63 175 16 Perf. Len 3.42 ( 6.9%) --- : PR08 Connection 63 175 15 Perf. Len 41.54 ( 82.9%) --- : PR08 Connection 64 175 15 Perf. Len 46.06 ( 92.1%) --- : PR08 Connection 64 176 15 Perf. Len 12.14 ( 24.3%) --- : PR08 Connection 65 176 15 Perf. Len 57.88 (115.6%) --- : PR08 Connection 66 176 15 Perf. Len 27.52 ( 55.0%) --- : PR08 Connection 66 177 15 Perf. Len 33.80 ( 67.6%) --- : PR08 Connection 67 177 15 Perf. Len 45.13 ( 90.3%) --- : PR08 Connection 67 178 15 Perf. Len 22.83 ( 45.8%) --- : PR08 Connection 68 178 15 Perf. Len 45.47 ( 91.3%) --- : PR08 Connection 68 179 15 Perf. Len 32.04 ( 63.5%) --- : PR08 Connection 69 179 15 Perf. Len 30.53 ( 61.2%) --- : PR08 Connection 69 180 15 Perf. Len 56.44 (113.3%) --- : PR08 Connection 70 180 15 Perf. Len 4.42 ( 8.8%) --- : PR08 Connection 70 181 15 Perf. Len 60.44 (120.9%) --- : PR08 Connection 70 182 15 Perf. Len 23.35 ( 46.4%) --- : PR08 Connection 71 182 15 Perf. Len 37.75 ( 75.2%) --- : PR08 Connection 71 183 15 Perf. Len 51.26 (102.9%) --- : PR08 Connection 72 183 15 Perf. Len 9.09 ( 18.1%) --- : PR08 Connection 72 184 15 Perf. Len 59.89 (119.8%) --- : PR08 Connection 72 185 15 Perf. Len 21.04 ( 41.6%) --- : PR08 Connection 73 185 15 Perf. Len 38.79 ( 78.6%) --- : PR08 Connection 73 186 15 Perf. Len 52.04 (103.6%) --- : PR08 Connection 74 186 15 Perf. Len 8.11 ( 16.0%) --- : PR08 Connection 74 187 15 Perf. Len 59.88 (119.5%) --- : PR08 Connection 74 188 15 Perf. Len 23.54 ( 47.2%) --- : PR08 Connection 75 188 15 Perf. Len 35.80 ( 72.0%) --- : PR08 Connection 75 189 15 Perf. Len 57.18 (113.5%) --- : PR08 Connection 76 189 15 Perf. Len 2.31 ( 5.1%) --- : PR08 Connection 76 190 15 Perf. Len 58.81 (117.7%) --- : PR08 Connection 76 191 15 Perf. Len 32.58 ( 65.4%) --- : PR08 Connection 77 191 15 Perf. Len 26.87 ( 53.5%) --- : PR08 Connection 77 192 15 Perf. Len 58.88 (117.5%) --- : PR08 Connection 77 193 15 Perf. Len 8.72 ( 17.5%) --- : PR08 Connection 78 193 15 Perf. Len 49.61 ( 99.7%) --- : PR08 Connection 78 194 15 Perf. Len 46.10 ( 91.3%) --- : PR08 Connection 79 194 15 Perf. Len 12.66 ( 25.7%) --- : PR08 Connection 79 195 15 Perf. Len 58.24 (116.9%) --- : PR08 Connection 79 196 15 Perf. Len 25.83 ( 51.2%) --- : PR08 Connection 80 196 15 Perf. Len 32.71 ( 65.5%) --- : PR08 Connection 80 197 15 Perf. Len 47.72 ( 95.7%) --- : PR08 Connection 80 197 14 Perf. Len 7.27 ( 14.0%) --- : PR08 Connection 80 197 13 Perf. Len 0.12 ( 0.2%) --- : PR08 Connection 80 197 1 Perf. Len 3.17 ( 6.2%) --- : PR08 Connection 80 198 1 Perf. Len 6.81 ( 14.1%) --- : PR08 Connection 81 198 1 Perf. Len 7.70 ( 14.8%) --- : PR08 Connection 81 198 14 Perf. Len 4.64 ( 9.7%) --- : PR08 Connection 81 198 15 Perf. Len 38.56 ( 77.9%) --- : PR08 Connection 81 199 15 Perf. Len 47.90 ( 94.4%) --- : PR08 Connection 82 199 15 Perf. Len 10.89 ( 21.6%) --- : PR08 Connection 82 200 15 Perf. Len 57.65 (115.3%) --- : PR08 Connection 82 201 15 Perf. Len 32.29 ( 65.3%) --- : PR08 Connection 83 201 15 Perf. Len 24.70 ( 49.5%) --- : PR08 Connection 83 202 15 Perf. Len 10.94 ( 21.7%) --- : PR08 Connection 83 202 14 Perf. Len 9.54 ( 19.0%) --- : PR08 Connection 83 202 1 Perf. Len 17.28 ( 34.4%) --- : PR08 Connection 60 171 16 Perf. Len 9.95 ( 19.9%) --- : PR08 Connection 60 172 16 Perf. Len 54.12 (107.6%) --- : PR08 Connection 60 173 16 Perf. Len 25.13 ( 51.2%) --- : PR08 Connection 61 173 16 Perf. Len 29.05 ( 57.6%) --- : PR08 Connection 61 174 16 Perf. Len 54.15 (107.3%) --- : PR08 Connection 61 175 16 Perf. Len 52.60 (106.1%) --- : PR08 Connection 61 176 16 Perf. Len 7.05 ( 14.0%) --- : PR08 Connection 62 176 16 Perf. Len 9.86 ( 20.4%) --- : PR08 Connection 62 176 15 Perf. Len 34.10 ( 67.6%) --- : PR08 Connection 62 177 15 Perf. Len 50.91 (101.2%) --- : PR08 Connection 62 178 15 Perf. Len 50.13 (100.5%) --- : PR08 Connection 62 179 15 Perf. Len 50.12 (100.1%) --- : PR08 Connection 62 180 15 Perf. Len 49.78 (100.3%) --- : PR08 Connection 62 181 15 Perf. Len 50.78 (100.6%) --- : PR08 Connection 62 182 15 Perf. Len 51.77 (103.3%) --- : PR08 Connection 62 183 15 Perf. Len 23.12 ( 46.5%) --- : PR08 Connection 63 183 15 Perf. Len 29.81 ( 59.5%) --- : PR08 Connection 63 184 15 Perf. Len 54.73 (109.4%) --- : PR08 Connection 63 185 15 Perf. Len 40.96 ( 81.8%) --- : PR08 Connection 64 185 15 Perf. Len 13.99 ( 29.3%) --- : PR08 Connection 64 186 15 Perf. Len 55.91 (110.7%) --- : PR08 Connection 64 187 15 Perf. Len 44.83 ( 89.4%) --- : PR08 Connection 65 187 15 Perf. Len 10.91 ( 21.7%) --- : PR08 Connection 65 188 15 Perf. Len 55.64 (111.6%) --- : PR08 Connection 65 189 15 Perf. Len 45.35 ( 90.5%) --- : PR08 Connection 66 189 15 Perf. Len 10.83 ( 21.6%) --- : PR08 Connection 66 190 15 Perf. Len 56.13 (112.7%) --- : PR08 Connection 66 191 15 Perf. Len 42.65 ( 85.0%) --- : PR08 Connection 67 191 15 Perf. Len 13.69 ( 27.5%) --- : PR08 Connection 67 192 15 Perf. Len 57.01 (113.3%) --- : PR08 Connection 67 193 15 Perf. Len 36.32 ( 73.5%) --- : PR08 Connection 68 193 15 Perf. Len 19.90 ( 39.7%) --- : PR08 Connection 68 194 15 Perf. Len 57.13 (113.9%) --- : PR08 Connection 68 195 15 Perf. Len 27.13 ( 54.5%) --- : PR08 Connection 69 195 15 Perf. Len 29.44 ( 59.5%) --- : PR08 Connection 69 196 15 Perf. Len 58.09 (115.2%) --- : PR08 Connection 69 197 15 Perf. Len 14.18 ( 28.2%) --- : PR08 Connection 70 197 15 Perf. Len 43.47 ( 87.0%) --- : PR08 Connection 70 198 15 Perf. Len 57.32 (115.2%) --- : PR08 Connection 71 198 15 Perf. Len 0.16 ( 0.4%) --- : PR08 Connection 71 199 15 Perf. Len 58.07 (115.7%) --- : PR08 Connection 71 200 15 Perf. Len 39.69 ( 79.0%) --- : PR08 Connection 72 200 15 Perf. Len 19.18 ( 37.5%) --- : PR08 Connection 72 201 15 Perf. Len 58.03 (117.2%) --- : PR08 Connection 72 202 15 Perf. Len 19.40 ( 38.8%) --- : PR08 Connection 73 202 15 Perf. Len 39.63 ( 78.7%) --- : PR08 Connection 73 203 15 Perf. Len 54.85 (110.2%) --- : PR08 Connection 74 203 15 Perf. Len 3.97 ( 7.6%) --- : PR08 Connection 74 204 15 Perf. Len 58.78 (118.1%) --- : PR08 Connection 74 205 15 Perf. Len 31.11 ( 62.3%) --- : PR08 Connection 75 205 15 Perf. Len 29.00 ( 57.2%) --- : PR08 Connection 75 206 15 Perf. Len 59.41 (119.3%) --- : PR08 Connection 75 207 15 Perf. Len 2.77 ( 6.1%) --- : PR08 Connection 76 207 15 Perf. Len 57.18 (113.2%) --- : PR08 Connection 76 208 15 Perf. Len 33.44 ( 67.8%) --- : PR08 Connection 77 208 15 Perf. Len 27.05 ( 53.9%) --- : PR08 Connection 77 209 15 Perf. Len 60.17 (120.3%) --- : PR08 Connection 77 210 15 Perf. Len 1.55 ( 3.1%) --- : PR08 Connection 78 210 15 Perf. Len 53.93 (107.1%) --- : PR08 Connection 78 210 14 Perf. Len 6.12 ( 12.1%) --- : PR08 Connection 78 211 14 Perf. Len 6.33 ( 12.7%) --- : PR08 Connection 78 211 13 Perf. Len 3.51 ( 7.4%) --- : PR08 Connection 78 211 1 Perf. Len 17.42 ( 34.0%) --- : PR08 Connection 79 211 1 Perf. Len 11.02 ( 21.9%) --- WARN: PR08 WCONHIST may be inconsistent, existing event took precedence over generated --- : PR33 Perforation Top: 325.85 Bot: 2467.71 Diam: 0.22 Skin: 10.00 --- WARN: PR33 Perf interval 2467.709913 2467.709961 below grid --- : PR33 Perforation Top: 0.00 Bot: 1176.81 Diam: 0.22 Skin: 10.00 --- WARN: PR33 Perf interval 0.000000 to 129.840000 outside all cells, discarded --- WARN: PR33 Perf interval 1176.810029 1176.810059 below grid --- : PR33 Perforation Top: 260.43 Bot: 2370.05 Diam: 0.22 Skin: 10.00 --- : PR33 Connection 54 178 16 Perf. Len 1.48 ( 3.0%) --- WARN: PR33 WELSPECS may be inconsistent, existing event took precedence over generated --- : PR33 Connection 54 179 16 Perf. Len 52.53 (104.7%) --- : PR33 Connection 54 180 16 Perf. Len 31.85 ( 64.6%) --- : PR33 Connection 54 180 15 Perf. Len 20.61 ( 40.6%) --- : PR33 Connection 54 181 15 Perf. Len 32.27 ( 63.5%) --- : PR33 Connection 55 181 15 Perf. Len 23.87 ( 48.7%) --- : PR33 Connection 55 182 15 Perf. Len 55.84 (110.1%) --- : PR33 Connection 55 183 15 Perf. Len 33.98 ( 68.8%) --- : PR33 Connection 56 183 15 Perf. Len 21.55 ( 43.3%) --- : PR33 Connection 56 184 15 Perf. Len 55.88 (111.3%) --- : PR33 Connection 56 185 15 Perf. Len 35.42 ( 71.3%) --- : PR33 Connection 57 185 15 Perf. Len 20.24 ( 40.7%) --- : PR33 Connection 57 186 15 Perf. Len 56.03 (111.7%) --- : PR33 Connection 57 187 15 Perf. Len 34.37 ( 68.5%) --- : PR33 Connection 58 187 15 Perf. Len 21.91 ( 43.7%) --- : PR33 Connection 58 188 15 Perf. Len 55.66 (112.0%) --- : PR33 Connection 58 189 15 Perf. Len 33.52 ( 66.3%) --- : PR33 Connection 59 189 15 Perf. Len 22.76 ( 45.9%) --- : PR33 Connection 59 190 15 Perf. Len 55.66 (112.0%) --- : PR33 Connection 59 191 15 Perf. Len 32.75 ( 64.8%) --- : PR33 Connection 60 191 15 Perf. Len 23.26 ( 46.9%) --- : PR33 Connection 60 192 15 Perf. Len 56.28 (112.2%) --- : PR33 Connection 60 193 15 Perf. Len 30.61 ( 61.5%) --- : PR33 Connection 61 193 15 Perf. Len 26.22 ( 52.7%) --- : PR33 Connection 61 194 15 Perf. Len 58.18 (116.0%) --- : PR33 Connection 61 195 15 Perf. Len 13.99 ( 27.7%) --- : PR33 Connection 62 195 15 Perf. Len 43.81 ( 88.7%) --- : PR33 Connection 62 196 15 Perf. Len 54.34 (108.2%) --- : PR33 Connection 63 196 15 Perf. Len 3.84 ( 8.3%) --- : PR33 Connection 63 197 15 Perf. Len 58.18 (115.5%) --- : PR33 Connection 63 198 15 Perf. Len 36.29 ( 72.9%) --- : PR33 Connection 64 198 15 Perf. Len 21.51 ( 43.3%) --- : PR33 Connection 64 199 15 Perf. Len 58.21 (116.1%) --- : PR33 Connection 64 200 15 Perf. Len 18.32 ( 37.0%) --- : PR33 Connection 65 200 15 Perf. Len 40.10 ( 79.5%) --- : PR33 Connection 65 201 15 Perf. Len 57.56 (115.8%) --- : PR33 Connection 65 202 15 Perf. Len 0.84 ( 1.7%) --- : PR33 Connection 66 202 15 Perf. Len 58.70 (116.9%) --- : PR33 Connection 66 203 15 Perf. Len 34.73 ( 69.3%) --- : PR33 Connection 67 203 15 Perf. Len 24.21 ( 48.7%) --- : PR33 Connection 67 204 15 Perf. Len 59.56 (119.1%) --- : PR33 Connection 67 205 15 Perf. Len 8.97 ( 17.9%) --- : PR33 Connection 68 205 15 Perf. Len 50.58 (100.8%) --- : PR33 Connection 68 206 15 Perf. Len 42.50 ( 85.4%) --- : PR33 Connection 69 206 15 Perf. Len 16.41 ( 33.0%) --- : PR33 Connection 69 207 15 Perf. Len 59.56 (118.7%) --- : PR33 Connection 69 208 15 Perf. Len 17.03 ( 34.2%) --- : PR33 Connection 70 208 15 Perf. Len 41.88 ( 84.2%) --- : PR33 Connection 70 209 15 Perf. Len 50.97 (101.6%) --- : PR33 Connection 71 209 15 Perf. Len 8.58 ( 17.6%) --- : PR33 Connection 71 210 15 Perf. Len 59.58 (118.3%) --- : PR33 Connection 71 211 15 Perf. Len 24.80 ( 49.4%) --- : PR33 Connection 72 211 15 Perf. Len 34.34 ( 69.5%) --- : PR33 Connection 72 212 15 Perf. Len 58.66 (116.9%) --- : PR33 Connection 73 212 15 Perf. Len 0.90 ( 1.7%) --- : PR33 Connection 73 213 15 Perf. Len 58.91 (118.4%) --- : PR33 Connection 73 214 15 Perf. Len 33.36 ( 66.9%) --- : PR33 Connection 74 214 15 Perf. Len 26.20 ( 51.8%) --- : PR33 Connection 74 215 15 Perf. Len 59.56 (118.6%) --- : PR33 Connection 74 216 15 Perf. Len 6.85 ( 13.8%) --- : PR33 Connection 75 216 15 Perf. Len 5.31 ( 10.7%) --- : PR33 Connection 52 175 16 Perf. Len 38.71 ( 77.8%) --- : PR33 Connection 52 176 16 Perf. Len 50.92 (101.5%) --- : PR33 Connection 52 177 16 Perf. Len 50.92 (100.6%) --- : PR33 Connection 52 178 16 Perf. Len 50.91 (102.9%) --- : PR33 Connection 52 179 16 Perf. Len 28.55 ( 56.8%) --- : PR33 Connection 52 179 15 Perf. Len 22.74 ( 45.3%) --- : PR33 Connection 52 180 15 Perf. Len 51.10 (102.5%) --- : PR33 Connection 52 181 15 Perf. Len 51.30 (102.2%) --- : PR33 Connection 52 182 15 Perf. Len 24.50 ( 48.2%) --- : PR33 Connection 53 182 15 Perf. Len 27.16 ( 54.8%) --- : PR33 Connection 53 183 15 Perf. Len 51.10 (102.7%) --- : PR33 Connection 53 184 15 Perf. Len 51.30 (102.2%) --- : PR33 Connection 53 185 15 Perf. Len 51.10 (102.7%) --- : PR33 Connection 53 186 15 Perf. Len 44.34 ( 88.4%) --- : PR33 Connection 54 186 15 Perf. Len 6.96 ( 13.8%) --- : PR33 Connection 54 187 15 Perf. Len 51.68 (103.0%) --- : PR33 Connection 54 188 15 Perf. Len 51.10 (102.7%) --- : PR33 Connection 54 189 15 Perf. Len 51.30 (102.2%) --- : PR33 Connection 54 190 15 Perf. Len 51.10 (102.7%) --- : PR33 Connection 54 191 15 Perf. Len 12.85 ( 25.6%) --- : PR33 Connection 55 191 15 Perf. Len 38.44 ( 76.7%) --- : PR33 Connection 55 192 15 Perf. Len 51.66 (103.0%) --- : PR33 Connection 55 193 15 Perf. Len 51.10 (103.4%) --- : PR33 Connection 55 194 15 Perf. Len 51.30 (101.5%) --- : PR33 Connection 55 195 15 Perf. Len 31.53 ( 63.4%) --- : PR33 Connection 56 195 15 Perf. Len 3.28 ( 6.6%) --- : PR33 Connection 54 177 16 Perf. Len 35.45 ( 70.5%) --- : PR33 Connection 54 178 16 Perf. Len 31.93 ( 64.2%) --- : PR33 Connection 55 178 16 Perf. Len 35.07 ( 70.5%) --- : PR33 Connection 55 179 16 Perf. Len 39.75 ( 79.2%) --- : PR33 Connection 56 179 16 Perf. Len 26.37 ( 52.6%) --- : PR33 Connection 56 180 16 Perf. Len 2.18 ( 4.7%) --- : PR33 Connection 56 180 15 Perf. Len 52.73 (105.4%) --- : PR33 Connection 57 180 15 Perf. Len 7.93 ( 15.9%) --- : PR33 Connection 57 181 15 Perf. Len 63.53 (126.7%) --- : PR33 Connection 57 182 15 Perf. Len 10.01 ( 19.9%) --- : PR33 Connection 58 182 15 Perf. Len 53.51 (106.7%) --- : PR33 Connection 58 183 15 Perf. Len 35.78 ( 71.8%) --- : PR33 Connection 59 183 15 Perf. Len 20.68 ( 41.5%) --- : PR33 Connection 59 184 15 Perf. Len 56.20 (112.0%) --- : PR33 Connection 59 185 15 Perf. Len 33.75 ( 67.8%) --- : PR33 Connection 60 185 15 Perf. Len 22.08 ( 44.4%) --- : PR33 Connection 60 186 15 Perf. Len 56.17 (111.9%) --- : PR33 Connection 60 187 15 Perf. Len 31.84 ( 63.5%) --- : PR33 Connection 61 187 15 Perf. Len 24.63 ( 49.1%) --- : PR33 Connection 61 188 15 Perf. Len 55.86 (112.3%) --- : PR33 Connection 61 189 15 Perf. Len 30.14 ( 60.1%) --- : PR33 Connection 62 189 15 Perf. Len 26.03 ( 51.9%) --- : PR33 Connection 62 190 15 Perf. Len 56.15 (112.3%) --- : PR33 Connection 62 191 15 Perf. Len 24.20 ( 48.8%) --- : PR33 Connection 63 191 15 Perf. Len 33.79 ( 67.4%) --- : PR33 Connection 63 192 15 Perf. Len 57.96 (115.6%) --- : PR33 Connection 63 193 15 Perf. Len 7.84 ( 15.8%) --- : PR33 Connection 64 193 15 Perf. Len 49.54 ( 99.7%) --- : PR33 Connection 64 194 15 Perf. Len 50.12 ( 99.9%) --- : PR33 Connection 65 194 15 Perf. Len 7.87 ( 15.7%) --- : PR33 Connection 65 195 15 Perf. Len 57.36 (115.4%) --- : PR33 Connection 65 196 15 Perf. Len 34.74 ( 69.3%) --- : PR33 Connection 66 196 15 Perf. Len 23.25 ( 46.3%) --- : PR33 Connection 66 197 15 Perf. Len 57.99 (115.6%) --- : PR33 Connection 66 198 15 Perf. Len 18.16 ( 36.5%) --- : PR33 Connection 67 198 15 Perf. Len 39.23 ( 78.9%) --- : PR33 Connection 67 199 15 Perf. Len 58.29 (116.2%) --- : PR33 Connection 67 200 15 Perf. Len 1.48 ( 3.0%) --- : PR33 Connection 68 200 15 Perf. Len 58.01 (115.6%) --- : PR33 Connection 68 201 15 Perf. Len 35.11 ( 71.0%) --- : PR33 Connection 69 201 15 Perf. Len 23.76 ( 47.8%) --- : PR33 Connection 69 202 15 Perf. Len 59.49 (118.1%) --- : PR33 Connection 69 203 15 Perf. Len 9.78 ( 19.7%) --- : PR33 Connection 70 203 15 Perf. Len 49.29 ( 99.2%) --- : PR33 Connection 70 204 15 Perf. Len 43.88 ( 87.4%) --- : PR33 Connection 71 204 15 Perf. Len 15.60 ( 31.1%) --- : PR33 Connection 71 205 15 Perf. Len 59.51 (118.6%) --- : PR33 Connection 71 206 15 Perf. Len 17.89 ( 36.0%) --- : PR33 Connection 72 206 15 Perf. Len 40.95 ( 82.3%) --- : PR33 Connection 72 207 15 Perf. Len 52.13 (103.9%) --- : PR33 Connection 73 207 15 Perf. Len 7.35 ( 14.2%) --- : PR33 Connection 73 208 15 Perf. Len 59.07 (119.7%) --- : PR33 Connection 73 209 15 Perf. Len 27.06 ( 53.5%) --- : PR33 Connection 74 209 15 Perf. Len 32.43 ( 64.6%) --- : PR33 Connection 74 210 15 Perf. Len 59.26 (118.1%) --- : PR33 Connection 74 211 15 Perf. Len 0.92 ( 1.9%) --- : PR33 Connection 75 211 15 Perf. Len 58.17 (116.9%) --- : PR33 Connection 75 212 15 Perf. Len 35.05 ( 69.9%) --- : PR33 Connection 76 212 15 Perf. Len 16.58 ( 32.6%) --- : PR33 Connection 76 212 14 Perf. Len 4.28 ( 9.0%) --- : PR33 Connection 76 212 1 Perf. Len 3.58 ( 7.1%) --- : PR33 Connection 76 213 1 Perf. Len 10.90 ( 21.9%) --- WARN: PR33 WCONHIST may be inconsistent, existing event took precedence over generated --- : PR19 Perforation Top: 0.00 Bot: 1877.66 Diam: 0.22 Skin: 10.00 --- WARN: PR19 Perf interval 966.124620 to 1137.333146 outside all cells, discarded --- WARN: PR19 Perf interval 1877.659976 1877.660034 below grid --- : PR19 Perforation Top: 114.14 Bot: 1628.44 Diam: 0.22 Skin: 10.00 --- WARN: PR19 Perf interval 1133.566901 to 1331.082734 outside all cells, discarded --- : PR19 Connection 62 71 14 Perf. Len 29.56 ( 59.3%) --- WARN: PR19 WELSPECS may be inconsistent, existing event took precedence over generated --- : PR19 Connection 62 70 14 Perf. Len 28.06 ( 56.8%) --- : PR19 Connection 63 70 14 Perf. Len 34.07 ( 68.8%) --- : PR19 Connection 63 69 14 Perf. Len 47.09 ( 94.5%) --- : PR19 Connection 64 69 14 Perf. Len 16.03 ( 32.2%) --- : PR19 Connection 64 68 14 Perf. Len 62.71 (125.7%) --- : PR19 Connection 64 67 14 Perf. Len 2.54 ( 5.1%) --- : PR19 Connection 65 67 14 Perf. Len 62.01 (124.1%) --- : PR19 Connection 65 66 14 Perf. Len 17.80 ( 34.3%) --- : PR19 Connection 66 66 14 Perf. Len 46.77 ( 93.8%) --- : PR19 Connection 66 65 14 Perf. Len 33.54 ( 67.1%) --- : PR19 Connection 67 65 14 Perf. Len 30.51 ( 61.1%) --- : PR19 Connection 67 64 14 Perf. Len 57.70 (114.7%) --- : PR19 Connection 68 64 14 Perf. Len 1.99 ( 4.0%) --- : PR19 Connection 68 63 14 Perf. Len 56.73 (112.7%) --- : PR19 Connection 68 62 14 Perf. Len 46.28 ( 94.5%) --- : PR19 Connection 69 62 14 Perf. Len 9.95 ( 20.1%) --- : PR19 Connection 69 61 14 Perf. Len 55.10 (108.2%) --- : PR19 Connection 69 60 14 Perf. Len 50.81 (102.8%) --- : PR19 Connection 69 59 14 Perf. Len 51.34 (102.0%) --- : PR19 Connection 69 58 14 Perf. Len 14.80 ( 29.4%) --- : PR19 Connection 70 58 14 Perf. Len 36.54 ( 72.6%) --- : PR19 Connection 70 57 15 Perf. Len 50.82 (101.8%) --- : PR19 Connection 70 56 15 Perf. Len 51.34 (101.9%) --- : PR19 Connection 70 55 15 Perf. Len 50.81 (101.8%) --- : PR19 Connection 70 54 15 Perf. Len 19.52 ( 38.8%) --- : PR19 Connection 70 54 16 Perf. Len 1.72 ( 3.4%) --- : PR19 Connection 70 51 16 Perf. Len 7.45 ( 14.8%) --- : PR19 Connection 70 51 15 Perf. Len 0.59 ( 1.2%) --- : PR19 Connection 70 50 15 Perf. Len 49.50 ( 99.5%) --- : PR19 Connection 70 49 15 Perf. Len 50.04 (100.6%) --- : PR19 Connection 70 48 15 Perf. Len 50.47 ( 99.8%) --- : PR19 Connection 70 47 15 Perf. Len 49.50 ( 99.6%) --- : PR19 Connection 70 46 15 Perf. Len 50.04 ( 99.8%) --- : PR19 Connection 70 45 15 Perf. Len 49.95 (100.4%) --- : PR19 Connection 70 44 15 Perf. Len 50.04 ( 99.8%) --- : PR19 Connection 70 43 14 Perf. Len 21.85 ( 44.4%) --- : PR19 Connection 70 43 1 Perf. Len 28.19 ( 55.3%) --- : PR19 Connection 70 42 1 Perf. Len 49.93 (100.4%) --- : PR19 Connection 70 41 1 Perf. Len 50.04 ( 98.9%) --- : PR19 Connection 70 40 1 Perf. Len 40.18 ( 80.9%) --- : PR19 Connection 70 40 14 Perf. Len 9.86 ( 19.6%) --- : PR19 Connection 70 39 14 Perf. Len 49.93 (100.4%) --- : PR19 Connection 70 38 14 Perf. Len 45.42 ( 90.4%) --- : PR19 Connection 70 38 13 Perf. Len 0.05 ( 0.2%) --- : PR19 Connection 70 38 1 Perf. Len 4.57 ( 8.2%) --- : PR19 Connection 70 37 1 Perf. Len 49.95 (101.3%) --- : PR19 Connection 70 36 1 Perf. Len 32.79 ( 65.4%) --- : PR19 Connection 64 70 14 Perf. Len 36.88 ( 73.0%) --- : PR19 Connection 65 70 14 Perf. Len 11.52 ( 23.0%) --- : PR19 Connection 65 69 14 Perf. Len 44.19 ( 88.3%) --- : PR19 Connection 66 69 14 Perf. Len 55.69 (111.3%) --- : PR19 Connection 67 69 14 Perf. Len 16.30 ( 32.5%) --- : PR19 Connection 67 68 14 Perf. Len 39.41 ( 79.5%) --- : PR19 Connection 68 68 14 Perf. Len 59.68 (117.0%) --- : PR19 Connection 69 68 14 Perf. Len 2.63 ( 5.3%) --- : PR19 Connection 69 67 14 Perf. Len 65.72 (131.5%) --- : PR19 Connection 70 67 14 Perf. Len 6.74 ( 13.5%) --- : PR19 Connection 70 66 14 Perf. Len 62.58 (125.0%) --- : PR19 Connection 71 66 14 Perf. Len 9.92 ( 19.8%) --- : PR19 Connection 71 65 14 Perf. Len 62.83 (125.8%) --- : PR19 Connection 72 65 14 Perf. Len 5.02 ( 10.1%) --- : PR19 Connection 72 64 14 Perf. Len 5.02 ( 9.0%) --- : PR19 Connection 72 64 13 Perf. Len 56.79 (113.1%) --- : PR19 Connection 72 63 13 Perf. Len 18.60 ( 35.9%) --- : PR19 Connection 73 63 13 Perf. Len 5.53 ( 10.9%) --- : PR19 Connection 73 63 14 Perf. Len 37.69 ( 75.5%) --- : PR19 Connection 73 62 14 Perf. Len 42.22 ( 84.8%) --- : PR19 Connection 74 62 14 Perf. Len 19.10 ( 38.3%) --- : PR19 Connection 74 61 14 Perf. Len 61.82 (123.2%) --- : PR19 Connection 74 60 14 Perf. Len 4.52 ( 9.1%) --- : PR19 Connection 75 60 14 Perf. Len 53.45 (106.6%) --- : PR19 Connection 75 59 14 Perf. Len 53.71 (107.1%) --- : PR19 Connection 75 58 14 Perf. Len 14.18 ( 28.3%) --- : PR19 Connection 76 58 14 Perf. Len 39.53 ( 78.8%) --- : PR19 Connection 76 57 14 Perf. Len 53.21 (107.0%) --- : PR19 Connection 76 56 14 Perf. Len 51.73 (101.3%) --- : PR19 Connection 76 55 15 Perf. Len 19.12 ( 38.0%) --- : PR19 Connection 76 55 16 Perf. Len 4.09 ( 8.0%) --- : PR19 Connection 76 51 17 Perf. Len 1.66 ( 3.2%) --- : PR19 Connection 76 51 16 Perf. Len 7.60 ( 14.5%) --- : PR19 Connection 76 51 15 Perf. Len 20.28 ( 40.5%) --- : PR19 Connection 76 50 14 Perf. Len 49.47 ( 98.6%) --- : PR19 Connection 76 49 14 Perf. Len 50.44 (100.5%) --- : PR19 Connection 76 48 14 Perf. Len 50.02 ( 99.7%) --- : PR19 Connection 76 47 14 Perf. Len 49.90 (100.3%) --- : PR19 Connection 76 46 14 Perf. Len 50.01 ( 99.7%) --- : PR19 Connection 76 45 15 Perf. Len 17.99 ( 36.0%) --- WARN: PR19 WCONHIST may be inconsistent, existing event took precedence over generated --- : PR21 Perforation Top: 0.00 Bot: 2978.00 Diam: 0.22 Skin: 10.00 --- : PR21 Perforation Top: 114.14 Bot: 3011.03 Diam: 0.22 Skin: 10.00 --- WARN: PR21 Perf interval 3011.029903 3011.030029 below grid --- : PR21 Perforation Top: 114.14 Bot: 2846.19 Diam: 0.22 Skin: 10.00 --- : PR21 Connection 58 69 14 Perf. Len 27.82 ( 55.4%) --- WARN: PR21 WELSPECS may be inconsistent, existing event took precedence over generated --- : PR21 Connection 58 68 14 Perf. Len 50.33 (100.3%) --- : PR21 Connection 58 67 14 Perf. Len 49.79 (100.1%) --- : PR21 Connection 58 66 14 Perf. Len 49.88 ( 99.4%) --- : PR21 Connection 58 65 14 Perf. Len 49.79 (100.1%) --- : PR21 Connection 58 64 14 Perf. Len 50.33 (100.3%) --- : PR21 Connection 58 63 14 Perf. Len 50.33 ( 99.5%) --- : PR21 Connection 58 62 14 Perf. Len 49.34 (100.0%) --- : PR21 Connection 58 61 14 Perf. Len 50.33 (101.2%) --- : PR21 Connection 58 60 14 Perf. Len 49.79 ( 99.2%) --- : PR21 Connection 58 59 14 Perf. Len 50.42 (100.3%) --- : PR21 Connection 58 58 14 Perf. Len 38.83 ( 77.4%) --- : PR21 Connection 59 58 14 Perf. Len 11.49 ( 22.9%) --- : PR21 Connection 59 57 14 Perf. Len 50.26 (101.0%) --- : PR21 Connection 59 56 14 Perf. Len 50.32 (100.3%) --- : PR21 Connection 59 55 14 Perf. Len 50.24 (101.0%) --- : PR21 Connection 59 54 14 Perf. Len 50.33 (100.3%) --- : PR21 Connection 59 53 14 Perf. Len 50.32 (100.3%) --- : PR21 Connection 59 52 14 Perf. Len 50.26 (101.0%) --- : PR21 Connection 59 51 14 Perf. Len 50.32 (101.2%) --- : PR21 Connection 59 50 14 Perf. Len 50.26 (100.1%) --- : PR21 Connection 59 49 14 Perf. Len 47.51 ( 94.7%) --- : PR21 Connection 60 49 14 Perf. Len 2.81 ( 4.7%) --- : PR21 Connection 60 48 14 Perf. Len 50.78 (102.1%) --- : PR21 Connection 60 47 14 Perf. Len 49.80 (100.1%) --- : PR21 Connection 60 46 14 Perf. Len 50.78 (101.2%) --- : PR21 Connection 60 45 14 Perf. Len 49.80 (100.1%) --- : PR21 Connection 60 44 14 Perf. Len 50.78 (102.1%) --- : PR21 Connection 60 43 14 Perf. Len 50.32 ( 99.4%) --- : PR21 Connection 60 42 14 Perf. Len 50.26 (100.1%) --- : PR21 Connection 60 41 14 Perf. Len 50.32 (101.2%) --- : PR21 Connection 60 40 14 Perf. Len 50.32 ( 99.3%) --- : PR21 Connection 60 39 14 Perf. Len 6.58 ( 14.1%) --- : PR21 Connection 61 39 14 Perf. Len 43.68 ( 87.8%) --- : PR21 Connection 61 38 14 Perf. Len 50.32 (100.2%) --- : PR21 Connection 61 37 14 Perf. Len 49.85 (100.1%) --- : PR21 Connection 61 36 14 Perf. Len 50.44 (100.6%) --- : PR21 Connection 61 35 14 Perf. Len 50.00 ( 99.7%) --- : PR21 Connection 61 34 14 Perf. Len 49.91 (101.3%) --- : PR21 Connection 61 33 14 Perf. Len 50.00 ( 98.8%) --- : PR21 Connection 61 32 14 Perf. Len 49.91 (100.4%) --- : PR21 Connection 61 31 14 Perf. Len 50.00 ( 99.7%) --- : PR21 Connection 61 30 14 Perf. Len 50.01 ( 99.8%) --- : PR21 Connection 61 29 14 Perf. Len 49.89 (100.4%) --- : PR21 Connection 61 28 14 Perf. Len 50.01 (100.6%) --- : PR21 Connection 61 27 14 Perf. Len 49.89 ( 99.5%) --- : PR21 Connection 61 26 14 Perf. Len 50.00 ( 99.7%) --- : PR21 Connection 61 25 14 Perf. Len 50.45 (100.6%) --- : PR21 Connection 61 24 14 Perf. Len 49.45 ( 99.5%) --- : PR21 Connection 61 23 14 Perf. Len 50.45 (100.7%) --- : PR21 Connection 61 22 14 Perf. Len 49.45 ( 99.5%) --- : PR21 Connection 61 21 14 Perf. Len 50.45 (100.6%) --- : PR21 Connection 61 20 14 Perf. Len 50.00 ( 99.7%) --- : PR21 Connection 61 19 14 Perf. Len 49.91 (100.4%) --- : PR21 Connection 61 18 14 Perf. Len 50.00 ( 99.7%) --- : PR21 Connection 61 17 14 Perf. Len 49.89 (100.4%) --- : PR21 Connection 61 16 14 Perf. Len 50.01 (100.6%) --- : PR21 Connection 61 15 14 Perf. Len 50.00 ( 98.8%) --- : PR21 Connection 61 14 14 Perf. Len 49.91 (100.3%) --- : PR21 Connection 61 13 14 Perf. Len 4.56 ( 8.2%) --- : PR21 Connection 61 13 1 Perf. Len 45.44 ( 91.4%) --- : PR21 Connection 61 12 1 Perf. Len 23.76 ( 48.7%) --- : PR21 Connection 62 12 1 Perf. Len 26.15 ( 51.6%) --- : PR21 Connection 62 11 1 Perf. Len 50.00 ( 98.7%) --- : PR21 Connection 62 10 1 Perf. Len 43.42 ( 87.9%) --- : PR21 Connection 59 67 15 Perf. Len 22.22 ( 44.8%) --- : PR21 Connection 59 66 15 Perf. Len 25.78 ( 51.5%) --- : PR21 Connection 60 66 15 Perf. Len 27.79 ( 55.5%) --- : PR21 Connection 60 65 15 Perf. Len 53.07 (105.9%) --- : PR21 Connection 60 64 15 Perf. Len 53.57 (108.0%) --- : PR21 Connection 60 63 15 Perf. Len 5.56 ( 11.1%) --- : PR21 Connection 61 63 15 Perf. Len 48.01 ( 95.9%) --- : PR21 Connection 61 62 15 Perf. Len 53.07 (105.9%) --- : PR21 Connection 61 61 15 Perf. Len 39.42 ( 78.7%) --- : PR21 Connection 62 61 15 Perf. Len 14.16 ( 29.3%) --- : PR21 Connection 62 60 15 Perf. Len 51.34 (102.5%) --- : PR21 Connection 62 59 15 Perf. Len 50.26 (100.1%) --- : PR21 Connection 62 58 15 Perf. Len 50.72 (101.0%) --- : PR21 Connection 62 57 15 Perf. Len 50.19 (100.8%) --- : PR21 Connection 62 56 15 Perf. Len 50.26 (100.1%) --- : PR21 Connection 62 55 15 Perf. Len 50.19 (100.8%) --- : PR21 Connection 62 54 15 Perf. Len 50.72 (101.0%) --- : PR21 Connection 62 53 15 Perf. Len 0.57 ( 1.1%) --- : PR21 Connection 63 53 15 Perf. Len 50.14 ( 99.9%) --- : PR21 Connection 63 52 15 Perf. Len 49.74 ( 99.9%) --- : PR21 Connection 63 51 15 Perf. Len 50.72 (101.9%) --- : PR21 Connection 63 50 15 Perf. Len 50.19 ( 99.9%) --- : PR21 Connection 63 49 15 Perf. Len 50.26 ( 99.1%) --- : PR21 Connection 63 48 15 Perf. Len 50.72 (101.9%) --- : PR21 Connection 63 47 15 Perf. Len 50.19 (100.8%) --- : PR21 Connection 63 46 15 Perf. Len 50.72 (100.1%) --- : PR21 Connection 63 45 15 Perf. Len 38.26 ( 77.8%) --- : PR21 Connection 64 45 15 Perf. Len 11.47 ( 23.0%) --- : PR21 Connection 64 44 15 Perf. Len 50.72 (101.0%) --- : PR21 Connection 64 43 15 Perf. Len 50.72 (101.0%) --- : PR21 Connection 64 42 15 Perf. Len 49.74 ( 99.9%) --- WARN: PR21 Cell 64 41 15 is intersected 2 times --- : PR21 Connection 64 41 15 Perf. Len 50.58 (100.8%) --- : PR21 Connection 64 40 15 Perf. Len 50.12 ( 99.9%) --- : PR21 Connection 64 39 15 Perf. Len 50.00 (100.5%) --- : PR21 Connection 64 38 15 Perf. Len 50.12 ( 99.0%) --- : PR21 Connection 64 37 15 Perf. Len 49.56 (100.5%) --- : PR21 Connection 64 36 15 Perf. Len 50.12 ( 99.9%) --- : PR21 Connection 64 35 15 Perf. Len 50.54 (100.7%) --- : PR21 Connection 64 34 15 Perf. Len 49.58 ( 99.7%) --- : PR21 Connection 64 33 15 Perf. Len 50.10 (100.7%) --- : PR21 Connection 64 32 15 Perf. Len 50.02 ( 99.7%) --- : PR21 Connection 64 31 15 Perf. Len 50.10 ( 99.9%) --- : PR21 Connection 64 30 15 Perf. Len 50.10 ( 99.9%) --- : PR21 Connection 64 29 15 Perf. Len 49.58 ( 98.8%) --- : PR21 Connection 64 28 15 Perf. Len 50.10 (100.7%) --- : PR21 Connection 64 27 15 Perf. Len 2.26 ( 4.6%) --- : PR21 Connection 64 27 14 Perf. Len 26.71 ( 52.8%) --- : PR21 Connection 64 27 1 Perf. Len 21.04 ( 43.1%) --- : PR21 Connection 64 26 1 Perf. Len 36.38 ( 72.4%) --- : PR21 Connection 64 26 14 Perf. Len 13.71 ( 27.3%) --- : PR21 Connection 64 26 15 Perf. Len 0.01 --- WARN: PR21 Connection 64 26 15 SUPPRESSED, no flow possible (CF = 0) --- : PR21 Connection 64 25 15 Perf. Len 50.12 ( 99.9%) --- : PR21 Connection 64 24 15 Perf. Len 50.00 (100.5%) --- : PR21 Connection 64 23 15 Perf. Len 5.77 ( 12.4%) --- : PR21 Connection 64 23 14 Perf. Len 39.27 ( 77.3%) --- : PR21 Connection 64 23 13 Perf. Len 0.03 ( 0.1%) --- : PR21 Connection 64 23 1 Perf. Len 5.06 ( 10.9%) --- : PR21 Connection 64 22 1 Perf. Len 3.41 ( 5.1%) --- : PR21 Connection 64 22 12 Perf. Len 0.01 ( 0.1%) --- : PR21 Connection 64 22 13 Perf. Len 1.21 ( 3.3%) --- : PR21 Connection 64 22 14 Perf. Len 38.69 ( 77.7%) --- : PR21 Connection 64 22 15 Perf. Len 6.24 ( 12.5%) --- : PR21 Connection 64 21 15 Perf. Len 50.12 ( 99.9%) --- : PR21 Connection 64 20 15 Perf. Len 50.54 (100.7%) --- : PR21 Connection 64 19 15 Perf. Len 47.91 ( 96.3%) --- : PR21 Connection 65 19 15 Perf. Len 1.66 ( 2.5%) --- : PR21 Connection 65 18 15 Perf. Len 50.10 (100.7%) --- : PR21 Connection 65 17 15 Perf. Len 50.02 (100.5%) --- : PR21 Connection 65 16 15 Perf. Len 50.10 ( 99.9%) --- : PR21 Connection 65 15 15 Perf. Len 50.10 ( 99.8%) --- : PR21 Connection 65 14 15 Perf. Len 1.19 ( 2.4%) --- : PR21 Connection 65 14 14 Perf. Len 20.40 ( 40.2%) --- : PR21 Connection 65 14 13 Perf. Len 5.21 ( 10.1%) --- : PR21 Connection 65 14 1 Perf. Len 22.78 ( 42.8%) --- : PR21 Connection 65 13 1 Perf. Len 50.54 (100.6%) --- : PR21 Connection 65 12 1 Perf. Len 49.58 (100.5%) --- : PR21 Connection 65 11 1 Perf. Len 50.12 ( 99.6%) --- : PR21 Connection 65 10 1 Perf. Len 45.50 ( 90.4%) --- : PR21 Connection 60 67 14 Perf. Len 38.67 ( 77.3%) --- : PR21 Connection 61 67 14 Perf. Len 30.82 ( 61.6%) --- : PR21 Connection 61 66 14 Perf. Len 37.62 ( 75.2%) --- : PR21 Connection 62 66 14 Perf. Len 35.55 ( 70.1%) --- : PR21 Connection 62 65 14 Perf. Len 32.90 ( 66.7%) --- : PR21 Connection 63 65 14 Perf. Len 39.74 ( 78.5%) --- : PR21 Connection 63 64 14 Perf. Len 28.71 ( 59.4%) --- : PR21 Connection 64 64 14 Perf. Len 43.90 ( 85.0%) --- : PR21 Connection 64 63 14 Perf. Len 51.37 (103.3%) --- : PR21 Connection 64 62 14 Perf. Len 37.74 ( 75.9%) --- : PR21 Connection 65 62 14 Perf. Len 13.12 ( 25.4%) --- : PR21 Connection 65 61 14 Perf. Len 51.37 (103.3%) --- : PR21 Connection 65 60 14 Perf. Len 50.86 (102.2%) --- : PR21 Connection 65 59 14 Perf. Len 51.38 (102.4%) --- : PR21 Connection 65 58 14 Perf. Len 51.37 (102.4%) --- : PR21 Connection 65 57 14 Perf. Len 13.11 ( 26.4%) --- : PR21 Connection 66 57 14 Perf. Len 37.76 ( 75.9%) --- : PR21 Connection 66 56 14 Perf. Len 51.37 (102.4%) --- : PR21 Connection 66 55 14 Perf. Len 51.34 (102.3%) --- : PR21 Connection 66 54 14 Perf. Len 51.38 (103.4%) --- : PR21 Connection 66 53 14 Perf. Len 39.33 ( 78.4%) --- : PR21 Connection 67 53 14 Perf. Len 12.06 ( 24.0%) --- : PR21 Connection 67 52 14 Perf. Len 50.86 (102.3%) --- : PR21 Connection 67 51 14 Perf. Len 51.37 (102.4%) --- : PR21 Connection 67 50 14 Perf. Len 50.61 (101.5%) --- : PR21 Connection 67 49 14 Perf. Len 50.21 (100.1%) --- : PR21 Connection 67 48 14 Perf. Len 50.20 ( 99.2%) --- : PR21 Connection 67 47 14 Perf. Len 49.68 (100.7%) --- : PR21 Connection 67 46 14 Perf. Len 35.33 ( 70.4%) --- : PR21 Connection 67 46 13 Perf. Len 14.89 ( 29.7%) --- : PR21 Connection 67 45 13 Perf. Len 3.46 ( 6.9%) --- : PR21 Connection 67 45 14 Perf. Len 46.21 ( 92.8%) --- : PR21 Connection 67 44 15 Perf. Len 50.21 ( 99.2%) --- : PR21 Connection 67 43 15 Perf. Len 50.21 (100.9%) --- : PR21 Connection 67 42 15 Perf. Len 49.67 ( 99.9%) --- : PR21 Connection 67 41 15 Perf. Len 50.21 (100.1%) --- : PR21 Connection 67 40 15 Perf. Len 50.21 (100.1%) --- : PR21 Connection 67 39 15 Perf. Len 49.67 ( 99.8%) --- : PR21 Connection 67 38 15 Perf. Len 50.21 (100.1%) --- : PR21 Connection 67 37 15 Perf. Len 49.67 ( 99.8%) --- : PR21 Connection 67 36 15 Perf. Len 50.21 ( 99.2%) --- : PR21 Connection 67 35 14 Perf. Len 50.21 (100.9%) --- : PR21 Connection 67 34 14 Perf. Len 29.64 ( 59.5%) --- : PR21 Connection 68 34 14 Perf. Len 20.05 ( 40.3%) --- : PR21 Connection 68 33 14 Perf. Len 50.28 (100.2%) --- : PR21 Connection 68 32 14 Perf. Len 49.73 (100.7%) --- : PR21 Connection 68 31 14 Perf. Len 22.87 ( 44.6%) --- : PR21 Connection 68 31 1 Perf. Len 27.41 ( 54.6%) --- : PR21 Connection 68 30 1 Perf. Len 50.28 (100.2%) --- : PR21 Connection 68 29 1 Perf. Len 49.73 ( 99.9%) --- : PR21 Connection 68 28 1 Perf. Len 18.79 ( 37.4%) --- : PR21 Connection 68 28 14 Perf. Len 31.49 ( 61.9%) --- : PR21 Connection 68 27 14 Perf. Len 49.73 (100.7%) --- : PR21 Connection 68 26 14 Perf. Len 50.28 (100.1%) --- : PR21 Connection 68 25 14 Perf. Len 50.28 (100.2%) --- : PR21 Connection 68 24 14 Perf. Len 49.73 ( 99.1%) --- : PR21 Connection 68 23 14 Perf. Len 50.28 (101.0%) --- : PR21 Connection 68 22 14 Perf. Len 49.73 ( 99.9%) --- : PR21 Connection 68 21 14 Perf. Len 50.28 (100.1%) --- : PR21 Connection 68 20 14 Perf. Len 49.84 (100.2%) --- : PR21 Connection 68 19 14 Perf. Len 26.28 ( 51.8%) --- : PR21 Connection 68 19 1 Perf. Len 23.45 ( 46.9%) --- : PR21 Connection 68 18 1 Perf. Len 50.28 (100.2%) --- : PR21 Connection 68 17 1 Perf. Len 49.73 ( 99.1%) --- : PR21 Connection 68 16 1 Perf. Len 50.28 (101.0%) --- : PR21 Connection 68 15 1 Perf. Len 26.84 ( 53.4%) --- WARN: PR21 WCONHIST may be inconsistent, existing event took precedence over generated --- : WI10 Perforation Top: 0.00 Bot: 442.00 Diam: 0.24 Skin: 10.00 --- WARN: WI10 Perf interval 0.000000 to 0.030000 outside all cells, discarded --- : WI10 Connection 62 33 20 Perf. Len 32.78 ( 65.4%) --- WARN: WI10 WELSPECS may be inconsistent, existing event took precedence over generated --- : WI10 Connection 62 32 20 Perf. Len 49.57 ( 99.7%) --- : WI10 Connection 62 31 20 Perf. Len 50.55 (100.8%) --- : WI10 Connection 62 30 20 Perf. Len 50.10 (100.0%) --- : WI10 Connection 62 29 20 Perf. Len 15.55 ( 31.3%) --- : WI10 Connection 63 29 20 Perf. Len 34.01 ( 68.4%) --- : WI10 Connection 63 28 20 Perf. Len 50.55 (100.8%) --- : WI10 Connection 63 27 20 Perf. Len 49.57 ( 99.7%) --- : WI10 Connection 63 26 20 Perf. Len 50.55 (100.9%) --- : WI10 Connection 63 25 20 Perf. Len 50.10 ( 99.9%) --- : WI10 Connection 63 24 20 Perf. Len 8.66 ( 17.8%) --- WARN: WI10 WCONHIST may be inconsistent, existing event took precedence over generated --- : PR16 Perforation Top: 0.00 Bot: 3000.00 Diam: 0.22 Skin: 10.00 --- WARN: PR16 Perf interval 1756.751263 to 1966.310044 outside all cells, discarded --- WARN: PR16 Perf interval 2079.920970 to 2156.672675 outside all cells, discarded --- WARN: PR16 Perf interval 2483.511739 to 2565.099764 outside all cells, discarded --- : PR16 Perforation Top: 100.00 Bot: 2350.00 Diam: 0.22 Skin: 10.00 --- : PR16 Connection 60 123 15 Perf. Len 37.29 ( 74.5%) --- WARN: PR16 WELSPECS may be inconsistent, existing event took precedence over generated --- : PR16 Connection 60 122 15 Perf. Len 56.09 (110.8%) --- : PR16 Connection 60 121 15 Perf. Len 4.01 ( 9.0%) --- : PR16 Connection 61 121 15 Perf. Len 50.96 (101.3%) --- : PR16 Connection 61 120 15 Perf. Len 53.86 (108.5%) --- : PR16 Connection 61 119 15 Perf. Len 23.52 ( 47.3%) --- : PR16 Connection 62 119 15 Perf. Len 30.06 ( 60.4%) --- : PR16 Connection 62 118 15 Perf. Len 54.18 (107.7%) --- : PR16 Connection 62 117 15 Perf. Len 36.46 ( 73.1%) --- : PR16 Connection 62 117 14 Perf. Len 10.13 ( 20.3%) --- : PR16 Connection 62 117 1 Perf. Len 3.54 ( 7.1%) --- : PR16 Connection 63 117 1 Perf. Len 3.55 ( 7.1%) --- : PR16 Connection 63 116 1 Perf. Len 54.68 (108.6%) --- : PR16 Connection 63 115 1 Perf. Len 9.63 ( 19.1%) --- : PR16 Connection 63 115 13 Perf. Len 1.01 ( 2.0%) --- : PR16 Connection 63 115 14 Perf. Len 21.99 ( 44.5%) --- : PR16 Connection 63 115 15 Perf. Len 20.83 ( 41.6%) --- : PR16 Connection 63 114 15 Perf. Len 22.36 ( 44.3%) --- : PR16 Connection 64 114 15 Perf. Len 31.81 ( 63.4%) --- : PR16 Connection 64 113 15 Perf. Len 54.04 (107.7%) --- : PR16 Connection 64 112 15 Perf. Len 48.19 ( 97.5%) --- : PR16 Connection 65 112 15 Perf. Len 5.02 ( 10.2%) --- : PR16 Connection 65 111 15 Perf. Len 54.09 (107.7%) --- : PR16 Connection 65 110 15 Perf. Len 53.80 (107.7%) --- : PR16 Connection 65 109 15 Perf. Len 21.08 ( 42.3%) --- : PR16 Connection 66 109 15 Perf. Len 32.62 ( 66.4%) --- : PR16 Connection 66 108 15 Perf. Len 54.14 (106.7%) --- : PR16 Connection 66 107 15 Perf. Len 47.70 ( 94.4%) --- : PR16 Connection 67 107 15 Perf. Len 6.03 ( 13.2%) --- : PR16 Connection 67 106 15 Perf. Len 54.21 (108.7%) --- : PR16 Connection 67 105 15 Perf. Len 53.64 (107.6%) --- : PR16 Connection 67 104 15 Perf. Len 19.84 ( 39.3%) --- : PR16 Connection 68 104 15 Perf. Len 34.39 ( 69.4%) --- : PR16 Connection 68 103 15 Perf. Len 53.71 (106.7%) --- : PR16 Connection 68 102 15 Perf. Len 45.61 ( 91.4%) --- : PR16 Connection 69 102 15 Perf. Len 8.12 ( 16.2%) --- : PR16 Connection 69 101 15 Perf. Len 53.84 (107.6%) --- : PR16 Connection 69 100 15 Perf. Len 53.47 (107.5%) --- : PR16 Connection 69 99 15 Perf. Len 18.26 ( 35.3%) --- : PR16 Connection 70 99 15 Perf. Len 36.07 ( 72.5%) --- : PR16 Connection 70 98 15 Perf. Len 54.09 (106.7%) --- : PR16 Connection 70 97 15 Perf. Len 44.17 ( 90.3%) --- : PR16 Connection 71 97 15 Perf. Len 9.04 ( 17.3%) --- : PR16 Connection 71 96 15 Perf. Len 54.51 (108.7%) --- : PR16 Connection 71 95 15 Perf. Len 53.62 (108.6%) --- : PR16 Connection 71 94 15 Perf. Len 16.81 ( 33.2%) --- : PR16 Connection 72 94 15 Perf. Len 37.53 ( 74.5%) --- : PR16 Connection 72 93 15 Perf. Len 53.68 (106.6%) --- : PR16 Connection 72 92 15 Perf. Len 41.91 ( 86.2%) --- : PR16 Connection 73 92 15 Perf. Len 12.12 ( 23.4%) --- : PR16 Connection 73 91 15 Perf. Len 40.40 ( 80.1%) --- : PR16 Connection 73 91 16 Perf. Len 4.55 ( 8.9%) --- : PR16 Connection 73 91 17 Perf. Len 0.50 ( 1.0%) --- : PR16 Connection 75 87 15 Perf. Len 15.15 ( 31.2%) --- : PR16 Connection 75 86 15 Perf. Len 54.53 (108.1%) --- : PR16 Connection 75 85 15 Perf. Len 37.88 ( 76.0%) --- : PR16 Connection 75 85 16 Perf. Len 5.05 ( 10.1%) --- : PR16 Connection 75 85 17 Perf. Len 1.01 ( 2.0%) --- : PR16 Connection 76 83 20 Perf. Len 2.02 ( 4.0%) --- : PR16 Connection 76 83 19 Perf. Len 11.61 ( 23.0%) --- : PR16 Connection 76 83 18 Perf. Len 27.78 ( 55.3%) --- : PR16 Connection 76 82 18 Perf. Len 27.90 ( 56.8%) --- : PR16 Connection 77 82 18 Perf. Len 25.70 ( 51.7%) --- : PR16 Connection 77 81 18 Perf. Len 54.33 (106.6%) --- : PR16 Connection 77 80 18 Perf. Len 51.49 (104.4%) --- : PR16 Connection 78 80 18 Perf. Len 2.52 ( 5.1%) --- : PR16 Connection 78 79 18 Perf. Len 54.05 (108.6%) --- : PR16 Connection 78 78 18 Perf. Len 54.84 (108.5%) --- : PR16 Connection 78 77 18 Perf. Len 13.10 ( 26.3%) --- : PR16 Connection 78 77 19 Perf. Len 1.01 ( 2.0%) --- : PR16 Connection 78 77 20 Perf. Len 0.50 ( 1.0%) --- : PR16 Connection 79 76 19 Perf. Len 5.54 ( 10.7%) --- : PR16 Connection 79 76 18 Perf. Len 6.55 ( 12.8%) --- : PR16 Connection 79 75 18 Perf. Len 36.76 ( 74.9%) --- : PR16 Connection 80 75 18 Perf. Len 17.63 ( 34.4%) --- : PR16 Connection 80 74 18 Perf. Len 54.39 (108.3%) --- : PR16 Connection 80 73 18 Perf. Len 54.89 (109.4%) --- : PR16 Connection 80 72 18 Perf. Len 0.51 ( 1.0%) --- : PR16 Connection 81 72 18 Perf. Len 52.90 (107.3%) --- : PR16 Connection 81 71 18 Perf. Len 54.39 (108.4%) --- : PR16 Connection 81 70 18 Perf. Len 19.13 ( 38.5%) --- : PR16 Connection 82 70 18 Perf. Len 35.59 ( 70.9%) --- : PR16 Connection 82 69 18 Perf. Len 54.37 (108.4%) --- : PR16 Connection 82 68 18 Perf. Len 37.36 ( 75.3%) --- : PR16 Connection 83 68 18 Perf. Len 4.90 ( 10.0%) --- : PR16 Connection 61 122 15 Perf. Len 7.69 ( 15.2%) --- : PR16 Connection 61 121 15 Perf. Len 39.97 ( 79.8%) --- : PR16 Connection 62 121 15 Perf. Len 25.38 ( 49.5%) --- : PR16 Connection 62 120 15 Perf. Len 56.14 (112.5%) --- : PR16 Connection 63 120 15 Perf. Len 6.55 ( 13.1%) --- : PR16 Connection 63 119 15 Perf. Len 59.98 (119.8%) --- : PR16 Connection 63 118 15 Perf. Len 28.70 ( 55.9%) --- : PR16 Connection 64 118 15 Perf. Len 28.20 ( 56.9%) --- : PR16 Connection 64 117 15 Perf. Len 56.20 (112.7%) --- : PR16 Connection 64 116 15 Perf. Len 24.52 ( 47.9%) --- : PR16 Connection 65 116 15 Perf. Len 32.02 ( 64.8%) --- : PR16 Connection 65 115 15 Perf. Len 55.74 (112.7%) --- : PR16 Connection 65 114 15 Perf. Len 19.87 ( 39.9%) --- : PR16 Connection 66 114 15 Perf. Len 36.53 ( 73.8%) --- : PR16 Connection 66 113 15 Perf. Len 56.66 (111.7%) --- : PR16 Connection 66 112 15 Perf. Len 16.18 ( 31.2%) --- : PR16 Connection 67 112 15 Perf. Len 39.74 ( 80.5%) --- : PR16 Connection 67 111 15 Perf. Len 56.07 (112.7%) --- : PR16 Connection 67 110 15 Perf. Len 12.37 ( 24.2%) --- : PR16 Connection 68 110 15 Perf. Len 43.33 ( 88.6%) --- : PR16 Connection 68 109 15 Perf. Len 56.96 (111.7%) --- : PR16 Connection 68 108 15 Perf. Len 8.49 ( 17.9%) --- : PR16 Connection 69 108 15 Perf. Len 48.33 ( 95.8%) --- : PR16 Connection 69 107 15 Perf. Len 56.27 (112.7%) --- : PR16 Connection 69 106 15 Perf. Len 4.01 ( 9.0%) --- : PR16 Connection 70 106 15 Perf. Len 52.57 (103.8%) --- : PR16 Connection 70 105 15 Perf. Len 55.55 (113.7%) --- : PR16 Connection 71 104 15 Perf. Len 56.71 (111.7%) --- : PR16 Connection 71 103 15 Perf. Len 52.87 (104.8%) --- : PR16 Connection 72 103 15 Perf. Len 3.98 ( 8.0%) --- : PR16 Connection 72 102 15 Perf. Len 55.63 (112.7%) --- : PR16 Connection 72 101 15 Perf. Len 48.59 ( 96.8%) --- : PR16 Connection 73 101 15 Perf. Len 8.18 ( 14.9%) --- : PR16 Connection 73 100 15 Perf. Len 23.29 ( 47.3%) --- : PR16 Connection 73 100 16 Perf. Len 32.54 ( 66.4%) --- : PR16 Connection 73 99 16 Perf. Len 13.52 ( 25.9%) --- : PR16 Connection 73 99 17 Perf. Len 32.04 ( 63.8%) --- : PR16 Connection 74 99 17 Perf. Len 11.01 ( 22.0%) --- : PR16 Connection 74 98 17 Perf. Len 56.57 (112.8%) --- : PR16 Connection 74 97 17 Perf. Len 42.05 ( 84.5%) --- : PR16 Connection 75 97 17 Perf. Len 13.52 ( 27.2%) --- : PR16 Connection 75 96 17 Perf. Len 56.58 (112.8%) --- : PR16 Connection 75 95 17 Perf. Len 18.75 ( 38.2%) --- : PR16 Connection 75 95 16 Perf. Len 19.32 ( 39.2%) --- : PR16 Connection 76 95 16 Perf. Len 17.51 ( 34.2%) --- : PR16 Connection 76 94 16 Perf. Len 57.03 (114.7%) --- : PR16 Connection 76 93 16 Perf. Len 32.51 ( 64.8%) --- : PR16 Connection 77 93 16 Perf. Len 24.01 ( 47.9%) --- : PR16 Connection 77 92 16 Perf. Len 56.56 (113.7%) --- : PR16 Connection 77 91 16 Perf. Len 26.51 ( 52.9%) --- : PR16 Connection 78 91 16 Perf. Len 30.02 ( 59.8%) --- : PR16 Connection 78 90 16 Perf. Len 56.57 (113.7%) --- : PR16 Connection 78 89 16 Perf. Len 20.24 ( 40.9%) --- : PR16 Connection 79 89 16 Perf. Len 36.28 ( 71.8%) --- : PR16 Connection 79 88 16 Perf. Len 57.47 (113.7%) --- : PR16 Connection 79 87 16 Perf. Len 13.50 ( 27.2%) --- : PR16 Connection 80 87 16 Perf. Len 42.49 ( 85.5%) --- : PR16 Connection 80 86 16 Perf. Len 56.75 (113.7%) --- : PR16 Connection 80 85 16 Perf. Len 6.96 ( 14.1%) --- : PR16 Connection 81 85 16 Perf. Len 7.95 ( 16.1%) --- : PR16 Connection 81 85 17 Perf. Len 41.98 ( 83.1%) --- : PR16 Connection 81 84 17 Perf. Len 25.01 ( 49.8%) --- : PR16 Connection 81 84 16 Perf. Len 30.01 ( 59.8%) --- : PR16 Connection 82 84 16 Perf. Len 2.00 ( 3.0%) --- : PR16 Connection 82 83 16 Perf. Len 56.31 (114.6%) --- : PR16 Connection 82 82 16 Perf. Len 23.18 ( 46.2%) --- WARN: PR16 WCONHIST may be inconsistent, existing event took precedence over generated --- : WI5 Perforation Top: 0.00 Bot: 590.00 Diam: 0.24 Skin: 10.00 --- WARN: WI5 Perf interval 28.620690 590.000000 below grid --- : WI5 Connection 51 128 14 Perf. Len 2.46 ( 49.5%) --- WARN: WI5 WELSPECS may be inconsistent, existing event took precedence over generated --- : WI5 Connection 51 128 15 Perf. Len 3.91 ( 76.9%) --- : WI5 Connection 50 128 15 Perf. Len 1.89 ( 42.0%) --- : WI5 Connection 50 128 16 Perf. Len 5.96 (123.0%) --- : WI5 Connection 50 128 17 Perf. Len 5.94 (121.8%) --- : WI5 Connection 50 128 18 Perf. Len 4.94 (216.2%) --- : WI5 Connection 50 128 19 Perf. Len 3.35 (270.3%) --- : WI5 Connection 50 128 20 Perf. Len 0.17 (272.4%) --- WARN: WI5 WCONHIST may be inconsistent, existing event took precedence over generated --- : PR11E_A Perforation Top: 2460.00 Bot: 4636.00 Diam: 0.24 Skin: 10.00 --- : PR11E_A Connection 37 148 15 Perf. Len 16.20 ( 32.7%) --- WARN: PR11E_A WELSPECS may be inconsistent, existing event took precedence over generated --- : PR11E_A Connection 37 149 15 Perf. Len 39.30 ( 77.9%) --- : PR11E_A Connection 36 149 15 Perf. Len 21.50 ( 42.9%) --- : PR11E_A Connection 36 150 15 Perf. Len 59.27 (119.9%) --- : PR11E_A Connection 36 151 15 Perf. Len 9.15 ( 18.0%) --- : PR11E_A Connection 35 151 15 Perf. Len 51.08 (101.8%) --- : PR11E_A Connection 35 152 15 Perf. Len 40.50 ( 79.9%) --- : PR11E_A Connection 34 152 15 Perf. Len 19.78 ( 38.9%) --- : PR11E_A Connection 34 153 15 Perf. Len 59.22 (119.8%) --- : PR11E_A Connection 34 154 15 Perf. Len 13.00 ( 26.9%) --- : PR11E_A Connection 33 154 15 Perf. Len 46.74 ( 91.8%) --- : PR11E_A Connection 33 155 15 Perf. Len 45.26 ( 90.6%) --- : PR11E_A Connection 32 155 15 Perf. Len 13.50 ( 28.2%) --- : PR11E_A Connection 32 156 15 Perf. Len 59.74 (118.7%) --- : PR11E_A Connection 32 157 15 Perf. Len 21.17 ( 41.9%) --- : PR11E_A Connection 31 157 15 Perf. Len 37.59 ( 75.8%) --- : PR11E_A Connection 31 158 15 Perf. Len 56.00 (112.7%) --- : PR11E_A Connection 30 158 15 Perf. Len 2.50 ( 5.0%) --- : PR11E_A Connection 30 159 15 Perf. Len 58.67 (117.6%) --- : PR11E_A Connection 30 160 15 Perf. Len 33.83 ( 67.4%) --- : PR11E_A Connection 29 160 15 Perf. Len 25.00 ( 50.3%) --- : PR11E_A Connection 29 161 15 Perf. Len 58.50 (116.6%) --- : PR11E_A Connection 29 162 15 Perf. Len 13.50 ( 26.9%) --- : PR11E_A Connection 28 162 15 Perf. Len 45.00 ( 89.7%) --- : PR11E_A Connection 28 163 15 Perf. Len 55.02 (110.6%) --- : PR11E_A Connection 27 163 15 Perf. Len 2.03 ( 4.0%) --- : PR11E_A Connection 27 164 15 Perf. Len 56.95 (113.6%) --- : PR11E_A Connection 27 165 15 Perf. Len 46.50 ( 93.6%) --- : PR11E_A Connection 26 165 15 Perf. Len 10.00 ( 20.1%) --- : PR11E_A Connection 26 166 15 Perf. Len 56.62 (111.8%) --- : PR11E_A Connection 26 167 15 Perf. Len 45.38 ( 90.9%) --- : PR11E_A Connection 25 167 15 Perf. Len 10.00 ( 20.0%) --- : PR11E_A Connection 25 168 15 Perf. Len 54.78 (109.9%) --- : PR11E_A Connection 25 169 15 Perf. Len 50.79 (102.0%) --- : PR11E_A Connection 24 169 15 Perf. Len 5.08 ( 11.0%) --- : PR11E_A Connection 24 170 15 Perf. Len 55.27 (109.9%) --- : PR11E_A Connection 24 171 15 Perf. Len 55.57 (111.0%) --- : PR11E_A Connection 24 172 15 Perf. Len 0.50 ( 1.0%) --- : PR11E_A Connection 23 172 15 Perf. Len 54.92 (109.0%) --- : PR11E_A Connection 23 173 15 Perf. Len 55.07 (110.9%) --- : PR11E_A Connection 23 174 15 Perf. Len 6.50 ( 13.0%) --- : PR11E_A Connection 22 174 15 Perf. Len 49.00 ( 98.0%) --- : PR11E_A Connection 22 175 15 Perf. Len 55.50 (111.9%) --- : PR11E_A Connection 22 176 15 Perf. Len 12.00 ( 23.0%) --- : PR11E_A Connection 21 176 15 Perf. Len 43.50 ( 88.0%) --- : PR11E_A Connection 21 177 15 Perf. Len 55.50 (109.0%) --- : PR11E_A Connection 21 178 15 Perf. Len 18.00 ( 36.3%) --- : PR11E_A Connection 20 178 15 Perf. Len 37.00 ( 74.6%) --- : PR11E_A Connection 20 179 15 Perf. Len 55.12 (111.0%) --- : PR11E_A Connection 20 180 15 Perf. Len 23.14 ( 46.4%) --- : PR11E_A Connection 19 180 15 Perf. Len 32.23 ( 64.5%) --- WARN: PR11E_A Cell 19 181 15 is intersected 2 times --- : PR11E_A Connection 19 181 15 Perf. Len 33.59 ( 66.9%) --- : PR11E_A Connection 19 181 16 Perf. Len 22.18 ( 43.8%) --- : PR11E_A Connection 19 182 15 Perf. Len 28.44 ( 57.0%) --- : PR11E_A Connection 18 182 15 Perf. Len 26.80 ( 54.0%) --- : PR11E_A Connection 18 183 15 Perf. Len 55.00 (109.9%) --- : PR11E_A Connection 18 184 15 Perf. Len 34.64 ( 69.0%) --- : PR11E_A Connection 17 184 15 Perf. Len 21.36 ( 42.0%) --- : PR11E_A Connection 17 185 15 Perf. Len 55.00 (110.9%) --- : PR11E_A Connection 17 186 15 Perf. Len 40.29 ( 80.0%) --- : PR11E_A Connection 16 186 15 Perf. Len 10.71 ( 22.0%) --- WARN: PR11E_A WCONHIST may be inconsistent, existing event took precedence over generated --- : WI3 Perforation Top: 0.00 Bot: 1357.00 Diam: 0.24 Skin: 10.00 --- : WI3 Connection 31 147 17 Perf. Len 29.35 ( 58.5%) --- WARN: WI3 WELSPECS may be inconsistent, existing event took precedence over generated --- : WI3 Connection 30 147 17 Perf. Len 32.39 ( 64.6%) --- : WI3 Connection 30 148 17 Perf. Len 47.05 ( 94.6%) --- : WI3 Connection 29 148 17 Perf. Len 17.20 ( 34.6%) --- : WI3 Connection 29 149 17 Perf. Len 62.75 (125.1%) --- : WI3 Connection 28 149 17 Perf. Len 1.52 ( 3.0%) --- : WI3 Connection 28 150 17 Perf. Len 58.59 (117.7%) --- : WI3 Connection 28 151 17 Perf. Len 35.50 ( 70.8%) --- : WI3 Connection 27 151 17 Perf. Len 22.50 ( 44.8%) --- : WI3 Connection 27 152 17 Perf. Len 58.50 (116.6%) --- : WI3 Connection 27 153 17 Perf. Len 17.50 ( 35.2%) --- : WI3 Connection 26 153 17 Perf. Len 40.50 ( 81.4%) --- : WI3 Connection 26 154 17 Perf. Len 57.50 (114.6%) --- : WI3 Connection 25 154 17 Perf. Len 0.50 ( 0.1%) --- : WI3 Connection 25 155 17 Perf. Len 57.02 (115.6%) --- : WI3 Connection 25 156 17 Perf. Len 47.03 ( 93.7%) --- : WI3 Connection 24 156 17 Perf. Len 9.51 ( 18.9%) --- : WI3 Connection 24 157 17 Perf. Len 57.04 (113.7%) --- : WI3 Connection 24 158 17 Perf. Len 40.52 ( 82.5%) --- : WI3 Connection 23 158 17 Perf. Len 16.01 ( 31.2%) --- : WI3 Connection 23 159 17 Perf. Len 56.54 (111.7%) --- : WI3 Connection 23 160 17 Perf. Len 34.02 ( 69.4%) --- : WI3 Connection 22 160 17 Perf. Len 22.51 ( 45.3%) --- : WI3 Connection 22 161 17 Perf. Len 56.54 (112.7%) --- : WI3 Connection 22 162 17 Perf. Len 32.71 ( 65.2%) --- : WI3 Connection 21 162 17 Perf. Len 22.16 ( 44.2%) --- : WI3 Connection 21 163 17 Perf. Len 53.90 (108.4%) --- : WI3 Connection 21 164 17 Perf. Len 51.38 (102.4%) --- : WI3 Connection 20 164 17 Perf. Len 3.02 ( 6.0%) --- : WI3 Connection 20 165 17 Perf. Len 54.40 (109.4%) --- : WI3 Connection 20 166 17 Perf. Len 54.00 (107.6%) --- : WI3 Connection 20 167 17 Perf. Len 19.76 ( 39.4%) --- : WI3 Connection 19 167 17 Perf. Len 33.95 ( 67.7%) --- : WI3 Connection 19 168 17 Perf. Len 53.21 (107.0%) --- : WI3 Connection 19 169 17 Perf. Len 53.22 (106.1%) --- : WI3 Connection 19 170 17 Perf. Len 1.52 ( 3.1%) --- : WI3 Connection 18 170 17 Perf. Len 45.64 ( 91.7%) --- WARN: WI3 WCONHIST may be inconsistent, existing event took precedence over generated -WELSPECS - 'WI9' 'NO-WE' 46 181 1* 'WATER' 2* 'SHUT' 'YES' 1* 'SEG' 0 / - 'PR08' 'NO-EA' 57 163 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / - 'PR33' 'NO-EA' 52 172 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / - 'PR19' 'SOUTH' 62 71 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / - 'PR21' 'SOUTH' 58 69 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / - 'WI10' 'SOUTH' 62 33 1* 'WATER' 2* 'SHUT' 'YES' 1* 'SEG' 0 / - 'PR16' 'CE-SO' 60 123 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / - 'WI5' 'CE-WE' 51 128 1* 'WATER' 2* 'SHUT' 'YES' 1* 'SEG' 0 / - 'PR11E_A' 'CE-NO' 45 140 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / - 'WI3' 'CE-NO' 31 147 1* 'WATER' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS - 'WI3' 1768.000 0.000 0.000 'INC' 2* / - 2 2 1 1 14.673 0.000 0.159 0.00065 0.020 0.291 / - 3 3 1 2 30.870 0.000 0.159 0.00065 0.020 0.613 / - 4 4 1 3 39.723 0.000 0.159 0.00065 0.020 0.789 / - 5 5 1 4 32.127 0.000 0.159 0.00065 0.020 0.638 / - 6 6 1 5 39.974 0.000 0.159 0.00065 0.020 0.794 / - 7 7 1 6 32.134 0.000 0.159 0.00065 0.020 0.638 / - 8 8 1 7 30.056 0.000 0.159 0.00065 0.020 0.597 / - 9 9 1 8 47.047 0.000 0.159 0.00065 0.020 0.934 / - 10 10 1 9 29.002 0.000 0.159 0.00065 0.020 0.576 / - 11 11 1 10 40.503 0.000 0.159 0.00065 0.020 0.804 / - 12 12 1 11 38.002 0.000 0.159 0.00065 0.020 0.755 / - 13 13 1 12 29.002 0.000 0.159 0.00065 0.020 0.576 / - 14 14 1 13 49.003 0.000 0.159 0.00065 0.020 0.973 / - 15 15 1 14 29.002 0.000 0.159 0.00065 0.020 0.576 / - 16 16 1 15 28.762 0.000 0.159 0.00065 0.020 0.571 / - 17 17 1 16 52.027 0.000 0.159 0.00065 0.020 1.033 / - 18 18 1 17 28.268 0.000 0.159 0.00065 0.020 0.561 / - 19 19 1 18 33.271 0.000 0.159 0.00065 0.020 0.661 / - 20 20 1 19 48.780 0.000 0.159 0.00065 0.020 0.969 / - 21 21 1 20 28.268 0.000 0.159 0.00065 0.020 0.561 / - 22 22 1 21 36.273 0.000 0.159 0.00065 0.020 0.720 / - 23 23 1 22 45.279 0.000 0.159 0.00065 0.020 0.899 / - 24 24 1 23 28.268 0.000 0.159 0.00065 0.020 0.561 / - 25 25 1 24 39.525 0.000 0.159 0.00065 0.020 0.785 / - 26 26 1 25 44.625 0.000 0.159 0.00065 0.020 0.886 / - 27 27 1 26 27.439 0.000 0.159 0.00065 0.020 0.545 / - 28 28 1 27 38.032 0.000 0.159 0.00065 0.020 0.755 / - 29 29 1 28 52.637 0.000 0.159 0.00065 0.020 1.045 / - 30 30 1 29 27.199 0.000 0.159 0.00065 0.020 0.540 / - 31 31 1 30 28.709 0.000 0.159 0.00065 0.020 0.570 / - 32 32 1 31 54.198 0.000 0.159 0.00065 0.020 1.076 / - 33 33 1 32 36.882 0.000 0.159 0.00065 0.020 0.732 / - 34 34 1 33 26.859 0.000 0.159 0.00065 0.020 0.533 / - 35 35 1 34 43.584 0.000 0.159 0.00065 0.020 0.865 / - 36 36 1 35 53.219 0.000 0.159 0.00065 0.020 1.057 / - 37 37 1 36 27.373 0.000 0.159 0.00065 0.020 0.543 / - 38 38 1 37 23.582 0.000 0.159 0.00065 0.020 0.468 / -/ - -WELSEGS - 'PR11E_A' 1758.000 1877.400 37.277 'INC' 2* / - 2 2 1 1 590.699 0.000 0.159 0.00065 0.020 11.729 / - 3 3 1 2 27.751 0.000 0.159 0.00065 0.020 0.551 / - 4 4 1 3 30.401 0.000 0.159 0.00065 0.020 0.604 / - 5 5 1 4 40.385 0.000 0.159 0.00065 0.020 0.802 / - 6 6 1 5 34.212 0.000 0.159 0.00065 0.020 0.679 / - 7 7 1 6 30.114 0.000 0.159 0.00065 0.020 0.598 / - 8 8 1 7 45.787 0.000 0.159 0.00065 0.020 0.909 / - 9 9 1 8 30.140 0.000 0.159 0.00065 0.020 0.598 / - 10 10 1 9 39.500 0.000 0.159 0.00065 0.020 0.784 / - 11 11 1 10 36.110 0.000 0.159 0.00065 0.020 0.717 / - 12 12 1 11 29.869 0.000 0.159 0.00065 0.020 0.593 / - 13 13 1 12 46.001 0.000 0.159 0.00065 0.020 0.913 / - 14 14 1 13 29.381 0.000 0.159 0.00065 0.020 0.583 / - 15 15 1 14 36.618 0.000 0.159 0.00065 0.020 0.727 / - 16 16 1 15 40.455 0.000 0.159 0.00065 0.020 0.803 / - 17 17 1 16 29.381 0.000 0.159 0.00065 0.020 0.583 / - 18 18 1 17 46.795 0.000 0.159 0.00065 0.020 0.929 / - 19 19 1 18 29.250 0.000 0.159 0.00065 0.020 0.581 / - 20 20 1 19 30.585 0.000 0.159 0.00065 0.020 0.607 / - 21 21 1 20 46.250 0.000 0.159 0.00065 0.020 0.918 / - 22 22 1 21 29.415 0.000 0.159 0.00065 0.020 0.584 / - 23 23 1 22 41.750 0.000 0.159 0.00065 0.020 0.829 / - 24 24 1 23 36.000 0.000 0.159 0.00065 0.020 0.715 / - 25 25 1 24 29.250 0.000 0.159 0.00065 0.020 0.581 / - 26 26 1 25 50.009 0.000 0.159 0.00065 0.020 0.993 / - 27 27 1 26 28.525 0.000 0.159 0.00065 0.020 0.566 / - 28 28 1 27 29.491 0.000 0.159 0.00065 0.020 0.586 / - 29 29 1 28 51.724 0.000 0.159 0.00065 0.020 1.027 / - 30 30 1 29 28.250 0.000 0.159 0.00065 0.020 0.561 / - 31 31 1 30 33.308 0.000 0.159 0.00065 0.020 0.661 / - 32 32 1 31 51.000 0.000 0.159 0.00065 0.020 1.013 / - 33 33 1 32 27.693 0.000 0.159 0.00065 0.020 0.550 / - 34 34 1 33 32.390 0.000 0.159 0.00065 0.020 0.643 / - 35 35 1 34 52.784 0.000 0.159 0.00065 0.020 1.048 / - 36 36 1 35 27.936 0.000 0.159 0.00065 0.020 0.555 / - 37 37 1 36 30.178 0.000 0.159 0.00065 0.020 0.599 / - 38 38 1 37 55.424 0.000 0.159 0.00065 0.020 1.100 / - 39 39 1 38 28.039 0.000 0.159 0.00065 0.020 0.557 / - 40 40 1 39 27.713 0.000 0.159 0.00065 0.020 0.550 / - 41 41 1 40 54.999 0.000 0.159 0.00065 0.020 1.092 / - 42 42 1 41 30.788 0.000 0.159 0.00065 0.020 0.611 / - 43 43 1 42 27.750 0.000 0.159 0.00065 0.020 0.551 / - 44 44 1 43 52.249 0.000 0.159 0.00065 0.020 1.037 / - 45 45 1 44 33.751 0.000 0.159 0.00065 0.020 0.670 / - 46 46 1 45 27.749 0.000 0.159 0.00065 0.020 0.551 / - 47 47 1 46 49.500 0.000 0.159 0.00065 0.020 0.983 / - 48 48 1 47 36.751 0.000 0.159 0.00065 0.020 0.730 / - 49 49 1 48 27.500 0.000 0.159 0.00065 0.020 0.546 / - 50 50 1 49 46.062 0.000 0.159 0.00065 0.020 0.915 / - 51 51 1 50 39.132 0.000 0.159 0.00065 0.020 0.777 / - 52 52 1 51 27.687 0.000 0.159 0.00065 0.020 0.550 / - 53 53 1 52 16.367 0.000 0.159 0.00065 0.020 0.325 / - 54 54 1 53 11.341 0.000 0.159 0.00065 0.020 0.225 / - 55 55 1 54 27.635 0.000 0.159 0.00065 0.020 0.549 / - 56 56 1 55 30.762 0.000 0.159 0.00065 0.020 0.611 / - 57 57 1 56 27.616 0.000 0.159 0.00065 0.020 0.548 / - 58 58 1 57 40.898 0.000 0.159 0.00065 0.020 0.812 / - 59 59 1 58 44.822 0.000 0.159 0.00065 0.020 0.890 / - 60 60 1 59 28.000 0.000 0.159 0.00065 0.020 0.556 / - 61 61 1 60 38.177 0.000 0.159 0.00065 0.020 0.758 / - 62 62 1 61 47.643 0.000 0.159 0.00065 0.020 0.946 / - 63 63 1 62 25.501 0.000 0.159 0.00065 0.020 0.506 / -/ - -WELSEGS - 'WI5' 1753.000 0.000 0.000 'INC' 2* / - 2 2 1 1 1.232 1.000 0.159 0.00065 0.020 0.024 / - 3 3 1 2 3.185 2.686 0.159 0.00065 0.020 0.063 / - 4 4 1 3 2.898 2.500 0.159 0.00065 0.020 0.058 / - 5 5 1 4 3.926 3.314 0.159 0.00065 0.020 0.078 / - 6 6 1 5 5.950 4.986 0.159 0.00065 0.020 0.118 / - 7 7 1 6 5.438 4.573 0.159 0.00065 0.020 0.108 / - 8 8 1 7 4.144 3.510 0.159 0.00065 0.020 0.082 / - 9 9 1 8 1.762 1.509 0.159 0.00065 0.020 0.035 / -/ - -WELSEGS - 'PR16' 1756.000 1750.726 30.938 'INC' 2* / - 2 2 1 1 1732.080 0.000 0.150 0.00065 0.018 30.608 / - 3 3 1 2 46.693 0.000 0.150 0.00065 0.018 0.825 / - 4 4 1 3 30.050 0.000 0.150 0.00065 0.018 0.531 / - 5 5 1 4 27.482 0.000 0.150 0.00065 0.018 0.486 / - 6 6 1 5 52.409 0.000 0.150 0.00065 0.018 0.926 / - 7 7 1 6 38.690 0.000 0.150 0.00065 0.018 0.684 / - 8 8 1 7 26.788 0.000 0.150 0.00065 0.018 0.473 / - 9 9 1 8 42.116 0.000 0.150 0.00065 0.018 0.744 / - 10 10 1 9 45.318 0.000 0.150 0.00065 0.018 0.801 / - 11 11 1 10 23.292 0.000 0.150 0.00065 0.018 0.412 / - 12 12 1 11 6.835 0.000 0.150 0.00065 0.018 0.121 / - 13 13 1 12 3.549 0.000 0.150 0.00065 0.018 0.063 / - 14 14 1 13 29.119 0.000 0.150 0.00065 0.018 0.515 / - 15 15 1 14 32.157 0.000 0.150 0.00065 0.018 0.568 / - 16 16 1 15 5.320 0.000 0.150 0.00065 0.018 0.094 / - 17 17 1 16 11.502 0.000 0.150 0.00065 0.018 0.203 / - 18 18 1 17 21.409 0.000 0.150 0.00065 0.018 0.378 / - 19 19 1 18 21.593 0.000 0.150 0.00065 0.018 0.382 / - 20 20 1 19 27.086 0.000 0.150 0.00065 0.018 0.479 / - 21 21 1 20 42.923 0.000 0.150 0.00065 0.018 0.759 / - 22 22 1 21 51.112 0.000 0.150 0.00065 0.018 0.903 / - 23 23 1 22 26.605 0.000 0.150 0.00065 0.018 0.470 / - 24 24 1 23 29.557 0.000 0.150 0.00065 0.018 0.522 / - 25 25 1 24 53.948 0.000 0.150 0.00065 0.018 0.953 / - 26 26 1 25 37.440 0.000 0.150 0.00065 0.018 0.662 / - 27 27 1 26 26.849 0.000 0.150 0.00065 0.018 0.474 / - 28 28 1 27 43.380 0.000 0.150 0.00065 0.018 0.767 / - 29 29 1 28 50.918 0.000 0.150 0.00065 0.018 0.900 / - 30 30 1 29 26.865 0.000 0.150 0.00065 0.018 0.475 / - 31 31 1 30 30.119 0.000 0.150 0.00065 0.018 0.532 / - 32 32 1 31 53.925 0.000 0.150 0.00065 0.018 0.953 / - 33 33 1 32 36.743 0.000 0.150 0.00065 0.018 0.649 / - 34 34 1 33 27.115 0.000 0.150 0.00065 0.018 0.479 / - 35 35 1 34 44.049 0.000 0.150 0.00065 0.018 0.778 / - 36 36 1 35 49.663 0.000 0.150 0.00065 0.018 0.878 / - 37 37 1 36 26.868 0.000 0.150 0.00065 0.018 0.475 / - 38 38 1 37 30.983 0.000 0.150 0.00065 0.018 0.548 / - 39 39 1 38 53.656 0.000 0.150 0.00065 0.018 0.948 / - 40 40 1 39 35.863 0.000 0.150 0.00065 0.018 0.634 / - 41 41 1 40 27.165 0.000 0.150 0.00065 0.018 0.480 / - 42 42 1 41 45.080 0.000 0.150 0.00065 0.018 0.797 / - 43 43 1 42 49.128 0.000 0.150 0.00065 0.018 0.868 / - 44 44 1 43 26.605 0.000 0.150 0.00065 0.018 0.470 / - 45 45 1 44 31.776 0.000 0.150 0.00065 0.018 0.562 / - 46 46 1 45 54.064 0.000 0.150 0.00065 0.018 0.955 / - 47 47 1 46 35.214 0.000 0.150 0.00065 0.018 0.622 / - 48 48 1 47 27.171 0.000 0.150 0.00065 0.018 0.480 / - 49 49 1 48 45.603 0.000 0.150 0.00065 0.018 0.806 / - 50 50 1 49 47.791 0.000 0.150 0.00065 0.018 0.845 / - 51 51 1 50 27.013 0.000 0.150 0.00065 0.018 0.477 / - 52 52 1 51 26.260 0.000 0.150 0.00065 0.018 0.464 / - 53 53 1 52 22.474 0.000 0.150 0.00065 0.018 0.397 / - 54 54 1 53 2.524 0.000 0.150 0.00065 0.018 0.045 / - 55 55 1 54 217.382 0.000 0.150 0.00065 0.018 3.841 / - 56 56 1 55 34.838 0.000 0.150 0.00065 0.018 0.616 / - 57 57 1 56 46.203 0.000 0.150 0.00065 0.018 0.816 / - 58 58 1 57 21.461 0.000 0.150 0.00065 0.018 0.379 / - 59 59 1 58 3.030 0.000 0.150 0.00065 0.018 0.054 / - 60 60 1 59 78.267 0.000 0.150 0.00065 0.018 1.383 / - 61 61 1 60 6.814 0.000 0.150 0.00065 0.018 0.120 / - 62 62 1 61 19.694 0.000 0.150 0.00065 0.018 0.348 / - 63 63 1 62 27.839 0.000 0.150 0.00065 0.018 0.492 / - 64 64 1 63 26.801 0.000 0.150 0.00065 0.018 0.474 / - 65 65 1 64 40.013 0.000 0.150 0.00065 0.018 0.707 / - 66 66 1 65 52.907 0.000 0.150 0.00065 0.018 0.935 / - 67 67 1 66 27.005 0.000 0.150 0.00065 0.018 0.477 / - 68 68 1 67 28.288 0.000 0.150 0.00065 0.018 0.500 / - 69 69 1 68 54.445 -0.075 0.150 0.00065 0.018 0.962 / - 70 70 1 69 33.967 -0.098 0.150 0.00065 0.018 0.600 / - 71 71 1 70 7.053 -0.025 0.150 0.00065 0.018 0.125 / - 72 72 1 71 0.754 -0.002 0.150 0.00065 0.018 0.013 / - 73 73 1 72 84.606 -0.290 0.150 0.00065 0.018 1.495 / - 74 74 1 73 6.043 -0.021 0.150 0.00065 0.018 0.107 / - 75 75 1 74 21.657 -0.074 0.150 0.00065 0.018 0.383 / - 76 76 1 75 27.194 -0.093 0.150 0.00065 0.018 0.481 / - 77 77 1 76 36.009 -0.123 0.150 0.00065 0.018 0.636 / - 78 78 1 77 54.640 -0.187 0.150 0.00065 0.018 0.966 / - 79 79 1 78 27.698 -0.095 0.150 0.00065 0.018 0.489 / - 80 80 1 79 26.704 -0.092 0.150 0.00065 0.018 0.472 / - 81 81 1 80 53.643 -0.184 0.150 0.00065 0.018 0.948 / - 82 82 1 81 36.759 -0.126 0.150 0.00065 0.018 0.650 / - 83 83 1 82 27.362 -0.094 0.150 0.00065 0.018 0.484 / - 84 84 1 83 44.979 -0.155 0.150 0.00065 0.018 0.795 / - 85 85 1 84 45.864 -0.157 0.150 0.00065 0.018 0.810 / - 86 86 1 85 21.131 -0.072 0.150 0.00065 0.018 0.373 / - 87 87 2 1 1646.882 0.000 0.150 0.00065 0.018 29.103 / - 88 88 2 87 23.831 0.000 0.150 0.00065 0.018 0.421 / - 89 89 2 88 32.679 0.000 0.150 0.00065 0.018 0.577 / - 90 90 2 89 40.761 0.000 0.150 0.00065 0.018 0.720 / - 91 91 2 90 31.345 0.000 0.150 0.00065 0.018 0.554 / - 92 92 2 91 33.268 0.000 0.150 0.00065 0.018 0.588 / - 93 93 2 92 44.341 0.000 0.150 0.00065 0.018 0.784 / - 94 94 2 93 28.447 0.000 0.150 0.00065 0.018 0.503 / - 95 95 2 94 42.197 0.000 0.150 0.00065 0.018 0.746 / - 96 96 2 95 40.358 0.000 0.150 0.00065 0.018 0.713 / - 97 97 2 96 28.272 0.000 0.150 0.00065 0.018 0.500 / - 98 98 2 97 43.884 0.000 0.150 0.00065 0.018 0.776 / - 99 99 2 98 37.807 0.000 0.150 0.00065 0.018 0.668 / - 100 100 2 99 28.199 0.000 0.150 0.00065 0.018 0.498 / - 101 101 2 100 46.597 0.000 0.150 0.00065 0.018 0.823 / - 102 102 2 101 36.423 0.000 0.150 0.00065 0.018 0.644 / - 103 103 2 102 27.961 0.000 0.150 0.00065 0.018 0.494 / - 104 104 2 103 47.903 0.000 0.150 0.00065 0.018 0.847 / - 105 105 2 104 34.217 0.000 0.150 0.00065 0.018 0.605 / - 106 106 2 105 27.846 0.000 0.150 0.00065 0.018 0.492 / - 107 107 2 106 50.141 0.000 0.150 0.00065 0.018 0.886 / - 108 108 2 107 32.720 0.000 0.150 0.00065 0.018 0.578 / - 109 109 2 108 28.409 0.000 0.150 0.00065 0.018 0.502 / - 110 110 2 109 52.299 0.000 0.150 0.00065 0.018 0.924 / - 111 111 2 110 30.136 0.000 0.150 0.00065 0.018 0.533 / - 112 112 2 111 28.290 0.000 0.150 0.00065 0.018 0.500 / - 113 113 2 112 54.062 0.000 0.150 0.00065 0.018 0.955 / - 114 114 2 113 56.131 0.000 0.150 0.00065 0.018 0.992 / - 115 115 2 114 54.790 0.000 0.150 0.00065 0.018 0.968 / - 116 116 2 115 28.422 0.000 0.150 0.00065 0.018 0.502 / - 117 117 2 116 29.802 0.000 0.150 0.00065 0.018 0.527 / - 118 118 2 117 52.107 0.000 0.150 0.00065 0.018 0.921 / - 119 119 2 118 28.383 0.000 0.150 0.00065 0.018 0.502 / - 120 120 2 119 15.735 -0.055 0.150 0.00065 0.018 0.278 / - 121 121 2 120 27.917 -0.226 0.150 0.00065 0.018 0.493 / - 122 122 2 121 23.028 -0.240 0.150 0.00065 0.018 0.407 / - 123 123 2 122 22.778 -0.237 0.150 0.00065 0.018 0.403 / - 124 124 2 123 21.526 -0.226 0.150 0.00065 0.018 0.380 / - 125 125 2 124 33.791 -0.352 0.150 0.00065 0.018 0.597 / - 126 126 2 125 49.311 -0.515 0.150 0.00065 0.018 0.871 / - 127 127 2 126 27.785 -0.292 0.150 0.00065 0.018 0.491 / - 128 128 2 127 35.048 -0.373 0.150 0.00065 0.018 0.619 / - 129 129 2 128 37.663 -0.391 0.150 0.00065 0.018 0.666 / - 130 130 2 129 19.036 -0.128 0.150 0.00065 0.018 0.336 / - 131 131 2 130 18.418 -0.068 0.150 0.00065 0.018 0.325 / - 132 132 2 131 37.273 -0.130 0.150 0.00065 0.018 0.659 / - 133 133 2 132 44.772 -0.157 0.150 0.00065 0.018 0.791 / - 134 134 2 133 28.259 -0.100 0.150 0.00065 0.018 0.499 / - 135 135 2 134 40.282 -0.140 0.150 0.00065 0.018 0.712 / - 136 136 2 135 41.535 -0.145 0.150 0.00065 0.018 0.734 / - 137 137 2 136 28.265 -0.100 0.150 0.00065 0.018 0.499 / - 138 138 2 137 43.292 -0.152 0.150 0.00065 0.018 0.765 / - 139 139 2 138 38.403 -0.135 0.150 0.00065 0.018 0.679 / - 140 140 2 139 28.259 -0.100 0.150 0.00065 0.018 0.499 / - 141 141 2 140 46.873 -0.165 0.150 0.00065 0.018 0.828 / - 142 142 2 141 35.483 -0.125 0.150 0.00065 0.018 0.627 / - 143 143 2 142 27.997 -0.099 0.150 0.00065 0.018 0.495 / - 144 144 2 143 49.620 -0.174 0.150 0.00065 0.018 0.877 / - 145 145 2 144 31.853 -0.112 0.150 0.00065 0.018 0.563 / - 146 146 2 145 7.457 -0.026 0.150 0.00065 0.018 0.132 / - 147 147 2 146 24.968 -0.052 0.150 0.00065 0.018 0.441 / - 148 148 2 147 33.496 -0.058 0.150 0.00065 0.018 0.592 / - 149 149 2 148 27.511 -0.044 0.150 0.00065 0.018 0.486 / - 150 150 2 149 16.006 -0.025 0.150 0.00065 0.018 0.283 / - 151 151 2 150 29.153 -0.046 0.150 0.00065 0.018 0.515 / - 152 152 2 151 39.743 -0.063 0.150 0.00065 0.018 0.702 / -/ - -WELSEGS - 'WI10' 1768.000 0.030 0.000595669 'INC' 2* / - 2 2 1 1 16.392 0.000 0.159 0.00065 0.020 0.325 / - 3 3 1 2 41.175 0.000 0.159 0.00065 0.020 0.818 / - 4 4 1 3 50.056 0.000 0.159 0.00065 0.020 0.994 / - 5 5 1 4 50.321 0.000 0.159 0.00065 0.020 0.999 / - 6 6 1 5 32.826 0.000 0.159 0.00065 0.020 0.652 / - 7 7 1 6 24.783 0.000 0.159 0.00065 0.020 0.492 / - 8 8 1 7 42.278 0.000 0.159 0.00065 0.020 0.839 / - 9 9 1 8 50.056 0.000 0.159 0.00065 0.020 0.994 / - 10 10 1 9 50.056 0.000 0.159 0.00065 0.020 0.994 / - 11 11 1 10 50.321 0.000 0.159 0.00065 0.020 0.999 / - 12 12 1 11 29.377 0.000 0.159 0.00065 0.020 0.583 / -/ - -WELSEGS - 'PR21' 1738.000 0.000 0.000 'INC' 2* / - 2 2 1 1 13.908 0.000 0.159 1.5E-05 0.020 0.276 / - 3 3 1 2 39.072 0.000 0.159 1.5E-05 0.020 0.776 / - 4 4 1 3 50.057 0.000 0.159 1.5E-05 0.020 0.994 / - 5 5 1 4 49.834 0.000 0.159 1.5E-05 0.020 0.989 / - 6 6 1 5 49.834 0.000 0.159 1.5E-05 0.020 0.989 / - 7 7 1 6 50.057 0.000 0.159 1.5E-05 0.020 0.994 / - 8 8 1 7 50.328 0.000 0.159 1.5E-05 0.020 0.999 / - 9 9 1 8 49.834 0.000 0.159 1.5E-05 0.020 0.989 / - 10 10 1 9 49.834 0.000 0.159 1.5E-05 0.020 0.989 / - 11 11 1 10 50.057 0.000 0.159 1.5E-05 0.020 0.994 / - 12 12 1 11 50.102 0.000 0.159 1.5E-05 0.020 0.995 / - 13 13 1 12 44.623 0.000 0.159 1.5E-05 0.020 0.886 / - 14 14 1 13 25.159 0.000 0.159 1.5E-05 0.020 0.500 / - 15 15 1 14 30.873 0.000 0.159 1.5E-05 0.020 0.613 / - 16 16 1 15 50.287 0.000 0.159 1.5E-05 0.020 0.998 / - 17 17 1 16 50.281 0.000 0.159 1.5E-05 0.020 0.998 / - 18 18 1 17 50.287 0.000 0.159 1.5E-05 0.020 0.998 / - 19 19 1 18 50.325 0.000 0.159 1.5E-05 0.020 0.999 / - 20 20 1 19 50.287 0.000 0.159 1.5E-05 0.020 0.998 / - 21 21 1 20 50.287 0.000 0.159 1.5E-05 0.020 0.998 / - 22 22 1 21 50.287 0.000 0.159 1.5E-05 0.020 0.998 / - 23 23 1 22 48.884 0.000 0.159 1.5E-05 0.020 0.971 / - 24 24 1 23 25.159 0.000 0.159 1.5E-05 0.020 0.500 / - 25 25 1 24 26.791 0.000 0.159 1.5E-05 0.020 0.532 / - 26 26 1 25 50.287 0.000 0.159 1.5E-05 0.020 0.998 / - 27 27 1 26 50.287 0.000 0.159 1.5E-05 0.020 0.998 / - 28 28 1 27 50.287 0.000 0.159 1.5E-05 0.020 0.998 / - 29 29 1 28 50.287 0.000 0.159 1.5E-05 0.020 0.998 / - 30 30 1 29 50.547 0.000 0.159 1.5E-05 0.020 1.004 / - 31 31 1 30 50.287 0.000 0.159 1.5E-05 0.020 0.998 / - 32 32 1 31 50.287 0.000 0.159 1.5E-05 0.020 0.998 / - 33 33 1 32 50.318 0.000 0.159 1.5E-05 0.020 0.999 / - 34 34 1 33 28.448 0.000 0.159 1.5E-05 0.020 0.565 / - 35 35 1 34 25.128 0.000 0.159 1.5E-05 0.020 0.499 / - 36 36 1 35 46.999 0.000 0.159 1.5E-05 0.020 0.933 / - 37 37 1 36 50.084 0.000 0.159 1.5E-05 0.020 0.994 / - 38 38 1 37 50.144 0.000 0.159 1.5E-05 0.020 0.996 / - 39 39 1 38 50.218 0.000 0.159 1.5E-05 0.020 0.997 / - 40 40 1 39 49.954 0.000 0.159 1.5E-05 0.020 0.992 / - 41 41 1 40 49.954 0.000 0.159 1.5E-05 0.020 0.992 / - 42 42 1 41 49.954 0.000 0.159 1.5E-05 0.020 0.992 / - 43 43 1 42 49.954 0.000 0.159 1.5E-05 0.020 0.992 / - 44 44 1 43 50.006 0.000 0.159 1.5E-05 0.020 0.993 / - 45 45 1 44 49.954 0.000 0.159 1.5E-05 0.020 0.992 / - 46 46 1 45 49.954 0.000 0.159 1.5E-05 0.020 0.992 / - 47 47 1 46 49.954 0.000 0.159 1.5E-05 0.020 0.992 / - 48 48 1 47 49.946 0.000 0.159 1.5E-05 0.020 0.992 / - 49 49 1 48 50.226 0.000 0.159 1.5E-05 0.020 0.997 / - 50 50 1 49 49.954 0.000 0.159 1.5E-05 0.020 0.992 / - 51 51 1 50 49.954 0.000 0.159 1.5E-05 0.020 0.992 / - 52 52 1 51 49.954 0.000 0.159 1.5E-05 0.020 0.992 / - 53 53 1 52 49.954 0.000 0.159 1.5E-05 0.020 0.992 / - 54 54 1 53 50.226 0.000 0.159 1.5E-05 0.020 0.997 / - 55 55 1 54 49.954 0.000 0.159 1.5E-05 0.020 0.992 / - 56 56 1 55 49.954 0.000 0.159 1.5E-05 0.020 0.992 / - 57 57 1 56 49.946 0.000 0.159 1.5E-05 0.020 0.992 / - 58 58 1 57 49.954 0.000 0.159 1.5E-05 0.020 0.992 / - 59 59 1 58 50.006 0.000 0.159 1.5E-05 0.020 0.993 / - 60 60 1 59 49.954 0.000 0.159 1.5E-05 0.020 0.992 / - 61 61 1 60 27.233 0.000 0.159 1.5E-05 0.020 0.541 / - 62 62 1 61 24.999 0.000 0.159 1.5E-05 0.020 0.496 / - 63 63 1 62 34.603 0.000 0.159 1.5E-05 0.020 0.687 / - 64 64 1 63 24.955 0.000 0.159 1.5E-05 0.020 0.495 / - 65 65 1 64 38.072 0.000 0.159 1.5E-05 0.020 0.756 / - 66 66 1 65 46.710 0.000 0.159 1.5E-05 0.020 0.927 / - 67 67 2 1 125.248 0.652 0.150 0.00065 0.018 2.213 / - 68 68 2 67 23.997 0.133 0.150 0.00065 0.018 0.424 / - 69 69 2 68 26.785 0.148 0.150 0.00065 0.018 0.473 / - 70 70 2 69 40.430 0.223 0.150 0.00065 0.018 0.714 / - 71 71 2 70 53.319 0.294 0.150 0.00065 0.018 0.942 / - 72 72 2 71 29.566 0.164 0.150 0.00065 0.018 0.522 / - 73 73 2 72 26.785 0.148 0.150 0.00065 0.018 0.473 / - 74 74 2 73 50.538 0.278 0.150 0.00065 0.018 0.893 / - 75 75 2 74 46.241 0.255 0.150 0.00065 0.018 0.817 / - 76 76 2 75 26.785 0.148 0.150 0.00065 0.018 0.473 / - 77 77 2 76 32.748 0.051 0.150 0.00065 0.018 0.579 / - 78 78 2 77 50.799 -0.056 0.150 0.00065 0.018 0.898 / - 79 79 2 78 50.486 -0.136 0.150 0.00065 0.018 0.892 / - 80 80 2 79 50.455 -0.135 0.150 0.00065 0.018 0.892 / - 81 81 2 80 50.226 -0.135 0.150 0.00065 0.018 0.888 / - 82 82 2 81 50.226 -0.135 0.150 0.00065 0.018 0.888 / - 83 83 2 82 50.455 -0.135 0.150 0.00065 0.018 0.892 / - 84 84 2 83 25.644 -0.069 0.150 0.00065 0.018 0.453 / - 85 85 2 84 25.358 -0.068 0.150 0.00065 0.018 0.448 / - 86 86 2 85 49.940 -0.134 0.150 0.00065 0.018 0.883 / - 87 87 2 86 50.226 -0.135 0.150 0.00065 0.018 0.888 / - 88 88 2 87 50.455 -0.135 0.150 0.00065 0.018 0.892 / - 89 89 2 88 50.226 -0.135 0.150 0.00065 0.018 0.888 / - 90 90 2 89 50.487 -0.136 0.150 0.00065 0.018 0.892 / - 91 91 2 90 50.455 -0.135 0.150 0.00065 0.018 0.892 / - 92 92 2 91 50.455 -0.135 0.150 0.00065 0.018 0.892 / - 93 93 2 92 44.490 -0.120 0.150 0.00065 0.018 0.786 / - 94 94 2 93 24.868 -0.067 0.150 0.00065 0.018 0.439 / - 95 95 2 94 31.094 -0.083 0.150 0.00065 0.018 0.549 / - 96 96 2 95 50.716 -0.136 0.150 0.00065 0.018 0.896 / - 97 97 2 96 50.226 -0.135 0.150 0.00065 0.018 0.888 / - 98 98 2 97 38.494 -0.104 0.150 0.00065 0.018 0.680 / - 99 99 2 98 25.288 -0.035 0.150 0.00065 0.018 0.447 / - 100 100 2 99 36.722 0.005 0.150 0.00065 0.018 0.649 / - 101 101 2 100 50.060 0.007 0.150 0.00065 0.018 0.885 / - 102 102 2 101 50.060 0.007 0.150 0.00065 0.018 0.885 / - 103 103 2 102 49.840 0.007 0.150 0.00065 0.018 0.881 / - 104 104 2 103 49.840 0.007 0.150 0.00065 0.018 0.881 / - 105 105 2 104 50.332 0.007 0.150 0.00065 0.018 0.889 / - 106 106 2 105 50.060 0.007 0.150 0.00065 0.018 0.885 / - 107 107 2 106 49.840 0.007 0.150 0.00065 0.018 0.881 / - 108 108 2 107 50.060 0.007 0.150 0.00065 0.018 0.885 / - 109 109 2 108 50.060 0.007 0.150 0.00065 0.018 0.885 / - 110 110 2 109 50.105 0.007 0.150 0.00065 0.018 0.885 / - 111 111 2 110 49.840 0.007 0.150 0.00065 0.018 0.881 / - 112 112 2 111 49.840 0.007 0.150 0.00065 0.018 0.881 / - 113 113 2 112 26.185 0.004 0.150 0.00065 0.018 0.463 / - 114 114 2 113 14.485 0.002 0.150 0.00065 0.018 0.256 / - 115 115 2 114 23.875 0.003 0.150 0.00065 0.018 0.422 / - 116 116 2 115 28.714 0.004 0.150 0.00065 0.018 0.507 / - 117 117 2 116 25.045 0.004 0.150 0.00065 0.018 0.443 / - 118 118 2 117 6.861 0.001 0.150 0.00065 0.018 0.121 / - 119 119 2 118 25.067 0.004 0.150 0.00065 0.018 0.443 / - 120 120 2 119 50.060 0.007 0.150 0.00065 0.018 0.885 / - 121 121 2 120 27.883 0.004 0.150 0.00065 0.018 0.493 / - 122 122 2 121 22.516 0.003 0.150 0.00065 0.018 0.398 / - 123 123 2 122 19.648 0.003 0.150 0.00065 0.018 0.347 / - 124 124 2 123 2.544 0.00037207 0.150 0.00065 0.018 0.045 / - 125 125 2 124 4.235 0.000595313 0.150 0.00065 0.018 0.075 / - 126 126 2 125 1.713 0.000223242 0.150 0.00065 0.018 0.030 / - 127 127 2 126 0.611 7.44141E-05 0.150 0.00065 0.018 0.011 / - 128 128 2 127 19.950 0.003 0.150 0.00065 0.018 0.353 / - 129 129 2 128 22.464 0.003 0.150 0.00065 0.018 0.397 / - 130 130 2 129 28.177 0.004 0.150 0.00065 0.018 0.498 / - 131 131 2 130 50.332 0.007 0.150 0.00065 0.018 0.889 / - 132 132 2 131 49.229 0.007 0.150 0.00065 0.018 0.870 / - 133 133 2 132 24.788 0.004 0.150 0.00065 0.018 0.438 / - 134 134 2 133 25.883 0.004 0.150 0.00065 0.018 0.457 / - 135 135 2 134 50.060 0.007 0.150 0.00065 0.018 0.885 / - 136 136 2 135 50.060 0.007 0.150 0.00065 0.018 0.885 / - 137 137 2 136 50.105 0.007 0.150 0.00065 0.018 0.885 / - 138 138 2 137 25.648 0.004 0.150 0.00065 0.018 0.453 / - 139 139 2 138 10.794 0.002 0.150 0.00065 0.018 0.191 / - 140 140 2 139 12.802 0.002 0.150 0.00065 0.018 0.226 / - 141 141 2 140 13.994 0.002 0.150 0.00065 0.018 0.247 / - 142 142 2 141 36.662 0.005 0.150 0.00065 0.018 0.648 / - 143 143 2 142 50.060 0.007 0.150 0.00065 0.018 0.885 / - 144 144 2 143 49.848 0.007 0.150 0.00065 0.018 0.881 / - 145 145 2 144 47.810 0.007 0.150 0.00065 0.018 0.845 / - 146 146 3 1 133.477 0.000 0.150 0.00065 0.018 2.359 / - 147 147 3 146 34.748 0.000 0.150 0.00065 0.018 0.614 / - 148 148 3 147 34.223 0.000 0.150 0.00065 0.018 0.605 / - 149 149 3 148 36.584 0.000 0.150 0.00065 0.018 0.646 / - 150 150 3 149 34.223 0.000 0.150 0.00065 0.018 0.605 / - 151 151 3 150 36.318 0.000 0.150 0.00065 0.018 0.642 / - 152 152 3 151 34.223 0.000 0.150 0.00065 0.018 0.605 / - 153 153 3 152 36.304 0.000 0.150 0.00065 0.018 0.642 / - 154 154 3 153 47.636 0.000 0.150 0.00065 0.018 0.842 / - 155 155 3 154 44.559 0.000 0.150 0.00065 0.018 0.787 / - 156 156 3 155 25.434 0.000 0.150 0.00065 0.018 0.449 / - 157 157 3 156 32.249 0.000 0.150 0.00065 0.018 0.570 / - 158 158 3 157 51.116 0.000 0.150 0.00065 0.018 0.903 / - 159 159 3 158 51.121 0.000 0.150 0.00065 0.018 0.903 / - 160 160 3 159 51.378 0.000 0.150 0.00065 0.018 0.908 / - 161 161 3 160 32.239 0.000 0.150 0.00065 0.018 0.570 / - 162 162 3 161 25.434 0.000 0.150 0.00065 0.018 0.449 / - 163 163 3 162 44.568 0.000 0.150 0.00065 0.018 0.788 / - 164 164 3 163 51.354 0.000 0.150 0.00065 0.018 0.908 / - 165 165 3 164 51.359 0.000 0.150 0.00065 0.018 0.908 / - 166 166 3 165 45.354 0.000 0.150 0.00065 0.018 0.801 / - 167 167 3 166 25.691 0.000 0.150 0.00065 0.018 0.454 / - 168 168 3 167 31.458 0.000 0.150 0.00065 0.018 0.556 / - 169 169 3 168 51.116 0.000 0.150 0.00065 0.018 0.903 / - 170 170 3 169 50.993 0.000 0.150 0.00065 0.018 0.901 / - 171 171 3 170 50.412 0.000 0.150 0.00065 0.018 0.891 / - 172 172 3 171 50.204 0.000 0.150 0.00065 0.018 0.887 / - 173 173 3 172 49.940 0.000 0.150 0.00065 0.018 0.883 / - 174 174 3 173 42.505 0.000 0.150 0.00065 0.018 0.751 / - 175 175 3 174 25.106 0.000 0.150 0.00065 0.018 0.444 / - 176 176 3 175 9.171 0.000 0.150 0.00065 0.018 0.162 / - 177 177 3 176 24.834 0.000 0.150 0.00065 0.018 0.439 / - 178 178 3 177 48.211 0.000 0.150 0.00065 0.018 0.852 / - 179 179 3 178 50.212 0.000 0.150 0.00065 0.018 0.887 / - 180 180 3 179 49.940 0.000 0.150 0.00065 0.018 0.883 / - 181 181 3 180 49.940 0.000 0.150 0.00065 0.018 0.883 / - 182 182 3 181 50.212 0.000 0.150 0.00065 0.018 0.887 / - 183 183 3 182 49.940 0.000 0.150 0.00065 0.018 0.883 / - 184 184 3 183 49.940 0.000 0.150 0.00065 0.018 0.883 / - 185 185 3 184 49.940 0.000 0.150 0.00065 0.018 0.883 / - 186 186 3 185 49.940 0.000 0.150 0.00065 0.018 0.883 / - 187 187 3 186 50.212 0.000 0.150 0.00065 0.018 0.887 / - 188 188 3 187 39.923 0.000 0.150 0.00065 0.018 0.706 / - 189 189 3 188 24.844 0.000 0.150 0.00065 0.018 0.439 / - 190 190 3 189 35.164 0.000 0.150 0.00065 0.018 0.621 / - 191 191 3 190 50.005 0.000 0.150 0.00065 0.018 0.884 / - 192 192 3 191 36.299 0.000 0.150 0.00065 0.018 0.641 / - 193 193 3 192 25.138 0.000 0.150 0.00065 0.018 0.444 / - 194 194 3 193 38.844 0.000 0.150 0.00065 0.018 0.686 / - 195 195 3 194 50.005 0.000 0.150 0.00065 0.018 0.884 / - 196 196 3 195 34.261 0.000 0.150 0.00065 0.018 0.605 / - 197 197 3 196 25.138 0.000 0.150 0.00065 0.018 0.444 / - 198 198 3 197 40.611 0.000 0.150 0.00065 0.018 0.718 / - 199 199 3 198 50.005 0.000 0.150 0.00065 0.018 0.884 / - 200 200 3 199 50.277 0.000 0.150 0.00065 0.018 0.888 / - 201 201 3 200 50.005 0.000 0.150 0.00065 0.018 0.884 / - 202 202 3 201 50.005 0.000 0.150 0.00065 0.018 0.884 / - 203 203 3 202 50.005 0.000 0.150 0.00065 0.018 0.884 / - 204 204 3 203 50.005 0.000 0.150 0.00065 0.018 0.884 / - 205 205 3 204 50.058 0.000 0.150 0.00065 0.018 0.885 / - 206 206 3 205 38.059 0.000 0.150 0.00065 0.018 0.673 / - 207 207 3 206 24.867 0.000 0.150 0.00065 0.018 0.439 / - 208 208 3 207 36.866 0.000 0.150 0.00065 0.018 0.651 / - 209 209 3 208 50.005 0.000 0.150 0.00065 0.018 0.884 / - 210 210 3 209 50.005 0.000 0.150 0.00065 0.018 0.884 / - 211 211 3 210 38.557 0.000 0.150 0.00065 0.018 0.681 / -/ - -WELSEGS - 'PR19' 1738.000 0.000 0.000 'INC' 2* / - 2 2 1 1 14.778 0.000 0.150 0.00065 0.018 0.261 / - 3 3 1 2 28.808 0.000 0.150 0.00065 0.018 0.509 / - 4 4 1 3 31.064 0.000 0.150 0.00065 0.018 0.549 / - 5 5 1 4 40.580 0.000 0.150 0.00065 0.018 0.717 / - 6 6 1 5 31.560 0.000 0.150 0.00065 0.018 0.558 / - 7 7 1 6 39.372 0.000 0.150 0.00065 0.018 0.696 / - 8 8 1 7 32.627 0.000 0.150 0.00065 0.018 0.577 / - 9 9 1 8 32.275 0.000 0.150 0.00065 0.018 0.570 / - 10 10 1 9 39.905 0.000 0.150 0.00065 0.018 0.705 / - 11 11 1 10 32.282 0.000 0.150 0.00065 0.018 0.570 / - 12 12 1 11 40.155 0.000 0.150 0.00065 0.018 0.710 / - 13 13 1 12 32.027 0.000 0.150 0.00065 0.018 0.566 / - 14 14 1 13 44.106 0.000 0.150 0.00065 0.018 0.779 / - 15 15 1 14 29.847 0.000 0.150 0.00065 0.018 0.527 / - 16 16 1 15 29.359 0.000 0.150 0.00065 0.018 0.519 / - 17 17 1 16 51.501 0.000 0.150 0.00065 0.018 0.910 / - 18 18 1 17 28.114 0.000 0.150 0.00065 0.018 0.497 / - 19 19 1 18 32.524 0.000 0.150 0.00065 0.018 0.575 / - 20 20 1 19 52.954 0.000 0.150 0.00065 0.018 0.936 / - 21 21 1 20 51.073 0.000 0.150 0.00065 0.018 0.903 / - 22 22 1 21 33.068 0.000 0.150 0.00065 0.018 0.584 / - 23 23 1 22 25.668 0.000 0.150 0.00065 0.018 0.454 / - 24 24 1 23 43.679 0.000 0.150 0.00065 0.018 0.772 / - 25 25 1 24 51.079 0.000 0.150 0.00065 0.018 0.903 / - 26 26 1 25 51.073 0.000 0.150 0.00065 0.018 0.903 / - 27 27 1 26 35.165 0.000 0.150 0.00065 0.018 0.621 / - 28 28 1 27 10.620 0.000 0.150 0.00065 0.018 0.188 / - 29 29 1 28 175.796 0.000 0.150 0.00065 0.018 3.107 / - 30 30 1 29 4.021 0.000 0.150 0.00065 0.018 0.071 / - 31 31 1 30 25.043 0.000 0.150 0.00065 0.018 0.443 / - 32 32 1 31 49.768 0.000 0.150 0.00065 0.018 0.879 / - 33 33 1 32 50.256 0.000 0.150 0.00065 0.018 0.888 / - 34 34 1 33 49.985 0.000 0.150 0.00065 0.018 0.883 / - 35 35 1 34 49.768 0.000 0.150 0.00065 0.018 0.879 / - 36 36 1 35 49.993 0.000 0.150 0.00065 0.018 0.883 / - 37 37 1 36 49.993 0.000 0.150 0.00065 0.018 0.883 / - 38 38 1 37 35.945 0.000 0.150 0.00065 0.018 0.635 / - 39 39 1 38 25.019 0.000 0.150 0.00065 0.018 0.442 / - 40 40 1 39 39.060 0.000 0.150 0.00065 0.018 0.690 / - 41 41 1 40 49.985 0.000 0.150 0.00065 0.018 0.883 / - 42 42 1 41 45.111 0.000 0.150 0.00065 0.018 0.797 / - 43 43 1 42 25.019 0.000 0.150 0.00065 0.018 0.442 / - 44 44 1 43 29.893 0.000 0.150 0.00065 0.018 0.528 / - 45 45 1 44 47.676 0.000 0.150 0.00065 0.018 0.843 / - 46 46 1 45 22.734 0.000 0.150 0.00065 0.018 0.402 / - 47 47 1 46 2.309 0.000 0.150 0.00065 0.018 0.041 / - 48 48 1 47 27.259 0.000 0.150 0.00065 0.018 0.482 / - 49 49 1 48 41.369 0.000 0.150 0.00065 0.018 0.731 / - 50 50 2 1 132.578 0.000 0.150 0.00065 0.018 2.343 / - 51 51 2 50 24.200 0.000 0.150 0.00065 0.018 0.428 / - 52 52 2 51 27.855 0.000 0.150 0.00065 0.018 0.492 / - 53 53 2 52 49.939 0.000 0.150 0.00065 0.018 0.882 / - 54 54 2 53 35.994 0.000 0.150 0.00065 0.018 0.636 / - 55 55 2 54 27.855 0.000 0.150 0.00065 0.018 0.492 / - 56 56 2 55 49.547 0.000 0.150 0.00065 0.018 0.876 / - 57 57 2 56 31.154 0.000 0.150 0.00065 0.018 0.551 / - 58 58 2 57 34.173 0.000 0.150 0.00065 0.018 0.604 / - 59 59 2 58 36.229 0.000 0.150 0.00065 0.018 0.640 / - 60 60 2 59 34.661 0.000 0.150 0.00065 0.018 0.613 / - 61 61 2 60 36.251 0.000 0.150 0.00065 0.018 0.641 / - 62 62 2 61 36.375 0.000 0.150 0.00065 0.018 0.643 / - 63 63 2 62 33.929 0.000 0.150 0.00065 0.018 0.600 / - 64 64 2 63 5.025 0.000 0.150 0.00065 0.018 0.089 / - 65 65 2 64 30.910 0.000 0.150 0.00065 0.018 0.546 / - 66 66 2 65 37.696 0.000 0.150 0.00065 0.018 0.666 / - 67 67 2 66 12.063 0.000 0.150 0.00065 0.018 0.213 / - 68 68 2 67 21.611 0.000 0.150 0.00065 0.018 0.382 / - 69 69 2 68 39.955 0.000 0.150 0.00065 0.018 0.706 / - 70 70 2 69 30.658 0.000 0.150 0.00065 0.018 0.542 / - 71 71 2 70 40.459 0.000 0.150 0.00065 0.018 0.715 / - 72 72 2 71 33.172 0.000 0.150 0.00065 0.018 0.586 / - 73 73 2 72 28.988 0.000 0.150 0.00065 0.018 0.512 / - 74 74 2 73 53.581 0.000 0.150 0.00065 0.018 0.947 / - 75 75 2 74 33.944 0.000 0.150 0.00065 0.018 0.600 / - 76 76 2 75 26.852 0.000 0.150 0.00065 0.018 0.475 / - 77 77 2 76 46.366 0.000 0.150 0.00065 0.018 0.819 / - 78 78 2 77 52.470 0.000 0.150 0.00065 0.018 0.927 / - 79 79 2 78 35.426 0.000 0.150 0.00065 0.018 0.626 / - 80 80 2 79 11.606 0.000 0.150 0.00065 0.018 0.205 / - 81 81 2 80 200.392 0.000 0.150 0.00065 0.018 3.541 / - 82 82 2 81 4.628 0.000 0.150 0.00065 0.018 0.082 / - 83 83 2 82 13.940 0.000 0.150 0.00065 0.018 0.246 / - 84 84 2 83 34.874 0.000 0.150 0.00065 0.018 0.616 / - 85 85 2 84 49.953 0.000 0.150 0.00065 0.018 0.883 / - 86 86 2 85 50.231 0.000 0.150 0.00065 0.018 0.888 / - 87 87 2 86 49.960 0.000 0.150 0.00065 0.018 0.883 / - 88 88 2 87 49.953 0.000 0.150 0.00065 0.018 0.883 / - 89 89 2 88 33.997 0.000 0.150 0.00065 0.018 0.601 / -/ - -WELSEGS - 'PR33' 1756.000 0.000 0.000 'INC' 2* / - 2 2 1 1 326.589 0.000 0.150 0.00065 0.018 5.771 / - 3 3 1 2 27.004 0.000 0.150 0.00065 0.018 0.477 / - 4 4 1 3 42.190 0.000 0.150 0.00065 0.018 0.746 / - 5 5 1 4 26.233 0.000 0.150 0.00065 0.018 0.464 / - 6 6 1 5 26.445 0.000 0.150 0.00065 0.018 0.467 / - 7 7 1 6 28.072 0.000 0.150 0.00065 0.018 0.496 / - 8 8 1 7 39.854 0.000 0.150 0.00065 0.018 0.704 / - 9 9 1 8 44.907 0.000 0.150 0.00065 0.018 0.794 / - 10 10 1 9 27.763 0.000 0.150 0.00065 0.018 0.491 / - 11 11 1 10 38.717 0.000 0.150 0.00065 0.018 0.684 / - 12 12 1 11 45.653 0.000 0.150 0.00065 0.018 0.807 / - 13 13 1 12 27.831 0.000 0.150 0.00065 0.018 0.492 / - 14 14 1 13 38.134 0.000 0.150 0.00065 0.018 0.674 / - 15 15 1 14 45.198 0.000 0.150 0.00065 0.018 0.799 / - 16 16 1 15 28.138 0.000 0.150 0.00065 0.018 0.497 / - 17 17 1 16 38.786 0.000 0.150 0.00065 0.018 0.685 / - 18 18 1 17 44.590 0.000 0.150 0.00065 0.018 0.788 / - 19 19 1 18 28.138 0.000 0.150 0.00065 0.018 0.497 / - 20 20 1 19 39.211 0.000 0.150 0.00065 0.018 0.693 / - 21 21 1 20 44.205 0.000 0.150 0.00065 0.018 0.781 / - 22 22 1 21 28.001 0.000 0.150 0.00065 0.018 0.495 / - 23 23 1 22 39.766 0.000 0.150 0.00065 0.018 0.703 / - 24 24 1 23 43.441 0.000 0.150 0.00065 0.018 0.768 / - 25 25 1 24 28.412 0.000 0.150 0.00065 0.018 0.502 / - 26 26 1 25 42.200 0.000 0.150 0.00065 0.018 0.746 / - 27 27 1 26 36.088 0.000 0.150 0.00065 0.018 0.638 / - 28 28 1 27 28.901 0.000 0.150 0.00065 0.018 0.511 / - 29 29 1 28 49.075 0.000 0.150 0.00065 0.018 0.867 / - 30 30 1 29 29.091 0.000 0.150 0.00065 0.018 0.514 / - 31 31 1 30 31.011 0.000 0.150 0.00065 0.018 0.548 / - 32 32 1 31 47.237 0.000 0.150 0.00065 0.018 0.835 / - 33 33 1 32 28.901 0.000 0.150 0.00065 0.018 0.511 / - 34 34 1 33 39.859 0.000 0.150 0.00065 0.018 0.704 / - 35 35 1 34 38.266 0.000 0.150 0.00065 0.018 0.676 / - 36 36 1 35 29.214 0.000 0.150 0.00065 0.018 0.516 / - 37 37 1 36 48.830 0.000 0.150 0.00065 0.018 0.863 / - 38 38 1 37 29.200 0.000 0.150 0.00065 0.018 0.516 / - 39 39 1 38 29.771 0.000 0.150 0.00065 0.018 0.526 / - 40 40 1 39 46.712 0.000 0.150 0.00065 0.018 0.825 / - 41 41 1 40 29.468 0.000 0.150 0.00065 0.018 0.521 / - 42 42 1 41 41.883 0.000 0.150 0.00065 0.018 0.740 / - 43 43 1 42 34.264 0.000 0.150 0.00065 0.018 0.605 / - 44 44 1 43 29.778 0.000 0.150 0.00065 0.018 0.526 / - 45 45 1 44 46.540 0.000 0.150 0.00065 0.018 0.822 / - 46 46 1 45 29.455 0.000 0.150 0.00065 0.018 0.521 / - 47 47 1 46 37.984 0.000 0.150 0.00065 0.018 0.671 / - 48 48 1 47 38.293 0.000 0.150 0.00065 0.018 0.677 / - 49 49 1 48 29.455 0.000 0.150 0.00065 0.018 0.521 / - 50 50 1 49 46.425 0.000 0.150 0.00065 0.018 0.820 / - 51 51 1 50 29.778 0.000 0.150 0.00065 0.018 0.526 / - 52 52 1 51 34.084 0.000 0.150 0.00065 0.018 0.602 / - 53 53 1 52 42.193 0.000 0.150 0.00065 0.018 0.746 / - 54 54 1 53 29.570 0.000 0.150 0.00065 0.018 0.523 / - 55 55 1 54 46.499 0.000 0.150 0.00065 0.018 0.822 / - 56 56 1 55 29.778 0.000 0.150 0.00065 0.018 0.526 / - 57 57 1 56 29.903 0.000 0.150 0.00065 0.018 0.528 / - 58 58 1 57 46.134 0.000 0.150 0.00065 0.018 0.815 / - 59 59 1 58 29.778 0.000 0.150 0.00065 0.018 0.526 / - 60 60 1 59 42.876 0.000 0.150 0.00065 0.018 0.758 / - 61 61 1 60 33.202 0.000 0.150 0.00065 0.018 0.587 / - 62 62 1 61 6.080 0.000 0.150 0.00065 0.018 0.107 / - 63 63 2 1 149.197 0.000 0.150 0.00065 0.018 2.637 / - 64 64 2 63 44.818 0.000 0.150 0.00065 0.018 0.792 / - 65 65 2 64 50.922 0.000 0.150 0.00065 0.018 0.900 / - 66 66 2 65 50.916 0.000 0.150 0.00065 0.018 0.900 / - 67 67 2 66 39.730 0.000 0.150 0.00065 0.018 0.702 / - 68 68 2 67 25.647 0.000 0.150 0.00065 0.018 0.453 / - 69 69 2 68 36.924 0.000 0.150 0.00065 0.018 0.652 / - 70 70 2 69 51.200 0.000 0.150 0.00065 0.018 0.905 / - 71 71 2 70 37.899 0.000 0.150 0.00065 0.018 0.670 / - 72 72 2 71 25.831 0.000 0.150 0.00065 0.018 0.456 / - 73 73 2 72 39.132 0.000 0.150 0.00065 0.018 0.692 / - 74 74 2 73 51.200 0.000 0.150 0.00065 0.018 0.905 / - 75 75 2 74 51.200 0.000 0.150 0.00065 0.018 0.905 / - 76 76 2 75 47.720 0.000 0.150 0.00065 0.018 0.843 / - 77 77 2 76 25.648 0.000 0.150 0.00065 0.018 0.453 / - 78 78 2 77 29.321 0.000 0.150 0.00065 0.018 0.518 / - 79 79 2 78 51.394 0.000 0.150 0.00065 0.018 0.908 / - 80 80 2 79 51.200 0.000 0.150 0.00065 0.018 0.905 / - 81 81 2 80 51.200 0.000 0.150 0.00065 0.018 0.905 / - 82 82 2 81 31.978 0.000 0.150 0.00065 0.018 0.565 / - 83 83 2 82 25.648 0.000 0.150 0.00065 0.018 0.453 / - 84 84 2 83 45.053 0.000 0.150 0.00065 0.018 0.796 / - 85 85 2 84 51.383 0.000 0.150 0.00065 0.018 0.908 / - 86 86 2 85 51.200 0.000 0.150 0.00065 0.018 0.905 / - 87 87 2 86 41.411 0.000 0.150 0.00065 0.018 0.732 / - 88 88 2 87 17.402 0.000 0.150 0.00065 0.018 0.308 / - 89 89 3 1 278.157 0.000 0.150 0.00065 0.018 4.915 / - 90 90 3 89 33.693 0.000 0.150 0.00065 0.018 0.595 / - 91 91 3 90 33.500 0.000 0.150 0.00065 0.018 0.592 / - 92 92 3 91 37.407 0.000 0.150 0.00065 0.018 0.661 / - 93 93 3 92 33.056 0.000 0.150 0.00065 0.018 0.584 / - 94 94 3 93 14.276 0.000 0.150 0.00065 0.018 0.252 / - 95 95 3 94 27.458 0.000 0.150 0.00065 0.018 0.485 / - 96 96 3 95 30.330 0.000 0.150 0.00065 0.018 0.536 / - 97 97 3 96 35.728 0.000 0.150 0.00065 0.018 0.631 / - 98 98 3 97 36.770 0.000 0.150 0.00065 0.018 0.650 / - 99 99 3 98 31.763 0.000 0.150 0.00065 0.018 0.561 / - 100 100 3 99 44.644 0.000 0.150 0.00065 0.018 0.789 / - 101 101 3 100 28.229 0.000 0.150 0.00065 0.018 0.499 / - 102 102 3 101 38.439 0.000 0.150 0.00065 0.018 0.679 / - 103 103 3 102 44.972 0.000 0.150 0.00065 0.018 0.795 / - 104 104 3 103 27.914 0.000 0.150 0.00065 0.018 0.493 / - 105 105 3 104 39.125 0.000 0.150 0.00065 0.018 0.691 / - 106 106 3 105 44.005 0.000 0.150 0.00065 0.018 0.778 / - 107 107 3 106 28.234 0.000 0.150 0.00065 0.018 0.499 / - 108 108 3 107 40.242 0.000 0.150 0.00065 0.018 0.711 / - 109 109 3 108 42.999 0.000 0.150 0.00065 0.018 0.760 / - 110 110 3 109 28.085 0.000 0.150 0.00065 0.018 0.496 / - 111 111 3 110 41.088 0.000 0.150 0.00065 0.018 0.726 / - 112 112 3 111 40.175 0.000 0.150 0.00065 0.018 0.710 / - 113 113 3 112 28.993 0.000 0.150 0.00065 0.018 0.512 / - 114 114 3 113 45.873 0.000 0.150 0.00065 0.018 0.811 / - 115 115 3 114 32.901 0.000 0.150 0.00065 0.018 0.581 / - 116 116 3 115 28.693 0.000 0.150 0.00065 0.018 0.507 / - 117 117 3 116 49.831 0.000 0.150 0.00065 0.018 0.881 / - 118 118 3 117 28.993 0.000 0.150 0.00065 0.018 0.512 / - 119 119 3 118 32.614 0.000 0.150 0.00065 0.018 0.576 / - 120 120 3 119 46.049 0.000 0.150 0.00065 0.018 0.814 / - 121 121 3 120 28.994 0.000 0.150 0.00065 0.018 0.512 / - 122 122 3 121 40.617 0.000 0.150 0.00065 0.018 0.718 / - 123 123 3 122 38.072 0.000 0.150 0.00065 0.018 0.673 / - 124 124 3 123 28.693 0.000 0.150 0.00065 0.018 0.507 / - 125 125 3 124 48.761 0.000 0.150 0.00065 0.018 0.862 / - 126 126 3 125 29.886 0.000 0.150 0.00065 0.018 0.528 / - 127 127 3 126 29.743 0.000 0.150 0.00065 0.018 0.526 / - 128 128 3 127 46.557 0.000 0.150 0.00065 0.018 0.823 / - 129 129 3 128 29.434 0.000 0.150 0.00065 0.018 0.520 / - 130 130 3 129 41.624 0.000 0.150 0.00065 0.018 0.736 / - 131 131 3 130 34.635 0.000 0.150 0.00065 0.018 0.612 / - 132 132 3 131 29.535 0.000 0.150 0.00065 0.018 0.522 / - 133 133 3 132 46.585 0.000 0.150 0.00065 0.018 0.823 / - 134 134 3 133 29.743 0.000 0.150 0.00065 0.018 0.526 / - 135 135 3 134 37.559 0.000 0.150 0.00065 0.018 0.664 / - 136 136 3 135 38.700 0.000 0.150 0.00065 0.018 0.684 / - 137 137 3 136 29.420 0.000 0.150 0.00065 0.018 0.520 / - 138 138 3 137 46.543 0.000 0.150 0.00065 0.018 0.822 / - 139 139 3 138 29.743 0.000 0.150 0.00065 0.018 0.526 / - 140 140 3 139 33.212 0.000 0.150 0.00065 0.018 0.587 / - 141 141 3 140 43.065 0.000 0.150 0.00065 0.018 0.761 / - 142 142 3 141 29.743 0.000 0.150 0.00065 0.018 0.526 / - 143 143 3 142 45.841 0.000 0.150 0.00065 0.018 0.810 / - 144 144 3 143 30.089 0.000 0.150 0.00065 0.018 0.532 / - 145 145 3 144 29.549 0.000 0.150 0.00065 0.018 0.522 / - 146 146 3 145 46.612 0.000 0.150 0.00065 0.018 0.824 / - 147 147 3 146 25.817 0.000 0.150 0.00065 0.018 0.456 / - 148 148 3 147 10.430 0.000 0.150 0.00065 0.018 0.184 / - 149 149 3 148 3.926 0.000 0.150 0.00065 0.018 0.069 / - 150 150 3 149 7.238 0.000 0.150 0.00065 0.018 0.128 / -/ - -WELSEGS - 'PR08' 1750.969 2781.744 49.157 'INC' 2* / - 2 2 1 1 538.339 5.131 0.150 0.00065 0.018 9.513 / - 3 3 1 2 42.115 0.000 0.150 0.00065 0.018 0.744 / - 4 4 1 3 28.994 0.000 0.150 0.00065 0.018 0.512 / - 5 5 1 4 36.115 0.000 0.150 0.00065 0.018 0.638 / - 6 6 1 5 41.472 0.000 0.150 0.00065 0.018 0.733 / - 7 7 1 6 29.284 0.000 0.150 0.00065 0.018 0.517 / - 8 8 1 7 46.155 0.000 0.150 0.00065 0.018 0.816 / - 9 9 1 8 31.396 0.000 0.150 0.00065 0.018 0.555 / - 10 10 1 9 29.345 0.000 0.150 0.00065 0.018 0.519 / - 11 11 1 10 48.356 0.000 0.150 0.00065 0.018 0.855 / - 12 12 1 11 29.237 0.000 0.150 0.00065 0.018 0.517 / - 13 13 1 12 37.244 0.000 0.150 0.00065 0.018 0.658 / - 14 14 1 13 40.275 0.000 0.150 0.00065 0.018 0.712 / - 15 15 1 14 28.978 0.000 0.150 0.00065 0.018 0.512 / - 16 16 1 15 47.423 0.000 0.150 0.00065 0.018 0.838 / - 17 17 1 16 30.422 0.000 0.150 0.00065 0.018 0.538 / - 18 18 1 17 29.346 0.000 0.150 0.00065 0.018 0.519 / - 19 19 1 18 48.299 0.000 0.150 0.00065 0.018 0.854 / - 20 20 1 19 29.214 0.000 0.150 0.00065 0.018 0.516 / - 21 21 1 20 38.391 0.000 0.150 0.00065 0.018 0.678 / - 22 22 1 21 39.314 0.000 0.150 0.00065 0.018 0.695 / - 23 23 1 22 28.795 0.000 0.150 0.00065 0.018 0.509 / - 24 24 1 23 48.108 0.000 0.150 0.00065 0.018 0.850 / - 25 25 1 24 29.828 0.000 0.150 0.00065 0.018 0.527 / - 26 26 1 25 29.276 0.000 0.150 0.00065 0.018 0.517 / - 27 27 1 26 48.484 0.000 0.150 0.00065 0.018 0.857 / - 28 28 1 27 29.088 0.000 0.150 0.00065 0.018 0.514 / - 29 29 1 28 38.860 0.000 0.150 0.00065 0.018 0.687 / - 30 30 1 29 38.815 0.000 0.150 0.00065 0.018 0.686 / - 31 31 1 30 29.211 0.000 0.150 0.00065 0.018 0.516 / - 32 32 1 31 48.461 0.000 0.150 0.00065 0.018 0.856 / - 33 33 1 32 29.154 0.000 0.150 0.00065 0.018 0.515 / - 34 34 1 33 29.491 0.000 0.150 0.00065 0.018 0.521 / - 35 35 1 34 47.932 0.000 0.150 0.00065 0.018 0.847 / - 36 36 1 35 29.201 0.000 0.150 0.00065 0.018 0.516 / - 37 37 1 36 39.670 0.000 0.150 0.00065 0.018 0.701 / - 38 38 1 37 38.245 0.000 0.150 0.00065 0.018 0.676 / - 39 39 1 38 29.267 0.000 0.150 0.00065 0.018 0.517 / - 40 40 1 39 48.361 0.000 0.150 0.00065 0.018 0.855 / - 41 41 1 40 29.098 0.000 0.150 0.00065 0.018 0.514 / - 42 42 1 41 30.548 0.000 0.150 0.00065 0.018 0.540 / - 43 43 1 42 47.264 0.000 0.150 0.00065 0.018 0.835 / - 44 44 1 43 28.934 0.000 0.150 0.00065 0.018 0.511 / - 45 45 1 44 40.332 0.000 0.150 0.00065 0.018 0.713 / - 46 46 1 45 37.303 0.000 0.150 0.00065 0.018 0.659 / - 47 47 1 46 29.339 0.000 0.150 0.00065 0.018 0.518 / - 48 48 1 47 48.502 0.000 0.150 0.00065 0.018 0.857 / - 49 49 1 48 29.033 0.000 0.150 0.00065 0.018 0.513 / - 50 50 1 49 8.501 0.000 0.150 0.00065 0.018 0.150 / - 51 51 1 50 24.111 0.000 0.150 0.00065 0.018 0.426 / - 52 52 1 51 20.096 0.000 0.150 0.00065 0.018 0.355 / - 53 53 1 52 5.038 0.000 0.150 0.00065 0.018 0.089 / - 54 54 1 53 3.076 0.000 0.150 0.00065 0.018 0.054 / - 55 55 2 1 387.100 5.131 0.150 0.00065 0.018 6.841 / - 56 56 2 55 30.281 0.000 0.150 0.00065 0.018 0.535 / - 57 57 2 56 10.355 0.000 0.150 0.00065 0.018 0.183 / - 58 58 2 57 22.478 0.000 0.150 0.00065 0.018 0.397 / - 59 59 2 58 43.799 0.000 0.150 0.00065 0.018 0.774 / - 60 60 2 59 29.099 0.000 0.150 0.00065 0.018 0.514 / - 61 61 2 60 35.009 0.000 0.150 0.00065 0.018 0.619 / - 62 62 2 61 42.700 0.000 0.150 0.00065 0.018 0.755 / - 63 63 2 62 30.663 0.000 0.150 0.00065 0.018 0.542 / - 64 64 2 63 39.464 0.000 0.150 0.00065 0.018 0.697 / - 65 65 2 64 33.977 0.000 0.150 0.00065 0.018 0.600 / - 66 66 2 65 34.151 0.000 0.150 0.00065 0.018 0.603 / - 67 67 2 66 38.757 0.000 0.150 0.00065 0.018 0.685 / - 68 68 2 67 31.285 0.000 0.150 0.00065 0.018 0.553 / - 69 69 2 68 43.485 0.000 0.150 0.00065 0.018 0.768 / - 70 70 2 69 30.432 0.000 0.150 0.00065 0.018 0.538 / - 71 71 2 70 32.429 0.000 0.150 0.00065 0.018 0.573 / - 72 72 2 71 41.894 0.000 0.150 0.00065 0.018 0.740 / - 73 73 2 72 30.551 0.000 0.150 0.00065 0.018 0.540 / - 74 74 2 73 44.507 0.000 0.150 0.00065 0.018 0.787 / - 75 75 2 74 30.176 0.000 0.150 0.00065 0.018 0.533 / - 76 76 2 75 34.489 0.000 0.150 0.00065 0.018 0.609 / - 77 77 2 76 40.465 0.000 0.150 0.00065 0.018 0.715 / - 78 78 2 77 29.914 0.000 0.150 0.00065 0.018 0.529 / - 79 79 2 78 45.414 0.000 0.150 0.00065 0.018 0.803 / - 80 80 2 79 30.076 0.000 0.150 0.00065 0.018 0.531 / - 81 81 2 80 33.996 0.000 0.150 0.00065 0.018 0.601 / - 82 82 2 81 41.710 0.000 0.150 0.00065 0.018 0.737 / - 83 83 2 82 29.667 0.000 0.150 0.00065 0.018 0.524 / - 84 84 2 83 46.487 0.000 0.150 0.00065 0.018 0.821 / - 85 85 2 84 29.742 0.000 0.150 0.00065 0.018 0.526 / - 86 86 2 85 30.560 0.000 0.150 0.00065 0.018 0.540 / - 87 87 2 86 45.697 0.000 0.150 0.00065 0.018 0.808 / - 88 88 2 87 29.723 0.000 0.150 0.00065 0.018 0.525 / - 89 89 2 88 42.873 0.000 0.150 0.00065 0.018 0.758 / - 90 90 2 89 33.802 0.000 0.150 0.00065 0.018 0.597 / - 91 91 2 90 29.166 0.000 0.150 0.00065 0.018 0.515 / - 92 92 2 91 47.852 0.000 0.150 0.00065 0.018 0.846 / - 93 93 2 92 29.377 0.000 0.150 0.00065 0.018 0.519 / - 94 94 2 93 35.449 0.000 0.150 0.00065 0.018 0.626 / - 95 95 2 94 42.034 0.000 0.150 0.00065 0.018 0.743 / - 96 96 2 95 29.269 0.000 0.150 0.00065 0.018 0.517 / - 97 97 2 96 40.215 0.000 0.150 0.00065 0.018 0.711 / - 98 98 2 97 27.491 0.000 0.150 0.00065 0.018 0.486 / - 99 99 2 98 3.691 0.000 0.150 0.00065 0.018 0.065 / - 100 100 2 99 1.642 0.000 0.150 0.00065 0.018 0.029 / - 101 101 2 100 4.988 0.000 0.150 0.00065 0.018 0.088 / - 102 102 2 101 7.254 0.000 0.150 0.00065 0.018 0.128 / - 103 103 2 102 6.171 0.000 0.150 0.00065 0.018 0.109 / - 104 104 2 103 21.601 0.000 0.150 0.00065 0.018 0.382 / - 105 105 2 104 43.229 0.000 0.150 0.00065 0.018 0.764 / - 106 106 2 105 29.394 0.000 0.150 0.00065 0.018 0.519 / - 107 107 2 106 34.269 0.000 0.150 0.00065 0.018 0.606 / - 108 108 2 107 44.971 0.000 0.150 0.00065 0.018 0.795 / - 109 109 2 108 28.497 0.000 0.150 0.00065 0.018 0.504 / - 110 110 2 109 17.819 0.000 0.150 0.00065 0.018 0.315 / - 111 111 2 110 10.239 0.000 0.150 0.00065 0.018 0.181 / - 112 112 2 111 13.412 0.000 0.150 0.00065 0.018 0.237 / - 113 113 3 1 214.206 5.022 0.150 0.00065 0.018 3.785 / - 114 114 3 113 32.033 -0.860 0.150 0.00065 0.018 0.566 / - 115 115 3 114 39.622 -0.661 0.150 0.00065 0.018 0.700 / - 116 116 3 115 27.090 0.581 0.150 0.00065 0.018 0.479 / - 117 117 3 116 41.600 0.769 0.150 0.00065 0.018 0.735 / - 118 118 3 117 53.373 0.280 0.150 0.00065 0.018 0.943 / - 119 119 3 118 29.825 0.000 0.150 0.00065 0.018 0.527 / - 120 120 3 119 8.454 0.000 0.150 0.00065 0.018 0.149 / - 121 121 3 120 21.979 0.000 0.150 0.00065 0.018 0.388 / - 122 122 3 121 42.507 0.000 0.150 0.00065 0.018 0.751 / - 123 123 3 122 50.520 0.000 0.150 0.00065 0.018 0.893 / - 124 124 3 123 50.125 0.000 0.150 0.00065 0.018 0.886 / - 125 125 3 124 49.951 0.000 0.150 0.00065 0.018 0.883 / - 126 126 3 125 50.282 0.000 0.150 0.00065 0.018 0.889 / - 127 127 3 126 51.276 0.000 0.150 0.00065 0.018 0.906 / - 128 128 3 127 37.445 0.000 0.150 0.00065 0.018 0.662 / - 129 129 3 128 26.467 0.000 0.150 0.00065 0.018 0.468 / - 130 130 3 129 42.270 0.000 0.150 0.00065 0.018 0.747 / - 131 131 3 130 47.845 0.000 0.150 0.00065 0.018 0.845 / - 132 132 3 131 27.478 0.000 0.150 0.00065 0.018 0.486 / - 133 133 3 132 34.950 0.000 0.150 0.00065 0.018 0.618 / - 134 134 3 133 50.367 0.000 0.150 0.00065 0.018 0.890 / - 135 135 3 134 27.870 0.000 0.150 0.00065 0.018 0.493 / - 136 136 3 135 33.275 0.000 0.150 0.00065 0.018 0.588 / - 137 137 3 136 50.495 0.000 0.150 0.00065 0.018 0.892 / - 138 138 3 137 28.092 0.000 0.150 0.00065 0.018 0.496 / - 139 139 3 138 33.479 0.000 0.150 0.00065 0.018 0.592 / - 140 140 3 139 49.389 0.000 0.150 0.00065 0.018 0.873 / - 141 141 3 140 28.173 0.000 0.150 0.00065 0.018 0.498 / - 142 142 3 141 35.354 0.000 0.150 0.00065 0.018 0.625 / - 143 143 3 142 46.667 0.000 0.150 0.00065 0.018 0.825 / - 144 144 3 143 28.113 0.000 0.150 0.00065 0.018 0.497 / - 145 145 3 144 38.519 0.000 0.150 0.00065 0.018 0.681 / - 146 146 3 145 42.132 0.000 0.150 0.00065 0.018 0.745 / - 147 147 3 146 28.288 0.000 0.150 0.00065 0.018 0.500 / - 148 148 3 147 43.765 0.000 0.150 0.00065 0.018 0.773 / - 149 149 3 148 36.133 0.000 0.150 0.00065 0.018 0.639 / - 150 150 3 149 28.826 0.000 0.150 0.00065 0.018 0.509 / - 151 151 3 150 50.395 0.000 0.150 0.00065 0.018 0.891 / - 152 152 3 151 28.740 0.000 0.150 0.00065 0.018 0.508 / - 153 153 3 152 29.116 0.000 0.150 0.00065 0.018 0.515 / - 154 154 3 153 48.878 0.000 0.150 0.00065 0.018 0.864 / - 155 155 3 154 29.431 0.000 0.150 0.00065 0.018 0.520 / - 156 156 3 155 38.603 0.000 0.150 0.00065 0.018 0.682 / - 157 157 3 156 38.716 0.000 0.150 0.00065 0.018 0.684 / - 158 158 3 157 29.515 0.000 0.150 0.00065 0.018 0.522 / - 159 159 3 158 47.238 0.000 0.150 0.00065 0.018 0.835 / - 160 160 3 159 29.409 0.000 0.150 0.00065 0.018 0.520 / - 161 161 3 160 31.374 0.000 0.150 0.00065 0.018 0.554 / - 162 162 3 161 44.942 0.000 0.150 0.00065 0.018 0.794 / - 163 163 3 162 30.054 0.000 0.150 0.00065 0.018 0.531 / - 164 164 3 163 44.209 0.000 0.150 0.00065 0.018 0.781 / - 165 165 3 164 31.091 0.000 0.150 0.00065 0.018 0.549 / - 166 166 3 165 29.972 0.000 0.150 0.00065 0.018 0.530 / - 167 167 3 166 45.311 0.000 0.150 0.00065 0.018 0.801 / - 168 168 3 167 30.248 0.000 0.150 0.00065 0.018 0.535 / - 169 169 3 168 43.613 0.000 0.150 0.00065 0.018 0.771 / - 170 170 3 169 30.863 0.000 0.150 0.00065 0.018 0.545 / - 171 171 3 170 27.740 0.000 0.150 0.00065 0.018 0.490 / - 172 172 3 171 30.023 0.000 0.150 0.00065 0.018 0.531 / - 173 173 3 172 6.225 0.000 0.150 0.00065 0.018 0.110 / - 174 174 3 173 4.919 0.000 0.150 0.00065 0.018 0.087 / - 175 175 3 174 10.464 0.000 0.150 0.00065 0.018 0.185 / - 176 176 3 175 14.223 0.000 0.150 0.00065 0.018 0.251 / -/ - -WELSEGS - 'WI9' 1768.000 0.000 0.000 'INC' 2* / - 2 2 1 1 5.230 0.000 0.159 0.00065 0.020 0.104 / - 3 3 1 2 30.372 0.000 0.159 0.00065 0.020 0.603 / - 4 4 1 3 50.012 0.000 0.159 0.00065 0.020 0.993 / - 5 5 1 4 50.006 0.000 0.159 0.00065 0.020 0.993 / - 6 6 1 5 50.131 0.000 0.159 0.00065 0.020 0.995 / - 7 7 1 6 50.438 0.000 0.159 0.00065 0.020 1.001 / - 8 8 1 7 50.689 0.000 0.159 0.00065 0.020 1.006 / - 9 9 1 8 50.415 0.000 0.159 0.00065 0.020 1.001 / - 10 10 1 9 50.415 0.000 0.159 0.00065 0.020 1.001 / - 11 11 1 10 50.284 0.000 0.159 0.00065 0.020 0.998 / - 12 12 1 11 50.429 0.000 0.159 0.00065 0.020 1.001 / - 13 13 1 12 42.834 0.000 0.159 0.00065 0.020 0.850 / - 14 14 1 13 25.390 0.000 0.159 0.00065 0.020 0.504 / - 15 15 1 14 27.332 0.000 0.159 0.00065 0.020 0.543 / - 16 16 1 15 21.025 0.000 0.159 0.00065 0.020 0.417 / - 17 17 1 16 2.216 0.000 0.159 0.00065 0.020 0.044 / - 18 18 1 17 0.908 0.000 0.159 0.00065 0.020 0.018 / - 19 19 1 18 0.399 0.000 0.159 0.00065 0.020 0.008 / - 20 20 1 19 3.172 0.000 0.159 0.00065 0.020 0.063 / - 21 21 1 20 28.495 0.000 0.159 0.00065 0.020 0.566 / - 22 22 1 21 50.544 0.000 0.159 0.00065 0.020 1.004 / - 23 23 1 22 38.817 0.000 0.159 0.00065 0.020 0.771 / - 24 24 1 23 25.561 0.000 0.159 0.00065 0.020 0.508 / - 25 25 1 24 22.892 0.000 0.159 0.00065 0.020 0.455 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'WI9' 46 181 17 17 'OPEN' 1* 181.993 0.241 47780.039 2* 'Y' 7.036 / - 'WI9' 46 182 17 17 'OPEN' 1* 542.376 0.241 142394.359 2* 'Y' 7.036 / - 'WI9' 46 183 17 17 'OPEN' 1* 296.057 0.241 77725.883 2* 'Y' 7.036 / - 'WI9' 46 184 17 17 'OPEN' 1* 462.713 0.241 121479.703 2* 'Y' 7.036 / - 'WI9' 46 185 17 17 'OPEN' 1* 937.687 0.241 246177.828 2* 'Y' 7.036 / - 'WI9' 46 186 17 17 'OPEN' 1* 1025.740 0.241 269296.531 2* 'Y' 7.037 / - 'WI9' 46 187 17 17 'OPEN' 1* 1259.276 0.241 330608.781 2* 'Y' 7.037 / - 'WI9' 46 188 17 17 'OPEN' 1* 1277.322 0.241 335342.906 2* 'Y' 7.036 / - 'WI9' 46 189 17 17 'OPEN' 1* 1376.834 0.241 361472.188 2* 'Y' 7.037 / - 'WI9' 46 190 17 17 'OPEN' 1* 1453.924 0.241 381707.000 2* 'Y' 7.036 / - 'WI9' 46 191 17 17 'OPEN' 1* 1520.106 0.241 399061.844 2* 'Y' 7.031 / - 'WI9' 46 192 17 17 'OPEN' 1* 817.791 0.241 214683.516 2* 'Y' 7.028 / - 'WI9' 47 192 17 17 'OPEN' 1* 515.397 0.241 135306.625 2* 'Y' 7.033 / - 'WI9' 47 193 17 17 'OPEN' 1* 1257.588 0.241 330133.344 2* 'Y' 7.027 / - 'WI9' 47 193 16 16 'OPEN' 1* 51.867 0.241 13619.359 2* 'Y' 7.054 / - 'WI9' 47 193 15 15 'OPEN' 1* 19.118 0.241 5021.909 2* 'Y' 7.092 / - 'WI9' 47 193 14 14 'OPEN' 1* 6.046 0.241 1589.046 2* 'X' 7.149 / - 'WI9' 47 193 13 13 'OPEN' 1* 5.213 0.241 1370.885 2* 'X' 7.200 / - 'WI9' 47 193 1 1 'OPEN' 1* 2.506 0.241 662.176 2* 'Y' 7.702 / - 'WI9' 47 194 1 1 'OPEN' 1* 19.244 0.241 5077.910 2* 'Y' 7.558 / - 'WI9' 47 195 1 1 'OPEN' 1* 19.057 0.241 5028.979 2* 'Y' 7.566 / - 'WI9' 47 196 1 1 'OPEN' 1* 10.357 0.241 2732.930 2* 'Y' 7.556 / - 'WI9' 47 196 17 17 'OPEN' 1* 597.715 0.241 156899.766 2* 'Y' 7.022 / - 'WI9' 47 197 17 17 'OPEN' 1* 671.047 0.241 176157.000 2* 'Y' 7.026 / - 'PR08' 63 177 15 15 'OPEN' 1* 647.963 0.216 171465.172 2* 'Y' 7.039 / - 'PR08' 63 178 15 15 'OPEN' 1* 771.605 0.216 204150.984 2* 'Y' 7.024 / - 'PR08' 64 178 15 15 'OPEN' 1* 265.880 0.216 70348.125 2* 'Y' 7.026 / - 'PR08' 64 179 15 15 'OPEN' 1* 1219.626 0.216 322749.469 2* 'Y' 7.042 / - 'PR08' 64 180 15 15 'OPEN' 1* 532.938 0.216 141008.844 2* 'Y' 7.027 / - 'PR08' 65 180 15 15 'OPEN' 1* 881.732 0.216 233294.703 2* 'Y' 7.026 / - 'PR08' 65 181 15 15 'OPEN' 1* 1550.454 0.216 410296.344 2* 'Y' 7.042 / - 'PR08' 65 182 15 15 'OPEN' 1* 127.234 0.216 33669.559 2* 'Y' 7.041 / - 'PR08' 66 182 15 15 'OPEN' 1* 1543.895 0.216 408549.375 2* 'Y' 7.040 / - 'PR08' 66 183 15 15 'OPEN' 1* 1147.131 0.216 303507.438 2* 'Y' 7.023 / - 'PR08' 67 183 15 15 'OPEN' 1* 266.504 0.216 70513.289 2* 'Y' 7.026 / - 'PR08' 67 184 15 15 'OPEN' 1* 1305.791 0.216 345551.469 2* 'Y' 7.042 / - 'PR08' 67 185 15 15 'OPEN' 1* 721.053 0.216 190781.031 2* 'Y' 7.026 / - 'PR08' 68 185 15 15 'OPEN' 1* 1091.247 0.216 288731.250 2* 'Y' 7.027 / - 'PR08' 68 186 15 15 'OPEN' 1* 133.808 0.216 35409.734 2* 'Y' 7.042 / - 'PR08' 68 187 15 15 'OPEN' 1* 18.875 0.216 4995.021 2* 'Y' 7.042 / - 'PR08' 69 187 15 15 'OPEN' 1* 677.937 0.216 179397.266 2* 'Y' 7.039 / - 'PR08' 69 188 15 15 'OPEN' 1* 1007.871 0.216 266662.656 2* 'Y' 7.024 / - 'PR08' 70 188 15 15 'OPEN' 1* 451.293 0.216 119405.562 2* 'Y' 7.026 / - 'PR08' 70 189 15 15 'OPEN' 1* 1468.096 0.216 388501.344 2* 'Y' 7.042 / - 'PR08' 70 190 15 15 'OPEN' 1* 447.128 0.216 118303.578 2* 'Y' 7.026 / - 'PR08' 71 190 15 15 'OPEN' 1* 556.037 0.216 147120.719 2* 'Y' 7.027 / - 'PR08' 71 191 15 15 'OPEN' 1* 981.987 0.216 259863.344 2* 'Y' 7.042 / - 'PR08' 71 192 15 15 'OPEN' 1* 26.464 0.216 7002.932 2* 'Y' 7.038 / - 'PR08' 72 192 15 15 'OPEN' 1* 1356.861 0.216 359055.750 2* 'Y' 7.040 / - 'PR08' 72 193 15 15 'OPEN' 1* 821.908 0.216 217460.266 2* 'Y' 7.024 / - 'PR08' 73 193 15 15 'OPEN' 1* 395.786 0.216 104720.242 2* 'Y' 7.027 / - 'PR08' 73 194 15 15 'OPEN' 1* 1082.407 0.216 286437.281 2* 'Y' 7.042 / - 'PR08' 73 195 15 15 'OPEN' 1* 309.313 0.216 81840.047 2* 'Y' 7.026 / - 'PR08' 74 195 15 15 'OPEN' 1* 454.430 0.216 120232.008 2* 'Y' 7.023 / - 'PR08' 74 196 15 15 'OPEN' 1* 1000.375 0.216 264720.344 2* 'Y' 7.039 / - 'PR08' 75 196 15 15 'OPEN' 1* 11.040 0.216 2921.397 2* 'Y' 7.041 / - 'PR08' 75 197 15 15 'OPEN' 1* 1088.626 0.216 288082.375 2* 'Y' 7.042 / - 'PR08' 75 198 15 15 'OPEN' 1* 834.645 0.216 220833.984 2* 'Y' 7.025 / - 'PR08' 76 198 15 15 'OPEN' 1* 309.616 0.216 81921.086 2* 'Y' 7.027 / - 'PR08' 76 199 15 15 'OPEN' 1* 1042.176 0.216 275790.500 2* 'Y' 7.042 / - 'PR08' 76 200 15 15 'OPEN' 1* 448.077 0.216 118573.813 2* 'Y' 7.042 / - 'PR08' 77 200 15 15 'OPEN' 1* 987.172 0.216 261227.969 2* 'Y' 7.040 / - 'PR08' 77 201 15 15 'OPEN' 1* 1720.165 0.216 455120.500 2* 'Y' 7.023 / - 'PR08' 78 201 15 15 'OPEN' 1* 63.932 0.216 16915.346 2* 'Y' 7.025 / - 'PR08' 78 202 15 15 'OPEN' 1* 1745.089 0.216 461803.094 2* 'Y' 7.042 / - 'PR08' 78 203 15 15 'OPEN' 1* 822.587 0.216 217646.469 2* 'Y' 7.026 / - 'PR08' 79 203 15 15 'OPEN' 1* 157.738 0.216 41735.504 2* 'Y' 7.027 / - 'PR08' 79 204 15 15 'OPEN' 1* 758.515 0.216 200725.766 2* 'Y' 7.042 / - 'PR08' 79 205 15 15 'OPEN' 1* 202.963 0.216 53709.828 2* 'Y' 7.042 / - 'PR08' 80 205 15 15 'OPEN' 1* 379.484 0.216 100420.039 2* 'Y' 7.040 / - 'PR08' 80 206 15 15 'OPEN' 1* 1330.153 0.216 351931.906 2* 'Y' 7.024 / - 'PR08' 81 206 15 15 'OPEN' 1* 105.717 0.216 27968.201 2* 'Y' 7.015 / - 'PR08' 81 207 15 15 'OPEN' 1* 419.584 0.216 111026.820 2* 'Y' 7.036 / - 'PR08' 81 207 14 14 'OPEN' 1* 996.549 0.216 263911.688 2* 'Y' 7.117 / - 'PR08' 81 207 13 13 'OPEN' 1* 115.989 0.216 30737.812 2* 'Y' 7.186 / - 'PR08' 81 207 1 1 'OPEN' 1* 1.743 0.216 464.060 2* 'Y' 7.692 / - 'PR08' 62 174 16 16 'OPEN' 1* 783.793 0.216 207428.359 2* 'X' 7.049 / - 'PR08' 63 174 16 16 'OPEN' 1* 306.017 0.216 81009.336 2* 'X' 7.077 / - 'PR08' 63 175 16 16 'OPEN' 1* 88.160 0.216 23328.057 2* 'X' 7.035 / - 'PR08' 63 175 15 15 'OPEN' 1* 753.347 0.216 199350.984 2* 'X' 7.039 / - 'PR08' 64 175 15 15 'OPEN' 1* 934.197 0.216 247132.078 2* 'X' 7.008 / - 'PR08' 64 176 15 15 'OPEN' 1* 179.309 0.216 47456.184 2* 'X' 7.054 / - 'PR08' 65 176 15 15 'OPEN' 1* 796.111 0.216 210697.203 2* 'X' 7.053 / - 'PR08' 66 176 15 15 'OPEN' 1* 614.560 0.216 162645.094 2* 'X' 7.051 / - 'PR08' 66 177 15 15 'OPEN' 1* 708.536 0.216 187513.141 2* 'X' 7.049 / - 'PR08' 67 177 15 15 'OPEN' 1* 1145.541 0.216 303164.219 2* 'X' 7.049 / - 'PR08' 67 178 15 15 'OPEN' 1* 613.357 0.216 162272.219 2* 'Y' 7.018 / - 'PR08' 68 178 15 15 'OPEN' 1* 1253.345 0.216 331596.031 2* 'Y' 7.019 / - 'PR08' 68 179 15 15 'OPEN' 1* 895.451 0.216 236969.578 2* 'Y' 7.045 / - 'PR08' 69 179 15 15 'OPEN' 1* 869.810 0.216 230174.859 2* 'Y' 7.041 / - 'PR08' 69 180 15 15 'OPEN' 1* 1491.842 0.216 394703.188 2* 'Y' 7.021 / - 'PR08' 70 180 15 15 'OPEN' 1* 111.527 0.216 29506.869 2* 'Y' 7.021 / - 'PR08' 70 181 15 15 'OPEN' 1* 1024.256 0.216 271051.594 2* 'Y' 7.043 / - 'PR08' 70 182 15 15 'OPEN' 1* 334.194 0.216 88438.812 2* 'Y' 7.044 / - 'PR08' 71 182 15 15 'OPEN' 1* 430.544 0.216 113935.891 2* 'Y' 7.043 / - 'PR08' 71 183 15 15 'OPEN' 1* 847.724 0.216 224292.125 2* 'Y' 7.024 / - 'PR08' 72 183 15 15 'OPEN' 1* 53.180 0.216 14070.082 2* 'Y' 7.022 / - 'PR08' 72 184 15 15 'OPEN' 1* 310.919 0.216 82276.867 2* 'Y' 7.040 / - 'PR08' 72 185 15 15 'OPEN' 1* 0.078 0.216 20.672 2* 'Y' 7.021 / - 'PR08' 73 185 15 15 'OPEN' 1* 96.946 0.216 25650.359 2* 'Y' 7.025 / - 'PR08' 73 186 15 15 'OPEN' 1* 15.090 0.216 3993.416 2* 'Y' 7.043 / - 'PR08' 74 186 15 15 'OPEN' 1* 0.030 0.216 8.051 2* 'Y' 7.041 / - 'PR08' 74 187 15 15 'OPEN' 1* 0.226 0.216 59.932 2* 'Y' 7.040 / - 'PR08' 74 188 15 15 'OPEN' 1* 0.089 0.216 23.479 2* 'Y' 7.022 / - 'PR08' 75 188 15 15 'OPEN' 1* 0.135 0.216 35.809 2* 'Y' 7.025 / - 'PR08' 75 189 15 15 'OPEN' 1* 0.215 0.216 56.939 2* 'Y' 7.043 / - 'PR08' 76 189 15 15 'OPEN' 1* 0.010 0.216 2.550 2* 'Y' 7.040 / - 'PR08' 76 190 15 15 'OPEN' 1* 0.221 0.216 58.558 2* 'Y' 7.025 / - 'PR08' 76 191 15 15 'OPEN' 1* 249.031 0.216 65900.898 2* 'Y' 7.042 / - 'PR08' 77 191 15 15 'OPEN' 1* 129.764 0.216 34338.652 2* 'Y' 7.040 / - 'PR08' 77 192 15 15 'OPEN' 1* 313.434 0.216 82941.828 2* 'Y' 7.040 / - 'PR08' 77 193 15 15 'OPEN' 1* 101.398 0.216 26827.729 2* 'Y' 7.023 / - 'PR08' 78 193 15 15 'OPEN' 1* 281.242 0.216 74412.719 2* 'Y' 7.026 / - 'PR08' 78 194 15 15 'OPEN' 1* 257.983 0.216 68270.117 2* 'Y' 7.043 / - 'PR08' 79 194 15 15 'OPEN' 1* 0.049 0.216 12.912 2* 'Y' 7.042 / - 'PR08' 79 195 15 15 'OPEN' 1* 0.220 0.216 58.153 2* 'Y' 7.026 / - 'PR08' 79 196 15 15 'OPEN' 1* 110.826 0.216 29327.898 2* 'Y' 7.042 / - 'PR08' 80 196 15 15 'OPEN' 1* 274.072 0.216 72525.445 2* 'Y' 7.039 / - 'PR08' 80 197 15 15 'OPEN' 1* 1002.425 0.216 265249.781 2* 'Y' 7.034 / - 'PR08' 80 197 14 14 'OPEN' 1* 149.793 0.216 39634.562 2* 'Y' 7.030 / - 'PR08' 80 197 13 13 'OPEN' 1* 2.502 0.216 662.335 2* 'X' 7.088 / - 'PR08' 80 197 1 1 'OPEN' 1* 1.177 0.216 313.249 2* 'Y' 7.608 / - 'PR08' 80 198 1 1 'OPEN' 1* 2.634 0.216 700.446 2* 'Y' 7.533 / - 'PR08' 81 198 1 1 'OPEN' 1* 2.778 0.216 738.664 2* 'Y' 7.533 / - 'PR08' 81 198 14 14 'OPEN' 1* 113.563 0.216 30038.574 2* 'Y' 6.997 / - 'PR08' 81 198 15 15 'OPEN' 1* 908.103 0.216 240250.875 2* 'Y' 7.017 / - 'PR08' 81 199 15 15 'OPEN' 1* 854.839 0.216 226215.750 2* 'Y' 7.042 / - 'PR08' 82 199 15 15 'OPEN' 1* 205.794 0.216 54459.551 2* 'Y' 7.043 / - 'PR08' 82 200 15 15 'OPEN' 1* 862.612 0.216 228271.375 2* 'Y' 7.042 / - 'PR08' 82 201 15 15 'OPEN' 1* 750.273 0.216 198514.266 2* 'Y' 7.027 / - 'PR08' 83 201 15 15 'OPEN' 1* 718.452 0.216 190064.828 2* 'Y' 7.011 / - 'PR08' 83 202 15 15 'OPEN' 1* 319.357 0.216 84495.352 2* 'Y' 7.023 / - 'PR08' 83 202 14 14 'OPEN' 1* 259.965 0.216 68782.438 2* 'Y' 7.025 / - 'PR08' 83 202 1 1 'OPEN' 1* 6.487 0.216 1725.229 2* 'Y' 7.561 / - 'PR08' 60 171 16 16 'OPEN' 1* 188.327 0.216 49834.637 2* 'Y' 7.038 / - 'PR08' 60 172 16 16 'OPEN' 1* 982.110 0.216 259884.469 2* 'Y' 7.038 / - 'PR08' 60 173 16 16 'OPEN' 1* 425.449 0.216 112570.539 2* 'Y' 7.028 / - 'PR08' 61 173 16 16 'OPEN' 1* 498.058 0.216 131788.484 2* 'Y' 7.033 / - 'PR08' 61 174 16 16 'OPEN' 1* 945.198 0.216 250121.625 2* 'Y' 7.040 / - 'PR08' 61 175 16 16 'OPEN' 1* 878.200 0.216 232375.625 2* 'Y' 7.033 / - 'PR08' 61 176 16 16 'OPEN' 1* 144.234 0.216 38175.949 2* 'Y' 7.061 / - 'PR08' 62 176 16 16 'OPEN' 1* 241.221 0.216 63846.262 2* 'Y' 7.061 / - 'PR08' 62 176 15 15 'OPEN' 1* 595.688 0.216 157666.375 2* 'Y' 7.061 / - 'PR08' 62 177 15 15 'OPEN' 1* 978.096 0.216 258818.813 2* 'Y' 7.037 / - 'PR08' 62 178 15 15 'OPEN' 1* 990.312 0.216 262049.781 2* 'Y' 7.036 / - 'PR08' 62 179 15 15 'OPEN' 1* 941.282 0.216 249076.172 2* 'Y' 7.036 / - 'PR08' 62 180 15 15 'OPEN' 1* 933.147 0.216 246922.953 2* 'Y' 7.036 / - 'PR08' 62 181 15 15 'OPEN' 1* 928.901 0.216 245801.250 2* 'Y' 7.037 / - 'PR08' 62 182 15 15 'OPEN' 1* 1081.581 0.216 286204.844 2* 'Y' 7.038 / - 'PR08' 62 183 15 15 'OPEN' 1* 515.267 0.216 136341.844 2* 'Y' 7.033 / - 'PR08' 63 183 15 15 'OPEN' 1* 613.734 0.216 162389.641 2* 'Y' 7.029 / - 'PR08' 63 184 15 15 'OPEN' 1* 1332.900 0.216 352705.188 2* 'Y' 7.037 / - 'PR08' 63 185 15 15 'OPEN' 1* 1129.756 0.216 298917.469 2* 'Y' 7.026 / - 'PR08' 64 185 15 15 'OPEN' 1* 422.473 0.216 111786.156 2* 'Y' 7.031 / - 'PR08' 64 186 15 15 'OPEN' 1* 1815.672 0.216 480472.656 2* 'Y' 7.041 / - 'PR08' 64 187 15 15 'OPEN' 1* 1454.955 0.216 385018.031 2* 'Y' 7.041 / - 'PR08' 65 187 15 15 'OPEN' 1* 379.741 0.216 100489.148 2* 'Y' 7.041 / - 'PR08' 65 188 15 15 'OPEN' 1* 1840.398 0.216 486957.500 2* 'Y' 7.029 / - 'PR08' 65 189 15 15 'OPEN' 1* 1445.042 0.216 382395.219 2* 'Y' 7.041 / - 'PR08' 66 189 15 15 'OPEN' 1* 384.628 0.216 101779.344 2* 'Y' 7.038 / - 'PR08' 66 190 15 15 'OPEN' 1* 2008.484 0.216 531414.938 2* 'Y' 7.026 / - 'PR08' 66 191 15 15 'OPEN' 1* 1608.803 0.216 425718.938 2* 'Y' 7.038 / - 'PR08' 67 191 15 15 'OPEN' 1* 560.667 0.216 148367.094 2* 'Y' 7.041 / - 'PR08' 67 192 15 15 'OPEN' 1* 2396.160 0.216 634088.625 2* 'Y' 7.041 / - 'PR08' 67 193 15 15 'OPEN' 1* 1498.845 0.216 396582.250 2* 'Y' 7.028 / - 'PR08' 68 193 15 15 'OPEN' 1* 827.834 0.216 219036.109 2* 'Y' 7.027 / - 'PR08' 68 194 15 15 'OPEN' 1* 2124.002 0.216 562068.625 2* 'Y' 7.041 / - 'PR08' 68 195 15 15 'OPEN' 1* 747.393 0.216 197752.922 2* 'Y' 7.027 / - 'PR08' 69 195 15 15 'OPEN' 1* 768.177 0.216 203246.750 2* 'Y' 7.025 / - 'PR08' 69 196 15 15 'OPEN' 1* 1476.312 0.216 390663.156 2* 'Y' 7.039 / - 'PR08' 69 197 15 15 'OPEN' 1* 457.284 0.216 121007.281 2* 'Y' 7.039 / - 'PR08' 70 197 15 15 'OPEN' 1* 1262.100 0.216 333986.594 2* 'Y' 7.042 / - 'PR08' 70 198 15 15 'OPEN' 1* 1533.709 0.216 405801.625 2* 'Y' 7.027 / - 'PR08' 71 198 15 15 'OPEN' 1* 3.351 0.216 886.519 2* 'X' 7.008 / - 'PR08' 71 199 15 15 'OPEN' 1* 1388.294 0.216 367383.125 2* 'Y' 7.042 / - 'PR08' 71 200 15 15 'OPEN' 1* 1003.804 0.216 265635.781 2* 'Y' 7.042 / - 'PR08' 72 200 15 15 'OPEN' 1* 490.155 0.216 129707.188 2* 'Y' 7.040 / - 'PR08' 72 201 15 15 'OPEN' 1* 1447.876 0.216 383079.375 2* 'Y' 7.024 / - 'PR08' 72 202 15 15 'OPEN' 1* 511.004 0.216 135222.812 2* 'Y' 7.039 / - 'PR08' 73 202 15 15 'OPEN' 1* 1044.783 0.216 276481.469 2* 'Y' 7.043 / - 'PR08' 73 203 15 15 'OPEN' 1* 1526.432 0.216 403871.188 2* 'Y' 7.026 / - 'PR08' 74 203 15 15 'OPEN' 1* 96.100 0.216 25425.373 2* 'Y' 7.020 / - 'PR08' 74 204 15 15 'OPEN' 1* 1610.935 0.216 426289.656 2* 'Y' 7.040 / - 'PR08' 74 205 15 15 'OPEN' 1* 957.887 0.216 253479.516 2* 'Y' 7.040 / - 'PR08' 75 205 15 15 'OPEN' 1* 834.772 0.216 220907.891 2* 'Y' 7.043 / - 'PR08' 75 206 15 15 'OPEN' 1* 1945.448 0.216 514732.906 2* 'Y' 7.025 / - 'PR08' 75 207 15 15 'OPEN' 1* 89.847 0.216 23775.215 2* 'Y' 7.039 / - 'PR08' 76 207 15 15 'OPEN' 1* 1061.672 0.216 280953.250 2* 'Y' 7.044 / - 'PR08' 76 208 15 15 'OPEN' 1* 821.180 0.216 217271.656 2* 'Y' 7.025 / - 'PR08' 77 208 15 15 'OPEN' 1* 493.581 0.216 130588.922 2* 'Y' 7.022 / - 'PR08' 77 209 15 15 'OPEN' 1* 1257.008 0.216 332636.406 2* 'Y' 7.041 / - 'PR08' 77 210 15 15 'OPEN' 1* 35.768 0.216 9465.364 2* 'Y' 7.044 / - 'PR08' 78 210 15 15 'OPEN' 1* 820.676 0.216 217166.094 2* 'Y' 7.038 / - 'PR08' 78 210 14 14 'OPEN' 1* 176.482 0.216 46703.559 2* 'Y' 7.045 / - 'PR08' 78 211 14 14 'OPEN' 1* 172.010 0.216 45542.500 2* 'Y' 7.094 / - 'PR08' 78 211 13 13 'OPEN' 1* 112.038 0.216 29691.068 2* 'Y' 7.187 / - 'PR08' 78 211 1 1 'OPEN' 1* 6.492 0.216 1729.263 2* 'Y' 7.725 / - 'PR08' 79 211 1 1 'OPEN' 1* 4.121 0.216 1096.586 2* 'Y' 7.620 / - 'PR33' 54 178 16 16 'OPEN' 1* 31.076 0.216 8222.879 2* 'Y' 7.033 / - 'PR33' 54 179 16 16 'OPEN' 1* 1136.653 0.216 300780.125 2* 'Y' 7.038 / - 'PR33' 54 180 16 16 'OPEN' 1* 581.441 0.216 153884.359 2* 'Y' 7.054 / - 'PR33' 54 180 15 15 'OPEN' 1* 479.510 0.216 126905.969 2* 'Y' 7.053 / - 'PR33' 54 181 15 15 'OPEN' 1* 658.677 0.216 174345.188 2* 'Y' 7.065 / - 'PR33' 55 181 15 15 'OPEN' 1* 522.300 0.216 138208.531 2* 'Y' 7.037 / - 'PR33' 55 182 15 15 'OPEN' 1* 1258.335 0.216 332978.438 2* 'Y' 7.038 / - 'PR33' 55 183 15 15 'OPEN' 1* 784.169 0.216 207481.266 2* 'Y' 7.026 / - 'PR33' 56 183 15 15 'OPEN' 1* 503.529 0.216 133230.875 2* 'Y' 7.029 / - 'PR33' 56 184 15 15 'OPEN' 1* 1259.043 0.216 333174.812 2* 'Y' 7.041 / - 'PR33' 56 185 15 15 'OPEN' 1* 782.186 0.216 206957.766 2* 'Y' 7.027 / - 'PR33' 57 185 15 15 'OPEN' 1* 454.247 0.216 120188.469 2* 'Y' 7.027 / - 'PR33' 57 186 15 15 'OPEN' 1* 850.613 0.216 225090.359 2* 'Y' 7.039 / - 'PR33' 57 187 15 15 'OPEN' 1* 878.848 0.216 232565.719 2* 'Y' 7.041 / - 'PR33' 58 187 15 15 'OPEN' 1* 599.485 0.216 158634.438 2* 'Y' 7.038 / - 'PR33' 58 188 15 15 'OPEN' 1* 1635.187 0.216 432646.688 2* 'Y' 7.026 / - 'PR33' 58 189 15 15 'OPEN' 1* 996.430 0.216 263673.719 2* 'Y' 7.038 / - 'PR33' 59 189 15 15 'OPEN' 1* 726.022 0.216 192123.609 2* 'Y' 7.041 / - 'PR33' 59 190 15 15 'OPEN' 1* 1868.942 0.216 494509.562 2* 'Y' 7.029 / - 'PR33' 59 191 15 15 'OPEN' 1* 1150.722 0.216 304511.531 2* 'Y' 7.041 / - 'PR33' 60 191 15 15 'OPEN' 1* 878.705 0.216 232520.719 2* 'Y' 7.038 / - 'PR33' 60 192 15 15 'OPEN' 1* 2063.574 0.216 546058.188 2* 'Y' 7.038 / - 'PR33' 60 193 15 15 'OPEN' 1* 1117.660 0.216 295715.781 2* 'Y' 7.025 / - 'PR33' 61 193 15 15 'OPEN' 1* 1006.816 0.216 266391.781 2* 'Y' 7.027 / - 'PR33' 61 194 15 15 'OPEN' 1* 2148.738 0.216 568619.000 2* 'Y' 7.042 / - 'PR33' 61 195 15 15 'OPEN' 1* 503.594 0.216 133244.000 2* 'Y' 7.026 / - 'PR33' 62 195 15 15 'OPEN' 1* 1597.099 0.216 422574.062 2* 'Y' 7.027 / - 'PR33' 62 196 15 15 'OPEN' 1* 1956.047 0.216 517627.469 2* 'Y' 7.042 / - 'PR33' 63 196 15 15 'OPEN' 1* 155.733 0.216 41209.297 2* 'Y' 7.037 / - 'PR33' 63 197 15 15 'OPEN' 1* 2247.007 0.216 594608.188 2* 'Y' 7.040 / - 'PR33' 63 198 15 15 'OPEN' 1* 1202.980 0.216 318285.562 2* 'Y' 7.024 / - 'PR33' 64 198 15 15 'OPEN' 1* 756.480 0.216 200155.203 2* 'Y' 7.026 / - 'PR33' 64 199 15 15 'OPEN' 1* 1572.661 0.216 416172.188 2* 'Y' 7.042 / - 'PR33' 64 200 15 15 'OPEN' 1* 488.682 0.216 129318.945 2* 'Y' 7.042 / - 'PR33' 65 200 15 15 'OPEN' 1* 930.685 0.216 246286.500 2* 'Y' 7.042 / - 'PR33' 65 201 15 15 'OPEN' 1* 1320.136 0.216 349291.219 2* 'Y' 7.026 / - 'PR33' 65 202 15 15 'OPEN' 1* 19.208 0.216 5082.933 2* 'Y' 7.040 / - 'PR33' 66 202 15 15 'OPEN' 1* 1493.714 0.216 395271.656 2* 'Y' 7.040 / - 'PR33' 66 203 15 15 'OPEN' 1* 928.689 0.216 245709.281 2* 'Y' 7.022 / - 'PR33' 67 203 15 15 'OPEN' 1* 677.195 0.216 179175.141 2* 'Y' 7.025 / - 'PR33' 67 204 15 15 'OPEN' 1* 1453.141 0.216 384545.531 2* 'Y' 7.043 / - 'PR33' 67 205 15 15 'OPEN' 1* 213.342 0.216 56456.984 2* 'Y' 7.043 / - 'PR33' 68 205 15 15 'OPEN' 1* 1159.568 0.216 306857.500 2* 'Y' 7.043 / - 'PR33' 68 206 15 15 'OPEN' 1* 812.748 0.216 215040.484 2* 'Y' 7.025 / - 'PR33' 69 206 15 15 'OPEN' 1* 386.105 0.216 102154.641 2* 'Y' 7.023 / - 'PR33' 69 207 15 15 'OPEN' 1* 1274.129 0.216 337164.969 2* 'Y' 7.040 / - 'PR33' 69 208 15 15 'OPEN' 1* 545.620 0.216 144359.375 2* 'Y' 7.023 / - 'PR33' 70 208 15 15 'OPEN' 1* 1319.390 0.216 349089.469 2* 'Y' 7.025 / - 'PR33' 70 209 15 15 'OPEN' 1* 1603.218 0.216 424261.312 2* 'Y' 7.043 / - 'PR33' 71 209 15 15 'OPEN' 1* 287.151 0.216 75988.148 2* 'Y' 7.042 / - 'PR33' 71 210 15 15 'OPEN' 1* 1704.095 0.216 450957.125 2* 'Y' 7.043 / - 'PR33' 71 211 15 15 'OPEN' 1* 697.653 0.216 184587.313 2* 'Y' 7.025 / - 'PR33' 72 211 15 15 'OPEN' 1* 969.598 0.216 256535.531 2* 'Y' 7.023 / - 'PR33' 72 212 15 15 'OPEN' 1* 1255.790 0.216 332312.250 2* 'Y' 7.040 / - 'PR33' 73 212 15 15 'OPEN' 1* 20.091 0.216 5316.686 2* 'Y' 7.040 / - 'PR33' 73 213 15 15 'OPEN' 1* 1182.736 0.216 312933.562 2* 'Y' 7.025 / - 'PR33' 73 214 15 15 'OPEN' 1* 647.462 0.216 171337.953 2* 'Y' 7.042 / - 'PR33' 74 214 15 15 'OPEN' 1* 548.688 0.216 145196.703 2* 'Y' 7.041 / - 'PR33' 74 215 15 15 'OPEN' 1* 1241.770 0.216 328601.844 2* 'Y' 7.040 / - 'PR33' 74 216 15 15 'OPEN' 1* 142.159 0.216 37611.840 2* 'Y' 7.022 / - 'PR33' 75 216 15 15 'OPEN' 1* 119.129 0.216 31515.398 2* 'Y' 7.012 / - 'PR33' 52 175 16 16 'OPEN' 1* 976.526 0.216 258389.312 2* 'Y' 7.031 / - 'PR33' 52 176 16 16 'OPEN' 1* 1191.746 0.216 315343.156 2* 'Y' 7.033 / - 'PR33' 52 177 16 16 'OPEN' 1* 992.972 0.216 262746.219 2* 'Y' 7.033 / - 'PR33' 52 178 16 16 'OPEN' 1* 1022.324 0.216 270507.875 2* 'Y' 7.032 / - 'PR33' 52 179 16 16 'OPEN' 1* 545.491 0.216 144360.688 2* 'Y' 7.048 / - 'PR33' 52 179 15 15 'OPEN' 1* 469.679 0.216 124297.648 2* 'Y' 7.048 / - 'PR33' 52 180 15 15 'OPEN' 1* 954.184 0.216 252518.391 2* 'Y' 7.047 / - 'PR33' 52 181 15 15 'OPEN' 1* 933.457 0.216 246999.469 2* 'Y' 7.034 / - 'PR33' 52 182 15 15 'OPEN' 1* 506.015 0.216 133895.375 2* 'Y' 7.034 / - 'PR33' 53 182 15 15 'OPEN' 1* 621.969 0.216 164583.141 2* 'Y' 7.037 / - 'PR33' 53 183 15 15 'OPEN' 1* 1110.251 0.216 293782.188 2* 'Y' 7.034 / - 'PR33' 53 184 15 15 'OPEN' 1* 1098.361 0.216 290644.562 2* 'Y' 7.037 / - 'PR33' 53 185 15 15 'OPEN' 1* 811.253 0.216 214664.625 2* 'Y' 7.034 / - 'PR33' 53 186 15 15 'OPEN' 1* 911.483 0.216 241193.469 2* 'Y' 7.037 / - 'PR33' 54 186 15 15 'OPEN' 1* 126.973 0.216 33599.348 2* 'Y' 7.038 / - 'PR33' 54 187 15 15 'OPEN' 1* 1326.450 0.216 351000.656 2* 'Y' 7.037 / - 'PR33' 54 188 15 15 'OPEN' 1* 1485.539 0.216 393086.750 2* 'Y' 7.034 / - 'PR33' 54 189 15 15 'OPEN' 1* 1542.021 0.216 408044.656 2* 'Y' 7.037 / - 'PR33' 54 190 15 15 'OPEN' 1* 1510.051 0.216 399572.750 2* 'Y' 7.034 / - 'PR33' 54 191 15 15 'OPEN' 1* 395.220 0.216 104581.586 2* 'Y' 7.037 / - 'PR33' 55 191 15 15 'OPEN' 1* 1194.229 0.216 316001.812 2* 'Y' 7.034 / - 'PR33' 55 192 15 15 'OPEN' 1* 1599.929 0.216 423352.438 2* 'Y' 7.034 / - 'PR33' 55 193 15 15 'OPEN' 1* 1641.792 0.216 434417.500 2* 'Y' 7.031 / - 'PR33' 55 194 15 15 'OPEN' 1* 1570.558 0.216 415581.312 2* 'Y' 7.034 / - 'PR33' 55 195 15 15 'OPEN' 1* 955.159 0.216 252734.156 2* 'Y' 7.031 / - 'PR33' 56 195 15 15 'OPEN' 1* 102.475 0.216 27115.992 2* 'Y' 7.035 / - 'PR33' 54 177 16 16 'OPEN' 1* 682.974 0.216 180743.109 2* 'Y' 7.047 / - 'PR33' 54 178 16 16 'OPEN' 1* 669.413 0.216 177106.203 2* 'Y' 7.020 / - 'PR33' 55 178 16 16 'OPEN' 1* 786.230 0.216 208008.062 2* 'Y' 7.018 / - 'PR33' 55 179 16 16 'OPEN' 1* 759.140 0.216 200896.031 2* 'Y' 7.045 / - 'PR33' 56 179 16 16 'OPEN' 1* 300.801 0.216 79613.555 2* 'Y' 7.058 / - 'PR33' 56 180 16 16 'OPEN' 1* 58.331 0.216 15436.979 2* 'Y' 7.047 / - 'PR33' 56 180 15 15 'OPEN' 1* 826.355 0.216 218685.734 2* 'Y' 7.046 / - 'PR33' 57 180 15 15 'OPEN' 1* 131.299 0.216 34739.664 2* 'Y' 7.025 / - 'PR33' 57 181 15 15 'OPEN' 1* 1360.903 0.216 360144.344 2* 'Y' 7.045 / - 'PR33' 57 182 15 15 'OPEN' 1* 247.318 0.216 65448.863 2* 'Y' 7.044 / - 'PR33' 58 182 15 15 'OPEN' 1* 1392.258 0.216 368433.469 2* 'Y' 7.043 / - 'PR33' 58 183 15 15 'OPEN' 1* 902.959 0.216 238907.375 2* 'Y' 7.025 / - 'PR33' 59 183 15 15 'OPEN' 1* 561.331 0.216 148524.969 2* 'Y' 7.029 / - 'PR33' 59 184 15 15 'OPEN' 1* 1480.590 0.216 391802.969 2* 'Y' 7.041 / - 'PR33' 59 185 15 15 'OPEN' 1* 912.909 0.216 241549.859 2* 'Y' 7.029 / - 'PR33' 60 185 15 15 'OPEN' 1* 603.666 0.216 159720.906 2* 'Y' 7.025 / - 'PR33' 60 186 15 15 'OPEN' 1* 1685.618 0.216 446045.125 2* 'Y' 7.038 / - 'PR33' 60 187 15 15 'OPEN' 1* 1006.806 0.216 266418.688 2* 'Y' 7.038 / - 'PR33' 61 187 15 15 'OPEN' 1* 687.311 0.216 181880.359 2* 'Y' 7.041 / - 'PR33' 61 188 15 15 'OPEN' 1* 1690.448 0.216 447281.219 2* 'Y' 7.029 / - 'PR33' 61 189 15 15 'OPEN' 1* 970.145 0.216 256725.516 2* 'Y' 7.041 / - 'PR33' 62 189 15 15 'OPEN' 1* 838.589 0.216 221912.781 2* 'Y' 7.041 / - 'PR33' 62 190 15 15 'OPEN' 1* 1976.790 0.216 523041.844 2* 'Y' 7.028 / - 'PR33' 62 191 15 15 'OPEN' 1* 895.859 0.216 237069.328 2* 'Y' 7.042 / - 'PR33' 63 191 15 15 'OPEN' 1* 1280.517 0.216 338851.688 2* 'Y' 7.039 / - 'PR33' 63 192 15 15 'OPEN' 1* 2268.666 0.216 600336.938 2* 'Y' 7.039 / - 'PR33' 63 193 15 15 'OPEN' 1* 319.630 0.216 84568.320 2* 'Y' 7.024 / - 'PR33' 64 193 15 15 'OPEN' 1* 1974.614 0.216 522459.312 2* 'Y' 7.027 / - 'PR33' 64 194 15 15 'OPEN' 1* 2095.912 0.216 554638.688 2* 'Y' 7.042 / - 'PR33' 65 194 15 15 'OPEN' 1* 329.335 0.216 87151.430 2* 'Y' 7.042 / - 'PR33' 65 195 15 15 'OPEN' 1* 2278.778 0.216 602938.000 2* 'Y' 7.027 / - 'PR33' 65 196 15 15 'OPEN' 1* 1096.860 0.216 290260.438 2* 'Y' 7.042 / - 'PR33' 66 196 15 15 'OPEN' 1* 718.189 0.216 190048.328 2* 'Y' 7.039 / - 'PR33' 66 197 15 15 'OPEN' 1* 1505.958 0.216 398508.438 2* 'Y' 7.039 / - 'PR33' 66 198 15 15 'OPEN' 1* 467.772 0.216 123763.359 2* 'Y' 7.024 / - 'PR33' 67 198 15 15 'OPEN' 1* 1072.648 0.216 283810.250 2* 'Y' 7.027 / - 'PR33' 67 199 15 15 'OPEN' 1* 1436.945 0.216 380257.000 2* 'Y' 7.042 / - 'PR33' 67 200 15 15 'OPEN' 1* 37.437 0.216 9907.202 2* 'Y' 7.046 / - 'PR33' 68 200 15 15 'OPEN' 1* 1469.614 0.216 388905.219 2* 'Y' 7.043 / - 'PR33' 68 201 15 15 'OPEN' 1* 919.093 0.216 243178.531 2* 'Y' 7.026 / - 'PR33' 69 201 15 15 'OPEN' 1* 621.869 0.216 164532.844 2* 'Y' 7.023 / - 'PR33' 69 202 15 15 'OPEN' 1* 1561.387 0.216 413180.969 2* 'Y' 7.040 / - 'PR33' 69 203 15 15 'OPEN' 1* 278.844 0.216 73775.773 2* 'Y' 7.023 / - 'PR33' 70 203 15 15 'OPEN' 1* 1339.373 0.216 354378.375 2* 'Y' 7.026 / - 'PR33' 70 204 15 15 'OPEN' 1* 1085.122 0.216 287157.219 2* 'Y' 7.043 / - 'PR33' 71 204 15 15 'OPEN' 1* 422.710 0.216 111861.609 2* 'Y' 7.042 / - 'PR33' 71 205 15 15 'OPEN' 1* 1711.676 0.216 452962.562 2* 'Y' 7.043 / - 'PR33' 71 206 15 15 'OPEN' 1* 526.828 0.216 139389.828 2* 'Y' 7.025 / - 'PR33' 72 206 15 15 'OPEN' 1* 1277.069 0.216 337884.344 2* 'Y' 7.023 / - 'PR33' 72 207 15 15 'OPEN' 1* 1636.193 0.216 432976.000 2* 'Y' 7.040 / - 'PR33' 73 207 15 15 'OPEN' 1* 222.850 0.216 58973.648 2* 'Y' 7.044 / - 'PR33' 73 208 15 15 'OPEN' 1* 1858.919 0.216 491845.062 2* 'Y' 7.026 / - 'PR33' 73 209 15 15 'OPEN' 1* 874.852 0.216 231513.656 2* 'Y' 7.043 / - 'PR33' 74 209 15 15 'OPEN' 1* 935.277 0.216 247496.578 2* 'Y' 7.040 / - 'PR33' 74 210 15 15 'OPEN' 1* 1865.646 0.216 493695.281 2* 'Y' 7.040 / - 'PR33' 74 211 15 15 'OPEN' 1* 26.843 0.216 7102.290 2* 'Y' 7.025 / - 'PR33' 75 211 15 15 'OPEN' 1* 1567.894 0.216 414841.375 2* 'Y' 7.026 / - 'PR33' 75 212 15 15 'OPEN' 1* 873.089 0.216 231046.656 2* 'Y' 7.043 / - 'PR33' 76 212 15 15 'OPEN' 1* 421.221 0.216 111463.461 2* 'Y' 7.039 / - 'PR33' 76 212 14 14 'OPEN' 1* 126.809 0.216 33566.766 2* 'Y' 7.071 / - 'PR33' 76 212 1 1 'OPEN' 1* 1.345 0.216 357.946 2* 'Y' 7.629 / - 'PR33' 76 213 1 1 'OPEN' 1* 4.098 0.216 1090.173 2* 'Y' 7.588 / - 'PR19' 62 71 14 14 'OPEN' 1* 835.013 0.216 220932.453 2* 'Y' 7.026 / - 'PR19' 62 70 14 14 'OPEN' 1* 698.290 0.216 184723.328 2* 'Y' 7.007 / - 'PR19' 63 70 14 14 'OPEN' 1* 814.196 0.216 215385.438 2* 'Y' 7.008 / - 'PR19' 63 69 14 14 'OPEN' 1* 1000.692 0.216 264803.594 2* 'Y' 7.039 / - 'PR19' 64 69 14 14 'OPEN' 1* 326.066 0.216 86288.758 2* 'Y' 7.045 / - 'PR19' 64 68 14 14 'OPEN' 1* 1444.226 0.216 382194.250 2* 'Y' 7.045 / - 'PR19' 64 67 14 14 'OPEN' 1* 64.839 0.216 17154.799 2* 'Y' 7.022 / - 'PR19' 65 67 14 14 'OPEN' 1* 1638.755 0.216 433572.062 2* 'Y' 7.021 / - 'PR19' 65 66 14 14 'OPEN' 1* 429.803 0.216 113742.125 2* 'Y' 7.045 / - 'PR19' 66 66 14 14 'OPEN' 1* 1203.470 0.216 318475.594 2* 'Y' 7.043 / - 'PR19' 66 65 14 14 'OPEN' 1* 847.615 0.216 224245.984 2* 'Y' 7.016 / - 'PR19' 67 65 14 14 'OPEN' 1* 798.173 0.216 211175.656 2* 'Y' 7.021 / - 'PR19' 67 64 14 14 'OPEN' 1* 1526.259 0.216 403875.938 2* 'Y' 7.038 / - 'PR19' 68 64 14 14 'OPEN' 1* 50.726 0.216 13423.464 2* 'Y' 7.041 / - 'PR19' 68 63 14 14 'OPEN' 1* 1641.758 0.216 434453.406 2* 'Y' 7.041 / - 'PR19' 68 62 14 14 'OPEN' 1* 1302.201 0.216 344540.906 2* 'Y' 7.025 / - 'PR19' 69 62 14 14 'OPEN' 1* 283.194 0.216 74923.547 2* 'Y' 7.019 / - 'PR19' 69 61 14 14 'OPEN' 1* 1433.763 0.216 379370.938 2* 'Y' 7.030 / - 'PR19' 69 60 14 14 'OPEN' 1* 1336.068 0.216 353522.219 2* 'Y' 7.031 / - 'PR19' 69 59 14 14 'OPEN' 1* 1267.468 0.216 335361.125 2* 'Y' 7.028 / - 'PR19' 69 58 14 14 'OPEN' 1* 353.567 0.216 93544.555 2* 'Y' 7.021 / - 'PR19' 70 58 14 14 'OPEN' 1* 832.123 0.216 220192.906 2* 'Y' 7.037 / - 'PR19' 70 57 15 15 'OPEN' 1* 1069.663 0.216 283035.875 2* 'Y' 7.032 / - 'PR19' 70 56 15 15 'OPEN' 1* 1076.666 0.216 284885.094 2* 'Y' 7.031 / - 'PR19' 70 55 15 15 'OPEN' 1* 1066.512 0.216 282172.500 2* 'Y' 7.022 / - 'PR19' 70 54 15 15 'OPEN' 1* 417.710 0.216 110527.195 2* 'Y' 7.032 / - 'PR19' 70 54 16 16 'OPEN' 1* 41.417 0.216 10961.854 2* 'Y' 7.059 / - 'PR19' 70 51 16 16 'OPEN' 1* 197.000 0.216 52200.402 2* 'Y' 7.175 / - 'PR19' 70 51 15 15 'OPEN' 1* 12.301 0.216 3256.659 2* 'Y' 7.086 / - 'PR19' 70 50 15 15 'OPEN' 1* 910.280 0.216 240856.594 2* 'Y' 7.030 / - 'PR19' 70 49 15 15 'OPEN' 1* 925.330 0.216 244854.969 2* 'Y' 7.036 / - 'PR19' 70 48 15 15 'OPEN' 1* 929.824 0.216 246043.484 2* 'Y' 7.036 / - 'PR19' 70 47 15 15 'OPEN' 1* 934.247 0.216 247213.750 2* 'Y' 7.036 / - 'PR19' 70 46 15 15 'OPEN' 1* 807.381 0.216 213644.094 2* 'Y' 7.036 / - 'PR19' 70 45 15 15 'OPEN' 1* 826.439 0.216 218687.125 2* 'Y' 7.036 / - 'PR19' 70 44 15 15 'OPEN' 1* 891.646 0.216 235941.687 2* 'Y' 7.036 / - 'PR19' 70 43 14 14 'OPEN' 1* 593.347 0.216 157000.266 2* 'Y' 7.032 / - 'PR19' 70 43 1 1 'OPEN' 1* 10.440 0.216 2776.915 2* 'Y' 7.570 / - 'PR19' 70 42 1 1 'OPEN' 1* 18.773 0.216 4995.564 2* 'Y' 7.620 / - 'PR19' 70 41 1 1 'OPEN' 1* 18.652 0.216 4961.414 2* 'Y' 7.576 / - 'PR19' 70 40 1 1 'OPEN' 1* 15.286 0.216 4065.446 2* 'Y' 7.562 / - 'PR19' 70 40 14 14 'OPEN' 1* 333.378 0.216 88198.758 2* 'Y' 7.016 / - 'PR19' 70 39 14 14 'OPEN' 1* 1473.853 0.216 389944.125 2* 'Y' 7.022 / - 'PR19' 70 38 14 14 'OPEN' 1* 1489.179 0.216 393970.875 2* 'Y' 7.014 / - 'PR19' 70 38 13 13 'OPEN' 1* 3.135 0.216 829.651 2* 'X' 7.048 / - 'PR19' 70 38 1 1 'OPEN' 1* 1.558 0.216 414.401 2* 'Y' 7.559 / - 'PR19' 70 37 1 1 'OPEN' 1* 18.950 0.216 5039.163 2* 'Y' 7.547 / - 'PR19' 70 36 1 1 'OPEN' 1* 12.342 0.216 3282.269 2* 'Y' 7.560 / - 'PR19' 64 70 14 14 'OPEN' 1* 735.959 0.216 194672.953 2* 'X' 7.000 / - 'PR19' 65 70 14 14 'OPEN' 1* 231.313 0.216 61189.746 2* 'X' 7.006 / - 'PR19' 65 69 14 14 'OPEN' 1* 918.746 0.216 243157.438 2* 'X' 7.055 / - 'PR19' 66 69 14 14 'OPEN' 1* 1388.280 0.216 367422.688 2* 'X' 7.054 / - 'PR19' 67 69 14 14 'OPEN' 1* 435.466 0.216 115251.383 2* 'X' 7.055 / - 'PR19' 67 68 14 14 'OPEN' 1* 1025.306 0.216 271334.500 2* 'X' 7.045 / - 'PR19' 68 68 14 14 'OPEN' 1* 1587.765 0.216 420171.969 2* 'X' 7.043 / - 'PR19' 69 68 14 14 'OPEN' 1* 75.731 0.216 20041.441 2* 'X' 7.046 / - 'PR19' 69 67 14 14 'OPEN' 1* 1878.406 0.216 496939.594 2* 'X' 7.014 / - 'PR19' 70 67 14 14 'OPEN' 1* 142.990 0.216 37828.930 2* 'X' 7.015 / - 'PR19' 70 66 14 14 'OPEN' 1* 1946.075 0.216 514969.531 2* 'X' 7.038 / - 'PR19' 71 66 14 14 'OPEN' 1* 252.816 0.216 66886.836 2* 'X' 7.019 / - 'PR19' 71 65 14 14 'OPEN' 1* 1938.663 0.216 512804.844 2* 'Y' 6.999 / - 'PR19' 72 65 14 14 'OPEN' 1* 0.019 0.216 5.025 2* 'Y' 7.077 / - 'PR19' 72 64 14 14 'OPEN' 1* 121.594 0.216 32189.746 2* 'Y' 7.081 / - 'PR19' 72 64 13 13 'OPEN' 1* 693.151 0.216 183595.234 2* 'Y' 7.134 / - 'PR19' 72 63 13 13 'OPEN' 1* 538.544 0.216 142528.109 2* 'Y' 7.052 / - 'PR19' 73 63 13 13 'OPEN' 1* 135.150 0.216 35795.684 2* 'Y' 7.129 / - 'PR19' 73 63 14 14 'OPEN' 1* 1236.094 0.216 327210.906 2* 'Y' 7.074 / - 'PR19' 73 62 14 14 'OPEN' 1* 1118.718 0.216 295973.656 2* 'Y' 7.018 / - 'PR19' 74 62 14 14 'OPEN' 1* 607.366 0.216 160665.797 2* 'Y' 7.004 / - 'PR19' 74 61 14 14 'OPEN' 1* 1789.473 0.216 473474.656 2* 'Y' 7.027 / - 'PR19' 74 60 14 14 'OPEN' 1* 129.084 0.216 34147.504 2* 'Y' 7.007 / - 'PR19' 75 60 14 14 'OPEN' 1* 1442.202 0.216 381551.500 2* 'Y' 7.017 / - 'PR19' 75 59 14 14 'OPEN' 1* 1506.800 0.216 398698.031 2* 'Y' 7.031 / - 'PR19' 75 58 14 14 'OPEN' 1* 368.943 0.216 97620.500 2* 'Y' 7.029 / - 'PR19' 76 58 14 14 'OPEN' 1* 1030.371 0.216 272651.656 2* 'Y' 7.037 / - 'PR19' 76 57 14 14 'OPEN' 1* 1382.888 0.216 365913.719 2* 'Y' 7.032 / - 'PR19' 76 56 14 14 'OPEN' 1* 987.899 0.216 261413.547 2* 'Y' 7.037 / - 'PR19' 76 55 15 15 'OPEN' 1* 557.292 0.216 147508.906 2* 'Y' 7.065 / - 'PR19' 76 55 16 16 'OPEN' 1* 104.864 0.216 27765.564 2* 'Y' 7.098 / - 'PR19' 76 51 17 17 'OPEN' 1* 43.101 0.216 11429.946 2* 'Y' 7.256 / - 'PR19' 76 51 16 16 'OPEN' 1* 194.354 0.216 51508.969 2* 'Y' 7.194 / - 'PR19' 76 51 15 15 'OPEN' 1* 583.198 0.216 154427.359 2* 'Y' 7.105 / - 'PR19' 76 50 14 14 'OPEN' 1* 682.853 0.216 180692.062 2* 'Y' 7.036 / - 'PR19' 76 49 14 14 'OPEN' 1* 846.498 0.216 223994.953 2* 'Y' 7.036 / - 'PR19' 76 48 14 14 'OPEN' 1* 782.169 0.216 206972.734 2* 'Y' 7.036 / - 'PR19' 76 47 14 14 'OPEN' 1* 907.834 0.216 240225.234 2* 'Y' 7.036 / - 'PR19' 76 46 14 14 'OPEN' 1* 760.840 0.216 201328.562 2* 'Y' 7.036 / - 'PR19' 76 45 15 15 'OPEN' 1* 366.917 0.216 97094.602 2* 'Y' 7.040 / - 'PR21' 58 69 14 14 'OPEN' 1* 525.555 0.216 139057.969 2* 'Y' 7.028 / - 'PR21' 58 68 14 14 'OPEN' 1* 1355.074 0.216 358557.594 2* 'Y' 7.033 / - 'PR21' 58 67 14 14 'OPEN' 1* 1427.585 0.216 377744.062 2* 'Y' 7.032 / - 'PR21' 58 66 14 14 'OPEN' 1* 1426.847 0.216 377548.781 2* 'Y' 7.032 / - 'PR21' 58 65 14 14 'OPEN' 1* 1252.263 0.216 331353.312 2* 'Y' 7.032 / - 'PR21' 58 64 14 14 'OPEN' 1* 1175.770 0.216 311113.125 2* 'Y' 7.032 / - 'PR21' 58 63 14 14 'OPEN' 1* 1240.804 0.216 328321.313 2* 'Y' 7.032 / - 'PR21' 58 62 14 14 'OPEN' 1* 1282.949 0.216 339473.094 2* 'Y' 7.032 / - 'PR21' 58 61 14 14 'OPEN' 1* 1363.311 0.216 360737.062 2* 'Y' 7.032 / - 'PR21' 58 60 14 14 'OPEN' 1* 1324.555 0.216 350482.000 2* 'Y' 7.032 / - 'PR21' 58 59 14 14 'OPEN' 1* 1522.383 0.216 402828.500 2* 'Y' 7.033 / - 'PR21' 58 58 14 14 'OPEN' 1* 1267.335 0.216 335342.344 2* 'Y' 7.033 / - 'PR21' 59 58 14 14 'OPEN' 1* 349.843 0.216 92573.430 2* 'Y' 7.037 / - 'PR21' 59 57 14 14 'OPEN' 1* 1587.187 0.216 419989.344 2* 'Y' 7.036 / - 'PR21' 59 56 14 14 'OPEN' 1* 1578.207 0.216 417616.125 2* 'Y' 7.037 / - 'PR21' 59 55 14 14 'OPEN' 1* 1509.861 0.216 399527.812 2* 'Y' 7.036 / - 'PR21' 59 54 14 14 'OPEN' 1* 1415.522 0.216 374567.375 2* 'Y' 7.037 / - 'PR21' 59 53 14 14 'OPEN' 1* 1403.103 0.216 371281.094 2* 'Y' 7.037 / - 'PR21' 59 52 14 14 'OPEN' 1* 1514.202 0.216 400676.531 2* 'Y' 7.036 / - 'PR21' 59 51 14 14 'OPEN' 1* 1607.076 0.216 425255.312 2* 'Y' 7.037 / - 'PR21' 59 50 14 14 'OPEN' 1* 1504.235 0.216 398039.375 2* 'Y' 7.036 / - 'PR21' 59 49 14 14 'OPEN' 1* 1044.820 0.216 276474.375 2* 'Y' 7.037 / - 'PR21' 60 49 14 14 'OPEN' 1* 60.311 0.216 15958.414 2* 'Y' 7.033 / - 'PR21' 60 48 14 14 'OPEN' 1* 1278.148 0.216 338203.844 2* 'Y' 7.033 / - 'PR21' 60 47 14 14 'OPEN' 1* 1272.372 0.216 336672.906 2* 'Y' 7.032 / - 'PR21' 60 46 14 14 'OPEN' 1* 1310.205 0.216 346686.031 2* 'Y' 7.033 / - 'PR21' 60 45 14 14 'OPEN' 1* 1307.127 0.216 345869.062 2* 'Y' 7.032 / - 'PR21' 60 44 14 14 'OPEN' 1* 1319.577 0.216 349166.062 2* 'Y' 7.033 / - 'PR21' 60 43 14 14 'OPEN' 1* 1243.830 0.216 329122.969 2* 'Y' 7.033 / - 'PR21' 60 42 14 14 'OPEN' 1* 1125.370 0.216 297775.719 2* 'Y' 7.032 / - 'PR21' 60 41 14 14 'OPEN' 1* 1048.247 0.216 277370.969 2* 'Y' 7.033 / - 'PR21' 60 40 14 14 'OPEN' 1* 1221.387 0.216 323166.125 2* 'Y' 7.027 / - 'PR21' 60 39 14 14 'OPEN' 1* 170.676 0.216 45151.223 2* 'Y' 7.010 / - 'PR21' 61 39 14 14 'OPEN' 1* 1251.583 0.216 331131.219 2* 'Y' 7.020 / - 'PR21' 61 38 14 14 'OPEN' 1* 1422.828 0.216 376449.625 2* 'Y' 7.023 / - 'PR21' 61 37 14 14 'OPEN' 1* 1336.476 0.216 353639.094 2* 'Y' 7.033 / - 'PR21' 61 36 14 14 'OPEN' 1* 1269.389 0.216 335897.687 2* 'Y' 7.036 / - 'PR21' 61 35 14 14 'OPEN' 1* 1180.092 0.216 312268.531 2* 'Y' 7.036 / - 'PR21' 61 34 14 14 'OPEN' 1* 1298.885 0.216 343702.406 2* 'Y' 7.036 / - 'PR21' 61 33 14 14 'OPEN' 1* 1317.334 0.216 348584.344 2* 'Y' 7.036 / - 'PR21' 61 32 14 14 'OPEN' 1* 1261.775 0.216 333871.750 2* 'Y' 7.033 / - 'PR21' 61 31 14 14 'OPEN' 1* 1256.960 0.216 332573.875 2* 'Y' 7.026 / - 'PR21' 61 30 14 14 'OPEN' 1* 1245.666 0.216 329573.000 2* 'Y' 7.022 / - 'PR21' 61 29 14 14 'OPEN' 1* 1122.271 0.216 296943.500 2* 'Y' 7.028 / - 'PR21' 61 28 14 14 'OPEN' 1* 1074.429 0.216 284308.750 2* 'Y' 7.036 / - 'PR21' 61 27 14 14 'OPEN' 1* 1009.907 0.216 267235.156 2* 'Y' 7.036 / - 'PR21' 61 26 14 14 'OPEN' 1* 1100.312 0.216 291157.531 2* 'Y' 7.036 / - 'PR21' 61 25 14 14 'OPEN' 1* 1120.576 0.216 296519.875 2* 'Y' 7.036 / - 'PR21' 61 24 14 14 'OPEN' 1* 1260.484 0.216 333541.250 2* 'Y' 7.036 / - 'PR21' 61 23 14 14 'OPEN' 1* 1270.243 0.216 336123.656 2* 'Y' 7.036 / - 'PR21' 61 22 14 14 'OPEN' 1* 1253.330 0.216 331647.969 2* 'Y' 7.036 / - 'PR21' 61 21 14 14 'OPEN' 1* 1227.655 0.216 324854.188 2* 'Y' 7.036 / - 'PR21' 61 20 14 14 'OPEN' 1* 1169.137 0.216 309369.531 2* 'Y' 7.036 / - 'PR21' 61 19 14 14 'OPEN' 1* 1180.993 0.216 312506.594 2* 'Y' 7.036 / - 'PR21' 61 18 14 14 'OPEN' 1* 1150.489 0.216 304435.156 2* 'Y' 7.036 / - 'PR21' 61 17 14 14 'OPEN' 1* 919.483 0.216 243307.688 2* 'Y' 7.036 / - 'PR21' 61 16 14 14 'OPEN' 1* 1052.687 0.216 278555.406 2* 'Y' 7.036 / - 'PR21' 61 15 14 14 'OPEN' 1* 1095.543 0.216 289895.594 2* 'Y' 7.036 / - 'PR21' 61 14 14 14 'OPEN' 1* 879.689 0.216 232730.797 2* 'Y' 7.016 / - 'PR21' 61 13 14 14 'OPEN' 1* 99.227 0.216 26249.990 2* 'Y' 7.010 / - 'PR21' 61 13 1 1 'OPEN' 1* 17.265 0.216 4591.177 2* 'Y' 7.547 / - 'PR21' 61 12 1 1 'OPEN' 1* 9.108 0.216 2422.214 2* 'Y' 7.551 / - 'PR21' 62 12 1 1 'OPEN' 1* 9.673 0.216 2572.392 2* 'Y' 7.548 / - 'PR21' 62 11 1 1 'OPEN' 1* 18.647 0.216 4959.118 2* 'Y' 7.555 / - 'PR21' 62 10 1 1 'OPEN' 1* 16.580 0.216 4408.874 2* 'Y' 7.544 / - 'PR21' 59 67 15 15 'OPEN' 1* 609.232 0.216 161203.422 2* 'Y' 7.032 / - 'PR21' 59 66 15 15 'OPEN' 1* 723.483 0.216 191449.188 2* 'Y' 7.039 / - 'PR21' 60 66 15 15 'OPEN' 1* 641.173 0.216 169662.469 2* 'Y' 7.036 / - 'PR21' 60 65 15 15 'OPEN' 1* 1661.010 0.216 439490.813 2* 'Y' 7.028 / - 'PR21' 60 64 15 15 'OPEN' 1* 1431.764 0.216 378863.000 2* 'Y' 7.036 / - 'PR21' 60 63 15 15 'OPEN' 1* 150.520 0.216 39829.617 2* 'Y' 7.036 / - 'PR21' 61 63 15 15 'OPEN' 1* 1323.213 0.216 350150.500 2* 'Y' 7.039 / - 'PR21' 61 62 15 15 'OPEN' 1* 1779.382 0.216 470826.375 2* 'Y' 7.032 / - 'PR21' 61 61 15 15 'OPEN' 1* 1403.508 0.216 371398.156 2* 'Y' 7.039 / - 'PR21' 62 61 15 15 'OPEN' 1* 500.365 0.216 132407.266 2* 'Y' 7.039 / - 'PR21' 62 60 15 15 'OPEN' 1* 1762.244 0.216 466305.875 2* 'Y' 7.035 / - 'PR21' 62 59 15 15 'OPEN' 1* 1672.567 0.216 442585.281 2* 'Y' 7.037 / - 'PR21' 62 58 15 15 'OPEN' 1* 1463.114 0.216 387161.062 2* 'Y' 7.037 / - 'PR21' 62 57 15 15 'OPEN' 1* 1407.264 0.216 372379.375 2* 'Y' 7.036 / - 'PR21' 62 56 15 15 'OPEN' 1* 1404.976 0.216 371777.000 2* 'Y' 7.037 / - 'PR21' 62 55 15 15 'OPEN' 1* 1436.000 0.216 379983.188 2* 'Y' 7.036 / - 'PR21' 62 54 15 15 'OPEN' 1* 1320.448 0.216 349409.469 2* 'Y' 7.037 / - 'PR21' 62 53 15 15 'OPEN' 1* 14.267 0.216 3775.194 2* 'Y' 7.036 / - 'PR21' 63 53 15 15 'OPEN' 1* 1233.926 0.216 326502.469 2* 'Y' 7.033 / - 'PR21' 63 52 15 15 'OPEN' 1* 1318.638 0.216 348915.094 2* 'Y' 7.032 / - 'PR21' 63 51 15 15 'OPEN' 1* 1330.437 0.216 352039.781 2* 'Y' 7.033 / - 'PR21' 63 50 15 15 'OPEN' 1* 1190.299 0.216 314956.250 2* 'Y' 7.032 / - 'PR21' 63 49 15 15 'OPEN' 1* 1441.796 0.216 381505.562 2* 'Y' 7.033 / - 'PR21' 63 48 15 15 'OPEN' 1* 1373.091 0.216 363326.219 2* 'Y' 7.033 / - 'PR21' 63 47 15 15 'OPEN' 1* 1092.140 0.216 288982.812 2* 'Y' 7.032 / - 'PR21' 63 46 15 15 'OPEN' 1* 1031.083 0.216 272829.281 2* 'Y' 7.033 / - 'PR21' 63 45 15 15 'OPEN' 1* 957.598 0.216 253382.906 2* 'Y' 7.032 / - 'PR21' 64 45 15 15 'OPEN' 1* 265.001 0.216 70122.648 2* 'Y' 7.036 / - 'PR21' 64 44 15 15 'OPEN' 1* 1192.296 0.216 315498.656 2* 'Y' 7.037 / - 'PR21' 64 43 15 15 'OPEN' 1* 1173.511 0.216 310528.031 2* 'Y' 7.037 / - 'PR21' 64 42 15 15 'OPEN' 1* 1157.214 0.216 306213.188 2* 'Y' 7.036 / - 'PR21' 64 41 15 15 'OPEN' 1* 1141.613 0.216 302087.016 2* 'Y' 7.036 / - 'PR21' 64 40 15 15 'OPEN' 1* 1033.939 0.216 273594.438 2* 'Y' 7.036 / - 'PR21' 64 39 15 15 'OPEN' 1* 1046.003 0.216 276786.406 2* 'Y' 7.036 / - 'PR21' 64 38 15 15 'OPEN' 1* 1114.300 0.216 294859.031 2* 'Y' 7.036 / - 'PR21' 64 37 15 15 'OPEN' 1* 1108.728 0.216 293384.469 2* 'Y' 7.036 / - 'PR21' 64 36 15 15 'OPEN' 1* 1081.839 0.216 286269.406 2* 'Y' 7.036 / - 'PR21' 64 35 15 15 'OPEN' 1* 1096.844 0.216 290240.094 2* 'Y' 7.036 / - 'PR21' 64 34 15 15 'OPEN' 1* 1109.035 0.216 293465.625 2* 'Y' 7.036 / - 'PR21' 64 33 15 15 'OPEN' 1* 1132.477 0.216 299668.844 2* 'Y' 7.036 / - 'PR21' 64 32 15 15 'OPEN' 1* 1105.290 0.216 292474.781 2* 'Y' 7.036 / - 'PR21' 64 31 15 15 'OPEN' 1* 1221.082 0.216 323115.094 2* 'Y' 7.036 / - 'PR21' 64 30 15 15 'OPEN' 1* 1219.555 0.216 322711.031 2* 'Y' 7.036 / - 'PR21' 64 29 15 15 'OPEN' 1* 1090.326 0.216 288514.969 2* 'Y' 7.036 / - 'PR21' 64 28 15 15 'OPEN' 1* 1200.196 0.216 317588.250 2* 'Y' 7.036 / - 'PR21' 64 27 15 15 'OPEN' 1* 46.843 0.216 12394.146 2* 'Y' 7.028 / - 'PR21' 64 27 14 14 'OPEN' 1* 166.461 0.216 44040.770 2* 'Y' 7.020 / - 'PR21' 64 27 1 1 'OPEN' 1* 8.079 0.216 2148.548 2* 'Y' 7.560 / - 'PR21' 64 26 1 1 'OPEN' 1* 13.680 0.216 3638.300 2* 'Y' 7.565 / - 'PR21' 64 26 14 14 'OPEN' 1* 21.801 0.216 5767.877 2* 'Y' 7.020 / - 'PR21' 64 25 15 15 'OPEN' 1* 1225.228 0.216 324210.594 2* 'Y' 7.036 / - 'PR21' 64 24 15 15 'OPEN' 1* 1142.992 0.216 302451.188 2* 'Y' 7.036 / - 'PR21' 64 23 15 15 'OPEN' 1* 162.555 0.216 43012.691 2* 'Y' 7.032 / - 'PR21' 64 23 14 14 'OPEN' 1* 736.735 0.216 194930.344 2* 'Y' 7.026 / - 'PR21' 64 23 13 13 'OPEN' 1* 1.310 0.216 346.692 2* 'X' 7.038 / - 'PR21' 64 23 1 1 'OPEN' 1* 2.071 0.216 550.887 2* 'Y' 7.566 / - 'PR21' 64 22 1 1 'OPEN' 1* 0.968 0.216 257.694 2* 'Y' 7.621 / - 'PR21' 64 22 12 12 'OPEN' 1* 0.643 0.216 170.285 2* 'X' 7.099 / - 'PR21' 64 22 13 13 'OPEN' 1* 30.263 0.216 8008.553 2* 'Y' 7.045 / - 'PR21' 64 22 14 14 'OPEN' 1* 855.189 0.216 226272.094 2* 'Y' 7.026 / - 'PR21' 64 22 15 15 'OPEN' 1* 150.799 0.216 39901.961 2* 'Y' 7.032 / - 'PR21' 64 21 15 15 'OPEN' 1* 1313.654 0.216 347610.750 2* 'Y' 7.036 / - 'PR21' 64 20 15 15 'OPEN' 1* 1682.367 0.216 445177.469 2* 'Y' 7.036 / - 'PR21' 64 19 15 15 'OPEN' 1* 1419.588 0.216 375642.281 2* 'Y' 7.036 / - 'PR21' 65 19 15 15 'OPEN' 1* 30.622 0.216 8102.914 2* 'Y' 7.036 / - 'PR21' 65 18 15 15 'OPEN' 1* 1282.747 0.216 339432.531 2* 'Y' 7.036 / - 'PR21' 65 17 15 15 'OPEN' 1* 1248.253 0.216 330304.500 2* 'Y' 7.036 / - 'PR21' 65 16 15 15 'OPEN' 1* 1246.791 0.216 329917.906 2* 'Y' 7.036 / - 'PR21' 65 15 15 15 'OPEN' 1* 1190.081 0.216 314911.594 2* 'Y' 7.036 / - 'PR21' 65 14 15 15 'OPEN' 1* 25.676 0.216 6794.177 2* 'Y' 7.036 / - 'PR21' 65 14 14 14 'OPEN' 1* 419.405 0.216 111059.734 2* 'Y' 7.108 / - 'PR21' 65 14 13 13 'OPEN' 1* 93.339 0.216 24737.736 2* 'Y' 7.195 / - 'PR21' 65 14 1 1 'OPEN' 1* 8.390 0.216 2234.270 2* 'Y' 7.699 / - 'PR21' 65 13 1 1 'OPEN' 1* 19.007 0.216 5054.455 2* 'Y' 7.551 / - 'PR21' 65 12 1 1 'OPEN' 1* 18.808 0.216 5001.548 2* 'Y' 7.550 / - 'PR21' 65 11 1 1 'OPEN' 1* 18.845 0.216 5011.985 2* 'Y' 7.561 / - 'PR21' 65 10 1 1 'OPEN' 1* 17.107 0.216 4550.107 2* 'Y' 7.573 / - 'PR21' 60 67 14 14 'OPEN' 1* 1165.965 0.216 308462.625 2* 'X' 7.014 / - 'PR21' 61 67 14 14 'OPEN' 1* 738.158 0.216 195286.656 2* 'X' 7.016 / - 'PR21' 61 66 14 14 'OPEN' 1* 860.076 0.216 227614.578 2* 'X' 7.048 / - 'PR21' 62 66 14 14 'OPEN' 1* 848.246 0.216 224484.125 2* 'X' 7.048 / - 'PR21' 62 65 14 14 'OPEN' 1* 794.523 0.216 210199.578 2* 'X' 7.016 / - 'PR21' 63 65 14 14 'OPEN' 1* 962.257 0.216 254569.719 2* 'X' 7.014 / - 'PR21' 63 64 14 14 'OPEN' 1* 689.184 0.216 182385.641 2* 'X' 7.046 / - 'PR21' 64 64 14 14 'OPEN' 1* 1079.108 0.216 285570.375 2* 'X' 7.045 / - 'PR21' 64 63 14 14 'OPEN' 1* 1453.031 0.216 384496.062 2* 'Y' 7.037 / - 'PR21' 64 62 14 14 'OPEN' 1* 1022.757 0.216 270630.562 2* 'Y' 7.034 / - 'PR21' 65 62 14 14 'OPEN' 1* 342.917 0.216 90739.148 2* 'Y' 7.035 / - 'PR21' 65 61 14 14 'OPEN' 1* 1405.230 0.216 371847.187 2* 'Y' 7.037 / - 'PR21' 65 60 14 14 'OPEN' 1* 1227.840 0.216 324871.656 2* 'Y' 7.027 / - 'PR21' 65 59 14 14 'OPEN' 1* 1183.749 0.216 313215.000 2* 'Y' 7.030 / - 'PR21' 65 58 14 14 'OPEN' 1* 1124.024 0.216 297415.938 2* 'Y' 7.031 / - 'PR21' 65 57 14 14 'OPEN' 1* 286.666 0.216 75849.180 2* 'Y' 7.028 / - 'PR21' 66 57 14 14 'OPEN' 1* 785.826 0.216 207905.375 2* 'Y' 7.019 / - 'PR21' 66 56 14 14 'OPEN' 1* 791.991 0.216 209561.969 2* 'Y' 7.032 / - 'PR21' 66 55 14 14 'OPEN' 1* 902.769 0.216 238872.109 2* 'Y' 7.031 / - 'PR21' 66 54 14 14 'OPEN' 1* 900.013 0.216 238149.625 2* 'Y' 7.034 / - 'PR21' 66 53 14 14 'OPEN' 1* 784.898 0.216 207689.438 2* 'Y' 7.034 / - 'PR21' 67 53 14 14 'OPEN' 1* 154.766 0.216 40953.719 2* 'Y' 7.037 / - 'PR21' 67 52 14 14 'OPEN' 1* 647.858 0.216 171429.016 2* 'Y' 7.034 / - 'PR21' 67 51 14 14 'OPEN' 1* 395.799 0.216 104734.922 2* 'Y' 7.037 / - 'PR21' 67 50 14 14 'OPEN' 1* 254.440 0.216 67327.586 2* 'Y' 7.035 / - 'PR21' 67 49 14 14 'OPEN' 1* 1034.893 0.216 273846.938 2* 'Y' 7.036 / - 'PR21' 67 48 14 14 'OPEN' 1* 1063.663 0.216 281459.750 2* 'Y' 7.036 / - 'PR21' 67 47 14 14 'OPEN' 1* 739.675 0.216 195709.484 2* 'Y' 7.027 / - 'PR21' 67 46 14 14 'OPEN' 1* 537.524 0.216 142228.969 2* 'Y' 7.031 / - 'PR21' 67 46 13 13 'OPEN' 1* 366.960 0.216 97176.984 2* 'Y' 7.113 / - 'PR21' 67 45 13 13 'OPEN' 1* 92.601 0.216 24512.326 2* 'Y' 7.073 / - 'PR21' 67 45 14 14 'OPEN' 1* 856.320 0.216 226585.031 2* 'Y' 7.032 / - 'PR21' 67 44 15 15 'OPEN' 1* 1221.964 0.216 323348.438 2* 'Y' 7.036 / - 'PR21' 67 43 15 15 'OPEN' 1* 1265.811 0.216 334950.875 2* 'Y' 7.036 / - 'PR21' 67 42 15 15 'OPEN' 1* 1138.489 0.216 301259.531 2* 'Y' 7.036 / - 'PR21' 67 41 15 15 'OPEN' 1* 1184.446 0.216 313420.719 2* 'Y' 7.036 / - 'PR21' 67 40 15 15 'OPEN' 1* 1175.445 0.216 311038.688 2* 'Y' 7.036 / - 'PR21' 67 39 15 15 'OPEN' 1* 1165.522 0.216 308412.906 2* 'Y' 7.036 / - 'PR21' 67 38 15 15 'OPEN' 1* 1220.827 0.216 323047.562 2* 'Y' 7.036 / - 'PR21' 67 37 15 15 'OPEN' 1* 1188.135 0.216 314396.688 2* 'Y' 7.036 / - 'PR21' 67 36 15 15 'OPEN' 1* 1114.771 0.216 294983.500 2* 'Y' 7.036 / - 'PR21' 67 35 14 14 'OPEN' 1* 1398.068 0.216 369865.000 2* 'Y' 7.014 / - 'PR21' 67 34 14 14 'OPEN' 1* 783.246 0.216 207217.984 2* 'Y' 7.017 / - 'PR21' 68 34 14 14 'OPEN' 1* 511.615 0.216 135344.719 2* 'Y' 7.010 / - 'PR21' 68 33 14 14 'OPEN' 1* 1441.549 0.216 381445.375 2* 'Y' 7.034 / - 'PR21' 68 32 14 14 'OPEN' 1* 1340.603 0.216 354757.844 2* 'Y' 7.041 / - 'PR21' 68 31 14 14 'OPEN' 1* 575.546 0.216 152286.969 2* 'Y' 7.029 / - 'PR21' 68 31 1 1 'OPEN' 1* 10.308 0.216 2741.464 2* 'Y' 7.565 / - 'PR21' 68 30 1 1 'OPEN' 1* 18.895 0.216 5025.514 2* 'Y' 7.565 / - 'PR21' 68 29 1 1 'OPEN' 1* 18.690 0.216 4971.170 2* 'Y' 7.572 / - 'PR21' 68 28 1 1 'OPEN' 1* 7.061 0.216 1878.000 2* 'Y' 7.573 / - 'PR21' 68 28 14 14 'OPEN' 1* 854.343 0.216 226074.469 2* 'Y' 7.038 / - 'PR21' 68 27 14 14 'OPEN' 1* 1324.814 0.216 350511.375 2* 'Y' 7.021 / - 'PR21' 68 26 14 14 'OPEN' 1* 1247.893 0.216 330113.438 2* 'Y' 7.007 / - 'PR21' 68 25 14 14 'OPEN' 1* 1227.370 0.216 324697.562 2* 'Y' 7.011 / - 'PR21' 68 24 14 14 'OPEN' 1* 1207.476 0.216 319454.312 2* 'Y' 7.017 / - 'PR21' 68 23 14 14 'OPEN' 1* 1282.248 0.216 339267.625 2* 'Y' 7.027 / - 'PR21' 68 22 14 14 'OPEN' 1* 1292.090 0.216 341904.719 2* 'Y' 7.036 / - 'PR21' 68 21 14 14 'OPEN' 1* 1348.207 0.216 356735.000 2* 'Y' 7.031 / - 'PR21' 68 20 14 14 'OPEN' 1* 1277.605 0.216 338011.781 2* 'Y' 7.019 / - 'PR21' 68 19 14 14 'OPEN' 1* 441.403 0.216 116779.289 2* 'Y' 7.018 / - 'PR21' 68 19 1 1 'OPEN' 1* 8.816 0.216 2344.441 2* 'Y' 7.556 / - 'PR21' 68 18 1 1 'OPEN' 1* 18.900 0.216 5025.514 2* 'Y' 7.541 / - 'PR21' 68 17 1 1 'OPEN' 1* 18.530 0.216 4927.478 2* 'Y' 7.544 / - 'PR21' 68 16 1 1 'OPEN' 1* 19.056 0.216 5067.852 2* 'Y' 7.557 / - 'PR21' 68 15 1 1 'OPEN' 1* 10.092 0.216 2684.099 2* 'Y' 7.562 / - 'WI10' 62 33 20 20 'OPEN' 1* 963.191 0.241 252874.188 2* 'Y' 7.036 / - 'WI10' 62 32 20 20 'OPEN' 1* 1468.584 0.241 385557.812 2* 'Y' 7.036 / - 'WI10' 62 31 20 20 'OPEN' 1* 1569.995 0.241 412183.281 2* 'Y' 7.036 / - 'WI10' 62 30 20 20 'OPEN' 1* 1524.272 0.241 400179.094 2* 'Y' 7.036 / - 'WI10' 62 29 20 20 'OPEN' 1* 444.875 0.241 116796.242 2* 'Y' 7.036 / - 'WI10' 63 29 20 20 'OPEN' 1* 988.783 0.241 259582.516 2* 'Y' 7.032 / - 'WI10' 63 28 20 20 'OPEN' 1* 1532.764 0.241 402393.344 2* 'Y' 7.033 / - 'WI10' 63 27 20 20 'OPEN' 1* 1488.959 0.241 390892.219 2* 'Y' 7.032 / - 'WI10' 63 26 20 20 'OPEN' 1* 1427.182 0.241 374675.281 2* 'Y' 7.033 / - 'WI10' 63 25 20 20 'OPEN' 1* 1404.826 0.241 368806.219 2* 'Y' 7.033 / - 'WI10' 63 24 20 20 'OPEN' 1* 247.578 0.241 64996.008 2* 'Y' 7.032 / - 'PR16' 60 123 15 15 'OPEN' 1* 531.467 0.216 140618.219 2* 'Y' 7.026 / - 'PR16' 60 122 15 15 'OPEN' 1* 870.761 0.216 230418.750 2* 'Y' 7.038 / - 'PR16' 60 121 15 15 'OPEN' 1* 83.292 0.216 22040.502 2* 'Y' 7.038 / - 'PR16' 61 121 15 15 'OPEN' 1* 944.846 0.216 250028.203 2* 'Y' 7.040 / - 'PR16' 61 120 15 15 'OPEN' 1* 1058.315 0.216 280028.656 2* 'Y' 7.031 / - 'PR16' 61 119 15 15 'OPEN' 1* 497.620 0.216 131681.172 2* 'Y' 7.039 / - 'PR16' 62 119 15 15 'OPEN' 1* 786.748 0.216 208190.750 2* 'Y' 7.039 / - 'PR16' 62 118 15 15 'OPEN' 1* 1706.343 0.216 451535.875 2* 'Y' 7.039 / - 'PR16' 62 117 15 15 'OPEN' 1* 1209.730 0.216 320078.062 2* 'Y' 7.026 / - 'PR16' 62 117 14 14 'OPEN' 1* 233.408 0.216 61750.070 2* 'Y' 7.015 / - 'PR16' 62 117 1 1 'OPEN' 1* 1.329 0.216 353.553 2* 'Y' 7.557 / - 'PR16' 63 117 1 1 'OPEN' 1* 1.333 0.216 354.491 2* 'Y' 7.543 / - 'PR16' 63 116 1 1 'OPEN' 1* 20.510 0.216 5454.006 2* 'Y' 7.545 / - 'PR16' 63 115 1 1 'OPEN' 1* 3.611 0.216 960.352 2* 'Y' 7.568 / - 'PR16' 63 115 13 13 'OPEN' 1* 22.878 0.216 6054.333 2* 'Y' 7.044 / - 'PR16' 63 115 14 14 'OPEN' 1* 607.353 0.216 160690.672 2* 'Y' 7.022 / - 'PR16' 63 115 15 15 'OPEN' 1* 734.877 0.216 194415.281 2* 'Y' 7.014 / - 'PR16' 63 114 15 15 'OPEN' 1* 623.691 0.216 165036.797 2* 'Y' 7.036 / - 'PR16' 64 114 15 15 'OPEN' 1* 1187.329 0.216 314193.344 2* 'Y' 7.039 / - 'PR16' 64 113 15 15 'OPEN' 1* 2005.843 0.216 530790.062 2* 'Y' 7.039 / - 'PR16' 64 112 15 15 'OPEN' 1* 1668.368 0.216 441449.406 2* 'Y' 7.031 / - 'PR16' 65 112 15 15 'OPEN' 1* 177.113 0.216 46864.016 2* 'Y' 7.031 / - 'PR16' 65 111 15 15 'OPEN' 1* 1844.820 0.216 488179.781 2* 'Y' 7.039 / - 'PR16' 65 110 15 15 'OPEN' 1* 1682.240 0.216 445120.125 2* 'Y' 7.031 / - 'PR16' 65 109 15 15 'OPEN' 1* 610.253 0.216 161486.344 2* 'Y' 7.039 / - 'PR16' 66 109 15 15 'OPEN' 1* 877.810 0.216 232280.375 2* 'Y' 7.036 / - 'PR16' 66 108 15 15 'OPEN' 1* 1242.868 0.216 328879.250 2* 'Y' 7.036 / - 'PR16' 66 107 15 15 'OPEN' 1* 958.982 0.216 253738.109 2* 'Y' 7.028 / - 'PR16' 67 107 15 15 'OPEN' 1* 123.342 0.216 32636.096 2* 'Y' 7.031 / - 'PR16' 67 106 15 15 'OPEN' 1* 959.702 0.216 253958.203 2* 'Y' 7.039 / - 'PR16' 67 105 15 15 'OPEN' 1* 927.965 0.216 245539.062 2* 'Y' 7.031 / - 'PR16' 67 104 15 15 'OPEN' 1* 362.443 0.216 95903.945 2* 'Y' 7.033 / - 'PR16' 68 104 15 15 'OPEN' 1* 610.961 0.216 161673.891 2* 'Y' 7.039 / - 'PR16' 68 103 15 15 'OPEN' 1* 1059.847 0.216 280458.719 2* 'Y' 7.039 / - 'PR16' 68 102 15 15 'OPEN' 1* 950.251 0.216 251436.047 2* 'Y' 7.031 / - 'PR16' 69 102 15 15 'OPEN' 1* 165.196 0.216 43709.340 2* 'Y' 7.028 / - 'PR16' 69 101 15 15 'OPEN' 1* 1128.024 0.216 298485.094 2* 'Y' 7.034 / - 'PR16' 69 100 15 15 'OPEN' 1* 1207.171 0.216 319380.000 2* 'Y' 7.019 / - 'PR16' 69 99 15 15 'OPEN' 1* 439.064 0.216 116180.852 2* 'Y' 7.035 / - 'PR16' 70 99 15 15 'OPEN' 1* 869.846 0.216 230178.219 2* 'Y' 7.038 / - 'PR16' 70 98 15 15 'OPEN' 1* 1291.370 0.216 341724.625 2* 'Y' 7.039 / - 'PR16' 70 97 15 15 'OPEN' 1* 1120.257 0.216 296419.344 2* 'Y' 7.031 / - 'PR16' 71 97 15 15 'OPEN' 1* 217.555 0.216 57563.305 2* 'Y' 7.028 / - 'PR16' 71 96 15 15 'OPEN' 1* 1399.113 0.216 370223.812 2* 'Y' 7.036 / - 'PR16' 71 95 15 15 'OPEN' 1* 1563.182 0.216 413603.469 2* 'Y' 7.028 / - 'PR16' 71 94 15 15 'OPEN' 1* 477.855 0.216 126446.594 2* 'Y' 7.036 / - 'PR16' 72 94 15 15 'OPEN' 1* 995.047 0.216 263311.125 2* 'Y' 7.039 / - 'PR16' 72 93 15 15 'OPEN' 1* 1577.746 0.216 417506.438 2* 'Y' 7.039 / - 'PR16' 72 92 15 15 'OPEN' 1* 966.940 0.216 255851.078 2* 'Y' 7.031 / - 'PR16' 73 92 15 15 'OPEN' 1* 255.692 0.216 67656.016 2* 'Y' 7.031 / - 'PR16' 73 91 15 15 'OPEN' 1* 522.701 0.216 138373.484 2* 'Y' 7.080 / - 'PR16' 73 91 16 16 'OPEN' 1* 56.454 0.216 14955.593 2* 'Y' 7.151 / - 'PR16' 73 91 17 17 'OPEN' 1* 7.164 0.216 1899.085 2* 'Y' 7.214 / - 'PR16' 75 87 15 15 'OPEN' 1* 258.106 0.216 68308.500 2* 'Y' 7.051 / - 'PR16' 75 86 15 15 'OPEN' 1* 724.351 0.216 191711.375 2* 'Y' 7.056 / - 'PR16' 75 85 15 15 'OPEN' 1* 541.246 0.216 143209.953 2* 'Y' 7.029 / - 'PR16' 75 85 16 16 'OPEN' 1* 55.490 0.216 14688.898 2* 'Y' 7.074 / - 'PR16' 75 85 17 17 'OPEN' 1* 16.895 0.216 4476.486 2* 'Y' 7.168 / - 'PR16' 76 83 20 20 'OPEN' 1* 39.039 0.216 10336.821 2* 'Y' 7.100 / - 'PR16' 76 83 19 19 'OPEN' 1* 182.784 0.216 48374.910 2* 'Y' 7.053 / - 'PR16' 76 83 18 18 'OPEN' 1* 252.876 0.216 66904.992 2* 'Y' 7.022 / - 'PR16' 76 82 18 18 'OPEN' 1* 449.810 0.216 119019.203 2* 'Y' 7.031 / - 'PR16' 77 82 18 18 'OPEN' 1* 641.246 0.216 169667.609 2* 'Y' 7.028 / - 'PR16' 77 81 18 18 'OPEN' 1* 1468.483 0.216 388580.344 2* 'Y' 7.036 / - 'PR16' 77 80 18 18 'OPEN' 1* 868.682 0.216 229844.750 2* 'Y' 7.027 / - 'PR16' 78 80 18 18 'OPEN' 1* 49.819 0.216 13182.120 2* 'Y' 7.031 / - 'PR16' 78 79 18 18 'OPEN' 1* 880.205 0.216 232921.750 2* 'Y' 7.040 / - 'PR16' 78 78 18 18 'OPEN' 1* 954.892 0.216 252683.328 2* 'Y' 7.039 / - 'PR16' 78 77 18 18 'OPEN' 1* 240.445 0.216 63626.227 2* 'Y' 7.038 / - 'PR16' 78 77 19 19 'OPEN' 1* 23.078 0.216 6110.455 2* 'Y' 7.097 / - 'PR16' 78 77 20 20 'OPEN' 1* 13.251 0.216 3510.889 2* 'Y' 7.167 / - 'PR16' 79 76 19 19 'OPEN' 1* 161.341 0.216 42740.453 2* 'Y' 7.148 / - 'PR16' 79 76 18 18 'OPEN' 1* 152.902 0.216 40486.352 2* 'Y' 7.101 / - 'PR16' 79 75 18 18 'OPEN' 1* 841.449 0.216 222600.703 2* 'Y' 7.010 / - 'PR16' 80 75 18 18 'OPEN' 1* 331.403 0.216 87681.039 2* 'Y' 7.022 / - 'PR16' 80 74 18 18 'OPEN' 1* 1222.875 0.216 323541.594 2* 'Y' 7.022 / - 'PR16' 80 73 18 18 'OPEN' 1* 826.259 0.216 218625.094 2* 'Y' 7.030 / - 'PR16' 80 72 18 18 'OPEN' 1* 8.451 0.216 2235.981 2* 'Y' 7.030 / - 'PR16' 81 72 18 18 'OPEN' 1* 1016.891 0.216 269067.344 2* 'Y' 7.030 / - 'PR16' 81 71 18 18 'OPEN' 1* 1135.438 0.216 300463.031 2* 'Y' 7.040 / - 'PR16' 81 70 18 18 'OPEN' 1* 388.152 0.216 102704.203 2* 'Y' 7.030 / - 'PR16' 82 70 18 18 'OPEN' 1* 725.703 0.216 192019.687 2* 'Y' 7.030 / - 'PR16' 82 69 18 18 'OPEN' 1* 951.624 0.216 251821.469 2* 'Y' 7.040 / - 'PR16' 82 68 18 18 'OPEN' 1* 699.970 0.216 185228.062 2* 'Y' 7.040 / - 'PR16' 83 68 18 18 'OPEN' 1* 114.429 0.216 30277.496 2* 'Y' 7.030 / - 'PR16' 61 122 15 15 'OPEN' 1* 140.340 0.216 37139.332 2* 'Y' 7.045 / - 'PR16' 61 121 15 15 'OPEN' 1* 744.266 0.216 196960.828 2* 'Y' 7.045 / - 'PR16' 62 121 15 15 'OPEN' 1* 519.567 0.216 137497.109 2* 'Y' 7.045 / - 'PR16' 62 120 15 15 'OPEN' 1* 1305.043 0.216 345283.594 2* 'Y' 7.022 / - 'PR16' 63 120 15 15 'OPEN' 1* 152.315 0.216 40298.832 2* 'Y' 7.022 / - 'PR16' 63 119 15 15 'OPEN' 1* 1742.931 0.216 461223.125 2* 'Y' 7.041 / - 'PR16' 63 118 15 15 'OPEN' 1* 889.383 0.216 235347.172 2* 'Y' 7.038 / - 'PR16' 64 118 15 15 'OPEN' 1* 915.612 0.216 242294.891 2* 'Y' 7.041 / - 'PR16' 64 117 15 15 'OPEN' 1* 1935.133 0.216 512021.250 2* 'Y' 7.028 / - 'PR16' 64 116 15 15 'OPEN' 1* 820.107 0.216 217003.172 2* 'Y' 7.032 / - 'PR16' 65 116 15 15 'OPEN' 1* 1087.618 0.216 287812.406 2* 'Y' 7.041 / - 'PR16' 65 115 15 15 'OPEN' 1* 1883.094 0.216 498252.156 2* 'Y' 7.028 / - 'PR16' 65 114 15 15 'OPEN' 1* 701.152 0.216 185543.203 2* 'Y' 7.041 / - 'PR16' 66 114 15 15 'OPEN' 1* 1266.832 0.216 335227.031 2* 'Y' 7.038 / - 'PR16' 66 113 15 15 'OPEN' 1* 1914.327 0.216 506566.281 2* 'Y' 7.038 / - 'PR16' 66 112 15 15 'OPEN' 1* 521.242 0.216 137912.516 2* 'Y' 7.025 / - 'PR16' 67 112 15 15 'OPEN' 1* 1338.074 0.216 354043.906 2* 'Y' 7.028 / - 'PR16' 67 111 15 15 'OPEN' 1* 1848.571 0.216 489180.375 2* 'Y' 7.041 / - 'PR16' 67 110 15 15 'OPEN' 1* 310.644 0.216 82194.070 2* 'Y' 7.028 / - 'PR16' 68 110 15 15 'OPEN' 1* 619.187 0.216 163832.156 2* 'Y' 7.028 / - 'PR16' 68 109 15 15 'OPEN' 1* 1004.607 0.216 265845.375 2* 'Y' 7.041 / - 'PR16' 68 108 15 15 'OPEN' 1* 175.274 0.216 46382.312 2* 'Y' 7.041 / - 'PR16' 69 108 15 15 'OPEN' 1* 778.436 0.216 205988.531 2* 'Y' 7.038 / - 'PR16' 69 107 15 15 'OPEN' 1* 929.144 0.216 245837.094 2* 'Y' 7.025 / - 'PR16' 69 106 15 15 'OPEN' 1* 70.287 0.216 18599.316 2* 'Y' 7.038 / - 'PR16' 70 106 15 15 'OPEN' 1* 795.547 0.216 210522.562 2* 'Y' 7.041 / - 'PR16' 70 105 15 15 'OPEN' 1* 853.787 0.216 225905.297 2* 'Y' 7.028 / - 'PR16' 71 104 15 15 'OPEN' 1* 836.362 0.216 221316.750 2* 'Y' 7.038 / - 'PR16' 71 103 15 15 'OPEN' 1* 927.679 0.216 245480.828 2* 'Y' 7.038 / - 'PR16' 72 103 15 15 'OPEN' 1* 76.060 0.216 20127.979 2* 'Y' 7.044 / - 'PR16' 72 102 15 15 'OPEN' 1* 1305.308 0.216 345374.500 2* 'Y' 7.028 / - 'PR16' 72 101 15 15 'OPEN' 1* 1040.251 0.216 275277.719 2* 'Y' 7.041 / - 'PR16' 73 101 15 15 'OPEN' 1* 188.158 0.216 49854.711 2* 'Y' 7.169 / - 'PR16' 73 100 15 15 'OPEN' 1* 626.882 0.216 166127.547 2* 'Y' 7.186 / - 'PR16' 73 100 16 16 'OPEN' 1* 901.704 0.216 238950.359 2* 'Y' 7.183 / - 'PR16' 73 99 16 16 'OPEN' 1* 369.392 0.216 97823.867 2* 'Y' 7.116 / - 'PR16' 73 99 17 17 'OPEN' 1* 780.444 0.216 206579.172 2* 'Y' 7.067 / - 'PR16' 74 99 17 17 'OPEN' 1* 314.543 0.216 83234.094 2* 'Y' 7.038 / - 'PR16' 74 98 17 17 'OPEN' 1* 1481.014 0.216 391904.094 2* 'Y' 7.038 / - 'PR16' 74 97 17 17 'OPEN' 1* 1071.559 0.216 283519.000 2* 'Y' 7.026 / - 'PR16' 75 97 17 17 'OPEN' 1* 359.555 0.216 95135.852 2* 'Y' 7.029 / - 'PR16' 75 96 17 17 'OPEN' 1* 1518.903 0.216 401942.469 2* 'Y' 7.041 / - 'PR16' 75 95 17 17 'OPEN' 1* 509.247 0.216 134743.203 2* 'Y' 7.028 / - 'PR16' 75 95 16 16 'OPEN' 1* 480.125 0.216 127037.016 2* 'Y' 7.028 / - 'PR16' 76 95 16 16 'OPEN' 1* 462.667 0.216 122417.789 2* 'Y' 7.028 / - 'PR16' 76 94 16 16 'OPEN' 1* 1563.662 0.216 413786.906 2* 'Y' 7.041 / - 'PR16' 76 93 16 16 'OPEN' 1* 826.512 0.216 218717.094 2* 'Y' 7.041 / - 'PR16' 77 93 16 16 'OPEN' 1* 694.367 0.216 183742.625 2* 'Y' 7.038 / - 'PR16' 77 92 16 16 'OPEN' 1* 1604.961 0.216 424646.594 2* 'Y' 7.025 / - 'PR16' 77 91 16 16 'OPEN' 1* 633.019 0.216 167508.922 2* 'Y' 7.038 / - 'PR16' 78 91 16 16 'OPEN' 1* 819.054 0.216 216743.578 2* 'Y' 7.041 / - 'PR16' 78 90 16 16 'OPEN' 1* 1369.612 0.216 362387.844 2* 'Y' 7.028 / - 'PR16' 78 89 16 16 'OPEN' 1* 499.280 0.216 132122.734 2* 'Y' 7.041 / - 'PR16' 79 89 16 16 'OPEN' 1* 905.143 0.216 239525.016 2* 'Y' 7.041 / - 'PR16' 79 88 16 16 'OPEN' 1* 1379.405 0.216 365027.656 2* 'Y' 7.041 / - 'PR16' 79 87 16 16 'OPEN' 1* 323.190 0.216 85513.398 2* 'Y' 7.028 / - 'PR16' 80 87 16 16 'OPEN' 1* 1085.081 0.216 287094.688 2* 'Y' 7.025 / - 'PR16' 80 86 16 16 'OPEN' 1* 1362.614 0.216 360573.594 2* 'Y' 7.038 / - 'PR16' 80 85 16 16 'OPEN' 1* 137.402 0.216 36355.652 2* 'Y' 7.029 / - 'PR16' 81 85 16 16 'OPEN' 1* 186.068 0.216 49229.934 2* 'Y' 7.024 / - 'PR16' 81 85 17 17 'OPEN' 1* 775.550 0.216 205250.469 2* 'Y' 7.051 / - 'PR16' 81 84 17 17 'OPEN' 1* 499.358 0.216 132276.719 2* 'Y' 7.143 / - 'PR16' 81 84 16 16 'OPEN' 1* 670.399 0.216 177416.828 2* 'Y' 7.048 / - 'PR16' 82 84 16 16 'OPEN' 1* 36.214 0.216 9583.132 2* 'Y' 7.041 / - 'PR16' 82 83 16 16 'OPEN' 1* 1436.328 0.216 380091.688 2* 'Y' 7.041 / - 'PR16' 82 82 16 16 'OPEN' 1* 511.360 0.216 135294.953 2* 'Y' 7.023 / - 'WI5' 51 128 14 14 'OPEN' 1* 34.224 0.241 9124.641 2* 'Z' 8.752 / - 'WI5' 51 128 15 15 'OPEN' 1* 55.938 0.241 14954.822 2* 'Z' 9.104 / - 'WI5' 50 128 15 15 'OPEN' 1* 32.149 0.241 8560.488 2* 'Z' 8.598 / - 'WI5' 50 128 16 16 'OPEN' 1* 69.355 0.241 18494.684 2* 'Z' 8.778 / - 'WI5' 50 128 17 17 'OPEN' 1* 60.478 0.241 16154.224 2* 'Z' 8.990 / - 'WI5' 50 128 18 18 'OPEN' 1* 73.057 0.241 19512.010 2* 'Z' 8.975 / - 'WI5' 50 128 19 19 'OPEN' 1* 57.520 0.241 15369.389 2* 'Z' 9.033 / - 'WI5' 50 128 20 20 'OPEN' 1* 2.648 0.241 709.288 2* 'Z' 9.372 / - 'PR11E_A' 37 148 15 15 'OPEN' 1* 374.929 0.241 98417.367 2* 'Y' 7.021 / - 'PR11E_A' 37 149 15 15 'OPEN' 1* 1015.554 0.241 266640.125 2* 'Y' 7.043 / - 'PR11E_A' 36 149 15 15 'OPEN' 1* 575.986 0.241 151228.547 2* 'Y' 7.043 / - 'PR11E_A' 36 150 15 15 'OPEN' 1* 1636.601 0.241 429618.906 2* 'Y' 7.025 / - 'PR11E_A' 36 151 15 15 'OPEN' 1* 254.049 0.241 66702.094 2* 'Y' 7.043 / - 'PR11E_A' 35 151 15 15 'OPEN' 1* 1428.897 0.241 375155.031 2* 'Y' 7.040 / - 'PR11E_A' 35 152 15 15 'OPEN' 1* 1047.377 0.241 274987.312 2* 'Y' 7.040 / - 'PR11E_A' 34 152 15 15 'OPEN' 1* 529.563 0.241 139039.578 2* 'Y' 7.043 / - 'PR11E_A' 34 153 15 15 'OPEN' 1* 1554.117 0.241 407967.906 2* 'Y' 7.025 / - 'PR11E_A' 34 154 15 15 'OPEN' 1* 339.668 0.241 89181.562 2* 'Y' 7.043 / - 'PR11E_A' 33 154 15 15 'OPEN' 1* 1205.740 0.241 316564.719 2* 'Y' 7.040 / - 'PR11E_A' 33 155 15 15 'OPEN' 1* 1069.151 0.241 280653.562 2* 'Y' 7.023 / - 'PR11E_A' 32 155 15 15 'OPEN' 1* 342.095 0.241 89802.961 2* 'Y' 7.025 / - 'PR11E_A' 32 156 15 15 'OPEN' 1* 1588.682 0.241 417115.906 2* 'Y' 7.043 / - 'PR11E_A' 32 157 15 15 'OPEN' 1* 560.863 0.241 147257.078 2* 'Y' 7.043 / - 'PR11E_A' 31 157 15 15 'OPEN' 1* 1010.334 0.241 265267.812 2* 'Y' 7.043 / - 'PR11E_A' 31 158 15 15 'OPEN' 1* 1577.205 0.241 414031.250 2* 'Y' 7.026 / - 'PR11E_A' 30 158 15 15 'OPEN' 1* 64.566 0.241 16948.766 2* 'Y' 7.023 / - 'PR11E_A' 30 159 15 15 'OPEN' 1* 1704.744 0.241 447575.312 2* 'Y' 7.040 / - 'PR11E_A' 30 160 15 15 'OPEN' 1* 966.044 0.241 253589.094 2* 'Y' 7.023 / - 'PR11E_A' 29 160 15 15 'OPEN' 1* 712.329 0.241 186993.734 2* 'Y' 7.026 / - 'PR11E_A' 29 161 15 15 'OPEN' 1* 1705.940 0.241 447900.875 2* 'Y' 7.042 / - 'PR11E_A' 29 162 15 15 'OPEN' 1* 394.960 0.241 103698.031 2* 'Y' 7.042 / - 'PR11E_A' 28 162 15 15 'OPEN' 1* 1231.586 0.241 323356.438 2* 'Y' 7.042 / - 'PR11E_A' 28 163 15 15 'OPEN' 1* 1460.456 0.241 383388.875 2* 'Y' 7.027 / - 'PR11E_A' 27 163 15 15 'OPEN' 1* 50.946 0.241 13373.651 2* 'Y' 7.024 / - 'PR11E_A' 27 164 15 15 'OPEN' 1* 1470.826 0.241 386155.906 2* 'Y' 7.039 / - 'PR11E_A' 27 165 15 15 'OPEN' 1* 1356.743 0.241 356155.594 2* 'Y' 7.025 / - 'PR11E_A' 26 165 15 15 'OPEN' 1* 296.115 0.241 77734.945 2* 'Y' 7.028 / - 'PR11E_A' 26 166 15 15 'OPEN' 1* 1665.109 0.241 437174.031 2* 'Y' 7.041 / - 'PR11E_A' 26 167 15 15 'OPEN' 1* 1188.187 0.241 311957.531 2* 'Y' 7.041 / - 'PR11E_A' 25 167 15 15 'OPEN' 1* 257.686 0.241 67655.258 2* 'Y' 7.040 / - 'PR11E_A' 25 168 15 15 'OPEN' 1* 1336.830 0.241 350943.219 2* 'Y' 7.029 / - 'PR11E_A' 25 169 15 15 'OPEN' 1* 1461.897 0.241 383818.969 2* 'Y' 7.040 / - 'PR11E_A' 24 169 15 15 'OPEN' 1* 166.047 0.241 43594.066 2* 'Y' 7.038 / - 'PR11E_A' 24 170 15 15 'OPEN' 1* 1654.764 0.241 434393.406 2* 'Y' 7.026 / - 'PR11E_A' 24 171 15 15 'OPEN' 1* 1601.595 0.241 420483.344 2* 'Y' 7.037 / - 'PR11E_A' 24 172 15 15 'OPEN' 1* 14.236 0.241 3737.492 2* 'Y' 7.035 / - 'PR11E_A' 23 172 15 15 'OPEN' 1* 1579.291 0.241 414640.625 2* 'Y' 7.040 / - 'PR11E_A' 23 173 15 15 'OPEN' 1* 1607.346 0.241 421958.844 2* 'Y' 7.029 / - 'PR11E_A' 23 174 15 15 'OPEN' 1* 198.736 0.241 52177.777 2* 'Y' 7.040 / - 'PR11E_A' 22 174 15 15 'OPEN' 1* 1510.559 0.241 396582.781 2* 'Y' 7.037 / - 'PR11E_A' 22 175 15 15 'OPEN' 1* 1734.595 0.241 455349.812 2* 'Y' 7.026 / - 'PR11E_A' 22 176 15 15 'OPEN' 1* 357.098 0.241 93752.680 2* 'Y' 7.037 / - 'PR11E_A' 21 176 15 15 'OPEN' 1* 1434.345 0.241 376585.469 2* 'Y' 7.040 / - 'PR11E_A' 21 177 15 15 'OPEN' 1* 1669.474 0.241 438318.000 2* 'Y' 7.040 / - 'PR11E_A' 21 178 15 15 'OPEN' 1* 450.241 0.241 118196.688 2* 'Y' 7.029 / - 'PR11E_A' 20 178 15 15 'OPEN' 1* 1139.933 0.241 299254.031 2* 'Y' 7.029 / - 'PR11E_A' 20 179 15 15 'OPEN' 1* 1388.568 0.241 364566.750 2* 'Y' 7.040 / - 'PR11E_A' 20 180 15 15 'OPEN' 1* 475.318 0.241 124780.125 2* 'Y' 7.029 / - 'PR11E_A' 19 180 15 15 'OPEN' 1* 531.140 0.241 139429.828 2* 'Y' 7.026 / - 'PR11E_A' 19 181 15 15 'OPEN' 1* 574.566 0.241 150837.170 2* 'Y' 7.031 / - 'PR11E_A' 19 181 16 16 'OPEN' 1* 332.829 0.241 87400.148 2* 'Y' 7.059 / - 'PR11E_A' 19 182 15 15 'OPEN' 1* 678.222 0.241 178060.625 2* 'Y' 7.037 / - 'PR11E_A' 18 182 15 15 'OPEN' 1* 630.678 0.241 165578.328 2* 'Y' 7.037 / - 'PR11E_A' 18 183 15 15 'OPEN' 1* 1313.213 0.241 344743.250 2* 'Y' 7.029 / - 'PR11E_A' 18 184 15 15 'OPEN' 1* 878.366 0.241 230613.859 2* 'Y' 7.040 / - 'PR11E_A' 17 184 15 15 'OPEN' 1* 467.969 0.241 122862.328 2* 'Y' 7.039 / - 'PR11E_A' 17 185 15 15 'OPEN' 1* 1271.330 0.241 333748.156 2* 'Y' 7.029 / - 'PR11E_A' 17 186 15 15 'OPEN' 1* 942.245 0.241 247385.109 2* 'Y' 7.040 / - 'PR11E_A' 16 186 15 15 'OPEN' 1* 254.853 0.241 66909.312 2* 'Y' 7.037 / - 'WI3' 31 147 17 17 'OPEN' 1* 866.281 0.241 227451.656 2* 'Y' 7.045 / - 'WI3' 30 147 17 17 'OPEN' 1* 973.887 0.241 255699.031 2* 'Y' 7.043 / - 'WI3' 30 148 17 17 'OPEN' 1* 1440.056 0.241 378003.281 2* 'Y' 7.019 / - 'WI3' 29 148 17 17 'OPEN' 1* 524.203 0.241 137602.219 2* 'Y' 7.021 / - 'WI3' 29 149 17 17 'OPEN' 1* 1826.752 0.241 479633.938 2* 'Y' 7.045 / - 'WI3' 28 149 17 17 'OPEN' 1* 44.812 0.241 11765.892 2* 'Y' 7.046 / - 'WI3' 28 150 17 17 'OPEN' 1* 1584.857 0.241 416040.719 2* 'Y' 7.026 / - 'WI3' 28 151 17 17 'OPEN' 1* 1060.697 0.241 278489.344 2* 'Y' 7.042 / - 'WI3' 27 151 17 17 'OPEN' 1* 679.401 0.241 178373.766 2* 'Y' 7.039 / - 'WI3' 27 152 17 17 'OPEN' 1* 1582.758 0.241 415546.406 2* 'Y' 7.039 / - 'WI3' 27 153 17 17 'OPEN' 1* 475.725 0.241 124879.695 2* 'Y' 7.024 / - 'WI3' 26 153 17 17 'OPEN' 1* 1083.158 0.241 284341.219 2* 'Y' 7.026 / - 'WI3' 26 154 17 17 'OPEN' 1* 1579.500 0.241 414702.688 2* 'Y' 7.042 / - 'WI3' 25 154 17 17 'OPEN' 1* 1.697 0.241 445.500 2* 'X' 7.053 / - 'WI3' 25 155 17 17 'OPEN' 1* 1535.196 0.241 403010.438 2* 'Y' 7.027 / - 'WI3' 25 156 17 17 'OPEN' 1* 1383.082 0.241 363129.188 2* 'Y' 7.041 / - 'WI3' 24 156 17 17 'OPEN' 1* 226.552 0.241 59479.625 2* 'Y' 7.038 / - 'WI3' 24 157 17 17 'OPEN' 1* 1431.246 0.241 375763.438 2* 'Y' 7.038 / - 'WI3' 24 158 17 17 'OPEN' 1* 1291.880 0.241 339128.500 2* 'Y' 7.025 / - 'WI3' 23 158 17 17 'OPEN' 1* 323.260 0.241 84860.773 2* 'Y' 7.028 / - 'WI3' 23 159 17 17 'OPEN' 1* 1694.505 0.241 444893.562 2* 'Y' 7.041 / - 'WI3' 23 160 17 17 'OPEN' 1* 1186.611 0.241 311503.594 2* 'Y' 7.028 / - 'WI3' 22 160 17 17 'OPEN' 1* 417.158 0.241 109510.492 2* 'Y' 7.028 / - 'WI3' 22 161 17 17 'OPEN' 1* 1125.484 0.241 295496.688 2* 'Y' 7.041 / - 'WI3' 22 162 17 17 'OPEN' 1* 965.093 0.241 253382.484 2* 'Y' 7.040 / - 'WI3' 21 162 17 17 'OPEN' 1* 494.618 0.241 129856.258 2* 'Y' 7.037 / - 'WI3' 21 163 17 17 'OPEN' 1* 1650.304 0.241 433227.375 2* 'Y' 7.027 / - 'WI3' 21 164 17 17 'OPEN' 1* 1577.915 0.241 414263.188 2* 'Y' 7.037 / - 'WI3' 20 164 17 17 'OPEN' 1* 94.662 0.241 24853.391 2* 'Y' 7.040 / - 'WI3' 20 165 17 17 'OPEN' 1* 1725.642 0.241 453019.125 2* 'Y' 7.030 / - 'WI3' 20 166 17 17 'OPEN' 1* 1445.802 0.241 379589.781 2* 'Y' 7.039 / - 'WI3' 20 167 17 17 'OPEN' 1* 573.375 0.241 150536.641 2* 'Y' 7.039 / - 'WI3' 19 167 17 17 'OPEN' 1* 1077.935 0.241 282997.000 2* 'Y' 7.036 / - 'WI3' 19 168 17 17 'OPEN' 1* 1587.776 0.241 416817.062 2* 'Y' 7.028 / - 'WI3' 19 169 17 17 'OPEN' 1* 1544.198 0.241 405408.031 2* 'Y' 7.036 / - 'WI3' 19 170 17 17 'OPEN' 1* 42.466 0.241 11148.143 2* 'Y' 7.029 / - 'WI3' 18 170 17 17 'OPEN' 1* 1356.601 0.241 356141.719 2* 'Y' 7.032 / -/ - -COMPSEGS - 'WI3' / - 31 147 17 1 0.000 29.347 3* / - 30 147 17 1 29.347 61.740 3* / - 30 148 17 1 61.740 108.792 3* / - 29 148 17 1 108.792 125.994 3* / - 29 149 17 1 125.994 188.741 3* / - 28 149 17 1 188.741 190.261 3* / - 28 150 17 1 190.261 248.853 3* / - 28 151 17 1 248.853 284.356 3* / - 27 151 17 1 284.356 306.857 3* / - 27 152 17 1 306.857 365.361 3* / - 27 153 17 1 365.361 382.862 3* / - 26 153 17 1 382.862 423.365 3* / - 26 154 17 1 423.365 480.869 3* / - 25 154 17 1 480.869 481.369 3* / - 25 155 17 1 481.369 538.392 3* / - 25 156 17 1 538.392 585.423 3* / - 24 156 17 1 585.423 594.929 3* / - 24 157 17 1 594.929 651.965 3* / - 24 158 17 1 651.965 692.490 3* / - 23 158 17 1 692.490 708.500 3* / - 23 159 17 1 708.500 765.036 3* / - 23 160 17 1 765.036 799.058 3* / - 22 160 17 1 799.058 821.572 3* / - 22 161 17 1 821.572 878.108 3* / - 22 162 17 1 878.108 910.821 3* / - 21 162 17 1 910.821 932.986 3* / - 21 163 17 1 932.986 986.884 3* / - 21 164 17 1 986.884 1038.260 3* / - 20 164 17 1 1038.260 1041.283 3* / - 20 165 17 1 1041.283 1095.678 3* / - 20 166 17 1 1095.678 1149.679 3* / - 20 167 17 1 1149.679 1169.443 3* / - 19 167 17 1 1169.443 1203.397 3* / - 19 168 17 1 1203.397 1256.611 3* / - 19 169 17 1 1256.611 1309.835 3* / - 19 170 17 1 1309.835 1311.356 3* / - 18 170 17 1 1311.356 1357.000 3* / -/ - -COMPSEGS - 'PR11E_A' / - 37 148 15 1 2460.000 2476.198 3* / - 37 149 15 1 2476.198 2515.502 3* / - 36 149 15 1 2515.502 2537.000 3* / - 36 150 15 1 2537.000 2596.271 3* / - 36 151 15 1 2596.271 2605.424 3* / - 35 151 15 1 2605.424 2656.499 3* / - 35 152 15 1 2656.499 2696.999 3* / - 34 152 15 1 2696.999 2716.779 3* / - 34 153 15 1 2716.779 2776.000 3* / - 34 154 15 1 2776.000 2788.999 3* / - 33 154 15 1 2788.999 2835.738 3* / - 33 155 15 1 2835.738 2881.001 3* / - 32 155 15 1 2881.001 2894.500 3* / - 32 156 15 1 2894.500 2954.237 3* / - 32 157 15 1 2954.237 2975.409 3* / - 31 157 15 1 2975.409 3013.000 3* / - 31 158 15 1 3013.000 3069.000 3* / - 30 158 15 1 3069.000 3071.501 3* / - 30 159 15 1 3071.501 3130.170 3* / - 30 160 15 1 3130.170 3164.000 3* / - 29 160 15 1 3164.000 3189.000 3* / - 29 161 15 1 3189.000 3247.500 3* / - 29 162 15 1 3247.500 3261.000 3* / - 28 162 15 1 3261.000 3306.000 3* / - 28 163 15 1 3306.000 3361.017 3* / - 27 163 15 1 3361.017 3363.051 3* / - 27 164 15 1 3363.051 3420.000 3* / - 27 165 15 1 3420.000 3466.500 3* / - 26 165 15 1 3466.500 3476.500 3* / - 26 166 15 1 3476.500 3533.115 3* / - 26 167 15 1 3533.115 3578.499 3* / - 25 167 15 1 3578.499 3588.501 3* / - 25 168 15 1 3588.501 3643.279 3* / - 25 169 15 1 3643.279 3694.069 3* / - 24 169 15 1 3694.069 3699.152 3* / - 24 170 15 1 3699.152 3754.425 3* / - 24 171 15 1 3754.425 3810.000 3* / - 24 172 15 1 3810.000 3810.502 3* / - 23 172 15 1 3810.502 3865.425 3* / - 23 173 15 1 3865.425 3920.500 3* / - 23 174 15 1 3920.500 3927.002 3* / - 22 174 15 1 3927.002 3976.000 3* / - 22 175 15 1 3976.000 4031.500 3* / - 22 176 15 1 4031.500 4043.501 3* / - 21 176 15 1 4043.501 4086.998 3* / - 21 177 15 1 4086.998 4142.502 3* / - 21 178 15 1 4142.502 4160.499 3* / - 20 178 15 1 4160.499 4197.501 3* / - 20 179 15 1 4197.501 4252.624 3* / - 20 180 15 1 4252.624 4275.764 3* / - 19 180 15 1 4275.764 4307.999 3* / - 19 181 15 1 4307.999 4363.769 3* / - 19 181 16 1 4308.498 4330.680 3* / - 19 182 15 1 4363.769 4392.204 3* / - 18 182 15 1 4392.204 4419.001 3* / - 18 183 15 1 4419.001 4474.000 3* / - 18 184 15 1 4474.000 4508.644 3* / - 17 184 15 1 4508.644 4530.000 3* / - 17 185 15 1 4530.000 4584.999 3* / - 17 186 15 1 4584.999 4625.287 3* / - 16 186 15 1 4625.287 4636.000 3* / -/ - -COMPSEGS - 'WI5' / - 51 128 14 1 0.000 2.464 3* / - 51 128 15 1 2.464 6.370 3* / - 50 128 15 1 6.370 8.260 3* / - 50 128 16 1 8.260 14.222 3* / - 50 128 17 1 14.222 20.161 3* / - 50 128 18 1 20.161 25.097 3* / - 50 128 19 1 25.097 28.449 3* / - 50 128 20 1 28.449 28.621 3* / -/ - -COMPSEGS - 'PR16' / - 60 123 15 1 0.000 37.292 3* / - 60 122 15 1 37.292 93.385 3* / - 60 121 15 1 93.385 97.391 3* / - 61 121 15 1 97.391 148.350 3* / - 61 120 15 1 148.350 202.210 3* / - 61 119 15 1 202.210 225.729 3* / - 62 119 15 1 225.729 255.785 3* / - 62 118 15 1 255.785 309.961 3* / - 62 117 15 1 309.961 346.421 3* / - 62 117 14 1 346.421 356.546 3* / - 62 117 1 1 356.546 360.091 3* / - 63 117 1 1 360.091 363.645 3* / - 63 116 1 1 363.645 418.330 3* / - 63 115 1 1 418.330 427.958 3* / - 63 115 13 1 427.958 428.969 3* / - 63 115 14 1 428.969 450.961 3* / - 63 115 15 1 450.961 471.787 3* / - 63 114 15 1 471.787 494.148 3* / - 64 114 15 1 494.148 525.958 3* / - 64 113 15 1 525.958 579.994 3* / - 64 112 15 1 579.994 628.183 3* / - 65 112 15 1 628.183 633.204 3* / - 65 111 15 1 633.204 687.298 3* / - 65 110 15 1 687.298 741.100 3* / - 65 109 15 1 741.100 762.177 3* / - 66 109 15 1 762.177 794.797 3* / - 66 108 15 1 794.797 848.936 3* / - 66 107 15 1 848.936 896.634 3* / - 67 107 15 1 896.634 902.666 3* / - 67 106 15 1 902.666 956.872 3* / - 67 105 15 1 956.872 1010.515 3* / - 67 104 15 1 1010.515 1030.359 3* / - 68 104 15 1 1030.359 1064.745 3* / - 68 103 15 1 1064.745 1118.457 3* / - 68 102 15 1 1118.457 1164.070 3* / - 69 102 15 1 1164.070 1172.192 3* / - 69 101 15 1 1172.192 1226.036 3* / - 69 100 15 1 1226.036 1279.505 3* / - 69 99 15 1 1279.505 1297.761 3* / - 70 99 15 1 1297.761 1333.835 3* / - 70 98 15 1 1333.835 1387.920 3* / - 70 97 15 1 1387.920 1432.091 3* / - 71 97 15 1 1432.091 1441.131 3* / - 71 96 15 1 1441.131 1495.643 3* / - 71 95 15 1 1495.643 1549.258 3* / - 71 94 15 1 1549.258 1566.070 3* / - 72 94 15 1 1566.070 1603.601 3* / - 72 93 15 1 1603.601 1657.277 3* / - 72 92 15 1 1657.277 1699.183 3* / - 73 92 15 1 1699.183 1711.303 3* / - 73 91 15 1 1711.303 1751.704 3* / - 73 91 16 1 1751.704 1756.251 3* / - 73 91 17 1 1756.251 1756.751 3* / - 75 87 15 1 1966.310 1981.455 3* / - 75 86 15 1 1981.455 2035.985 3* / - 75 85 15 1 2035.985 2073.861 3* / - 75 85 16 1 2073.861 2078.908 3* / - 75 85 17 1 2078.908 2079.921 3* / - 76 83 20 1 2156.673 2158.690 3* / - 76 83 19 1 2158.690 2170.301 3* / - 76 83 18 1 2170.301 2198.079 3* / - 76 82 18 1 2198.079 2225.980 3* / - 77 82 18 1 2225.980 2251.680 3* / - 77 81 18 1 2251.680 2306.007 3* / - 77 80 18 1 2306.007 2357.494 3* / - 78 80 18 1 2357.494 2360.017 3* / - 78 79 18 1 2360.017 2414.069 3* / - 78 78 18 1 2414.069 2468.906 3* / - 78 77 18 1 2468.906 2482.004 3* / - 78 77 19 1 2482.004 2483.012 3* / - 78 77 20 1 2483.012 2483.512 3* / - 79 76 19 1 2565.100 2570.635 3* / - 79 76 18 1 2570.635 2577.186 3* / - 79 75 18 1 2577.186 2613.949 3* / - 80 75 18 1 2613.949 2631.574 3* / - 80 74 18 1 2631.574 2685.966 3* / - 80 73 18 1 2685.966 2740.855 3* / - 80 72 18 1 2740.855 2741.362 3* / - 81 72 18 1 2741.362 2794.263 3* / - 81 71 18 1 2794.263 2848.648 3* / - 81 70 18 1 2848.648 2867.780 3* / - 82 70 18 1 2867.780 2903.371 3* / - 82 69 18 1 2903.371 2957.739 3* / - 82 68 18 1 2957.739 2995.100 3* / - 83 68 18 1 2995.100 3000.000 3* / - 61 122 15 2 100.000 107.687 3* / - 61 121 15 2 107.687 147.662 3* / - 62 121 15 2 147.662 173.045 3* / - 62 120 15 2 173.045 229.184 3* / - 63 120 15 2 229.184 235.736 3* / - 63 119 15 2 235.736 295.720 3* / - 63 118 15 2 295.720 324.418 3* / - 64 118 15 2 324.418 352.615 3* / - 64 117 15 2 352.615 408.812 3* / - 64 116 15 2 408.812 433.331 3* / - 65 116 15 2 433.331 465.356 3* / - 65 115 15 2 465.356 521.100 3* / - 65 114 15 2 521.100 540.969 3* / - 66 114 15 2 540.969 577.499 3* / - 66 113 15 2 577.499 634.164 3* / - 66 112 15 2 634.164 650.345 3* / - 67 112 15 2 650.345 690.085 3* / - 67 111 15 2 690.085 746.152 3* / - 67 110 15 2 746.152 758.518 3* / - 68 110 15 2 758.518 801.845 3* / - 68 109 15 2 801.845 858.800 3* / - 68 108 15 2 858.800 867.285 3* / - 69 108 15 2 867.285 915.618 3* / - 69 107 15 2 915.618 971.884 3* / - 69 106 15 2 971.884 975.890 3* / - 70 106 15 2 975.890 1028.464 3* / - 70 105 15 2 1028.464 1084.015 3* / - 71 104 15 2 1084.015 1140.726 3* / - 71 103 15 2 1140.726 1193.595 3* / - 72 103 15 2 1193.595 1197.571 3* / - 72 102 15 2 1197.571 1253.198 3* / - 72 101 15 2 1253.198 1301.785 3* / - 73 101 15 2 1301.785 1309.963 3* / - 73 100 15 2 1309.963 1333.255 3* / - 73 100 16 2 1333.255 1365.796 3* / - 73 99 16 2 1365.796 1379.312 3* / - 73 99 17 2 1379.312 1411.351 3* / - 74 99 17 2 1411.351 1422.364 3* / - 74 98 17 2 1422.364 1478.934 3* / - 74 97 17 2 1478.934 1520.986 3* / - 75 97 17 2 1520.986 1534.503 3* / - 75 96 17 2 1534.503 1591.082 3* / - 75 95 17 2 1591.082 1609.830 3* / - 75 95 16 2 1609.830 1629.153 3* / - 76 95 16 2 1629.153 1646.665 3* / - 76 94 16 2 1646.665 1703.699 3* / - 76 93 16 2 1703.699 1736.210 3* / - 77 93 16 2 1736.210 1760.218 3* / - 77 92 16 2 1760.218 1816.775 3* / - 77 91 16 2 1816.775 1843.288 3* / - 78 91 16 2 1843.288 1873.306 3* / - 78 90 16 2 1873.306 1929.871 3* / - 78 89 16 2 1929.871 1950.111 3* / - 79 89 16 2 1950.111 1986.390 3* / - 79 88 16 2 1986.390 2043.858 3* / - 79 87 16 2 2043.858 2057.357 3* / - 80 87 16 2 2057.357 2099.851 3* / - 80 86 16 2 2099.851 2156.597 3* / - 80 85 16 2 2156.597 2163.557 3* / - 81 85 16 2 2163.557 2171.511 3* / - 81 85 17 2 2171.511 2213.492 3* / - 81 84 17 2 2213.492 2238.502 3* / - 81 84 16 2 2238.502 2268.513 3* / - 82 84 16 2 2268.513 2270.514 3* / - 82 83 16 2 2270.514 2326.819 3* / - 82 82 16 2 2326.819 2350.000 3* / -/ - -COMPSEGS - 'WI10' / - 62 33 20 1 0.030 32.815 3* / - 62 32 20 1 32.815 82.381 3* / - 62 31 20 1 82.381 132.926 3* / - 62 30 20 1 132.926 183.023 3* / - 62 29 20 1 183.023 198.578 3* / - 63 29 20 1 198.578 232.589 3* / - 63 28 20 1 232.589 283.135 3* / - 63 27 20 1 283.135 332.701 3* / - 63 26 20 1 332.701 383.247 3* / - 63 25 20 1 383.247 433.344 3* / - 63 24 20 1 433.344 442.000 3* / -/ - -COMPSEGS - 'PR21' / - 58 69 14 1 0.000 27.816 3* / - 58 68 14 1 27.816 78.145 3* / - 58 67 14 1 78.145 127.931 3* / - 58 66 14 1 127.931 177.812 3* / - 58 65 14 1 177.812 227.598 3* / - 58 64 14 1 227.598 277.927 3* / - 58 63 14 1 277.927 328.255 3* / - 58 62 14 1 328.255 377.594 3* / - 58 61 14 1 377.594 427.922 3* / - 58 60 14 1 427.922 477.708 3* / - 58 59 14 1 477.708 528.126 3* / - 58 58 14 1 528.126 566.954 3* / - 59 58 14 1 566.954 578.445 3* / - 59 57 14 1 578.445 628.700 3* / - 59 56 14 1 628.700 679.019 3* / - 59 55 14 1 679.019 729.262 3* / - 59 54 14 1 729.262 779.593 3* / - 59 53 14 1 779.593 829.912 3* / - 59 52 14 1 829.912 880.167 3* / - 59 51 14 1 880.167 930.486 3* / - 59 50 14 1 930.486 980.741 3* / - 59 49 14 1 980.741 1028.254 3* / - 60 49 14 1 1028.254 1031.060 3* / - 60 48 14 1 1031.060 1081.836 3* / - 60 47 14 1 1081.836 1131.634 3* / - 60 46 14 1 1131.634 1182.410 3* / - 60 45 14 1 1182.410 1232.208 3* / - 60 44 14 1 1232.208 1282.984 3* / - 60 43 14 1 1282.984 1333.303 3* / - 60 42 14 1 1333.303 1383.559 3* / - 60 41 14 1 1383.559 1433.877 3* / - 60 40 14 1 1433.877 1484.196 3* / - 60 39 14 1 1484.196 1490.773 3* / - 61 39 14 1 1490.773 1534.451 3* / - 61 38 14 1 1534.451 1584.770 3* / - 61 37 14 1 1584.770 1634.620 3* / - 61 36 14 1 1634.620 1685.057 3* / - 61 35 14 1 1685.057 1735.056 3* / - 61 34 14 1 1735.056 1784.965 3* / - 61 33 14 1 1784.965 1834.963 3* / - 61 32 14 1 1834.963 1884.872 3* / - 61 31 14 1 1884.872 1934.871 3* / - 61 30 14 1 1934.871 1984.884 3* / - 61 29 14 1 1984.884 2034.778 3* / - 61 28 14 1 2034.778 2084.792 3* / - 61 27 14 1 2084.792 2134.686 3* / - 61 26 14 1 2134.686 2184.684 3* / - 61 25 14 1 2184.684 2235.137 3* / - 61 24 14 1 2235.137 2284.592 3* / - 61 23 14 1 2284.592 2335.045 3* / - 61 22 14 1 2335.045 2384.499 3* / - 61 21 14 1 2384.499 2434.952 3* / - 61 20 14 1 2434.952 2484.950 3* / - 61 19 14 1 2484.950 2534.860 3* / - 61 18 14 1 2534.860 2584.858 3* / - 61 17 14 1 2584.858 2634.753 3* / - 61 16 14 1 2634.753 2684.766 3* / - 61 15 14 1 2684.766 2734.764 3* / - 61 14 14 1 2734.764 2784.673 3* / - 61 13 14 1 2784.673 2789.229 3* / - 61 13 1 1 2789.229 2834.671 3* / - 61 12 1 1 2834.671 2858.435 3* / - 62 12 1 1 2858.435 2884.580 3* / - 62 11 1 1 2884.580 2934.579 3* / - 62 10 1 1 2934.579 2978.000 3* / - 59 67 15 2 114.140 136.356 3* / - 59 66 15 2 136.356 162.133 3* / - 60 66 15 2 162.133 189.926 3* / - 60 65 15 2 189.926 242.994 3* / - 60 64 15 2 242.994 296.564 3* / - 60 63 15 2 296.564 302.127 3* / - 61 63 15 2 302.127 350.134 3* / - 61 62 15 2 350.134 403.202 3* / - 61 61 15 2 403.202 442.617 3* / - 62 61 15 2 442.617 456.772 3* / - 62 60 15 2 456.772 508.114 3* / - 62 59 15 2 508.114 558.371 3* / - 62 58 15 2 558.371 609.087 3* / - 62 57 15 2 609.087 659.282 3* / - 62 56 15 2 659.282 709.539 3* / - 62 55 15 2 709.539 759.733 3* / - 62 54 15 2 759.733 810.449 3* / - 62 53 15 2 810.449 811.020 3* / - 63 53 15 2 811.020 861.165 3* / - 63 52 15 2 861.165 910.901 3* / - 63 51 15 2 910.901 961.617 3* / - 63 50 15 2 961.617 1011.812 3* / - 63 49 15 2 1011.812 1062.069 3* / - 63 48 15 2 1062.069 1112.785 3* / - 63 47 15 2 1112.785 1162.979 3* / - 63 46 15 2 1162.979 1213.695 3* / - 63 45 15 2 1213.695 1251.959 3* / - 64 45 15 2 1251.959 1263.431 3* / - 64 44 15 2 1263.431 1314.147 3* / - 64 43 15 2 1314.147 1364.863 3* / - 64 42 15 2 1364.863 1414.599 3* / - 64 41 15 2 1414.599 1465.174 3* / - 64 40 15 2 1465.174 1515.294 3* / - 64 39 15 2 1515.294 1565.294 3* / - 64 38 15 2 1565.294 1615.414 3* / - 64 37 15 2 1615.414 1664.975 3* / - 64 36 15 2 1664.975 1715.094 3* / - 64 35 15 2 1715.094 1765.638 3* / - 64 34 15 2 1765.638 1815.214 3* / - 64 33 15 2 1815.214 1865.319 3* / - 64 32 15 2 1865.319 1915.334 3* / - 64 31 15 2 1915.334 1965.439 3* / - 64 30 15 2 1965.439 2015.543 3* / - 64 29 15 2 2015.543 2065.119 3* / - 64 28 15 2 2065.119 2115.224 3* / - 64 27 15 2 2115.224 2117.489 3* / - 64 27 14 2 2117.489 2144.195 3* / - 64 27 1 2 2144.195 2165.239 3* / - 64 26 1 2 2165.239 2201.622 3* / - 64 26 14 2 2201.622 2215.329 3* / - 64 25 15 2 2215.344 2265.464 3* / - 64 24 15 2 2265.464 2315.464 3* / - 64 23 15 2 2315.464 2321.230 3* / - 64 23 14 2 2321.230 2360.496 3* / - 64 23 13 2 2360.496 2360.526 3* / - 64 23 1 2 2360.526 2365.583 3* / - 64 22 1 2 2365.583 2368.995 3* / - 64 22 12 2 2368.995 2369.010 3* / - 64 22 13 2 2369.010 2370.217 3* / - 64 22 14 2 2370.217 2408.909 3* / - 64 22 15 2 2408.909 2415.145 3* / - 64 21 15 2 2415.145 2465.264 3* / - 64 20 15 2 2465.264 2515.808 3* / - 64 19 15 2 2515.808 2563.723 3* / - 65 19 15 2 2563.723 2565.384 3* / - 65 18 15 2 2565.384 2615.489 3* / - 65 17 15 2 2615.489 2665.504 3* / - 65 16 15 2 2665.504 2715.609 3* / - 65 15 15 2 2715.609 2765.713 3* / - 65 14 15 2 2765.713 2766.906 3* / - 65 14 14 2 2766.906 2787.302 3* / - 65 14 13 2 2787.302 2792.509 3* / - 65 14 1 2 2792.509 2815.289 3* / - 65 13 1 2 2815.289 2865.833 3* / - 65 12 1 2 2865.833 2915.409 3* / - 65 11 1 2 2915.409 2965.529 3* / - 65 10 1 2 2965.529 3011.030 3* / - 60 67 14 3 114.140 152.814 3* / - 61 67 14 3 152.814 183.637 3* / - 61 66 14 3 183.637 221.260 3* / - 62 66 14 3 221.260 256.805 3* / - 62 65 14 3 256.805 289.705 3* / - 63 65 14 3 289.705 329.441 3* / - 63 64 14 3 329.441 358.151 3* / - 64 64 14 3 358.151 402.050 3* / - 64 63 14 3 402.050 453.423 3* / - 64 62 14 3 453.423 491.167 3* / - 65 62 14 3 491.167 504.291 3* / - 65 61 14 3 504.291 555.665 3* / - 65 60 14 3 555.665 606.523 3* / - 65 59 14 3 606.523 657.906 3* / - 65 58 14 3 657.906 709.279 3* / - 65 57 14 3 709.279 722.385 3* / - 66 57 14 3 722.385 760.148 3* / - 66 56 14 3 760.148 811.521 3* / - 66 55 14 3 811.521 862.857 3* / - 66 54 14 3 862.857 914.239 3* / - 66 53 14 3 914.239 953.564 3* / - 67 53 14 3 953.564 965.622 3* / - 67 52 14 3 965.622 1016.481 3* / - 67 51 14 3 1016.481 1067.854 3* / - 67 50 14 3 1067.854 1118.467 3* / - 67 49 14 3 1118.467 1168.679 3* / - 67 48 14 3 1168.679 1218.875 3* / - 67 47 14 3 1218.875 1268.559 3* / - 67 46 14 3 1268.559 1303.885 3* / - 67 46 13 3 1303.885 1318.770 3* / - 67 45 13 3 1318.770 1322.227 3* / - 67 45 14 3 1322.227 1368.438 3* / - 67 44 15 3 1368.438 1418.650 3* / - 67 43 15 3 1418.650 1468.862 3* / - 67 42 15 3 1468.862 1518.530 3* / - 67 41 15 3 1518.530 1568.742 3* / - 67 40 15 3 1568.742 1618.953 3* / - 67 39 15 3 1618.953 1668.621 3* / - 67 38 15 3 1668.621 1718.833 3* / - 67 37 15 3 1718.833 1768.501 3* / - 67 36 15 3 1768.501 1818.713 3* / - 67 35 14 3 1818.713 1868.925 3* / - 67 34 14 3 1868.925 1898.560 3* / - 68 34 14 3 1898.560 1918.612 3* / - 68 33 14 3 1918.612 1968.888 3* / - 68 32 14 3 1968.888 2018.621 3* / - 68 31 14 3 2018.621 2041.487 3* / - 68 31 1 3 2041.487 2068.898 3* / - 68 30 1 3 2068.898 2119.175 3* / - 68 29 1 3 2119.175 2168.908 3* / - 68 28 1 3 2168.908 2187.696 3* / - 68 28 14 3 2187.696 2219.185 3* / - 68 27 14 3 2219.185 2268.919 3* / - 68 26 14 3 2268.919 2319.196 3* / - 68 25 14 3 2319.196 2369.472 3* / - 68 24 14 3 2369.472 2419.206 3* / - 68 23 14 3 2419.206 2469.483 3* / - 68 22 14 3 2469.483 2519.216 3* / - 68 21 14 3 2519.216 2569.493 3* / - 68 20 14 3 2569.493 2619.332 3* / - 68 19 14 3 2619.332 2645.611 3* / - 68 19 1 3 2645.611 2669.065 3* / - 68 18 1 3 2669.065 2719.342 3* / - 68 17 1 3 2719.342 2769.076 3* / - 68 16 1 3 2769.076 2819.353 3* / - 68 15 1 3 2819.353 2846.190 3* / -/ - -COMPSEGS - 'PR19' / - 62 71 14 1 0.000 29.556 3* / - 62 70 14 1 29.556 57.616 3* / - 63 70 14 1 57.616 91.684 3* / - 63 69 14 1 91.684 138.775 3* / - 64 69 14 1 138.775 154.805 3* / - 64 68 14 1 154.805 217.519 3* / - 64 67 14 1 217.519 220.058 3* / - 65 67 14 1 220.058 282.069 3* / - 65 66 14 1 282.069 299.868 3* / - 66 66 14 1 299.868 346.634 3* / - 66 65 14 1 346.634 380.178 3* / - 67 65 14 1 380.178 410.688 3* / - 67 64 14 1 410.688 468.391 3* / - 68 64 14 1 468.391 470.382 3* / - 68 63 14 1 470.382 527.109 3* / - 68 62 14 1 527.109 573.385 3* / - 69 62 14 1 573.385 583.337 3* / - 69 61 14 1 583.337 638.434 3* / - 69 60 14 1 638.434 689.244 3* / - 69 59 14 1 689.244 740.581 3* / - 69 58 14 1 740.581 755.380 3* / - 70 58 14 1 755.380 791.917 3* / - 70 57 15 1 791.917 842.738 3* / - 70 56 15 1 842.738 894.074 3* / - 70 55 15 1 894.074 944.885 3* / - 70 54 15 1 944.885 964.405 3* / - 70 54 16 1 964.405 966.125 3* / - 70 51 16 1 1137.333 1144.787 3* / - 70 51 15 1 1144.787 1145.376 3* / - 70 50 15 1 1145.376 1194.872 3* / - 70 49 15 1 1194.872 1244.911 3* / - 70 48 15 1 1244.911 1295.385 3* / - 70 47 15 1 1295.385 1344.881 3* / - 70 46 15 1 1344.881 1394.920 3* / - 70 45 15 1 1394.920 1444.866 3* / - 70 44 15 1 1444.866 1494.905 3* / - 70 43 14 1 1494.905 1516.756 3* / - 70 43 1 1 1516.756 1544.944 3* / - 70 42 1 1 1544.944 1594.875 3* / - 70 41 1 1 1594.875 1644.914 3* / - 70 40 1 1 1644.914 1685.097 3* / - 70 40 14 1 1685.097 1694.953 3* / - 70 39 14 1 1694.953 1744.884 3* / - 70 38 14 1 1744.884 1790.305 3* / - 70 38 13 1 1790.305 1790.351 3* / - 70 38 1 1 1790.351 1794.923 3* / - 70 37 1 1 1794.923 1844.869 3* / - 70 36 1 1 1844.869 1877.660 3* / - 64 70 14 2 114.140 151.016 3* / - 65 70 14 2 151.016 162.540 3* / - 65 69 14 2 162.540 206.726 3* / - 66 69 14 2 206.726 262.418 3* / - 67 69 14 2 262.418 278.713 3* / - 67 68 14 2 278.713 318.128 3* / - 68 68 14 2 318.128 377.808 3* / - 69 68 14 2 377.808 380.436 3* / - 69 67 14 2 380.436 446.154 3* / - 70 67 14 2 446.154 452.893 3* / - 70 66 14 2 452.893 515.477 3* / - 71 66 14 2 515.477 525.394 3* / - 71 65 14 2 525.394 588.226 3* / - 72 65 14 2 588.226 593.251 3* / - 72 64 14 2 593.251 598.276 3* / - 72 64 13 2 598.276 655.071 3* / - 72 63 13 2 655.071 673.668 3* / - 73 63 13 2 673.668 679.197 3* / - 73 63 14 2 679.197 716.890 3* / - 73 62 14 2 716.890 759.107 3* / - 74 62 14 2 759.107 778.206 3* / - 74 61 14 2 778.206 840.025 3* / - 74 60 14 2 840.025 844.550 3* / - 75 60 14 2 844.550 898.002 3* / - 75 59 14 2 898.002 951.711 3* / - 75 58 14 2 951.711 965.890 3* / - 76 58 14 2 965.890 1005.415 3* / - 76 57 14 2 1005.415 1058.621 3* / - 76 56 14 2 1058.621 1110.355 3* / - 76 55 15 2 1110.355 1129.473 3* / - 76 55 16 2 1129.473 1133.567 3* / - 76 51 17 2 1331.083 1332.740 3* / - 76 51 16 2 1332.740 1340.339 3* / - 76 51 15 2 1340.339 1360.619 3* / - 76 50 14 2 1360.619 1410.086 3* / - 76 49 14 2 1410.086 1460.524 3* / - 76 48 14 2 1460.524 1510.548 3* / - 76 47 14 2 1510.548 1560.445 3* / - 76 46 14 2 1560.445 1610.454 3* / - 76 45 15 2 1610.454 1628.440 3* / -/ - -COMPSEGS - 'PR33' / - 54 178 16 1 325.850 327.327 3* / - 54 179 16 1 327.327 379.857 3* / - 54 180 16 1 379.857 411.708 3* / - 54 180 15 1 411.708 432.323 3* / - 54 181 15 1 432.323 464.597 3* / - 55 181 15 1 464.597 488.466 3* / - 55 182 15 1 488.466 544.304 3* / - 55 183 15 1 544.304 578.280 3* / - 56 183 15 1 578.280 599.831 3* / - 56 184 15 1 599.831 655.714 3* / - 56 185 15 1 655.714 691.138 3* / - 57 185 15 1 691.138 711.376 3* / - 57 186 15 1 711.376 767.405 3* / - 57 187 15 1 767.405 801.772 3* / - 58 187 15 1 801.772 823.682 3* / - 58 188 15 1 823.682 879.345 3* / - 58 189 15 1 879.345 912.862 3* / - 59 189 15 1 912.862 935.621 3* / - 59 190 15 1 935.621 991.284 3* / - 59 191 15 1 991.284 1024.031 3* / - 60 191 15 1 1024.031 1047.287 3* / - 60 192 15 1 1047.287 1103.563 3* / - 60 193 15 1 1103.563 1134.169 3* / - 61 193 15 1 1134.169 1160.387 3* / - 61 194 15 1 1160.387 1218.569 3* / - 61 195 15 1 1218.569 1232.564 3* / - 62 195 15 1 1232.564 1276.371 3* / - 62 196 15 1 1276.371 1330.714 3* / - 63 196 15 1 1330.714 1334.553 3* / - 63 197 15 1 1334.553 1392.735 3* / - 63 198 15 1 1392.735 1429.027 3* / - 64 198 15 1 1429.027 1450.536 3* / - 64 199 15 1 1450.536 1508.745 3* / - 64 200 15 1 1508.745 1527.069 3* / - 65 200 15 1 1527.069 1567.173 3* / - 65 201 15 1 1567.173 1624.729 3* / - 65 202 15 1 1624.729 1625.573 3* / - 66 202 15 1 1625.573 1684.271 3* / - 66 203 15 1 1684.271 1718.998 3* / - 67 203 15 1 1718.998 1743.208 3* / - 67 204 15 1 1743.208 1802.764 3* / - 67 205 15 1 1802.764 1811.737 3* / - 68 205 15 1 1811.737 1862.320 3* / - 68 206 15 1 1862.320 1904.817 3* / - 69 206 15 1 1904.817 1921.229 3* / - 69 207 15 1 1921.229 1980.784 3* / - 69 208 15 1 1980.784 1997.815 3* / - 70 208 15 1 1997.815 2039.694 3* / - 70 209 15 1 2039.694 2090.665 3* / - 71 209 15 1 2090.665 2099.250 3* / - 71 210 15 1 2099.250 2158.833 3* / - 71 211 15 1 2158.833 2183.635 3* / - 72 211 15 1 2183.635 2217.973 3* / - 72 212 15 1 2217.973 2276.632 3* / - 73 212 15 1 2276.632 2277.529 3* / - 73 213 15 1 2277.529 2336.438 3* / - 73 214 15 1 2336.438 2369.796 3* / - 74 214 15 1 2369.796 2395.993 3* / - 74 215 15 1 2395.993 2455.549 3* / - 74 216 15 1 2455.549 2462.397 3* / - 75 216 15 1 2462.397 2467.710 3* / - 52 175 16 2 129.840 168.555 3* / - 52 176 16 2 168.555 219.477 3* / - 52 177 16 2 219.477 270.399 3* / - 52 178 16 2 270.399 321.308 3* / - 52 179 16 2 321.308 349.859 3* / - 52 179 15 2 349.859 372.603 3* / - 52 180 15 2 372.603 423.707 3* / - 52 181 15 2 423.707 475.002 3* / - 52 182 15 2 475.002 499.505 3* / - 53 182 15 2 499.505 526.664 3* / - 53 183 15 2 526.664 577.768 3* / - 53 184 15 2 577.768 629.063 3* / - 53 185 15 2 629.063 680.167 3* / - 53 186 15 2 680.167 724.503 3* / - 54 186 15 2 724.503 731.463 3* / - 54 187 15 2 731.463 783.146 3* / - 54 188 15 2 783.146 834.250 3* / - 54 189 15 2 834.250 885.545 3* / - 54 190 15 2 885.545 936.649 3* / - 54 191 15 2 936.649 949.501 3* / - 55 191 15 2 949.501 987.945 3* / - 55 192 15 2 987.945 1039.606 3* / - 55 193 15 2 1039.606 1090.710 3* / - 55 194 15 2 1090.710 1142.006 3* / - 55 195 15 2 1142.006 1173.532 3* / - 56 195 15 2 1173.532 1176.810 3* / - 54 177 16 3 260.430 295.884 3* / - 54 178 16 3 295.884 327.817 3* / - 55 178 16 3 327.817 362.884 3* / - 55 179 16 3 362.884 402.630 3* / - 56 179 16 3 402.630 428.996 3* / - 56 180 16 3 428.996 431.181 3* / - 56 180 15 3 431.181 483.911 3* / - 57 180 15 3 483.911 491.841 3* / - 57 181 15 3 491.841 555.367 3* / - 57 182 15 3 555.367 565.381 3* / - 58 182 15 3 565.381 618.893 3* / - 58 183 15 3 618.893 654.669 3* / - 59 183 15 3 654.669 675.351 3* / - 59 184 15 3 675.351 731.546 3* / - 59 185 15 3 731.546 765.294 3* / - 60 185 15 3 765.294 787.375 3* / - 60 186 15 3 787.375 843.545 3* / - 60 187 15 3 843.545 875.385 3* / - 61 187 15 3 875.385 900.013 3* / - 61 188 15 3 900.013 955.868 3* / - 61 189 15 3 955.868 986.010 3* / - 62 189 15 3 986.010 1012.038 3* / - 62 190 15 3 1012.038 1068.186 3* / - 62 191 15 3 1068.186 1092.387 3* / - 63 191 15 3 1092.387 1126.172 3* / - 63 192 15 3 1126.172 1184.132 3* / - 63 193 15 3 1184.132 1191.974 3* / - 64 193 15 3 1191.974 1241.518 3* / - 64 194 15 3 1241.518 1291.636 3* / - 65 194 15 3 1291.636 1299.505 3* / - 65 195 15 3 1299.505 1356.864 3* / - 65 196 15 3 1356.864 1391.603 3* / - 66 196 15 3 1391.603 1414.851 3* / - 66 197 15 3 1414.851 1472.838 3* / - 66 198 15 3 1472.838 1490.995 3* / - 67 198 15 3 1490.995 1530.223 3* / - 67 199 15 3 1530.223 1588.517 3* / - 67 200 15 3 1588.517 1589.996 3* / - 68 200 15 3 1589.996 1648.003 3* / - 68 201 15 3 1648.003 1683.109 3* / - 69 201 15 3 1683.109 1706.870 3* / - 69 202 15 3 1706.870 1766.357 3* / - 69 203 15 3 1766.357 1776.140 3* / - 70 203 15 3 1776.140 1825.427 3* / - 70 204 15 3 1825.427 1869.309 3* / - 71 204 15 3 1869.309 1884.913 3* / - 71 205 15 3 1884.913 1944.427 3* / - 71 206 15 3 1944.427 1962.313 3* / - 72 206 15 3 1962.313 2003.266 3* / - 72 207 15 3 2003.266 2055.399 3* / - 73 207 15 3 2055.399 2062.753 3* / - 73 208 15 3 2062.753 2121.823 3* / - 73 209 15 3 2121.823 2148.882 3* / - 74 209 15 3 2148.882 2181.309 3* / - 74 210 15 3 2181.309 2240.564 3* / - 74 211 15 3 2240.564 2241.488 3* / - 75 211 15 3 2241.488 2299.663 3* / - 75 212 15 3 2299.663 2334.713 3* / - 76 212 15 3 2334.713 2351.296 3* / - 76 212 14 3 2351.296 2355.573 3* / - 76 212 1 3 2355.573 2359.149 3* / - 76 213 1 3 2359.149 2370.050 3* / -/ - -COMPSEGS - 'PR08' / - 63 177 15 1 3300.110 3340.058 3* / - 63 178 15 1 3340.058 3384.340 3* / - 64 178 15 1 3384.340 3398.046 3* / - 64 179 15 1 3398.046 3456.570 3* / - 64 180 15 1 3456.570 3480.990 3* / - 65 180 15 1 3480.990 3515.138 3* / - 65 181 15 1 3515.138 3573.299 3* / - 65 182 15 1 3573.299 3577.929 3* / - 66 182 15 1 3577.929 3631.989 3* / - 66 183 15 1 3631.989 3674.641 3* / - 67 183 15 1 3674.641 3690.463 3* / - 67 184 15 1 3690.463 3749.130 3* / - 67 185 15 1 3749.130 3771.012 3* / - 68 185 15 1 3771.012 3807.085 3* / - 68 186 15 1 3807.085 3865.859 3* / - 68 187 15 1 3865.859 3867.930 3* / - 69 187 15 1 3867.930 3924.550 3* / - 69 188 15 1 3924.550 3964.527 3* / - 70 188 15 1 3964.527 3982.978 3* / - 70 189 15 1 3982.978 4041.309 3* / - 70 190 15 1 4041.309 4061.607 3* / - 71 190 15 1 4061.607 4098.899 3* / - 71 191 15 1 4098.899 4157.823 3* / - 71 192 15 1 4157.823 4158.556 3* / - 72 192 15 1 4158.556 4216.375 3* / - 72 193 15 1 4216.375 4255.523 3* / - 73 193 15 1 4255.523 4274.551 3* / - 73 194 15 1 4274.551 4333.243 3* / - 73 195 15 1 4333.243 4352.181 3* / - 74 195 15 1 4352.181 4391.665 3* / - 74 196 15 1 4391.665 4449.102 3* / - 75 196 15 1 4449.102 4449.972 3* / - 75 197 15 1 4449.972 4508.085 3* / - 75 198 15 1 4508.085 4545.836 3* / - 76 198 15 1 4545.836 4566.487 3* / - 76 199 15 1 4566.487 4625.177 3* / - 76 200 15 1 4625.177 4642.978 3* / - 77 200 15 1 4642.978 4683.710 3* / - 77 201 15 1 4683.710 4739.700 3* / - 78 201 15 1 4739.700 4741.907 3* / - 78 202 15 1 4741.907 4800.796 3* / - 78 203 15 1 4800.796 4836.435 3* / - 79 203 15 1 4836.435 4858.665 3* / - 79 204 15 1 4858.665 4917.098 3* / - 79 205 15 1 4917.098 4933.270 3* / - 80 205 15 1 4933.270 4975.776 3* / - 80 206 15 1 4975.776 5030.273 3* / - 81 206 15 1 5030.273 5033.843 3* / - 81 207 15 1 5033.843 5047.276 3* / - 81 207 14 1 5047.276 5082.066 3* / - 81 207 13 1 5082.066 5087.468 3* / - 81 207 1 1 5087.468 5092.141 3* / - 62 174 16 2 3147.210 3190.479 3* / - 63 174 16 2 3190.479 3207.772 3* / - 63 175 16 2 3207.772 3211.189 3* / - 63 175 15 2 3211.189 3252.728 3* / - 64 175 15 2 3252.728 3298.787 3* / - 64 176 15 2 3298.787 3310.927 3* / - 65 176 15 2 3310.927 3368.804 3* / - 66 176 15 2 3368.804 3396.327 3* / - 66 177 15 2 3396.327 3430.130 3* / - 67 177 15 2 3430.130 3475.255 3* / - 67 178 15 2 3475.255 3498.085 3* / - 68 178 15 2 3498.085 3543.557 3* / - 68 179 15 2 3543.557 3575.599 3* / - 69 179 15 2 3575.599 3606.127 3* / - 69 180 15 2 3606.127 3662.568 3* / - 70 180 15 2 3662.568 3666.990 3* / - 70 181 15 2 3666.990 3727.427 3* / - 70 182 15 2 3727.427 3750.778 3* / - 71 182 15 2 3750.778 3788.528 3* / - 71 183 15 2 3788.528 3839.792 3* / - 72 183 15 2 3839.792 3848.880 3* / - 72 184 15 2 3848.880 3908.771 3* / - 72 185 15 2 3908.771 3929.811 3* / - 73 185 15 2 3929.811 3968.598 3* / - 73 186 15 2 3968.598 4020.638 3* / - 74 186 15 2 4020.638 4028.750 3* / - 74 187 15 2 4028.750 4088.631 3* / - 74 188 15 2 4088.631 4112.169 3* / - 75 188 15 2 4112.169 4147.966 3* / - 75 189 15 2 4147.966 4205.144 3* / - 76 189 15 2 4205.144 4207.449 3* / - 76 190 15 2 4207.449 4266.263 3* / - 76 191 15 2 4266.263 4298.843 3* / - 77 191 15 2 4298.843 4325.710 3* / - 77 192 15 2 4325.710 4384.588 3* / - 77 193 15 2 4384.588 4393.313 3* / - 78 193 15 2 4393.313 4442.920 3* / - 78 194 15 2 4442.920 4489.017 3* / - 79 194 15 2 4489.017 4501.674 3* / - 79 195 15 2 4501.674 4559.915 3* / - 79 196 15 2 4559.915 4585.742 3* / - 80 196 15 2 4585.742 4618.454 3* / - 80 197 15 2 4618.454 4666.171 3* / - 80 197 14 2 4666.171 4673.436 3* / - 80 197 13 2 4673.436 4673.552 3* / - 80 197 1 2 4673.552 4676.720 3* / - 80 198 1 2 4676.720 4683.528 3* / - 81 198 1 2 4683.528 4691.229 3* / - 81 198 14 2 4691.229 4695.869 3* / - 81 198 15 2 4695.869 4734.430 3* / - 81 199 15 2 4734.430 4782.327 3* / - 82 199 15 2 4782.327 4793.218 3* / - 82 200 15 2 4793.218 4850.865 3* / - 82 201 15 2 4850.865 4883.159 3* / - 83 201 15 2 4883.159 4907.859 3* / - 83 202 15 2 4907.859 4918.796 3* / - 83 202 14 2 4918.796 4928.337 3* / - 83 202 1 2 4928.337 4945.620 3* / - 60 171 16 3 2990.975 3000.925 3* / - 60 172 16 3 3000.925 3055.040 3* / - 60 173 16 3 3055.040 3080.169 3* / - 61 173 16 3 3080.169 3109.221 3* / - 61 174 16 3 3109.221 3163.368 3* / - 61 175 16 3 3163.368 3215.967 3* / - 61 176 16 3 3215.967 3223.018 3* / - 62 176 16 3 3223.018 3232.875 3* / - 62 176 15 3 3232.875 3266.976 3* / - 62 177 15 3 3266.976 3317.888 3* / - 62 178 15 3 3317.888 3368.016 3* / - 62 179 15 3 3368.016 3418.139 3* / - 62 180 15 3 3418.139 3467.918 3* / - 62 181 15 3 3467.918 3518.702 3* / - 62 182 15 3 3518.702 3570.469 3* / - 62 183 15 3 3570.469 3593.592 3* / - 63 183 15 3 3593.592 3623.403 3* / - 63 184 15 3 3623.403 3678.133 3* / - 63 185 15 3 3678.133 3719.093 3* / - 64 185 15 3 3719.093 3733.088 3* / - 64 186 15 3 3733.088 3788.994 3* / - 64 187 15 3 3788.994 3833.821 3* / - 65 187 15 3 3833.821 3844.734 3* / - 65 188 15 3 3844.734 3900.371 3* / - 65 189 15 3 3900.371 3945.724 3* / - 66 189 15 3 3945.724 3956.554 3* / - 66 190 15 3 3956.554 4012.681 3* / - 66 191 15 3 4012.681 4055.332 3* / - 67 191 15 3 4055.332 4069.027 3* / - 67 192 15 3 4069.027 4126.039 3* / - 67 193 15 3 4126.039 4162.361 3* / - 68 193 15 3 4162.361 4182.265 3* / - 68 194 15 3 4182.265 4239.398 3* / - 68 195 15 3 4239.398 4266.530 3* / - 69 195 15 3 4266.530 4295.974 3* / - 69 196 15 3 4295.974 4354.060 3* / - 69 197 15 3 4354.060 4368.239 3* / - 70 197 15 3 4368.239 4411.712 3* / - 70 198 15 3 4411.712 4469.028 3* / - 71 198 15 3 4469.028 4469.192 3* / - 71 199 15 3 4469.192 4527.261 3* / - 71 200 15 3 4527.261 4566.947 3* / - 72 200 15 3 4566.947 4586.123 3* / - 72 201 15 3 4586.123 4644.152 3* / - 72 202 15 3 4644.152 4663.554 3* / - 73 202 15 3 4663.554 4703.183 3* / - 73 203 15 3 4703.183 4758.031 3* / - 74 203 15 3 4758.031 4762.000 3* / - 74 204 15 3 4762.000 4820.779 3* / - 74 205 15 3 4820.779 4851.885 3* / - 75 205 15 3 4851.885 4880.887 3* / - 75 206 15 3 4880.887 4940.302 3* / - 75 207 15 3 4940.302 4943.069 3* / - 76 207 15 3 4943.069 5000.246 3* / - 76 208 15 3 5000.246 5033.691 3* / - 77 208 15 3 5033.691 5060.743 3* / - 77 209 15 3 5060.743 5120.916 3* / - 77 210 15 3 5120.916 5122.468 3* / - 78 210 15 3 5122.468 5176.396 3* / - 78 210 14 3 5176.396 5182.515 3* / - 78 211 14 3 5182.515 5188.847 3* / - 78 211 13 3 5188.847 5192.353 3* / - 78 211 1 3 5192.353 5209.775 3* / - 79 211 1 3 5209.775 5220.800 3* / -/ - -COMPSEGS - 'WI9' / - 46 181 17 1 0.000 10.459 3* / - 46 182 17 1 10.459 60.744 3* / - 46 183 17 1 60.744 110.484 3* / - 46 184 17 1 110.484 160.756 3* / - 46 185 17 1 160.756 210.745 3* / - 46 186 17 1 210.745 261.632 3* / - 46 187 17 1 261.632 312.123 3* / - 46 188 17 1 312.123 362.462 3* / - 46 189 17 1 362.462 412.952 3* / - 46 190 17 1 412.952 463.030 3* / - 46 191 17 1 463.030 513.810 3* / - 46 192 17 1 513.810 548.698 3* / - 47 192 17 1 548.698 564.589 3* / - 47 193 17 1 564.589 603.362 3* / - 47 193 16 1 603.362 606.640 3* / - 47 193 15 1 606.640 607.793 3* / - 47 193 14 1 607.793 608.457 3* / - 47 193 13 1 608.457 608.592 3* / - 47 193 1 1 608.592 614.802 3* / - 47 194 1 1 614.802 665.581 3* / - 47 195 1 1 665.581 715.889 3* / - 47 196 1 1 715.889 743.216 3* / - 47 196 17 1 743.216 767.011 3* / - 47 197 17 1 767.011 789.000 3* / -/ - -WCONHIST - 'WI9' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / - 'PR08' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / - 'PR33' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / - 'PR19' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / - 'PR21' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / - 'WI10' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / - 'PR16' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / - 'WI5' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / - 'PR11E_A' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / - 'WI3' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / -/ - -DRSDT - 0.040 'ALL' / - - -RPTRST - 5 1 1 0 0 4 / - - -TUNING - 2.000 15.000 0.100 0.150 3.000 0.300 0.400 1.500 1* 2.000 / - 1.000 0.200 5E-07 0.005 11.000 10.000 5E-06 0.050 0.001 0.500 1* / - 12 1 35 1 20 8 4* / - - --- 9761.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 23 'SEP' 2003 / -/ - --- : 25/11-G-22 Perforation Top: 2037.00 Bot: 2407.00 Diam: 0.24 Skin: 0.00 --- : 25/11-G-22 Perforation Top: 2431.00 Bot: 2667.00 Diam: 0.24 Skin: 0.00 --- : 25/11-G-22 Perforation Top: 2670.00 Bot: 2842.00 Diam: 0.24 Skin: 0.00 --- : 25/11-G-22 Connection 53 143 13 Perf. Len 29.43 ( 59.0%) --- WARN: 25/11-G-22 WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-22 Connection 53 143 14 Perf. Len 4.29 ( 8.4%) --- : 25/11-G-22 Connection 53 144 14 Perf. Len 17.36 ( 34.2%) --- : 25/11-G-22 Connection 52 144 14 Perf. Len 27.30 ( 55.2%) --- : 25/11-G-22 Connection 52 144 15 Perf. Len 6.72 ( 13.6%) --- : 25/11-G-22 Connection 52 145 15 Perf. Len 50.80 (102.1%) --- : 25/11-G-22 Connection 52 146 15 Perf. Len 50.95 (102.8%) --- : 25/11-G-22 Connection 52 147 15 Perf. Len 51.37 (101.0%) --- : 25/11-G-22 Connection 52 148 15 Perf. Len 47.64 ( 95.8%) --- : 25/11-G-22 Connection 51 148 15 Perf. Len 3.62 ( 6.3%) --- : 25/11-G-22 Connection 51 149 15 Perf. Len 51.89 (104.6%) --- : 25/11-G-22 Connection 51 150 15 Perf. Len 28.62 ( 58.2%) --- : 25/11-G-22 Connection 51 151 15 Perf. Len 41.33 ( 82.2%) --- : 25/11-G-22 Connection 50 151 15 Perf. Len 14.10 ( 28.0%) --- : 25/11-G-22 Connection 50 152 15 Perf. Len 6.04 ( 12.0%) --- : 25/11-G-22 Connection 50 152 14 Perf. Len 51.19 (101.7%) --- : 25/11-G-22 Connection 50 153 14 Perf. Len 35.62 ( 72.4%) --- : 25/11-G-22 Connection 49 153 14 Perf. Len 6.44 ( 12.1%) --- : 25/11-G-22 Connection 49 153 15 Perf. Len 14.42 ( 29.2%) --- : 25/11-G-22 Connection 49 154 15 Perf. Len 58.66 (116.6%) --- : 25/11-G-22 Connection 49 155 15 Perf. Len 14.50 ( 29.3%) --- : 25/11-G-22 Connection 48 155 15 Perf. Len 43.70 ( 88.0%) --- : 25/11-G-22 Connection 48 156 15 Perf. Len 38.86 ( 77.5%) --- : 25/11-G-22 Connection 47 156 15 Perf. Len 24.68 ( 49.3%) --- : 25/11-G-22 Connection 47 157 15 Perf. Len 58.46 (117.3%) -WELSPECS - 'PR13_G22' 'CE-EA' 54 139 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR13_G22' 1746.502 2035.000 40.610 'INC' 2* / - 2 2 1 1 2.000 0.106 0.159 1.5E-05 0.020 0.040 / - 3 3 1 2 14.716 0.778 0.167 1.5E-05 0.022 0.323 / - 4 4 1 3 16.861 0.858 0.167 1.5E-05 0.022 0.370 / - 5 5 1 4 10.825 0.350 0.167 1.5E-05 0.022 0.238 / - 6 6 1 5 22.328 0.558 0.167 1.5E-05 0.022 0.490 / - 7 7 1 6 17.008 0.314 0.167 1.5E-05 0.022 0.373 / - 8 8 1 7 28.761 0.109 0.167 1.5E-05 0.022 0.631 / - 9 9 1 8 50.875 0.058 0.167 1.5E-05 0.022 1.117 / - 10 10 1 9 51.161 0.104 0.167 1.5E-05 0.022 1.123 / - 11 11 1 10 49.508 0.400 0.167 1.5E-05 0.022 1.087 / - 12 12 1 11 25.633 0.299 0.167 1.5E-05 0.022 0.563 / - 13 13 1 12 27.758 0.175 0.167 1.5E-05 0.022 0.609 / - 14 14 1 13 40.256 0.045 0.167 1.5E-05 0.022 0.884 / - 15 15 1 14 58.973 -0.769 0.167 1.5E-05 0.022 1.295 / - 16 16 1 15 27.712 -0.661 0.167 1.5E-05 0.022 0.608 / - 17 17 1 16 10.070 -0.196 0.167 1.5E-05 0.022 0.221 / - 18 18 1 17 28.617 -0.141 0.167 1.5E-05 0.022 0.628 / - 19 19 1 18 43.407 -0.050 0.167 1.5E-05 0.022 0.953 / - 20 20 1 19 21.031 0.109 0.167 1.5E-05 0.022 0.462 / - 21 21 1 20 10.428 0.175 0.167 1.5E-05 0.022 0.229 / - 22 22 1 21 36.540 0.547 0.167 1.5E-05 0.022 0.802 / - 23 23 1 22 38.083 0.390 0.167 1.5E-05 0.022 0.836 / - 24 24 1 23 30.603 -0.121 0.167 1.5E-05 0.022 0.672 / - 25 25 1 24 41.280 0.237 0.167 1.5E-05 0.022 0.906 / - 26 26 1 25 31.767 0.639 0.167 1.5E-05 0.022 0.697 / - 27 27 1 26 41.569 0.437 0.167 1.5E-05 0.022 0.913 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR13_G22' 53 143 13 13 'OPEN' 1* 2643.034 0.241 200672.938 2* 'Y' 7.050 / - 'PR13_G22' 53 143 14 14 'OPEN' 1* 338.069 0.241 25664.033 2* 'Y' 7.045 / - 'PR13_G22' 53 144 14 14 'OPEN' 1* 1360.271 0.241 103378.375 2* 'Y' 7.077 / - 'PR13_G22' 52 144 14 14 'OPEN' 1* 2142.429 0.241 162654.781 2* 'Y' 7.048 / - 'PR13_G22' 52 144 15 15 'OPEN' 1* 472.864 0.241 35895.375 2* 'Y' 7.044 / - 'PR13_G22' 52 145 15 15 'OPEN' 1* 3693.382 0.241 280237.156 2* 'Y' 7.031 / - 'PR13_G22' 52 146 15 15 'OPEN' 1* 4481.366 0.241 340058.406 2* 'Y' 7.034 / - 'PR13_G22' 52 147 15 15 'OPEN' 1* 4455.190 0.241 338071.500 2* 'Y' 7.034 / - 'PR13_G22' 52 148 15 15 'OPEN' 1* 4140.861 0.241 314192.531 2* 'Y' 7.031 / - 'PR13_G22' 51 148 15 15 'OPEN' 1* 240.563 0.241 18255.562 2* 'Y' 7.035 / - 'PR13_G22' 51 149 15 15 'OPEN' 1* 3634.913 0.241 275870.750 2* 'Y' 7.038 / - 'PR13_G22' 51 150 15 15 'OPEN' 1* 1787.830 0.241 135657.828 2* 'Y' 7.032 / - 'PR13_G22' 51 151 15 15 'OPEN' 1* 2876.245 0.241 218315.656 2* 'Y' 7.041 / - 'PR13_G22' 50 151 15 15 'OPEN' 1* 803.853 0.241 61016.074 2* 'Y' 7.042 / - 'PR13_G22' 50 152 15 15 'OPEN' 1* 330.284 0.241 25069.439 2* 'Y' 7.041 / - 'PR13_G22' 50 152 14 14 'OPEN' 1* 2789.377 0.241 211722.281 2* 'Y' 7.041 / - 'PR13_G22' 50 153 14 14 'OPEN' 1* 2400.701 0.241 182132.016 2* 'Y' 7.027 / - 'PR13_G22' 49 153 14 14 'OPEN' 1* 428.911 0.241 32537.697 2* 'Y' 7.025 / - 'PR13_G22' 49 153 15 15 'OPEN' 1* 612.744 0.241 46483.137 2* 'Y' 7.025 / - 'PR13_G22' 49 154 15 15 'OPEN' 1* 3031.494 0.241 230088.094 2* 'Y' 7.040 / - 'PR13_G22' 49 155 15 15 'OPEN' 1* 632.255 0.241 47956.742 2* 'Y' 7.021 / - 'PR13_G22' 48 155 15 15 'OPEN' 1* 2155.941 0.241 163537.047 2* 'Y' 7.023 / - 'PR13_G22' 48 156 15 15 'OPEN' 1* 1891.033 0.241 143555.812 2* 'Y' 7.045 / - 'PR13_G22' 47 156 15 15 'OPEN' 1* 1282.580 0.241 97359.508 2* 'Y' 7.044 / - 'PR13_G22' 47 157 15 15 'OPEN' 1* 2464.765 0.241 187068.547 2* 'Y' 7.039 / -/ - -COMPSEGS -'PR13_G22' / - 53 143 13 1 2037.000 2066.432 3* / - 53 143 14 1 2066.432 2070.722 3* / - 53 144 14 1 2070.722 2088.081 3* / - 52 144 14 1 2088.081 2115.377 3* / - 52 144 15 1 2115.377 2122.098 3* / - 52 145 15 1 2122.098 2172.900 3* / - 52 146 15 1 2172.900 2223.848 3* / - 52 147 15 1 2223.848 2275.221 3* / - 52 148 15 1 2275.221 2322.864 3* / - 51 148 15 1 2322.864 2326.487 3* / - 51 149 15 1 2326.487 2378.380 3* / - 51 150 15 1 2378.380 2407.000 3* / - 51 151 15 1 2431.000 2472.327 3* / - 50 151 15 1 2472.327 2486.424 3* / - 50 152 15 1 2486.424 2492.466 3* / - 50 152 14 1 2492.466 2543.658 3* / - 50 153 14 1 2543.658 2579.281 3* / - 49 153 14 1 2579.281 2585.719 3* / - 49 153 15 1 2585.719 2600.136 3* / - 49 154 15 1 2600.136 2658.799 3* / - 49 155 15 1 2658.799 2676.301 3* / - 48 155 15 1 2676.301 2720.005 3* / - 48 156 15 1 2720.005 2758.862 3* / - 47 156 15 1 2758.862 2783.540 3* / - 47 157 15 1 2783.540 2842.000 3* / -/ - -WCONHIST - 'PR13_G22' 'OPEN' 'ORAT' 1899.143 12.000 28105.286 5* / -/ - --- 9768.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 30 'SEP' 2003 / -/ - -WCONHIST - 'PR13_G22' 'OPEN' 'ORAT' 5400.667 113.333 76104.000 5* / -/ - --- 9771.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 3 'OCT' 2003 / -/ - --- : 25/11-G-27_A Perforation Top: 2191.00 Bot: 2840.00 Diam: 0.24 Skin: 1.90 --- : 25/11-G-27_A Perforation Top: 2911.00 Bot: 2956.00 Diam: 0.24 Skin: 1.90 --- WARN: 25/11-G-27_A Perf interval 2911.000000 to 2923.331442 outside all cells, discarded --- : 25/11-G-27_A Perforation Top: 2980.00 Bot: 2998.00 Diam: 0.24 Skin: 1.90 --- : 25/11-G-27_A Perforation Top: 3008.00 Bot: 3019.00 Diam: 0.24 Skin: 1.90 --- : 25/11-G-27_A Perforation Top: 3144.00 Bot: 3391.00 Diam: 0.24 Skin: 1.90 --- : 25/11-G-27_A Connection 57 147 14 Perf. Len 6.01 ( 12.5%) --- WARN: 25/11-G-27_A WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-27_A Connection 57 147 15 Perf. Len 37.43 ( 74.7%) --- : 25/11-G-27_A Connection 57 148 15 Perf. Len 50.38 (102.0%) --- : 25/11-G-27_A Connection 57 149 15 Perf. Len 9.01 ( 17.8%) --- : 25/11-G-27_A Connection 56 149 15 Perf. Len 42.82 ( 85.2%) --- : 25/11-G-27_A Connection 56 150 15 Perf. Len 50.77 (102.0%) --- : 25/11-G-27_A Connection 56 151 15 Perf. Len 51.83 (103.2%) --- : 25/11-G-27_A Connection 56 152 15 Perf. Len 51.58 (103.2%) --- : 25/11-G-27_A Connection 56 153 15 Perf. Len 14.71 ( 29.2%) --- : 25/11-G-27_A Connection 55 153 15 Perf. Len 37.19 ( 74.3%) --- : 25/11-G-27_A Connection 55 154 15 Perf. Len 51.11 (103.2%) --- : 25/11-G-27_A Connection 55 155 15 Perf. Len 51.13 (101.7%) --- : 25/11-G-27_A Connection 55 156 15 Perf. Len 50.42 (101.3%) --- : 25/11-G-27_A Connection 55 157 15 Perf. Len 51.66 (102.4%) --- : 25/11-G-27_A Connection 55 158 15 Perf. Len 2.14 ( 4.3%) --- : 25/11-G-27_A Connection 54 158 15 Perf. Len 48.54 ( 97.3%) --- : 25/11-G-27_A Connection 54 159 15 Perf. Len 33.79 ( 66.6%) --- : 25/11-G-27_A Connection 54 159 16 Perf. Len 8.48 ( 17.5%) --- : 25/11-G-27_A Connection 54 161 17 Perf. Len 8.31 ( 18.2%) --- : 25/11-G-27_A Connection 54 161 16 Perf. Len 5.72 ( 11.2%) --- : 25/11-G-27_A Connection 54 161 15 Perf. Len 8.32 ( 15.3%) --- : 25/11-G-27_A Connection 53 161 15 Perf. Len 8.56 ( 17.2%) --- : 25/11-G-27_A Connection 53 162 15 Perf. Len 19.74 ( 39.4%) --- : 25/11-G-27_A Connection 53 163 15 Perf. Len 11.00 ( 21.4%) --- : 25/11-G-27_A Connection 52 165 16 Perf. Len 25.10 ( 50.6%) --- : 25/11-G-27_A Connection 52 166 16 Perf. Len 41.08 ( 80.1%) --- : 25/11-G-27_A Connection 51 166 16 Perf. Len 14.75 ( 30.0%) --- : 25/11-G-27_A Connection 51 167 16 Perf. Len 54.72 (109.1%) --- : 25/11-G-27_A Connection 51 168 16 Perf. Len 50.61 (103.0%) --- : 25/11-G-27_A Connection 50 168 16 Perf. Len 4.02 ( 8.1%) --- : 25/11-G-27_A Connection 50 169 16 Perf. Len 55.37 (110.0%) --- : 25/11-G-27_A Connection 50 170 16 Perf. Len 1.34 ( 3.0%) --- WARN: 25/11-G-27_A Connection 50 170 16 SUPPRESSED, perf percentage too small -WELSPECS - 'PR14_G27' 'CE-EA' 57 141 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR14_G27' 1751.100 2185.000 43.603 'INC' 2* / - 2 2 1 1 6.000 0.000 0.159 1.5E-05 0.020 0.120 / - 3 3 1 2 3.004 0.000 0.173 1.5E-05 0.024 0.071 / - 4 4 1 3 21.716 -0.134 0.173 1.5E-05 0.024 0.510 / - 5 5 1 4 43.904 -0.393 0.173 1.5E-05 0.024 1.032 / - 6 6 1 5 29.698 -0.289 0.173 1.5E-05 0.024 0.698 / - 7 7 1 6 25.918 -0.213 0.173 1.5E-05 0.024 0.609 / - 8 8 1 7 46.796 -0.301 0.173 1.5E-05 0.024 1.100 / - 9 9 1 8 51.300 0.063 0.173 1.5E-05 0.024 1.206 / - 10 10 1 9 51.705 0.324 0.173 1.5E-05 0.024 1.215 / - 11 11 1 10 33.143 0.143 0.173 1.5E-05 0.024 0.779 / - 12 12 1 11 25.947 0.142 0.173 1.5E-05 0.024 0.610 / - 13 13 1 12 44.150 0.300 0.173 1.5E-05 0.024 1.038 / - 14 14 1 13 51.121 0.083 0.173 1.5E-05 0.024 1.202 / - 15 15 1 14 50.775 -0.114 0.173 1.5E-05 0.024 1.194 / - 16 16 1 15 51.039 -0.124 0.173 1.5E-05 0.024 1.200 / - 17 17 1 16 26.899 -0.086 0.173 1.5E-05 0.024 0.632 / - 18 18 1 17 25.341 0.128 0.173 1.5E-05 0.024 0.596 / - 19 19 1 18 41.167 0.244 0.173 1.5E-05 0.024 0.968 / - 20 20 1 19 21.138 0.092 0.173 1.5E-05 0.024 0.497 / - 21 21 1 20 91.729 -0.385 0.173 1.5E-05 0.024 2.156 / - 22 22 1 21 7.019 0.073 0.173 1.5E-05 0.024 0.165 / - 23 23 1 22 7.025 0.075 0.173 1.5E-05 0.024 0.165 / - 24 24 1 23 8.445 0.059 0.173 1.5E-05 0.024 0.199 / - 25 25 1 24 26.153 -0.036 0.173 1.5E-05 0.024 0.615 / - 26 26 1 25 37.371 -0.160 0.173 1.5E-05 0.024 0.878 / - 27 27 1 26 143.050 -0.155 0.173 1.5E-05 0.024 3.363 / - 28 28 1 27 33.092 0.505 0.173 1.5E-05 0.024 0.778 / - 29 29 1 28 27.916 0.427 0.173 1.5E-05 0.024 0.656 / - 30 30 1 29 34.736 0.266 0.173 1.5E-05 0.024 0.817 / - 31 31 1 30 52.667 0.019 0.173 1.5E-05 0.024 1.238 / - 32 32 1 31 27.317 -0.169 0.173 1.5E-05 0.024 0.642 / - 33 33 1 32 29.697 -0.151 0.173 1.5E-05 0.024 0.698 / - 34 34 1 33 28.355 -0.135 0.173 1.5E-05 0.024 0.667 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR14_G27' 57 147 14 14 'OPEN' 1* 434.745 0.241 48439.621 2* 'Y' 7.062 / - 'PR14_G27' 57 147 15 15 'OPEN' 1* 2247.279 0.241 250379.672 2* 'Y' 7.060 / - 'PR14_G27' 57 148 15 15 'OPEN' 1* 3353.127 0.241 373373.938 2* 'Y' 7.036 / - 'PR14_G27' 57 149 15 15 'OPEN' 1* 591.129 0.241 65825.617 2* 'Y' 7.037 / - 'PR14_G27' 56 149 15 15 'OPEN' 1* 2388.943 0.241 266020.500 2* 'Y' 7.037 / - 'PR14_G27' 56 150 15 15 'OPEN' 1* 3048.742 0.241 339469.250 2* 'Y' 7.034 / - 'PR14_G27' 56 151 15 15 'OPEN' 1* 3647.219 0.241 406144.000 2* 'Y' 7.038 / - 'PR14_G27' 56 152 15 15 'OPEN' 1* 3664.305 0.241 408046.031 2* 'Y' 7.038 / - 'PR14_G27' 56 153 15 15 'OPEN' 1* 973.490 0.241 108394.930 2* 'Y' 7.034 / - 'PR14_G27' 55 153 15 15 'OPEN' 1* 2566.229 0.241 285719.000 2* 'Y' 7.031 / - 'PR14_G27' 55 154 15 15 'OPEN' 1* 3267.929 0.241 363873.000 2* 'Y' 7.034 / - 'PR14_G27' 55 155 15 15 'OPEN' 1* 3119.426 0.241 347233.031 2* 'Y' 7.021 / - 'PR14_G27' 55 156 15 15 'OPEN' 1* 3141.912 0.241 349762.125 2* 'Y' 7.024 / - 'PR14_G27' 55 157 15 15 'OPEN' 1* 3237.798 0.241 360513.875 2* 'Y' 7.033 / - 'PR14_G27' 55 158 15 15 'OPEN' 1* 142.598 0.241 15876.906 2* 'Y' 7.031 / - 'PR14_G27' 54 158 15 15 'OPEN' 1* 2598.820 0.241 289311.375 2* 'Y' 7.025 / - 'PR14_G27' 54 159 15 15 'OPEN' 1* 1649.198 0.241 183784.094 2* 'Y' 7.069 / - 'PR14_G27' 54 159 16 16 'OPEN' 1* 395.422 0.241 44161.898 2* 'Y' 7.162 / - 'PR14_G27' 54 161 17 17 'OPEN' 1* 349.616 0.241 39033.133 2* 'Y' 7.148 / - 'PR14_G27' 54 161 16 16 'OPEN' 1* 79.587 0.241 8871.293 2* 'Y' 7.079 / - 'PR14_G27' 54 161 15 15 'OPEN' 1* 263.644 0.241 29355.166 2* 'Y' 7.033 / - 'PR14_G27' 53 161 15 15 'OPEN' 1* 98.510 0.241 10969.072 2* 'Y' 7.035 / - 'PR14_G27' 53 162 15 15 'OPEN' 1* 372.630 0.241 41487.129 2* 'Y' 7.030 / - 'PR14_G27' 53 163 15 15 'OPEN' 1* 338.473 0.241 37670.711 2* 'Y' 7.015 / - 'PR14_G27' 52 165 16 16 'OPEN' 1* 827.567 0.241 92091.406 2* 'Y' 7.009 / - 'PR14_G27' 52 166 16 16 'OPEN' 1* 2269.614 0.241 252735.828 2* 'Y' 7.038 / - 'PR14_G27' 51 166 16 16 'OPEN' 1* 726.620 0.241 80924.375 2* 'Y' 7.043 / - 'PR14_G27' 51 167 16 16 'OPEN' 1* 3438.181 0.241 382888.000 2* 'Y' 7.040 / - 'PR14_G27' 51 168 16 16 'OPEN' 1* 2848.234 0.241 317110.750 2* 'Y' 7.030 / - 'PR14_G27' 50 168 16 16 'OPEN' 1* 243.340 0.241 27092.391 2* 'Y' 7.030 / - 'PR14_G27' 50 169 16 16 'OPEN' 1* 3445.665 0.241 383722.781 2* 'Y' 7.040 / -/ - -COMPSEGS -'PR14_G27' / - 57 147 14 1 2191.000 2197.007 3* / - 57 147 15 1 2197.007 2234.432 3* / - 57 148 15 1 2234.432 2284.815 3* / - 57 149 15 1 2284.815 2293.827 3* / - 56 149 15 1 2293.827 2336.650 3* / - 56 150 15 1 2336.650 2387.419 3* / - 56 151 15 1 2387.419 2439.250 3* / - 56 152 15 1 2439.250 2490.829 3* / - 56 153 15 1 2490.829 2505.536 3* / - 55 153 15 1 2505.536 2542.722 3* / - 55 154 15 1 2542.722 2593.835 3* / - 55 155 15 1 2593.835 2644.965 3* / - 55 156 15 1 2644.965 2695.386 3* / - 55 157 15 1 2695.386 2747.042 3* / - 55 158 15 1 2747.042 2749.184 3* / - 54 158 15 1 2749.184 2797.723 3* / - 54 159 15 1 2797.723 2831.518 3* / - 54 159 16 1 2831.518 2840.000 3* / - 54 161 17 1 2923.331 2931.644 3* / - 54 161 16 1 2931.644 2937.369 3* / - 54 161 15 1 2937.369 2945.693 3* / - 53 161 15 1 2945.693 2954.258 3* / - 53 162 15 1 2954.258 2998.000 3* / - 53 163 15 1 3008.000 3019.000 3* / - 52 165 16 1 3144.000 3169.101 3* / - 52 166 16 1 3169.101 3210.184 3* / - 51 166 16 1 3210.184 3224.932 3* / - 51 167 16 1 3224.932 3279.656 3* / - 51 168 16 1 3279.656 3330.266 3* / - 50 168 16 1 3330.266 3334.290 3* / - 50 169 16 1 3334.290 3389.661 3* / -/ - -WCONHIST - 'PR13_G22' 'OPEN' 'ORAT' 5354.000 802.000 66280.750 5* / - 'PR14_G27' 'OPEN' 'ORAT' 725.750 593.750 7565.750 5* / -/ - --- 9775.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 7 'OCT' 2003 / -/ - -WCONHIST - 'PR13_G22' 'OPEN' 'ORAT' 4221.571 563.571 63026.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2278.857 1430.714 34010.143 5* / -/ - --- 9782.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 14 'OCT' 2003 / -/ - -WCONHIST - 'PR13_G22' 'OPEN' 'ORAT' 4179.714 571.714 60944.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2648.000 1757.286 38606.571 5* / -/ - --- 9789.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 21 'OCT' 2003 / -/ - -WCONHIST - 'PR13_G22' 'OPEN' 'ORAT' 3978.857 658.143 61523.143 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2987.429 2297.000 46750.714 5* / -/ - --- 9796.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 28 'OCT' 2003 / -/ - --- : 25/11-G-24_A Perforation Top: 2255.00 Bot: 2944.00 Diam: 0.24 Skin: 12.00 --- : 25/11-G-24_A Connection 39 134 7 Perf. Len 14.90 ( 29.7%) --- WARN: 25/11-G-24_A WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-24_A Connection 39 134 8 Perf. Len 21.06 ( 42.8%) --- : 25/11-G-24_A Connection 38 134 8 Perf. Len 49.84 ( 98.7%) --- : 25/11-G-24_A Connection 38 135 8 Perf. Len 3.23 ( 6.3%) --- : 25/11-G-24_A Connection 37 135 8 Perf. Len 53.63 (107.6%) --- : 25/11-G-24_A Connection 36 135 8 Perf. Len 54.61 (109.2%) --- : 25/11-G-24_A Connection 35 135 8 Perf. Len 15.31 ( 31.0%) --- : 25/11-G-24_A Connection 35 136 8 Perf. Len 39.39 ( 77.6%) --- : 25/11-G-24_A Connection 34 136 8 Perf. Len 54.08 (109.1%) --- : 25/11-G-24_A Connection 33 136 8 Perf. Len 35.98 ( 71.6%) --- : 25/11-G-24_A Connection 33 136 7 Perf. Len 0.66 ( 2.1%) --- : 25/11-G-24_A Connection 33 137 7 Perf. Len 9.41 ( 18.2%) --- : 25/11-G-24_A Connection 33 137 1 Perf. Len 8.04 ( 15.2%) --- : 25/11-G-24_A Connection 32 137 1 Perf. Len 12.78 ( 26.3%) --- : 25/11-G-24_A Connection 32 137 7 Perf. Len 6.75 ( 13.5%) --- : 25/11-G-24_A Connection 32 137 8 Perf. Len 34.76 ( 69.2%) --- : 25/11-G-24_A Connection 31 137 8 Perf. Len 29.54 ( 59.7%) --- : 25/11-G-24_A Connection 31 137 9 Perf. Len 24.77 ( 49.2%) --- : 25/11-G-24_A Connection 30 137 9 Perf. Len 3.18 ( 5.6%) --- : 25/11-G-24_A Connection 30 138 9 Perf. Len 50.97 (102.7%) --- : 25/11-G-24_A Connection 29 138 9 Perf. Len 54.92 (109.0%) --- : 25/11-G-24_A Connection 28 138 9 Perf. Len 18.56 ( 38.2%) --- : 25/11-G-24_A Connection 28 139 9 Perf. Len 36.68 ( 73.8%) --- : 25/11-G-24_A Connection 27 139 9 Perf. Len 55.37 (109.5%) --- : 25/11-G-24_A Connection 26 139 9 Perf. Len 0.61 ( 1.2%) -WELSPECS - 'GI6_G24A' 'CE-NO' 45 133 1* 'GAS' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'GI6_G24A' 1719.388 2260.000 44.874 'INC' 2* / - 2 2 1 1 2.450 0.151 0.159 0.00065 0.020 0.049 / - 3 3 1 2 17.980 1.189 0.159 0.00065 0.020 0.357 / - 4 4 1 3 35.448 1.699 0.159 0.00065 0.020 0.704 / - 5 5 1 4 26.534 0.996 0.159 0.00065 0.020 0.527 / - 6 6 1 5 28.429 0.139 0.159 0.00065 0.020 0.564 / - 7 7 1 6 54.119 0.239 0.159 0.00065 0.020 1.075 / - 8 8 1 7 34.959 0.171 0.159 0.00065 0.020 0.694 / - 9 9 1 8 27.346 -0.047 0.159 0.00065 0.020 0.543 / - 10 10 1 9 46.735 -0.559 0.159 0.00065 0.020 0.928 / - 11 11 1 10 45.031 -0.400 0.159 0.00065 0.020 0.894 / - 12 12 1 11 18.318 0.069 0.159 0.00065 0.020 0.364 / - 13 13 1 12 5.032 0.037 0.159 0.00065 0.020 0.100 / - 14 14 1 13 8.721 0.062 0.159 0.00065 0.020 0.173 / - 15 15 1 14 10.407 0.075 0.159 0.00065 0.020 0.207 / - 16 16 1 15 9.763 0.072 0.159 0.00065 0.020 0.194 / - 17 17 1 16 20.754 0.378 0.159 0.00065 0.020 0.412 / - 18 18 1 17 32.148 0.847 0.159 0.00065 0.020 0.638 / - 19 19 1 18 27.151 0.856 0.159 0.00065 0.020 0.539 / - 20 20 1 19 13.972 0.380 0.159 0.00065 0.020 0.277 / - 21 21 1 20 27.072 -0.049 0.159 0.00065 0.020 0.538 / - 22 22 1 21 52.946 -0.147 0.159 0.00065 0.020 1.051 / - 23 23 1 22 36.742 0.007 0.159 0.00065 0.020 0.730 / - 24 24 1 23 27.622 0.391 0.159 0.00065 0.020 0.548 / - 25 25 1 24 46.028 1.168 0.159 0.00065 0.020 0.914 / - 26 26 1 25 27.988 0.876 0.159 0.00065 0.020 0.556 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'GI6_G24A' 39 134 7 7 'OPEN' 1* 292.938 0.241 87860.820 2* 'X' 7.060 / - 'GI6_G24A' 39 134 8 8 'OPEN' 1* 454.666 0.241 136376.906 2* 'X' 7.067 / - 'GI6_G24A' 38 134 8 8 'OPEN' 1* 901.534 0.241 270397.344 2* 'X' 7.060 / - 'GI6_G24A' 38 135 8 8 'OPEN' 1* 64.953 0.241 19471.668 2* 'X' 7.004 / - 'GI6_G24A' 37 135 8 8 'OPEN' 1* 984.702 0.241 295195.125 2* 'X' 7.004 / - 'GI6_G24A' 36 135 8 8 'OPEN' 1* 1168.254 0.241 350222.844 2* 'X' 7.005 / - 'GI6_G24A' 35 135 8 8 'OPEN' 1* 349.024 0.241 104631.109 2* 'X' 7.004 / - 'GI6_G24A' 35 136 8 8 'OPEN' 1* 872.737 0.241 261748.297 2* 'X' 7.055 / - 'GI6_G24A' 34 136 8 8 'OPEN' 1* 1241.132 0.241 372240.031 2* 'X' 7.056 / - 'GI6_G24A' 33 136 8 8 'OPEN' 1* 704.019 0.241 211145.141 2* 'X' 7.054 / - 'GI6_G24A' 33 136 7 7 'OPEN' 1* 22.541 0.241 6762.846 2* 'X' 7.095 / - 'GI6_G24A' 33 137 7 7 'OPEN' 1* 147.491 0.241 44227.133 2* 'X' 7.035 / - 'GI6_G24A' 33 137 1 1 'OPEN' 1* 2.541 0.241 765.282 2* 'X' 7.570 / - 'GI6_G24A' 32 137 1 1 'OPEN' 1* 4.362 0.241 1314.412 2* 'X' 7.619 / - 'GI6_G24A' 32 137 7 7 'OPEN' 1* 162.992 0.241 48891.504 2* 'X' 7.072 / - 'GI6_G24A' 32 137 8 8 'OPEN' 1* 799.933 0.241 239882.312 2* 'X' 7.040 / - 'GI6_G24A' 31 137 8 8 'OPEN' 1* 666.548 0.241 199896.953 2* 'X' 7.048 / - 'GI6_G24A' 31 137 9 9 'OPEN' 1* 447.688 0.241 134272.359 2* 'X' 7.058 / - 'GI6_G24A' 30 137 9 9 'OPEN' 1* 58.439 0.241 17527.133 2* 'X' 7.057 / - 'GI6_G24A' 30 138 9 9 'OPEN' 1* 1249.754 0.241 374652.156 2* 'X' 7.004 / - 'GI6_G24A' 29 138 9 9 'OPEN' 1* 1229.792 0.241 368671.219 2* 'X' 7.005 / - 'GI6_G24A' 28 138 9 9 'OPEN' 1* 496.153 0.241 148740.688 2* 'X' 7.006 / - 'GI6_G24A' 28 139 9 9 'OPEN' 1* 921.093 0.241 276251.906 2* 'X' 7.055 / - 'GI6_G24A' 27 139 9 9 'OPEN' 1* 1266.825 0.241 379947.688 2* 'X' 7.057 / - 'GI6_G24A' 26 139 9 9 'OPEN' 1* 9.522 0.241 2855.822 2* 'X' 7.055 / -/ - -COMPSEGS -'GI6_G24A' / - 39 134 7 1 2255.000 2269.900 3* / - 39 134 8 1 2269.900 2290.960 3* / - 38 134 8 1 2290.960 2340.796 3* / - 38 135 8 1 2340.796 2344.029 3* / - 37 135 8 1 2344.029 2397.654 3* / - 36 135 8 1 2397.654 2452.267 3* / - 35 135 8 1 2452.267 2467.573 3* / - 35 136 8 1 2467.573 2506.960 3* / - 34 136 8 1 2506.960 2561.043 3* / - 33 136 8 1 2561.043 2597.023 3* / - 33 136 7 1 2597.023 2597.679 3* / - 33 137 7 1 2597.679 2607.086 3* / - 33 137 1 1 2607.086 2615.122 3* / - 32 137 1 1 2615.122 2627.901 3* / - 32 137 7 1 2627.901 2634.648 3* / - 32 137 8 1 2634.648 2669.409 3* / - 31 137 8 1 2669.409 2698.944 3* / - 31 137 9 1 2698.944 2723.712 3* / - 30 137 9 1 2723.712 2726.888 3* / - 30 138 9 1 2726.888 2777.855 3* / - 29 138 9 1 2777.855 2832.780 3* / - 28 138 9 1 2832.780 2851.339 3* / - 28 139 9 1 2851.339 2888.023 3* / - 27 139 9 1 2888.023 2943.395 3* / - 26 139 9 1 2943.395 2944.000 3* / -/ - -WCONHIST - 'GI6_G24A' 'OPEN' 'ORAT' 1325.429 0.429 20496.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3589.286 585.143 57775.143 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2172.000 1734.286 34958.000 5* / -/ - --- 9803.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 4 'NOV' 2003 / -/ - -WCONHIST - 'GI6_G24A' 'OPEN' 'ORAT' 1365.500 0.000 20757.250 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3251.250 632.500 51693.750 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2012.250 1774.250 32005.750 5* / -/ - --- 9807.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 8 'NOV' 2003 / -/ - -WCONHIST - 'PR13_G22' 'OPEN' 'ORAT' 3836.333 725.667 59906.333 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2069.000 1715.667 32313.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 1163928.000 5* / -/ - ---USER EVENT ---============================================================================= ---G-24A konverteres til injektor ---============================================================================= - --- 9810.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 11 'NOV' 2003 / -/ - -WCONHIST - 'PR13_G22' 'OPEN' 'ORAT' 4422.000 958.000 69424.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1970.000 1984.000 30926.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3440350.000 5* / -/ - --- 9811.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 12 'NOV' 2003 / -/ - --- : 25/11-G-26 Perforation Top: 2048.00 Bot: 2188.00 Diam: 0.24 Skin: 0.28 --- : 25/11-G-26 Perforation Top: 2237.00 Bot: 2290.00 Diam: 0.24 Skin: 0.28 --- : 25/11-G-26 Perforation Top: 2325.00 Bot: 2456.00 Diam: 0.24 Skin: 0.28 --- : 25/11-G-26 Perforation Top: 2480.00 Bot: 2515.00 Diam: 0.24 Skin: 0.28 --- : 25/11-G-26 Perforation Top: 2575.00 Bot: 2723.00 Diam: 0.24 Skin: 0.28 --- : 25/11-G-26 Perforation Top: 2766.00 Bot: 2802.00 Diam: 0.24 Skin: 0.28 --- : 25/11-G-26 Perforation Top: 2895.00 Bot: 3149.00 Diam: 0.24 Skin: 0.28 --- : 25/11-G-26 Perforation Top: 3166.00 Bot: 3196.00 Diam: 0.24 Skin: 0.28 --- : 25/11-G-26 Perforation Top: 3213.00 Bot: 3238.00 Diam: 0.24 Skin: 0.28 --- : 25/11-G-26 Perforation Top: 3274.00 Bot: 3310.00 Diam: 0.24 Skin: 0.28 --- : 25/11-G-26 Perforation Top: 3402.00 Bot: 3425.00 Diam: 0.24 Skin: 0.28 --- : 25/11-G-26 Perforation Top: 3425.00 Bot: 3500.00 Diam: 0.24 Skin: 0.28 --- : 25/11-G-26 Perforation Top: 3500.00 Bot: 3540.00 Diam: 0.24 Skin: 0.28 --- WARN: 25/11-G-26 Perf interval 3539.999885 3540.000000 below grid --- : 25/11-G-26 Connection 59 137 14 Perf. Len 27.26 ( 54.6%) --- WARN: 25/11-G-26 WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-26 Connection 59 137 15 Perf. Len 3.69 ( 7.4%) --- : 25/11-G-26 Connection 60 137 15 Perf. Len 18.99 ( 38.2%) --- : 25/11-G-26 Connection 60 138 15 Perf. Len 37.53 ( 75.8%) --- : 25/11-G-26 Connection 60 138 16 Perf. Len 16.05 ( 31.5%) --- : 25/11-G-26 Connection 60 139 16 Perf. Len 36.48 ( 72.3%) --- : 25/11-G-26 Connection 60 140 15 Perf. Len 0.39 ( 1.2%) --- WARN: 25/11-G-26 Connection 60 140 15 SUPPRESSED, perf percentage too small --- : 25/11-G-26 Connection 61 140 15 Perf. Len 18.26 ( 37.0%) --- : 25/11-G-26 Connection 61 141 15 Perf. Len 21.64 ( 43.1%) --- : 25/11-G-26 Connection 61 141 14 Perf. Len 12.71 ( 25.3%) --- : 25/11-G-26 Connection 61 142 14 Perf. Len 32.74 ( 65.4%) --- : 25/11-G-26 Connection 61 143 14 Perf. Len 50.29 (100.2%) --- : 25/11-G-26 Connection 61 144 14 Perf. Len 47.97 ( 96.7%) --- : 25/11-G-26 Connection 61 145 14 Perf. Len 27.92 ( 56.0%) --- : 25/11-G-26 Connection 61 146 14 Perf. Len 7.08 ( 14.4%) --- : 25/11-G-26 Connection 61 147 14 Perf. Len 22.39 ( 44.7%) --- : 25/11-G-26 Connection 61 147 15 Perf. Len 11.02 ( 21.6%) --- : 25/11-G-26 Connection 61 148 15 Perf. Len 50.51 (101.2%) --- : 25/11-G-26 Connection 61 149 15 Perf. Len 20.53 ( 41.4%) --- : 25/11-G-26 Connection 61 149 14 Perf. Len 30.54 ( 59.9%) --- : 25/11-G-26 Connection 61 150 14 Perf. Len 13.01 ( 26.9%) --- : 25/11-G-26 Connection 60 151 14 Perf. Len 1.86 ( 3.2%) --- : 25/11-G-26 Connection 60 151 15 Perf. Len 34.14 ( 70.0%) --- : 25/11-G-26 Connection 60 153 15 Perf. Len 17.77 ( 34.8%) --- : 25/11-G-26 Connection 60 154 15 Perf. Len 27.32 ( 54.8%) --- : 25/11-G-26 Connection 60 154 14 Perf. Len 23.78 ( 47.6%) --- : 25/11-G-26 Connection 60 155 14 Perf. Len 50.20 (101.1%) --- : 25/11-G-26 Connection 60 156 14 Perf. Len 16.32 ( 33.2%) --- : 25/11-G-26 Connection 59 156 14 Perf. Len 34.81 ( 67.2%) --- : 25/11-G-26 Connection 59 157 14 Perf. Len 50.14 (101.4%) --- : 25/11-G-26 Connection 59 158 14 Perf. Len 33.67 ( 67.4%) --- : 25/11-G-26 Connection 59 159 14 Perf. Len 34.00 ( 67.1%) --- : 25/11-G-26 Connection 59 160 14 Perf. Len 21.00 ( 42.5%) --- : 25/11-G-26 Connection 59 161 14 Perf. Len 20.47 ( 40.9%) --- : 25/11-G-26 Connection 58 161 14 Perf. Len 1.54 ( 4.0%) --- : 25/11-G-26 Connection 58 161 15 Perf. Len 13.98 ( 27.5%) --- : 25/11-G-26 Connection 58 163 14 Perf. Len 26.23 ( 53.8%) --- : 25/11-G-26 Connection 58 164 14 Perf. Len 8.56 ( 17.1%) --- : 25/11-G-26 Connection 57 164 14 Perf. Len 46.85 ( 92.0%) --- : 25/11-G-26 Connection 57 165 14 Perf. Len 56.36 (112.6%) -WELSPECS - 'PR26_G26' 'CE-EA' 58 134 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR26_G26' 1743.642 2045.000 40.809 'INC' 2* / - 2 2 1 1 3.000 0.558 0.159 1.5E-05 0.020 0.060 / - 3 3 1 2 13.630 2.400 0.163 1.5E-05 0.021 0.286 / - 4 4 1 3 15.474 2.612 0.163 1.5E-05 0.021 0.324 / - 5 5 1 4 11.340 1.201 0.163 1.5E-05 0.021 0.238 / - 6 6 1 5 28.261 2.288 0.163 1.5E-05 0.021 0.593 / - 7 7 1 6 26.791 1.452 0.163 1.5E-05 0.021 0.562 / - 8 8 1 7 26.265 0.042 0.163 1.5E-05 0.021 0.551 / - 9 9 1 8 67.436 -2.084 0.163 1.5E-05 0.021 1.414 / - 10 10 1 9 9.329 -0.408 0.163 1.5E-05 0.021 0.196 / - 11 11 1 10 19.951 -0.476 0.163 1.5E-05 0.021 0.418 / - 12 12 1 11 17.171 -0.055 0.163 1.5E-05 0.021 0.360 / - 13 13 1 12 57.724 0.011 0.163 1.5E-05 0.021 1.210 / - 14 14 1 13 41.516 -0.196 0.163 1.5E-05 0.021 0.871 / - 15 15 1 14 49.129 -0.127 0.163 1.5E-05 0.021 1.030 / - 16 16 1 15 61.942 0.146 0.163 1.5E-05 0.021 1.299 / - 17 17 1 16 17.500 0.062 0.163 1.5E-05 0.021 0.367 / - 18 18 1 17 74.739 -0.580 0.163 1.5E-05 0.021 1.567 / - 19 19 1 18 16.705 -0.501 0.163 1.5E-05 0.021 0.350 / - 20 20 1 19 30.763 -0.472 0.163 1.5E-05 0.021 0.645 / - 21 21 1 20 35.520 -0.412 0.163 1.5E-05 0.021 0.745 / - 22 22 1 21 25.533 -0.230 0.163 1.5E-05 0.021 0.535 / - 23 23 1 22 21.776 -0.137 0.163 1.5E-05 0.021 0.457 / - 24 24 1 23 50.438 0.115 0.163 1.5E-05 0.021 1.058 / - 25 25 1 24 18.000 0.237 0.163 1.5E-05 0.021 0.377 / - 26 26 1 25 118.955 0.422 0.163 1.5E-05 0.021 2.494 / - 27 27 1 26 22.546 -0.284 0.163 1.5E-05 0.021 0.473 / - 28 28 1 27 25.547 -0.448 0.163 1.5E-05 0.021 0.536 / - 29 29 1 28 36.986 -0.300 0.163 1.5E-05 0.021 0.776 / - 30 30 1 29 33.256 -0.077 0.163 1.5E-05 0.021 0.697 / - 31 31 1 30 25.561 -0.150 0.163 1.5E-05 0.021 0.536 / - 32 32 1 31 42.475 -0.073 0.163 1.5E-05 0.021 0.891 / - 33 33 1 32 41.907 0.193 0.163 1.5E-05 0.021 0.879 / - 34 34 1 33 59.336 0.150 0.163 1.5E-05 0.021 1.244 / - 35 35 1 34 36.000 -0.061 0.163 1.5E-05 0.021 0.755 / - 36 36 1 35 56.737 -0.145 0.163 1.5E-05 0.021 1.190 / - 37 37 1 36 11.008 -0.140 0.163 1.5E-05 0.021 0.231 / - 38 38 1 37 7.763 -0.049 0.163 1.5E-05 0.021 0.163 / - 39 39 1 38 112.108 -0.707 0.163 1.5E-05 0.021 2.351 / - 40 40 1 39 17.395 -0.057 0.163 1.5E-05 0.021 0.365 / - 41 41 1 40 27.704 0.615 0.163 1.5E-05 0.021 0.581 / - 42 42 1 41 51.605 0.555 0.163 1.5E-05 0.021 1.082 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR26_G26' 59 137 14 14 'OPEN' 1* 1688.424 0.241 137269.734 2* 'Y' 7.106 / - 'PR26_G26' 59 137 15 15 'OPEN' 1* 278.955 0.241 22650.074 2* 'Y' 7.067 / - 'PR26_G26' 60 137 15 15 'OPEN' 1* 1385.331 0.241 112455.430 2* 'Y' 7.059 / - 'PR26_G26' 60 138 15 15 'OPEN' 1* 2967.867 0.241 240759.453 2* 'Y' 7.039 / - 'PR26_G26' 60 138 16 16 'OPEN' 1* 1386.131 0.241 112411.633 2* 'Y' 7.029 / - 'PR26_G26' 60 139 16 16 'OPEN' 1* 3468.299 0.241 281176.281 2* 'Y' 7.019 / - 'PR26_G26' 61 140 15 15 'OPEN' 1* 1599.916 0.241 129766.195 2* 'Y' 7.033 / - 'PR26_G26' 61 141 15 15 'OPEN' 1* 1437.923 0.241 116701.586 2* 'Y' 7.053 / - 'PR26_G26' 61 141 14 14 'OPEN' 1* 426.344 0.241 34601.652 2* 'Y' 7.053 / - 'PR26_G26' 61 142 14 14 'OPEN' 1* 725.372 0.241 58866.746 2* 'Y' 7.051 / - 'PR26_G26' 61 143 14 14 'OPEN' 1* 4227.886 0.241 342944.719 2* 'Y' 7.036 / - 'PR26_G26' 61 144 14 14 'OPEN' 1* 3389.375 0.241 274932.625 2* 'Y' 7.036 / - 'PR26_G26' 61 145 14 14 'OPEN' 1* 1756.297 0.241 142463.688 2* 'Y' 7.036 / - 'PR26_G26' 61 146 14 14 'OPEN' 1* 383.402 0.241 31100.803 2* 'Y' 7.037 / - 'PR26_G26' 61 147 14 14 'OPEN' 1* 1466.730 0.241 119023.125 2* 'Y' 7.049 / - 'PR26_G26' 61 147 15 15 'OPEN' 1* 343.490 0.241 27848.088 2* 'Y' 7.020 / - 'PR26_G26' 61 148 15 15 'OPEN' 1* 2459.557 0.241 199505.219 2* 'Y' 7.036 / - 'PR26_G26' 61 149 15 15 'OPEN' 1* 1104.399 0.241 89587.016 2* 'Y' 7.037 / - 'PR26_G26' 61 149 14 14 'OPEN' 1* 2420.649 0.241 196357.641 2* 'Y' 7.037 / - 'PR26_G26' 61 150 14 14 'OPEN' 1* 1052.367 0.241 85361.039 2* 'Y' 7.035 / - 'PR26_G26' 60 151 14 14 'OPEN' 1* 96.032 0.241 7788.043 2* 'Y' 7.030 / - 'PR26_G26' 60 151 15 15 'OPEN' 1* 870.325 0.241 70553.414 2* 'Y' 7.017 / - 'PR26_G26' 60 153 15 15 'OPEN' 1* 1361.642 0.241 110480.812 2* 'Y' 7.045 / - 'PR26_G26' 60 154 15 15 'OPEN' 1* 2137.080 0.241 173321.031 2* 'Y' 7.031 / - 'PR26_G26' 60 154 14 14 'OPEN' 1* 1805.158 0.241 146416.703 2* 'Y' 7.034 / - 'PR26_G26' 60 155 14 14 'OPEN' 1* 3741.204 0.241 303425.500 2* 'Y' 7.032 / - 'PR26_G26' 60 156 14 14 'OPEN' 1* 1304.369 0.241 105794.133 2* 'Y' 7.033 / - 'PR26_G26' 59 156 14 14 'OPEN' 1* 2824.499 0.241 229115.688 2* 'Y' 7.037 / - 'PR26_G26' 59 157 14 14 'OPEN' 1* 3896.364 0.241 316061.531 2* 'Y' 7.037 / - 'PR26_G26' 59 158 14 14 'OPEN' 1* 2212.875 0.241 179496.125 2* 'Y' 7.036 / - 'PR26_G26' 59 159 14 14 'OPEN' 1* 2102.000 0.241 170511.078 2* 'Y' 7.037 / - 'PR26_G26' 59 160 14 14 'OPEN' 1* 1389.848 0.241 112728.469 2* 'Y' 7.033 / - 'PR26_G26' 59 161 14 14 'OPEN' 1* 320.619 0.241 26004.662 2* 'Y' 7.033 / - 'PR26_G26' 58 161 14 14 'OPEN' 1* 58.965 0.241 4782.095 2* 'Y' 7.031 / - 'PR26_G26' 58 161 15 15 'OPEN' 1* 805.043 0.241 65276.406 2* 'Y' 7.024 / - 'PR26_G26' 58 163 14 14 'OPEN' 1* 2378.159 0.241 192807.453 2* 'Y' 7.021 / - 'PR26_G26' 58 164 14 14 'OPEN' 1* 731.704 0.241 59342.840 2* 'Y' 7.031 / - 'PR26_G26' 57 164 14 14 'OPEN' 1* 3926.686 0.241 318509.281 2* 'Y' 7.036 / - 'PR26_G26' 57 165 14 14 'OPEN' 1* 5766.323 0.241 467603.594 2* 'Y' 7.027 / -/ - -COMPSEGS -'PR26_G26' / - 59 137 14 1 2048.000 2075.260 3* / - 59 137 15 1 2075.260 2078.949 3* / - 60 137 15 1 2078.949 2097.939 3* / - 60 138 15 1 2097.939 2135.470 3* / - 60 138 16 1 2135.470 2151.521 3* / - 60 139 16 1 2151.521 2188.000 3* / - 61 140 15 1 2237.393 2255.657 3* / - 61 141 15 1 2255.657 2277.294 3* / - 61 141 14 1 2277.294 2290.000 3* / - 61 142 14 1 2325.000 2357.742 3* / - 61 143 14 1 2357.742 2408.031 3* / - 61 144 14 1 2408.031 2456.000 3* / - 61 145 14 1 2480.000 2507.916 3* / - 61 146 14 1 2507.916 2515.000 3* / - 61 147 14 1 2575.000 2597.395 3* / - 61 147 15 1 2597.395 2608.410 3* / - 61 148 15 1 2608.410 2658.920 3* / - 61 149 15 1 2658.920 2679.449 3* / - 61 149 14 1 2679.449 2709.985 3* / - 61 150 14 1 2709.985 2723.000 3* / - 60 151 14 1 2766.000 2767.862 3* / - 60 151 15 1 2767.862 2802.000 3* / - 60 153 15 1 2895.000 2912.773 3* / - 60 154 15 1 2912.773 2940.092 3* / - 60 154 14 1 2940.092 2963.867 3* / - 60 155 14 1 2963.867 3014.063 3* / - 60 156 14 1 3014.063 3030.380 3* / - 59 156 14 1 3030.380 3065.185 3* / - 59 157 14 1 3065.185 3115.329 3* / - 59 158 14 1 3115.329 3149.000 3* / - 59 159 14 1 3166.000 3217.001 3* / - 59 160 14 1 3217.001 3238.000 3* / - 59 161 14 1 3274.000 3294.474 3* / - 58 161 14 1 3294.474 3296.015 3* / - 58 161 15 1 3296.015 3310.000 3* / - 58 163 14 1 3402.000 3428.231 3* / - 58 164 14 1 3428.231 3436.790 3* / - 57 164 14 1 3436.790 3483.639 3* / - 57 165 14 1 3483.639 3540.000 3* / -/ - -WCONHIST - 'PR13_G22' 'OPEN' 'ORAT' 3945.667 666.333 62890.833 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2574.667 2015.000 40997.500 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1703.667 352.667 26622.333 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3312708.333 5* / -/ - -WPIMULT - 'PR26_G26' 0.040 3* 1 7 / - 'PR26_G26' 0.100 3* 8 12 / - 'PR26_G26' 0.040 3* 13 16 / - 'PR26_G26' 0.100 3* 17 21 / - 'PR26_G26' 0.040 3* 22 23 / - 'PR26_G26' 0.330 3* 24 31 / - 'PR26_G26' 0.040 3* 32 39 / -/ - --- 9817.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 18 'NOV' 2003 / -/ - -WCONHIST - 'PR13_G22' 'OPEN' 'ORAT' 4885.000 628.571 79366.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2900.571 1744.714 47170.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1131.571 185.857 18394.286 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3177352.857 5* / -/ - --- 9824.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 25 'NOV' 2003 / -/ - -WCONHIST - 'PR13_G22' 'OPEN' 'ORAT' 3792.857 513.143 60946.286 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2170.429 1365.571 34904.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2876.429 467.857 45808.429 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 1362019.143 5* / -/ - --- 9831.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 2 'DEC' 2003 / -/ - -WCONHIST - 'PR13_G22' 'OPEN' 'ORAT' 3960.143 449.000 62635.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2339.286 1410.143 36865.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2535.571 715.429 39975.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2700858.571 5* / -/ - --- 9838.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 9 'DEC' 2003 / -/ - -WCONHIST - 'PR13_G22' 'OPEN' 'ORAT' 4875.000 534.000 76493.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2707.000 1677.500 42406.500 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2464.000 777.500 38712.500 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3483815.000 5* / -/ - --- 9840.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 11 'DEC' 2003 / -/ - --- : 25/11-G-18 Perforation Top: 2137.00 Bot: 3663.00 Diam: 0.24 Skin: 0.00 --- WARN: 25/11-G-18 Perf interval 2747.699967 to 2771.209155 outside all cells, discarded --- : 25/11-G-18 Perforation Top: 3664.00 Bot: 3782.00 Diam: 0.24 Skin: 0.00 --- : 25/11-G-18 Perforation Top: 3784.00 Bot: 3796.00 Diam: 0.24 Skin: 0.00 --- : 25/11-G-18 Perforation Top: 3799.00 Bot: 3894.00 Diam: 0.24 Skin: 0.00 --- : 25/11-G-18 Perforation Top: 3897.00 Bot: 4478.00 Diam: 0.24 Skin: 0.00 --- : 25/11-G-18 Perforation Top: 4514.00 Bot: 4590.00 Diam: 0.24 Skin: 0.00 --- : 25/11-G-18 Connection 43 136 15 Perf. Len 8.81 ( 18.1%) --- WARN: 25/11-G-18 WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-18 Connection 42 136 15 Perf. Len 51.96 (103.4%) --- : 25/11-G-18 Connection 41 136 15 Perf. Len 53.63 (105.6%) --- : 25/11-G-18 Connection 40 136 15 Perf. Len 7.69 ( 16.0%) --- : 25/11-G-18 Connection 40 137 15 Perf. Len 47.96 ( 97.9%) --- : 25/11-G-18 Connection 39 137 15 Perf. Len 36.05 ( 69.9%) --- : 25/11-G-18 Connection 39 137 14 Perf. Len 19.78 ( 40.5%) --- : 25/11-G-18 Connection 39 138 14 Perf. Len 2.13 ( 5.3%) --- : 25/11-G-18 Connection 38 138 14 Perf. Len 35.49 ( 70.4%) --- : 25/11-G-18 Connection 38 138 15 Perf. Len 21.02 ( 42.2%) --- : 25/11-G-18 Connection 37 138 15 Perf. Len 42.09 ( 83.8%) --- : 25/11-G-18 Connection 37 139 15 Perf. Len 16.60 ( 32.7%) --- : 25/11-G-18 Connection 36 139 15 Perf. Len 63.68 (128.2%) --- : 25/11-G-18 Connection 35 139 15 Perf. Len 3.60 ( 6.3%) --- : 25/11-G-18 Connection 35 140 15 Perf. Len 63.60 (128.2%) --- : 25/11-G-18 Connection 34 140 15 Perf. Len 10.41 ( 19.9%) --- : 25/11-G-18 Connection 34 141 15 Perf. Len 51.85 (103.8%) --- : 25/11-G-18 Connection 34 141 14 Perf. Len 5.79 ( 11.5%) --- : 25/11-G-18 Connection 33 141 14 Perf. Len 16.50 ( 32.7%) --- : 25/11-G-18 Connection 33 142 14 Perf. Len 50.51 (101.2%) --- : 25/11-G-18 Connection 32 142 14 Perf. Len 1.55 ( 3.1%) --- : 25/11-G-18 Connection 32 143 14 Perf. Len 40.97 ( 82.4%) --- : 25/11-G-18 Connection 31 143 14 Perf. Len 33.85 ( 67.4%) --- : 25/11-G-18 Connection 31 144 14 Perf. Len 33.92 ( 67.3%) --- : 25/11-G-18 Connection 30 144 14 Perf. Len 20.46 ( 40.9%) --- : 25/11-G-18 Connection 30 144 15 Perf. Len 20.32 ( 40.7%) --- : 25/11-G-18 Connection 30 145 15 Perf. Len 27.78 ( 56.0%) --- : 25/11-G-18 Connection 29 145 15 Perf. Len 41.19 ( 83.6%) --- : 25/11-G-18 Connection 29 146 15 Perf. Len 32.80 ( 64.2%) --- : 25/11-G-18 Connection 28 146 15 Perf. Len 34.68 ( 69.1%) --- : 25/11-G-18 Connection 28 147 15 Perf. Len 42.70 ( 85.0%) --- : 25/11-G-18 Connection 27 147 15 Perf. Len 21.93 ( 44.3%) --- : 25/11-G-18 Connection 27 148 15 Perf. Len 61.18 (122.4%) --- : 25/11-G-18 Connection 26 148 15 Perf. Len 0.50 ( 1.0%) --- : 25/11-G-18 Connection 26 149 15 Perf. Len 59.57 (119.7%) --- : 25/11-G-18 Connection 26 150 15 Perf. Len 35.89 ( 72.4%) --- : 25/11-G-18 Connection 25 150 15 Perf. Len 21.01 ( 41.2%) --- : 25/11-G-18 Connection 25 151 15 Perf. Len 56.66 (112.8%) --- : 25/11-G-18 Connection 25 152 15 Perf. Len 32.11 ( 63.9%) --- : 25/11-G-18 Connection 24 152 15 Perf. Len 24.07 ( 48.9%) --- : 25/11-G-18 Connection 24 153 15 Perf. Len 56.08 (110.7%) --- : 25/11-G-18 Connection 24 154 15 Perf. Len 27.23 ( 56.8%) --- : 25/11-G-18 Connection 23 154 15 Perf. Len 30.46 ( 58.8%) --- : 25/11-G-18 Connection 23 155 15 Perf. Len 58.67 (119.7%) --- : 25/11-G-18 Connection 23 156 15 Perf. Len 5.90 ( 11.0%) --- : 25/11-G-18 Connection 22 156 15 Perf. Len 53.46 (106.8%) --- : 25/11-G-18 Connection 22 157 15 Perf. Len 39.12 ( 77.8%) --- : 25/11-G-18 Connection 21 157 15 Perf. Len 18.58 ( 36.9%) --- : 25/11-G-18 Connection 21 158 15 Perf. Len 56.52 (113.7%) --- : 25/11-G-18 Connection 21 159 15 Perf. Len 30.25 ( 59.9%) --- : 25/11-G-18 Connection 20 159 15 Perf. Len 20.80 ( 41.0%) --- : 25/11-G-18 Connection 20 160 15 Perf. Len 53.32 (108.3%) --- : 25/11-G-18 Connection 20 161 15 Perf. Len 48.60 ( 96.8%) --- : 25/11-G-18 Connection 19 161 15 Perf. Len 2.55 ( 5.0%) --- : 25/11-G-18 Connection 19 162 15 Perf. Len 52.97 (105.6%) --- : 25/11-G-18 Connection 19 163 15 Perf. Len 52.69 (105.5%) --- : 25/11-G-18 Connection 19 164 15 Perf. Len 51.79 (103.3%) --- : 25/11-G-18 Connection 19 165 15 Perf. Len 5.62 ( 11.3%) --- : 25/11-G-18 Connection 18 165 15 Perf. Len 47.82 ( 96.5%) --- : 25/11-G-18 Connection 18 166 15 Perf. Len 55.07 (110.2%) --- : 25/11-G-18 Connection 18 167 15 Perf. Len 26.28 ( 51.2%) --- : 25/11-G-18 Connection 17 167 15 Perf. Len 27.85 ( 55.6%) --- : 25/11-G-18 Connection 17 168 15 Perf. Len 51.27 (103.6%) --- : 25/11-G-18 Connection 17 169 15 Perf. Len 52.23 (101.9%) --- : 25/11-G-18 Connection 17 170 15 Perf. Len 50.97 (104.4%) --- : 25/11-G-18 Connection 17 171 15 Perf. Len 5.32 ( 10.4%) --- : 25/11-G-18 Connection 16 171 15 Perf. Len 46.27 ( 92.6%) --- : 25/11-G-18 Connection 16 172 15 Perf. Len 28.49 ( 56.3%) --- : 25/11-G-18 Connection 16 173 15 Perf. Len 40.36 ( 82.0%) --- : 25/11-G-18 Connection 16 174 15 Perf. Len 16.50 ( 32.3%) --- : 25/11-G-18 Connection 15 174 15 Perf. Len 19.14 ( 38.4%) -WELSPECS - 'PR10_G18' 'CE-NO' 47 135 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR10_G18' 1757.258 2135.000 42.605 'INC' 2* / - 2 2 1 1 2.000 0.040 0.159 1.5E-05 0.020 0.040 / - 3 3 1 2 4.403 0.088 0.173 1.5E-05 0.023 0.103 / - 4 4 1 3 30.381 -0.399 0.173 1.5E-05 0.023 0.712 / - 5 5 1 4 52.795 -0.882 0.173 1.5E-05 0.023 1.237 / - 6 6 1 5 30.662 -0.454 0.173 1.5E-05 0.023 0.718 / - 7 7 1 6 27.826 -0.226 0.173 1.5E-05 0.023 0.652 / - 8 8 1 7 42.007 -0.296 0.173 1.5E-05 0.023 0.984 / - 9 9 1 8 27.917 -0.162 0.173 1.5E-05 0.023 0.654 / - 10 10 1 9 10.957 -0.037 0.173 1.5E-05 0.023 0.257 / - 11 11 1 10 18.809 0.034 0.173 1.5E-05 0.023 0.441 / - 12 12 1 11 28.251 0.110 0.173 1.5E-05 0.023 0.662 / - 13 13 1 12 31.551 0.089 0.173 1.5E-05 0.023 0.739 / - 14 14 1 13 29.344 -0.012 0.173 1.5E-05 0.023 0.687 / - 15 15 1 14 40.141 0.208 0.173 1.5E-05 0.023 0.940 / - 16 16 1 15 33.638 0.254 0.173 1.5E-05 0.023 0.788 / - 17 17 1 16 33.601 0.122 0.173 1.5E-05 0.023 0.787 / - 18 18 1 17 37.008 0.068 0.173 1.5E-05 0.023 0.867 / - 19 19 1 18 31.133 -0.418 0.173 1.5E-05 0.023 0.729 / - 20 20 1 19 28.823 -0.421 0.173 1.5E-05 0.023 0.675 / - 21 21 1 20 11.148 -0.100 0.173 1.5E-05 0.023 0.261 / - 22 22 1 21 33.505 0.034 0.173 1.5E-05 0.023 0.785 / - 23 23 1 22 26.027 0.100 0.173 1.5E-05 0.023 0.610 / - 24 24 1 23 44.766 -0.072 0.173 1.5E-05 0.023 1.049 / - 25 25 1 24 37.407 -0.150 0.173 1.5E-05 0.023 0.876 / - 26 26 1 25 33.882 -0.013 0.173 1.5E-05 0.023 0.794 / - 27 27 1 26 27.191 0.150 0.173 1.5E-05 0.023 0.637 / - 28 28 1 27 20.391 0.199 0.173 1.5E-05 0.023 0.478 / - 29 29 1 28 24.047 0.396 0.173 1.5E-05 0.023 0.563 / - 30 30 1 29 34.483 0.397 0.173 1.5E-05 0.023 0.808 / - 31 31 1 30 36.998 -0.004 0.173 1.5E-05 0.023 0.867 / - 32 32 1 31 33.741 -0.117 0.173 1.5E-05 0.023 0.790 / - 33 33 1 32 38.691 0.035 0.173 1.5E-05 0.023 0.906 / - 34 34 1 33 32.315 0.113 0.173 1.5E-05 0.023 0.757 / - 35 35 1 34 41.555 0.307 0.173 1.5E-05 0.023 0.973 / - 36 36 1 35 30.841 0.230 0.173 1.5E-05 0.023 0.722 / - 37 37 1 36 30.035 -0.318 0.173 1.5E-05 0.023 0.704 / - 38 38 1 37 47.733 -0.457 0.173 1.5E-05 0.023 1.118 / - 39 39 1 38 28.451 -0.143 0.173 1.5E-05 0.023 0.666 / - 40 40 1 39 38.835 0.124 0.173 1.5E-05 0.023 0.910 / - 41 41 1 40 44.388 0.143 0.173 1.5E-05 0.023 1.040 / - 42 42 1 41 28.090 0.065 0.173 1.5E-05 0.023 0.658 / - 43 43 1 42 40.072 0.231 0.173 1.5E-05 0.023 0.939 / - 44 44 1 43 41.655 0.135 0.173 1.5E-05 0.023 0.976 / - 45 45 1 44 28.846 -0.037 0.173 1.5E-05 0.023 0.676 / - 46 46 1 45 44.565 0.306 0.173 1.5E-05 0.023 1.044 / - 47 47 1 46 32.285 0.307 0.173 1.5E-05 0.023 0.756 / - 48 48 1 47 29.680 0.094 0.173 1.5E-05 0.023 0.695 / - 49 49 1 48 46.792 0.023 0.173 1.5E-05 0.023 1.096 / - 50 50 1 49 29.350 -0.126 0.173 1.5E-05 0.023 0.688 / - 51 51 1 50 37.550 -0.310 0.173 1.5E-05 0.023 0.880 / - 52 52 1 51 44.388 -0.324 0.173 1.5E-05 0.023 1.040 / - 53 53 1 52 28.030 -0.071 0.173 1.5E-05 0.023 0.657 / - 54 54 1 53 38.564 -0.002 0.173 1.5E-05 0.023 0.903 / - 55 55 1 54 52.461 -0.025 0.173 1.5E-05 0.023 1.229 / - 56 56 1 55 27.074 -0.005 0.173 1.5E-05 0.023 0.634 / - 57 57 1 56 27.761 0.154 0.173 1.5E-05 0.023 0.650 / - 58 58 1 57 52.832 0.485 0.173 1.5E-05 0.023 1.238 / - 59 59 1 58 52.241 0.345 0.173 1.5E-05 0.023 1.224 / - 60 60 1 59 28.706 -0.015 0.173 1.5E-05 0.023 0.672 / - 61 61 1 60 26.721 -0.132 0.173 1.5E-05 0.023 0.626 / - 62 62 1 61 51.446 -0.232 0.173 1.5E-05 0.023 1.205 / - 63 63 1 62 40.672 -0.166 0.173 1.5E-05 0.023 0.953 / - 64 64 1 63 27.062 -0.080 0.173 1.5E-05 0.023 0.634 / - 65 65 1 64 39.559 0.066 0.173 1.5E-05 0.023 0.927 / - 66 66 1 65 51.748 0.100 0.173 1.5E-05 0.023 1.212 / - 67 67 1 66 51.600 0.281 0.173 1.5E-05 0.023 1.209 / - 68 68 1 67 28.149 0.319 0.173 1.5E-05 0.023 0.659 / - 69 69 1 68 25.797 0.191 0.173 1.5E-05 0.023 0.604 / - 70 70 1 69 37.382 0.162 0.173 1.5E-05 0.023 0.876 / - 71 71 1 70 70.425 -0.031 0.173 1.5E-05 0.023 1.650 / - 72 72 1 71 28.431 -0.090 0.173 1.5E-05 0.023 0.666 / - 73 73 1 72 17.821 -0.088 0.173 1.5E-05 0.023 0.417 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR10_G18' 43 136 15 15 'OPEN' 1* 432.287 0.241 32831.047 2* 'X' 7.058 / - 'PR10_G18' 42 136 15 15 'OPEN' 1* 3164.360 0.241 240324.844 2* 'X' 7.058 / - 'PR10_G18' 41 136 15 15 'OPEN' 1* 3711.680 0.241 281877.500 2* 'X' 7.056 / - 'PR10_G18' 40 136 15 15 'OPEN' 1* 473.893 0.241 35987.844 2* 'X' 7.056 / - 'PR10_G18' 40 137 15 15 'OPEN' 1* 3007.720 0.241 228396.688 2* 'X' 7.054 / - 'PR10_G18' 39 137 15 15 'OPEN' 1* 1703.902 0.241 129387.297 2* 'X' 7.054 / - 'PR10_G18' 39 137 14 14 'OPEN' 1* 1730.917 0.241 131437.141 2* 'X' 7.053 / - 'PR10_G18' 39 138 14 14 'OPEN' 1* 205.770 0.241 15603.546 2* 'X' 7.014 / - 'PR10_G18' 38 138 14 14 'OPEN' 1* 3013.931 0.241 228486.141 2* 'X' 7.006 / - 'PR10_G18' 38 138 15 15 'OPEN' 1* 1422.130 0.241 107812.391 2* 'X' 7.006 / - 'PR10_G18' 37 138 15 15 'OPEN' 1* 3126.977 0.241 237072.844 2* 'X' 7.008 / - 'PR10_G18' 37 139 15 15 'OPEN' 1* 1443.952 0.241 109643.031 2* 'X' 7.052 / - 'PR10_G18' 36 139 15 15 'OPEN' 1* 6012.705 0.241 456527.812 2* 'X' 7.050 / - 'PR10_G18' 35 139 15 15 'OPEN' 1* 299.158 0.241 22711.965 2* 'X' 7.048 / - 'PR10_G18' 35 140 15 15 'OPEN' 1* 5713.176 0.241 433231.312 2* 'X' 7.014 / - 'PR10_G18' 34 140 15 15 'OPEN' 1* 921.255 0.241 69863.805 2* 'X' 7.016 / - 'PR10_G18' 34 141 15 15 'OPEN' 1* 4561.667 0.241 346338.000 2* 'X' 7.049 / - 'PR10_G18' 34 141 14 14 'OPEN' 1* 499.621 0.241 37932.992 2* 'X' 7.049 / - 'PR10_G18' 33 141 14 14 'OPEN' 1* 1368.829 0.241 103920.227 2* 'X' 7.047 / - 'PR10_G18' 33 142 14 14 'OPEN' 1* 4478.575 0.241 340008.531 2* 'X' 7.047 / - 'PR10_G18' 32 142 14 14 'OPEN' 1* 143.168 0.241 10869.650 2* 'X' 7.049 / - 'PR10_G18' 32 143 14 14 'OPEN' 1* 3701.808 0.241 280719.438 2* 'X' 7.015 / - 'PR10_G18' 31 143 14 14 'OPEN' 1* 3217.823 0.241 244020.219 2* 'X' 7.015 / - 'PR10_G18' 31 144 14 14 'OPEN' 1* 2812.809 0.241 213556.688 2* 'X' 7.049 / - 'PR10_G18' 30 144 14 14 'OPEN' 1* 1753.544 0.241 133126.125 2* 'X' 7.047 / - 'PR10_G18' 30 144 15 15 'OPEN' 1* 1753.601 0.241 133128.922 2* 'X' 7.047 / - 'PR10_G18' 30 145 15 15 'OPEN' 1* 2913.611 0.241 220957.469 2* 'X' 7.016 / - 'PR10_G18' 29 145 15 15 'OPEN' 1* 4170.258 0.241 316285.750 2* 'Y' 7.019 / - 'PR10_G18' 29 146 15 15 'OPEN' 1* 2944.523 0.241 223539.703 2* 'Y' 7.047 / - 'PR10_G18' 28 146 15 15 'OPEN' 1* 2332.486 0.241 177072.406 2* 'Y' 7.046 / - 'PR10_G18' 28 147 15 15 'OPEN' 1* 2048.031 0.241 155475.156 2* 'Y' 7.046 / - 'PR10_G18' 27 147 15 15 'OPEN' 1* 1009.622 0.241 76637.102 2* 'Y' 7.043 / - 'PR10_G18' 27 148 15 15 'OPEN' 1* 5179.987 0.241 392892.875 2* 'Y' 7.021 / - 'PR10_G18' 26 148 15 15 'OPEN' 1* 46.659 0.241 3539.542 2* 'Y' 7.025 / - 'PR10_G18' 26 149 15 15 'OPEN' 1* 5676.944 0.241 430923.406 2* 'Y' 7.043 / - 'PR10_G18' 26 150 15 15 'OPEN' 1* 3207.509 0.241 243338.500 2* 'Y' 7.027 / - 'PR10_G18' 25 150 15 15 'OPEN' 1* 1881.239 0.241 142723.938 2* 'Y' 7.028 / - 'PR10_G18' 25 151 15 15 'OPEN' 1* 5199.714 0.241 394670.125 2* 'Y' 7.041 / - 'PR10_G18' 25 152 15 15 'OPEN' 1* 2958.700 0.241 224570.250 2* 'Y' 7.041 / - 'PR10_G18' 24 152 15 15 'OPEN' 1* 2431.339 0.241 184524.203 2* 'Y' 7.038 / - 'PR10_G18' 24 153 15 15 'OPEN' 1* 5422.649 0.241 411366.688 2* 'Y' 7.025 / - 'PR10_G18' 24 154 15 15 'OPEN' 1* 2865.745 0.241 217500.125 2* 'Y' 7.039 / - 'PR10_G18' 23 154 15 15 'OPEN' 1* 2934.332 0.241 222731.719 2* 'Y' 7.042 / - 'PR10_G18' 23 155 15 15 'OPEN' 1* 5964.024 0.241 452444.906 2* 'Y' 7.026 / - 'PR10_G18' 23 156 15 15 'OPEN' 1* 537.468 0.241 40798.199 2* 'Y' 7.043 / - 'PR10_G18' 22 156 15 15 'OPEN' 1* 4880.172 0.241 370443.031 2* 'Y' 7.043 / - 'PR10_G18' 22 157 15 15 'OPEN' 1* 3854.354 0.241 292569.250 2* 'Y' 7.042 / - 'PR10_G18' 21 157 15 15 'OPEN' 1* 1835.177 0.241 139285.047 2* 'Y' 7.039 / - 'PR10_G18' 21 158 15 15 'OPEN' 1* 5925.922 0.241 449543.000 2* 'Y' 7.025 / - 'PR10_G18' 21 159 15 15 'OPEN' 1* 2822.478 0.241 214208.344 2* 'Y' 7.038 / - 'PR10_G18' 20 159 15 15 'OPEN' 1* 2080.937 0.241 157944.797 2* 'Y' 7.040 / - 'PR10_G18' 20 160 15 15 'OPEN' 1* 5392.741 0.241 409169.844 2* 'Y' 7.030 / - 'PR10_G18' 20 161 15 15 'OPEN' 1* 4692.994 0.241 356187.500 2* 'Y' 7.039 / - 'PR10_G18' 19 161 15 15 'OPEN' 1* 249.907 0.241 18965.340 2* 'Y' 7.036 / - 'PR10_G18' 19 162 15 15 'OPEN' 1* 5110.299 0.241 387807.281 2* 'Y' 7.035 / - 'PR10_G18' 19 163 15 15 'OPEN' 1* 4839.321 0.241 367176.250 2* 'Y' 7.030 / - 'PR10_G18' 19 164 15 15 'OPEN' 1* 4368.084 0.241 331475.688 2* 'Y' 7.035 / - 'PR10_G18' 19 165 15 15 'OPEN' 1* 511.495 0.241 38807.625 2* 'Y' 7.029 / - 'PR10_G18' 18 165 15 15 'OPEN' 1* 4727.342 0.241 358692.531 2* 'Y' 7.031 / - 'PR10_G18' 18 166 15 15 'OPEN' 1* 5093.673 0.241 386608.750 2* 'Y' 7.040 / - 'PR10_G18' 18 167 15 15 'OPEN' 1* 2478.125 0.241 188086.797 2* 'Y' 7.040 / - 'PR10_G18' 17 167 15 15 'OPEN' 1* 2614.811 0.241 198456.172 2* 'Y' 7.039 / - 'PR10_G18' 17 168 15 15 'OPEN' 1* 4762.204 0.241 361366.594 2* 'Y' 7.033 / - 'PR10_G18' 17 169 15 15 'OPEN' 1* 4735.089 0.241 359360.406 2* 'Y' 7.037 / - 'PR10_G18' 17 170 15 15 'OPEN' 1* 4661.781 0.241 353755.906 2* 'Y' 7.034 / - 'PR10_G18' 17 171 15 15 'OPEN' 1* 482.046 0.241 36584.484 2* 'Y' 7.038 / - 'PR10_G18' 16 171 15 15 'OPEN' 1* 4837.837 0.241 367009.563 2* 'Y' 7.026 / - 'PR10_G18' 16 172 15 15 'OPEN' 1* 2715.782 0.241 205990.938 2* 'Y' 7.021 / - 'PR10_G18' 16 173 15 15 'OPEN' 1* 3915.786 0.241 297038.375 2* 'Y' 7.024 / - 'PR10_G18' 16 174 15 15 'OPEN' 1* 1415.765 0.241 107407.172 2* 'Y' 7.027 / - 'PR10_G18' 15 174 15 15 'OPEN' 1* 1724.510 0.241 130844.172 2* 'Y' 7.030 / -/ - -COMPSEGS -'PR10_G18' / - 43 136 15 1 2137.000 2145.806 3* / - 42 136 15 1 2145.806 2197.763 3* / - 41 136 15 1 2197.763 2251.396 3* / - 40 136 15 1 2251.396 2259.086 3* / - 40 137 15 1 2259.086 2307.048 3* / - 39 137 15 1 2307.048 2343.100 3* / - 39 137 14 1 2343.100 2362.881 3* / - 39 138 14 1 2362.881 2365.014 3* / - 38 138 14 1 2365.014 2400.500 3* / - 38 138 15 1 2400.500 2421.516 3* / - 37 138 15 1 2421.516 2463.601 3* / - 37 139 15 1 2463.601 2480.205 3* / - 36 139 15 1 2480.205 2543.883 3* / - 35 139 15 1 2543.883 2547.480 3* / - 35 140 15 1 2547.480 2611.084 3* / - 34 140 15 1 2611.084 2621.497 3* / - 34 141 15 1 2621.497 2673.350 3* / - 34 141 14 1 2673.350 2679.143 3* / - 33 141 14 1 2679.143 2695.646 3* / - 33 142 14 1 2695.646 2746.153 3* / - 32 142 14 1 2746.153 2747.700 3* / - 32 143 14 1 2771.209 2812.176 3* / - 31 143 14 1 2812.176 2846.023 3* / - 31 144 14 1 2846.023 2879.940 3* / - 30 144 14 1 2879.940 2900.404 3* / - 30 144 15 1 2900.404 2920.722 3* / - 30 145 15 1 2920.722 2948.498 3* / - 29 145 15 1 2948.498 2989.689 3* / - 29 146 15 1 2989.689 3022.494 3* / - 28 146 15 1 3022.494 3057.172 3* / - 28 147 15 1 3057.172 3099.876 3* / - 27 147 15 1 3099.876 3121.802 3* / - 27 148 15 1 3121.802 3182.986 3* / - 26 148 15 1 3182.986 3183.484 3* / - 26 149 15 1 3183.484 3243.055 3* / - 26 150 15 1 3243.055 3278.949 3* / - 25 150 15 1 3278.949 3299.956 3* / - 25 151 15 1 3299.956 3356.619 3* / - 25 152 15 1 3356.619 3388.732 3* / - 24 152 15 1 3388.732 3412.799 3* / - 24 153 15 1 3412.799 3468.875 3* / - 24 154 15 1 3468.875 3496.109 3* / - 23 154 15 1 3496.109 3526.566 3* / - 23 155 15 1 3526.566 3585.239 3* / - 23 156 15 1 3585.239 3591.137 3* / - 22 156 15 1 3591.137 3644.600 3* / - 22 157 15 1 3644.600 3684.722 3* / - 21 157 15 1 3684.722 3703.300 3* / - 21 158 15 1 3703.300 3759.821 3* / - 21 159 15 1 3759.821 3792.076 3* / - 20 159 15 1 3792.076 3815.881 3* / - 20 160 15 1 3815.881 3869.205 3* / - 20 161 15 1 3869.205 3920.803 3* / - 19 161 15 1 3920.803 3923.353 3* / - 19 162 15 1 3923.353 3976.324 3* / - 19 163 15 1 3976.324 4029.017 3* / - 19 164 15 1 4029.017 4080.807 3* / - 19 165 15 1 4080.807 4086.428 3* / - 18 165 15 1 4086.428 4134.250 3* / - 18 166 15 1 4134.250 4189.319 3* / - 18 167 15 1 4189.319 4215.595 3* / - 17 167 15 1 4215.595 4243.443 3* / - 17 168 15 1 4243.443 4294.713 3* / - 17 169 15 1 4294.713 4346.939 3* / - 17 170 15 1 4346.939 4397.913 3* / - 17 171 15 1 4397.913 4403.237 3* / - 16 171 15 1 4403.237 4449.508 3* / - 16 172 15 1 4449.508 4478.000 3* / - 16 173 15 1 4514.000 4554.359 3* / - 16 174 15 1 4554.359 4570.861 3* / - 15 174 15 1 4570.861 4590.000 3* / -/ - -WCONHIST - 'PR10_G18' 'OPEN' 'ORAT' 1513.600 234.000 21897.800 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4635.200 408.000 72314.400 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2765.800 1378.800 43204.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2465.000 627.400 38354.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3474680.000 5* / -/ - --- 9845.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 16 'DEC' 2003 / -/ - -WCONHIST - 'PR10_G18' 'OPEN' 'ORAT' 4778.167 798.833 71232.667 5* / - 'PR13_G22' 'OPEN' 'ORAT' 5176.333 425.000 77048.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2868.167 1329.000 42649.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2547.667 753.667 38016.500 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4086948.333 5* / -/ - --- 9851.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 22 'DEC' 2003 / -/ - --- : 25/11-G-28 Perforation Top: 3129.00 Bot: 3171.00 Diam: 0.24 Skin: 13.50 --- : 25/11-G-28 Perforation Top: 3198.00 Bot: 3435.00 Diam: 0.24 Skin: 13.50 --- : 25/11-G-28 Perforation Top: 3435.00 Bot: 3660.00 Diam: 0.24 Skin: 13.50 --- : 25/11-G-28 Perforation Top: 3660.00 Bot: 3674.00 Diam: 0.24 Skin: 13.50 --- : 25/11-G-28 Perforation Top: 3691.00 Bot: 3804.00 Diam: 0.24 Skin: 13.50 --- : 25/11-G-28 Perforation Top: 3818.00 Bot: 4234.00 Diam: 0.24 Skin: 13.50 --- : 25/11-G-28 Perforation Top: 4254.00 Bot: 4419.00 Diam: 0.24 Skin: 13.50 --- WARN: 25/11-G-28 Perf interval 4306.499852 to 4355.814349 outside all cells, discarded --- : 25/11-G-28 Perforation Top: 4423.00 Bot: 4571.00 Diam: 0.24 Skin: 13.50 --- : 25/11-G-28 Connection 50 176 15 Perf. Len 26.18 ( 52.2%) --- WARN: 25/11-G-28 WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-28 Connection 50 177 15 Perf. Len 15.82 ( 31.6%) --- : 25/11-G-28 Connection 49 177 14 Perf. Len 7.34 ( 15.3%) --- : 25/11-G-28 Connection 49 178 14 Perf. Len 50.44 (100.9%) --- : 25/11-G-28 Connection 49 179 14 Perf. Len 49.97 (100.4%) --- : 25/11-G-28 Connection 49 180 14 Perf. Len 50.26 (100.0%) --- : 25/11-G-28 Connection 49 181 14 Perf. Len 50.02 ( 99.0%) --- : 25/11-G-28 Connection 49 182 14 Perf. Len 50.62 (101.4%) --- : 25/11-G-28 Connection 49 183 14 Perf. Len 47.97 ( 96.3%) --- : 25/11-G-28 Connection 50 183 14 Perf. Len 2.44 ( 5.7%) --- : 25/11-G-28 Connection 50 184 14 Perf. Len 51.66 (101.7%) --- : 25/11-G-28 Connection 50 185 14 Perf. Len 50.24 (101.9%) --- : 25/11-G-28 Connection 50 186 14 Perf. Len 51.26 (102.1%) --- : 25/11-G-28 Connection 50 187 14 Perf. Len 33.77 ( 66.8%) --- : 25/11-G-28 Connection 50 188 14 Perf. Len 50.13 (100.9%) --- : 25/11-G-28 Connection 51 188 14 Perf. Len 1.21 ( 2.5%) --- : 25/11-G-28 Connection 51 189 14 Perf. Len 41.66 ( 83.4%) --- : 25/11-G-28 Connection 51 190 14 Perf. Len 50.65 (101.7%) --- : 25/11-G-28 Connection 51 191 14 Perf. Len 35.55 ( 71.4%) --- : 25/11-G-28 Connection 52 191 14 Perf. Len 18.34 ( 36.4%) --- : 25/11-G-28 Connection 52 192 14 Perf. Len 54.65 (109.4%) --- : 25/11-G-28 Connection 52 193 14 Perf. Len 53.94 (107.8%) --- : 25/11-G-28 Connection 52 194 14 Perf. Len 1.33 ( 2.7%) --- : 25/11-G-28 Connection 53 194 14 Perf. Len 54.18 (107.7%) --- : 25/11-G-28 Connection 53 195 14 Perf. Len 54.37 (109.1%) --- : 25/11-G-28 Connection 53 196 14 Perf. Len 13.25 ( 26.5%) --- : 25/11-G-28 Connection 54 196 14 Perf. Len 28.07 ( 56.4%) --- : 25/11-G-28 Connection 54 196 15 Perf. Len 11.62 ( 23.2%) --- : 25/11-G-28 Connection 54 197 15 Perf. Len 40.03 ( 79.6%) --- : 25/11-G-28 Connection 54 198 14 Perf. Len 40.80 ( 82.2%) --- : 25/11-G-28 Connection 55 198 14 Perf. Len 6.93 ( 13.6%) --- : 25/11-G-28 Connection 55 199 14 Perf. Len 4.77 ( 10.2%) --- : 25/11-G-28 Connection 55 200 14 Perf. Len 53.05 (107.0%) --- : 25/11-G-28 Connection 55 201 14 Perf. Len 13.47 ( 27.1%) --- : 25/11-G-28 Connection 55 201 15 Perf. Len 12.46 ( 25.0%) --- : 25/11-G-28 Connection 56 201 15 Perf. Len 23.53 ( 47.5%) --- WARN: 25/11-G-28 Cell 56 202 15 is intersected 2 times --- : 25/11-G-28 Connection 56 202 15 Perf. Len 54.85 (109.7%) --- : 25/11-G-28 Connection 56 203 15 Perf. Len 43.51 ( 86.7%) --- : 25/11-G-28 Connection 57 203 15 Perf. Len 10.31 ( 21.7%) -WELSPECS - 'PR06_G28' 'NO-EA' 50 170 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR06_G28' 1747.468 3060.000 61.064 'INC' 2* / - 2 2 1 1 3.000 0.157 0.159 1.5E-05 0.020 0.060 / - 3 3 1 2 6.000 0.315 0.155 1.5E-05 0.019 0.113 / - 4 4 1 3 5.000 0.262 0.117 1.5E-05 0.011 0.054 / - 5 5 1 4 44.000 1.895 0.102 1.5E-05 0.008 0.357 / - 6 6 1 5 24.089 0.964 0.133 1.5E-05 0.014 0.334 / - 7 7 1 6 21.000 0.746 0.133 1.5E-05 0.014 0.291 / - 8 8 1 7 38.581 0.716 0.133 1.5E-05 0.014 0.534 / - 9 9 1 8 28.891 0.297 0.133 1.5E-05 0.014 0.400 / - 10 10 1 9 50.208 0.251 0.133 1.5E-05 0.014 0.695 / - 11 11 1 10 50.117 -0.192 0.133 1.5E-05 0.014 0.694 / - 12 12 1 11 50.142 0.107 0.133 1.5E-05 0.014 0.695 / - 13 13 1 12 50.320 0.597 0.133 1.5E-05 0.014 0.697 / - 14 14 1 13 49.292 0.047 0.133 1.5E-05 0.014 0.683 / - 15 15 1 14 25.204 -0.283 0.133 1.5E-05 0.014 0.349 / - 16 16 1 15 27.054 -0.113 0.133 1.5E-05 0.014 0.375 / - 17 17 1 16 50.954 0.159 0.133 1.5E-05 0.014 0.706 / - 18 18 1 17 50.752 0.097 0.133 1.5E-05 0.014 0.703 / - 19 19 1 18 51.017 -0.263 0.133 1.5E-05 0.014 0.707 / - 20 20 1 19 50.451 -0.375 0.133 1.5E-05 0.014 0.699 / - 21 21 1 20 25.669 -0.281 0.133 1.5E-05 0.014 0.356 / - 22 22 1 21 21.433 -0.148 0.133 1.5E-05 0.014 0.297 / - 23 23 1 22 60.154 0.012 0.133 1.5E-05 0.014 0.833 / - 24 24 1 23 43.103 0.277 0.133 1.5E-05 0.014 0.597 / - 25 25 1 24 26.948 0.012 0.133 1.5E-05 0.014 0.373 / - 26 26 1 25 36.496 0.047 0.133 1.5E-05 0.014 0.506 / - 27 27 1 26 54.295 0.370 0.133 1.5E-05 0.014 0.752 / - 28 28 1 27 27.636 0.259 0.133 1.5E-05 0.014 0.383 / - 29 29 1 28 27.757 -0.130 0.133 1.5E-05 0.014 0.384 / - 30 30 1 29 54.277 0.380 0.133 1.5E-05 0.014 0.752 / - 31 31 1 30 33.812 0.699 0.133 1.5E-05 0.014 0.468 / - 32 32 1 31 20.661 0.420 0.133 1.5E-05 0.014 0.286 / - 33 33 1 32 19.846 0.281 0.133 1.5E-05 0.014 0.275 / - 34 34 1 33 25.828 0.013 0.133 1.5E-05 0.014 0.358 / - 35 35 1 34 60.418 -0.087 0.133 1.5E-05 0.014 0.837 / - 36 36 1 35 23.866 -0.004 0.133 1.5E-05 0.014 0.331 / - 37 37 1 36 5.848 0.020 0.133 1.5E-05 0.014 0.081 / - 38 38 1 37 78.225 -0.160 0.133 1.5E-05 0.014 1.084 / - 39 39 1 38 35.262 0.074 0.133 1.5E-05 0.014 0.488 / - 40 40 1 39 14.965 0.156 0.133 1.5E-05 0.014 0.207 / - 41 41 1 40 17.993 0.044 0.133 1.5E-05 0.014 0.249 / - 42 42 1 41 17.902 -0.062 0.133 1.5E-05 0.014 0.248 / - 43 43 1 42 27.427 0.187 0.133 1.5E-05 0.014 0.380 / - 44 44 1 43 43.044 0.185 0.133 1.5E-05 0.014 0.596 / - 45 45 1 44 11.067 -0.023 0.133 1.5E-05 0.014 0.153 / - 46 46 1 45 15.844 -0.142 0.159 1.5E-05 0.020 0.316 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR06_G28' 50 176 15 15 'OPEN' 1* 345.113 0.241 113152.453 2* 'Y' 7.039 / - 'PR06_G28' 50 177 15 15 'OPEN' 1* 184.687 0.241 60561.977 2* 'Y' 7.056 / - 'PR06_G28' 49 177 14 14 'OPEN' 1* 100.473 0.241 32943.324 2* 'Y' 7.044 / - 'PR06_G28' 49 178 14 14 'OPEN' 1* 880.000 0.241 288511.406 2* 'Y' 7.032 / - 'PR06_G28' 49 179 14 14 'OPEN' 1* 942.388 0.241 308966.562 2* 'Y' 7.033 / - 'PR06_G28' 49 180 14 14 'OPEN' 1* 910.019 0.241 298353.969 2* 'Y' 7.033 / - 'PR06_G28' 49 181 14 14 'OPEN' 1* 902.206 0.241 295793.031 2* 'Y' 7.033 / - 'PR06_G28' 49 182 14 14 'OPEN' 1* 886.179 0.241 290538.938 2* 'Y' 7.033 / - 'PR06_G28' 49 183 14 14 'OPEN' 1* 915.431 0.241 300126.156 2* 'Y' 7.032 / - 'PR06_G28' 50 183 14 14 'OPEN' 1* 53.510 0.241 17543.982 2* 'Y' 7.036 / - 'PR06_G28' 50 184 14 14 'OPEN' 1* 1164.453 0.241 381785.469 2* 'Y' 7.037 / - 'PR06_G28' 50 185 14 14 'OPEN' 1* 1052.092 0.241 344940.656 2* 'Y' 7.035 / - 'PR06_G28' 50 186 14 14 'OPEN' 1* 921.055 0.241 301983.844 2* 'Y' 7.037 / - 'PR06_G28' 50 187 14 14 'OPEN' 1* 631.342 0.241 206995.531 2* 'Y' 7.037 / - 'PR06_G28' 50 188 14 14 'OPEN' 1* 1101.489 0.241 361133.219 2* 'Y' 7.034 / - 'PR06_G28' 51 188 14 14 'OPEN' 1* 23.790 0.241 7799.994 2* 'Y' 7.036 / - 'PR06_G28' 51 189 14 14 'OPEN' 1* 609.817 0.241 199940.922 2* 'Y' 7.039 / - 'PR06_G28' 51 190 14 14 'OPEN' 1* 944.717 0.241 309726.844 2* 'Y' 7.031 / - 'PR06_G28' 51 191 14 14 'OPEN' 1* 843.539 0.241 276573.562 2* 'Y' 7.040 / - 'PR06_G28' 52 191 14 14 'OPEN' 1* 442.182 0.241 144976.078 2* 'Y' 7.037 / - 'PR06_G28' 52 192 14 14 'OPEN' 1* 1070.938 0.241 351122.781 2* 'Y' 7.036 / - 'PR06_G28' 52 193 14 14 'OPEN' 1* 1153.666 0.241 378217.969 2* 'Y' 7.027 / - 'PR06_G28' 52 194 14 14 'OPEN' 1* 30.832 0.241 10108.430 2* 'Y' 7.034 / - 'PR06_G28' 53 194 14 14 'OPEN' 1* 1311.696 0.241 430072.062 2* 'Y' 7.040 / - 'PR06_G28' 53 195 14 14 'OPEN' 1* 1294.354 0.241 424353.219 2* 'Y' 7.031 / - 'PR06_G28' 53 196 14 14 'OPEN' 1* 318.922 0.241 104567.656 2* 'Y' 7.042 / - 'PR06_G28' 54 196 14 14 'OPEN' 1* 682.007 0.241 223610.141 2* 'Y' 7.039 / - 'PR06_G28' 54 196 15 15 'OPEN' 1* 276.889 0.241 90783.555 2* 'Y' 7.038 / - 'PR06_G28' 54 197 15 15 'OPEN' 1* 824.971 0.241 270486.812 2* 'Y' 7.040 / - 'PR06_G28' 54 198 14 14 'OPEN' 1* 838.536 0.241 274914.938 2* 'Y' 7.031 / - 'PR06_G28' 55 198 14 14 'OPEN' 1* 132.509 0.241 43441.695 2* 'Y' 7.027 / - 'PR06_G28' 55 199 14 14 'OPEN' 1* 122.878 0.241 40286.844 2* 'Y' 7.035 / - 'PR06_G28' 55 200 14 14 'OPEN' 1* 1278.323 0.241 419112.781 2* 'Y' 7.035 / - 'PR06_G28' 55 201 14 14 'OPEN' 1* 289.633 0.241 94954.406 2* 'Y' 7.028 / - 'PR06_G28' 55 201 15 15 'OPEN' 1* 230.890 0.241 75695.461 2* 'Y' 7.028 / - 'PR06_G28' 56 201 15 15 'OPEN' 1* 514.052 0.241 168532.188 2* 'Y' 7.031 / - 'PR06_G28' 56 202 15 15 'OPEN' 1* 820.812 0.241 269123.676 2* 'Y' 7.040 / - 'PR06_G28' 56 203 15 15 'OPEN' 1* 957.441 0.241 313878.938 2* 'Y' 7.024 / - 'PR06_G28' 57 203 15 15 'OPEN' 1* 225.724 0.241 74004.203 2* 'Y' 7.032 / -/ - -COMPSEGS -'PR06_G28' / - 50 176 15 1 3129.000 3155.178 3* / - 50 177 15 1 3155.178 3171.000 3* / - 49 177 14 1 3198.000 3205.339 3* / - 49 178 14 1 3205.339 3255.781 3* / - 49 179 14 1 3255.781 3305.755 3* / - 49 180 14 1 3305.755 3356.015 3* / - 49 181 14 1 3356.015 3406.038 3* / - 49 182 14 1 3406.038 3456.656 3* / - 49 183 14 1 3456.656 3504.621 3* / - 50 183 14 1 3504.621 3507.065 3* / - 50 184 14 1 3507.065 3558.729 3* / - 50 185 14 1 3558.729 3608.973 3* / - 50 186 14 1 3608.973 3660.234 3* / - 50 187 14 1 3660.234 3711.007 3* / - 50 188 14 1 3711.007 3761.135 3* / - 51 188 14 1 3761.135 3762.345 3* / - 51 189 14 1 3762.345 3804.000 3* / - 51 190 14 1 3818.000 3868.652 3* / - 51 191 14 1 3868.652 3904.206 3* / - 52 191 14 1 3904.206 3922.548 3* / - 52 192 14 1 3922.548 3977.197 3* / - 52 193 14 1 3977.197 4031.137 3* / - 52 194 14 1 4031.137 4032.469 3* / - 53 194 14 1 4032.469 4086.652 3* / - 53 195 14 1 4086.652 4141.022 3* / - 53 196 14 1 4141.022 4154.276 3* / - 54 196 14 1 4154.276 4182.345 3* / - 54 196 15 1 4182.345 4193.968 3* / - 54 197 15 1 4193.968 4234.000 3* / - 54 198 14 1 4254.000 4294.804 3* / - 55 198 14 1 4294.804 4301.732 3* / - 55 199 14 1 4301.732 4306.500 3* / - 55 200 14 1 4355.814 4408.867 3* / - 55 201 14 1 4408.867 4426.338 3* / - 55 201 15 1 4426.338 4438.796 3* / - 56 201 15 1 4438.796 4462.324 3* / - 56 202 15 1 4462.324 4517.178 3* / - 56 203 15 1 4517.178 4560.688 3* / - 57 203 15 1 4560.688 4571.000 3* / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 11.000 0.000 157.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 4694.000 832.000 69641.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4950.000 432.000 73442.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2946.000 1458.000 43699.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2441.000 862.000 36215.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4141000.000 5* / -/ - --- 9852.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 23 'DEC' 2003 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 261.714 9.857 3925.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 3225.143 964.571 48328.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4036.286 329.714 60463.286 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2383.143 1102.000 35706.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1991.286 656.286 29853.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3235650.000 5* / -/ - --- 9859.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 30 'DEC' 2003 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 3557.000 549.500 52439.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 3784.500 1822.500 55747.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4861.500 477.000 71640.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3079.000 1704.500 45357.500 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2787.500 1101.000 41062.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4417330.000 5* / -/ - --- 9861.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 3942.500 751.250 56656.250 5* / - 'PR10_G18' 'OPEN' 'ORAT' 3599.500 1612.500 51738.250 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4960.750 262.500 71298.500 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2799.000 1756.000 39833.750 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2592.750 1161.000 37261.500 5* / -/ - -WCONPROD - 'FRIGG' 'OPEN' 'RESV' 4* 9000.000 9* / - 'HEIMDAL' 'OPEN' 'RESV' 4* 6000.000 9* / - 'BALDER' 'OPEN' 'RESV' 4* 5000.000 9* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4238267.500 5* / -/ - --- 9865.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 5 'JAN' 2004 / -/ - --- : 25/11-G-20_AT2 Perforation Top: 2780.00 Bot: 2813.00 Diam: 0.24 Skin: 10.00 --- : 25/11-G-20_AT2 Perforation Top: 2870.00 Bot: 3320.00 Diam: 0.24 Skin: 10.00 --- : 25/11-G-20_AT2 Connection 55 166 10 Perf. Len 14.82 ( 29.5%) --- WARN: 25/11-G-20_AT2 WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-20_AT2 Connection 55 166 11 Perf. Len 3.97 ( 8.8%) --- : 25/11-G-20_AT2 Connection 55 167 11 Perf. Len 1.70 ( 3.4%) --- : 25/11-G-20_AT2 Connection 55 167 10 Perf. Len 12.51 ( 25.1%) --- : 25/11-G-20_AT2 Connection 55 168 9 Perf. Len 1.09 ( 2.3%) --- : 25/11-G-20_AT2 Connection 55 168 10 Perf. Len 28.21 ( 56.0%) --- : 25/11-G-20_AT2 Connection 55 169 10 Perf. Len 49.95 (101.2%) --- : 25/11-G-20_AT2 Connection 55 170 10 Perf. Len 49.74 ( 99.5%) --- : 25/11-G-20_AT2 Connection 55 171 10 Perf. Len 50.31 (101.2%) --- : 25/11-G-20_AT2 Connection 55 172 10 Perf. Len 24.26 ( 47.2%) --- : 25/11-G-20_AT2 Connection 55 172 9 Perf. Len 26.30 ( 52.0%) --- : 25/11-G-20_AT2 Connection 55 173 9 Perf. Len 50.23 (100.6%) --- : 25/11-G-20_AT2 Connection 55 174 9 Perf. Len 0.09 ( 0.4%) --- : 25/11-G-20_AT2 Connection 55 174 8 Perf. Len 49.10 ( 99.7%) --- : 25/11-G-20_AT2 Connection 55 175 8 Perf. Len 50.14 ( 99.8%) --- : 25/11-G-20_AT2 Connection 55 176 8 Perf. Len 9.69 ( 20.1%) --- : 25/11-G-20_AT2 Connection 55 176 7 Perf. Len 40.65 ( 79.8%) --- : 25/11-G-20_AT2 Connection 55 177 7 Perf. Len 20.24 ( 41.1%) -WELSPECS - 'GI3_G20A' 'CE-EA' 55 158 1* 'GAS' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'GI3_G20A' 1727.441 2785.000 55.298 'INC' 2* / - 2 2 1 1 2.412 -0.039 0.159 0.00065 0.020 0.048 / - 3 3 1 2 9.395 -0.140 0.159 0.00065 0.020 0.187 / - 4 4 1 3 2.835 -0.029 0.159 0.00065 0.020 0.056 / - 5 5 1 4 7.105 -0.054 0.159 0.00065 0.020 0.141 / - 6 6 1 5 63.799 -0.243 0.159 0.00065 0.020 1.267 / - 7 7 1 6 14.648 0.147 0.159 0.00065 0.020 0.291 / - 8 8 1 7 39.077 0.731 0.159 0.00065 0.020 0.776 / - 9 9 1 8 49.847 0.314 0.159 0.00065 0.020 0.990 / - 10 10 1 9 50.025 -1.370 0.159 0.00065 0.020 0.993 / - 11 11 1 10 37.286 -1.928 0.159 0.00065 0.020 0.740 / - 12 12 1 11 25.282 -1.814 0.159 0.00065 0.020 0.502 / - 13 13 1 12 38.264 -2.491 0.159 0.00065 0.020 0.760 / - 14 14 1 13 25.159 -1.516 0.159 0.00065 0.020 0.500 / - 15 15 1 14 24.592 -1.063 0.159 0.00065 0.020 0.488 / - 16 16 1 15 49.619 -2.262 0.159 0.00065 0.020 0.985 / - 17 17 1 16 29.917 -1.446 0.159 0.00065 0.020 0.594 / - 18 18 1 17 25.170 -1.453 0.159 0.00065 0.020 0.500 / - 19 19 1 18 30.446 -1.895 0.159 0.00065 0.020 0.605 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'GI3_G20A' 55 166 10 10 'OPEN' 1* 312.266 0.241 81974.180 2* 'Y' 7.027 / - 'GI3_G20A' 55 166 11 11 'OPEN' 1* 122.692 0.241 32212.832 2* 'Y' 7.041 / - 'GI3_G20A' 55 167 11 11 'OPEN' 1* 42.126 0.241 11058.973 2* 'Y' 7.029 / - 'GI3_G20A' 55 167 10 10 'OPEN' 1* 315.262 0.241 82762.148 2* 'Y' 7.029 / - 'GI3_G20A' 55 168 9 9 'OPEN' 1* 27.594 0.241 7247.144 2* 'Y' 7.074 / - 'GI3_G20A' 55 168 10 10 'OPEN' 1* 747.968 0.241 196362.094 2* 'Y' 7.032 / - 'GI3_G20A' 55 169 10 10 'OPEN' 1* 1365.769 0.241 358559.656 2* 'Y' 7.035 / - 'GI3_G20A' 55 170 10 10 'OPEN' 1* 1350.331 0.241 354500.125 2* 'Y' 7.033 / - 'GI3_G20A' 55 171 10 10 'OPEN' 1* 1367.140 0.241 358927.938 2* 'Y' 7.037 / - 'GI3_G20A' 55 172 10 10 'OPEN' 1* 668.860 0.241 175614.609 2* 'Y' 7.044 / - 'GI3_G20A' 55 172 9 9 'OPEN' 1* 739.497 0.241 194164.625 2* 'Y' 7.046 / - 'GI3_G20A' 55 173 9 9 'OPEN' 1* 1400.548 0.241 367713.438 2* 'Y' 7.041 / - 'GI3_G20A' 55 174 9 9 'OPEN' 1* 5.119 0.241 1344.376 2* 'X' 7.073 / - 'GI3_G20A' 55 174 8 8 'OPEN' 1* 1551.796 0.241 407406.250 2* 'Y' 7.037 / - 'GI3_G20A' 55 175 8 8 'OPEN' 1* 1485.352 0.241 389966.906 2* 'Y' 7.038 / - 'GI3_G20A' 55 176 8 8 'OPEN' 1* 297.729 0.241 78166.234 2* 'Y' 7.038 / - 'GI3_G20A' 55 176 7 7 'OPEN' 1* 1213.477 0.241 318599.594 2* 'Y' 7.041 / - 'GI3_G20A' 55 177 7 7 'OPEN' 1* 528.862 0.241 138851.078 2* 'Y' 7.040 / -/ - -COMPSEGS -'GI3_G20A' / - 55 166 10 1 2780.000 2794.824 3* / - 55 166 11 1 2794.824 2798.789 3* / - 55 167 11 1 2798.789 2800.493 3* / - 55 167 10 1 2800.493 2813.000 3* / - 55 168 9 1 2870.000 2871.092 3* / - 55 168 10 1 2871.092 2899.297 3* / - 55 169 10 1 2899.297 2949.246 3* / - 55 170 10 1 2949.246 2998.990 3* / - 55 171 10 1 2998.990 3049.296 3* / - 55 172 10 1 3049.296 3073.561 3* / - 55 172 9 1 3073.561 3099.861 3* / - 55 173 9 1 3099.861 3150.090 3* / - 55 174 9 1 3150.090 3150.179 3* / - 55 174 8 1 3150.179 3199.274 3* / - 55 175 8 1 3199.274 3249.417 3* / - 55 176 8 1 3249.417 3259.108 3* / - 55 176 7 1 3259.108 3299.756 3* / - 55 177 7 1 3299.756 3320.000 3* / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 4175.000 679.000 61992.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2798.000 2498.000 41557.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 5265.000 239.000 78189.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3074.000 1652.000 33502.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2823.000 1081.000 66070.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4413020.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 126000.000 5* / -/ - --- 9866.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 6 'JAN' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2765.500 787.250 40453.250 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2428.250 2718.750 35493.750 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3656.250 140.250 53483.750 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2351.250 1458.500 33694.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2126.000 815.500 31100.750 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2095066.500 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2082212.500 5* / -/ - --- 9870.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 10 'JAN' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2702.333 845.333 40117.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1933.667 2063.333 28375.667 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3696.667 79.333 54764.333 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2374.000 1341.000 35237.333 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1452.667 570.333 23398.000 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 1110.000 0.000 55012.333 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4293806.667 5* / -/ - ---USER EVENT ---============================================================================= ---G-20A konverteres til produsent ---============================================================================= - --- 9873.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 13 'JAN' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1959.500 2065.667 30443.333 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2563.667 1316.833 40425.167 5* / - 'PR13_G22' 'OPEN' 'ORAT' 5300.000 297.000 82910.833 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3039.333 1387.167 47545.167 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2470.167 1128.333 38624.500 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 2793.000 0.000 173465.833 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4345641.667 5* / -/ - --- 9879.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 19 'JAN' 2004 / -/ - --- : 25/11-G-21 Perforation Top: 2134.00 Bot: 2613.00 Diam: 0.24 Skin: 100.00 --- : 25/11-G-21 Perforation Top: 2677.00 Bot: 2748.00 Diam: 0.24 Skin: 100.00 --- : 25/11-G-21 Connection 45 127 14 Perf. Len 0.26 ( 0.5%) --- WARN: 25/11-G-21 Connection 45 127 14 SUPPRESSED, perf percentage too small --- : 25/11-G-21 Connection 45 126 14 Perf. Len 0.31 ( 0.6%) --- WARN: 25/11-G-21 WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-21 Connection 45 126 15 Perf. Len 15.31 ( 30.6%) --- : 25/11-G-21 Connection 44 126 15 Perf. Len 56.48 (113.0%) --- : 25/11-G-21 Connection 43 126 15 Perf. Len 33.28 ( 66.6%) --- : 25/11-G-21 Connection 43 125 15 Perf. Len 24.53 ( 49.0%) --- : 25/11-G-21 Connection 42 125 15 Perf. Len 59.21 (118.3%) --- : 25/11-G-21 Connection 41 125 15 Perf. Len 10.51 ( 21.2%) --- : 25/11-G-21 Connection 41 124 15 Perf. Len 48.78 ( 97.6%) --- : 25/11-G-21 Connection 40 124 15 Perf. Len 43.12 ( 86.1%) --- : 25/11-G-21 Connection 40 123 15 Perf. Len 16.85 ( 33.7%) --- : 25/11-G-21 Connection 39 123 15 Perf. Len 59.39 (118.9%) --- : 25/11-G-21 Connection 38 123 15 Perf. Len 16.81 ( 33.6%) --- : 25/11-G-21 Connection 38 122 15 Perf. Len 41.48 ( 83.1%) --- : 25/11-G-21 Connection 37 122 15 Perf. Len 52.67 (105.1%) --- : 25/11-G-21 Connection 35 121 15 Perf. Len 35.63 ( 71.3%) --- : 25/11-G-21 Connection 35 120 15 Perf. Len 23.21 ( 46.3%) --- : 25/11-G-21 Connection 34 120 15 Perf. Len 12.16 ( 23.8%) -WELSPECS - 'PR25_G21' 'CE-WE' 49 129 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR25_G21' 1754.771 2130.000 42.506 'INC' 2* / - 2 2 1 1 371.000 4.229 0.133 1.5E-05 0.014 5.139 / - 3 3 1 2 4.000 4.000 0.152 1.5E-05 0.018 0.072 / - 4 4 1 3 33.000 33.000 0.102 1.5E-05 0.008 0.268 / - 5 5 1 4 338.132 -41.016 0.133 1.5E-05 0.014 4.684 / - 6 6 1 5 0.289 0.011 0.133 1.5E-05 0.014 0.004 / - 7 7 1 6 7.810 0.219 0.133 1.5E-05 0.014 0.108 / - 8 8 1 7 35.894 0.531 0.133 1.5E-05 0.014 0.497 / - 9 9 1 8 44.879 0.425 0.133 1.5E-05 0.014 0.622 / - 10 10 1 9 28.901 0.153 0.133 1.5E-05 0.014 0.400 / - 11 11 1 10 41.870 0.464 0.133 1.5E-05 0.014 0.580 / - 12 12 1 11 34.862 0.528 0.133 1.5E-05 0.014 0.483 / - 13 13 1 12 29.647 0.653 0.133 1.5E-05 0.014 0.411 / - 14 14 1 13 45.954 0.665 0.133 1.5E-05 0.014 0.637 / - 15 15 1 14 29.988 0.005 0.133 1.5E-05 0.014 0.415 / - 16 16 1 15 38.123 -0.944 0.133 1.5E-05 0.014 0.528 / - 17 17 1 16 38.100 -1.181 0.133 1.5E-05 0.014 0.528 / - 18 18 1 17 29.144 -0.733 0.133 1.5E-05 0.014 0.404 / - 19 19 1 18 47.074 0.010 0.133 1.5E-05 0.014 0.652 / - 20 20 1 19 108.147 0.616 0.133 1.5E-05 0.014 1.498 / - 21 21 1 20 10.186 -0.077 0.133 1.5E-05 0.014 0.141 / - 22 22 1 21 19.232 -0.021 0.159 1.5E-05 0.020 0.384 / - 23 23 1 22 17.686 -0.047 0.159 1.5E-05 0.020 0.353 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR25_G21' 45 126 14 14 'OPEN' 1* 0.972 0.241 1888.408 2* 'X' 7.055 / - 'PR25_G21' 45 126 15 15 'OPEN' 1* 40.922 0.241 79487.281 2* 'X' 7.056 / - 'PR25_G21' 44 126 15 15 'OPEN' 1* 203.530 0.241 395339.031 2* 'X' 7.053 / - 'PR25_G21' 43 126 15 15 'OPEN' 1* 118.927 0.241 231005.016 2* 'X' 7.053 / - 'PR25_G21' 43 125 15 15 'OPEN' 1* 83.531 0.241 162242.203 2* 'X' 7.009 / - 'PR25_G21' 42 125 15 15 'OPEN' 1* 183.205 0.241 355838.156 2* 'X' 7.009 / - 'PR25_G21' 41 125 15 15 'OPEN' 1* 34.546 0.241 67097.945 2* 'X' 7.011 / - 'PR25_G21' 41 124 15 15 'OPEN' 1* 152.992 0.241 297172.625 2* 'X' 7.052 / - 'PR25_G21' 40 124 15 15 'OPEN' 1* 153.181 0.241 297540.500 2* 'X' 7.052 / - 'PR25_G21' 40 123 15 15 'OPEN' 1* 57.158 0.241 111018.242 2* 'X' 7.011 / - 'PR25_G21' 39 123 15 15 'OPEN' 1* 220.205 0.241 427703.688 2* 'X' 7.011 / - 'PR25_G21' 38 123 15 15 'OPEN' 1* 61.066 0.241 118607.898 2* 'X' 7.012 / - 'PR25_G21' 38 122 15 15 'OPEN' 1* 125.487 0.241 243746.812 2* 'X' 7.053 / - 'PR25_G21' 37 122 15 15 'OPEN' 1* 151.707 0.241 294677.719 2* 'X' 7.054 / - 'PR25_G21' 35 121 15 15 'OPEN' 1* 123.329 0.241 239554.828 2* 'X' 7.050 / - 'PR25_G21' 35 120 15 15 'OPEN' 1* 85.588 0.241 166236.969 2* 'X' 7.006 / - 'PR25_G21' 34 120 15 15 'OPEN' 1* 36.230 0.241 70376.094 2* 'X' 7.071 / -/ - -COMPSEGS -'PR25_G21' / - 45 126 14 1 2134.265 2134.577 3* / - 45 126 15 1 2134.577 2149.884 3* / - 44 126 15 1 2149.884 2206.366 3* / - 43 126 15 1 2206.366 2239.641 3* / - 43 125 15 1 2239.641 2264.168 3* / - 42 125 15 1 2264.168 2323.381 3* / - 41 125 15 1 2323.381 2333.892 3* / - 41 124 15 1 2333.892 2382.676 3* / - 40 124 15 1 2382.676 2425.799 3* / - 40 123 15 1 2425.799 2442.651 3* / - 39 123 15 1 2442.651 2502.046 3* / - 38 123 15 1 2502.046 2518.852 3* / - 38 122 15 1 2518.852 2560.334 3* / - 37 122 15 1 2560.334 2613.000 3* / - 35 121 15 1 2677.000 2712.629 3* / - 35 120 15 1 2712.629 2735.836 3* / - 34 120 15 1 2735.836 2748.000 3* / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 504.000 532.000 7787.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 373.000 481.000 5764.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2599.000 1292.000 40183.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4724.000 263.000 73032.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2766.000 1252.000 42764.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2262.000 1024.000 34980.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3947290.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 30000.000 5* / -/ - ---USER EVENT ---============================================================================= ---G-20A konverteres til injektor ---============================================================================= - --- 9880.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 20 'JAN' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 381.667 380.000 5845.667 5* / - 'PR25_G21' 'OPEN' 'ORAT' 723.000 806.000 11253.667 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2284.333 1044.333 35058.333 5* / - 'PR13_G22' 'OPEN' 'ORAT' 5007.000 251.000 77019.333 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2977.000 1214.333 45809.667 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2567.000 1042.667 39513.333 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3374290.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 426729.333 5* / -/ - --- 9883.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 23 'JAN' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 979.000 966.250 15484.750 5* / - 'PR25_G21' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2019.750 925.000 31985.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 5284.500 276.250 83469.500 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3170.000 1350.250 50070.750 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2593.500 1104.250 40968.750 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 3381.000 0.000 104624.250 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4516242.500 5* / -/ - ---USER EVENT ---============================================================================= ---G-20A konverteres til produsent ---============================================================================= - --- 9887.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 27 'JAN' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 143.600 108.200 2582.800 5* / - 'PR25_G21' 'OPEN' 'ORAT' 35.400 33.800 536.600 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1465.400 654.600 23988.400 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2539.200 131.000 41677.600 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1193.200 425.800 19781.400 5* / - 'PR26_G26' 'OPEN' 'ORAT' 338.600 110.400 6273.000 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 2958.800 0.000 99824.800 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 1176453.800 5* / -/ - --- 9892.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'FEB' 2004 / -/ - --- : 25/11-G-21 Perforation Top: 2134.00 Bot: 2613.00 Diam: 0.24 Skin: 0.00 --- : 25/11-G-21 Perforation Top: 2677.00 Bot: 2748.00 Diam: 0.24 Skin: 0.00 --- : 25/11-G-21 Connection 45 127 14 Perf. Len 0.26 ( 0.5%) --- WARN: 25/11-G-21 Connection 45 127 14 SUPPRESSED, perf percentage too small --- : 25/11-G-21 Connection 45 126 14 Perf. Len 0.31 ( 0.6%) --- : 25/11-G-21 Connection 45 126 15 Perf. Len 15.31 ( 30.6%) --- : 25/11-G-21 Connection 44 126 15 Perf. Len 56.48 (113.0%) --- : 25/11-G-21 Connection 43 126 15 Perf. Len 33.28 ( 66.6%) --- : 25/11-G-21 Connection 43 125 15 Perf. Len 24.53 ( 49.0%) --- : 25/11-G-21 Connection 42 125 15 Perf. Len 59.21 (118.3%) --- : 25/11-G-21 Connection 41 125 15 Perf. Len 10.51 ( 21.2%) --- : 25/11-G-21 Connection 41 124 15 Perf. Len 48.78 ( 97.6%) --- : 25/11-G-21 Connection 40 124 15 Perf. Len 43.12 ( 86.1%) --- : 25/11-G-21 Connection 40 123 15 Perf. Len 16.85 ( 33.7%) --- : 25/11-G-21 Connection 39 123 15 Perf. Len 59.39 (118.9%) --- : 25/11-G-21 Connection 38 123 15 Perf. Len 16.81 ( 33.6%) --- : 25/11-G-21 Connection 38 122 15 Perf. Len 41.48 ( 83.1%) --- : 25/11-G-21 Connection 37 122 15 Perf. Len 52.67 (105.1%) --- : 25/11-G-21 Connection 35 121 15 Perf. Len 35.63 ( 71.3%) --- : 25/11-G-21 Connection 35 120 15 Perf. Len 23.21 ( 46.3%) --- : 25/11-G-21 Connection 34 120 15 Perf. Len 12.16 ( 23.8%) -WELOPEN - 'PR25_G21' 'SHUT' 0 0 0 2* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR25_G21' 45 126 14 14 'OPEN' 1* 24.867 0.241 1888.408 2* 'X' 7.055 / - 'PR25_G21' 45 126 15 15 'OPEN' 1* 1046.677 0.241 79487.281 2* 'X' 7.056 / - 'PR25_G21' 44 126 15 15 'OPEN' 1* 5206.271 0.241 395339.031 2* 'X' 7.053 / - 'PR25_G21' 43 126 15 15 'OPEN' 1* 3042.138 0.241 231005.016 2* 'X' 7.053 / - 'PR25_G21' 43 125 15 15 'OPEN' 1* 2139.928 0.241 162242.203 2* 'X' 7.009 / - 'PR25_G21' 42 125 15 15 'OPEN' 1* 4693.311 0.241 355838.156 2* 'X' 7.009 / - 'PR25_G21' 41 125 15 15 'OPEN' 1* 884.936 0.241 67097.945 2* 'X' 7.011 / - 'PR25_G21' 41 124 15 15 'OPEN' 1* 3913.669 0.241 297172.625 2* 'X' 7.052 / - 'PR25_G21' 40 124 15 15 'OPEN' 1* 3918.484 0.241 297540.500 2* 'X' 7.052 / - 'PR25_G21' 40 123 15 15 'OPEN' 1* 1464.158 0.241 111018.242 2* 'X' 7.011 / - 'PR25_G21' 39 123 15 15 'OPEN' 1* 5640.822 0.241 427703.688 2* 'X' 7.011 / - 'PR25_G21' 38 123 15 15 'OPEN' 1* 1564.240 0.241 118607.898 2* 'X' 7.012 / - 'PR25_G21' 38 122 15 15 'OPEN' 1* 3210.003 0.241 243746.812 2* 'X' 7.053 / - 'PR25_G21' 37 122 15 15 'OPEN' 1* 3880.627 0.241 294677.719 2* 'X' 7.054 / - 'PR25_G21' 35 121 15 15 'OPEN' 1* 3155.154 0.241 239554.828 2* 'X' 7.050 / - 'PR25_G21' 35 120 15 15 'OPEN' 1* 2192.859 0.241 166236.969 2* 'X' 7.006 / - 'PR25_G21' 34 120 15 15 'OPEN' 1* 926.426 0.241 70376.094 2* 'X' 7.065 / -/ - -COMPSEGS -'PR25_G21' / - 45 126 14 1 2134.265 2134.577 3* / - 45 126 15 1 2134.577 2149.884 3* / - 44 126 15 1 2149.884 2206.366 3* / - 43 126 15 1 2206.366 2239.641 3* / - 43 125 15 1 2239.641 2264.168 3* / - 42 125 15 1 2264.168 2323.381 3* / - 41 125 15 1 2323.381 2333.892 3* / - 41 124 15 1 2333.892 2382.676 3* / - 40 124 15 1 2382.676 2425.799 3* / - 40 123 15 1 2425.799 2442.651 3* / - 39 123 15 1 2442.651 2502.046 3* / - 38 123 15 1 2502.046 2518.852 3* / - 38 122 15 1 2518.852 2560.334 3* / - 37 122 15 1 2560.334 2613.000 3* / - 35 121 15 1 2677.000 2712.629 3* / - 35 120 15 1 2712.629 2735.836 3* / - 34 120 15 1 2735.836 2748.000 3* / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1549.500 1264.500 24316.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 9.500 5.000 148.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2738.500 1742.000 43068.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4575.500 411.500 71961.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2746.000 949.500 43228.500 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2834.000 765.500 44553.500 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 2959.000 0.000 74030.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3224990.000 5* / -/ - --- 9894.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 3 'FEB' 2004 / -/ - --- : 25/11-G-19 Perforation Top: 2036.00 Bot: 2126.00 Diam: 0.24 Skin: 1.38 --- : 25/11-G-19 Perforation Top: 2129.00 Bot: 3507.00 Diam: 0.24 Skin: 1.38 --- : 25/11-G-19 Perforation Top: 3515.00 Bot: 3593.00 Diam: 0.24 Skin: 1.38 --- : 25/11-G-19 Perforation Top: 3649.00 Bot: 4105.00 Diam: 0.24 Skin: 1.38 --- : 25/11-G-19 Connection 47 139 14 Perf. Len 23.41 ( 46.0%) --- WARN: 25/11-G-19 WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-19 Connection 47 140 14 Perf. Len 15.05 ( 30.2%) --- : 25/11-G-19 Connection 47 140 15 Perf. Len 41.54 ( 83.5%) --- : 25/11-G-19 Connection 46 140 15 Perf. Len 2.00 ( 4.0%) --- : 25/11-G-19 Connection 46 141 15 Perf. Len 56.08 (111.7%) --- : 25/11-G-19 Connection 46 142 15 Perf. Len 34.89 ( 69.8%) --- : 25/11-G-19 Connection 45 142 15 Perf. Len 23.16 ( 45.9%) --- : 25/11-G-19 Connection 45 143 15 Perf. Len 54.97 (110.9%) --- : 25/11-G-19 Connection 45 144 15 Perf. Len 40.27 ( 80.4%) --- : 25/11-G-19 Connection 44 144 15 Perf. Len 13.91 ( 27.1%) --- : 25/11-G-19 Connection 44 145 15 Perf. Len 54.90 (110.7%) --- : 25/11-G-19 Connection 44 146 15 Perf. Len 21.13 ( 41.8%) --- : 25/11-G-19 Connection 44 146 16 Perf. Len 22.64 ( 44.8%) --- : 25/11-G-19 Connection 43 146 16 Perf. Len 14.05 ( 28.9%) --- : 25/11-G-19 Connection 43 147 16 Perf. Len 58.41 (116.6%) --- : 25/11-G-19 Connection 43 148 16 Perf. Len 25.00 ( 50.3%) --- : 25/11-G-19 Connection 42 148 16 Perf. Len 33.70 ( 67.5%) --- : 25/11-G-19 Connection 42 149 16 Perf. Len 55.91 (110.9%) --- : 25/11-G-19 Connection 41 149 16 Perf. Len 4.95 ( 11.0%) --- : 25/11-G-19 Connection 41 150 16 Perf. Len 60.52 (120.0%) --- : 25/11-G-19 Connection 41 151 16 Perf. Len 21.92 ( 44.0%) --- : 25/11-G-19 Connection 40 151 16 Perf. Len 2.49 ( 5.0%) --- : 25/11-G-19 Connection 40 151 15 Perf. Len 37.40 ( 74.1%) --- : 25/11-G-19 Connection 40 152 15 Perf. Len 45.36 ( 90.2%) --- : 25/11-G-19 Connection 39 152 15 Perf. Len 17.39 ( 35.2%) --- : 25/11-G-19 Connection 39 153 15 Perf. Len 61.65 (123.4%) --- : 25/11-G-19 Connection 38 153 15 Perf. Len 3.03 ( 7.1%) --- : 25/11-G-19 Connection 38 154 15 Perf. Len 63.57 (125.9%) --- : 25/11-G-19 Connection 38 155 15 Perf. Len 15.66 ( 31.3%) --- : 25/11-G-19 Connection 37 155 15 Perf. Len 44.19 ( 89.7%) --- : 25/11-G-19 Connection 37 156 15 Perf. Len 47.64 ( 94.7%) --- : 25/11-G-19 Connection 36 156 15 Perf. Len 11.50 ( 22.9%) --- : 25/11-G-19 Connection 36 157 15 Perf. Len 56.85 (112.7%) --- : 25/11-G-19 Connection 36 158 15 Perf. Len 39.25 ( 79.5%) --- : 25/11-G-19 Connection 35 158 15 Perf. Len 16.61 ( 33.2%) --- : 25/11-G-19 Connection 35 159 15 Perf. Len 57.44 (115.6%) --- : 25/11-G-19 Connection 35 160 15 Perf. Len 25.20 ( 49.3%) --- : 25/11-G-19 Connection 34 160 15 Perf. Len 34.03 ( 68.4%) --- : 25/11-G-19 Connection 34 161 15 Perf. Len 59.69 (118.7%) --- : 25/11-G-19 Connection 34 162 15 Perf. Len 0.50 ( 1.0%) --- : 25/11-G-19 Connection 33 162 15 Perf. Len 57.81 (115.7%) --- : 25/11-G-19 Connection 33 163 15 Perf. Len 38.84 ( 78.4%) --- : 25/11-G-19 Connection 32 163 15 Perf. Len 19.39 ( 39.2%) --- : 25/11-G-19 Connection 32 164 15 Perf. Len 50.22 ( 98.7%) --- : 25/11-G-19 Connection 32 165 15 Perf. Len 18.88 ( 39.2%) --- : 25/11-G-19 Connection 31 165 15 Perf. Len 39.30 ( 78.4%) --- : 25/11-G-19 Connection 31 166 15 Perf. Len 3.70 ( 7.0%) --- : 25/11-G-19 Connection 30 167 14 Perf. Len 23.44 ( 46.9%) --- : 25/11-G-19 Connection 30 167 15 Perf. Len 34.78 ( 69.8%) --- : 25/11-G-19 Connection 30 168 15 Perf. Len 33.74 ( 68.4%) --- : 25/11-G-19 Connection 29 168 15 Perf. Len 23.93 ( 48.3%) --- : 25/11-G-19 Connection 29 169 15 Perf. Len 58.31 (114.6%) --- : 25/11-G-19 Connection 29 170 15 Perf. Len 18.54 ( 38.2%) --- : 25/11-G-19 Connection 28 170 15 Perf. Len 38.58 ( 77.4%) --- : 25/11-G-19 Connection 28 171 15 Perf. Len 58.23 (115.6%) --- : 25/11-G-19 Connection 28 172 15 Perf. Len 4.48 ( 8.0%) --- : 25/11-G-19 Connection 27 172 15 Perf. Len 53.81 (108.6%) --- : 25/11-G-19 Connection 27 173 15 Perf. Len 42.03 ( 83.5%) --- : 25/11-G-19 Connection 26 173 15 Perf. Len 16.77 ( 34.2%) --- : 25/11-G-19 Connection 26 174 15 Perf. Len 49.36 ( 98.8%) -WELSPECS - 'PR12_G19' 'CE-NO' 49 136 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR12_G19' 1752.164 2030.000 40.510 'INC' 2* / - 2 2 1 1 5.000 0.407 0.159 1.5E-05 0.020 0.100 / - 3 3 1 2 12.704 1.034 0.170 1.5E-05 0.023 0.289 / - 4 4 1 3 19.231 1.174 0.170 1.5E-05 0.023 0.437 / - 5 5 1 4 28.297 0.525 0.170 1.5E-05 0.023 0.643 / - 6 6 1 5 21.769 0.307 0.170 1.5E-05 0.023 0.495 / - 7 7 1 6 30.539 0.096 0.170 1.5E-05 0.023 0.694 / - 8 8 1 7 46.983 0.109 0.170 1.5E-05 0.023 1.068 / - 9 9 1 8 29.023 0.056 0.170 1.5E-05 0.023 0.660 / - 10 10 1 9 39.064 0.031 0.170 1.5E-05 0.023 0.888 / - 11 11 1 10 47.621 -0.102 0.170 1.5E-05 0.023 1.082 / - 12 12 1 11 27.091 -0.145 0.170 1.5E-05 0.023 0.616 / - 13 13 1 12 34.406 -0.204 0.170 1.5E-05 0.023 0.782 / - 14 14 1 13 38.017 -0.015 0.170 1.5E-05 0.023 0.864 / - 15 15 1 14 21.883 0.270 0.170 1.5E-05 0.023 0.497 / - 16 16 1 15 18.341 0.199 0.170 1.5E-05 0.023 0.417 / - 17 17 1 16 36.229 0.127 0.170 1.5E-05 0.023 0.823 / - 18 18 1 17 41.704 0.104 0.170 1.5E-05 0.023 0.948 / - 19 19 1 18 29.347 0.103 0.170 1.5E-05 0.023 0.667 / - 20 20 1 19 44.803 -0.179 0.170 1.5E-05 0.023 1.018 / - 21 21 1 20 30.430 -0.256 0.170 1.5E-05 0.023 0.692 / - 22 22 1 21 32.739 -0.054 0.170 1.5E-05 0.023 0.744 / - 23 23 1 22 41.224 0.002 0.170 1.5E-05 0.023 0.937 / - 24 24 1 23 12.207 0.042 0.170 1.5E-05 0.023 0.277 / - 25 25 1 24 19.948 0.315 0.170 1.5E-05 0.023 0.453 / - 26 26 1 25 41.380 0.585 0.170 1.5E-05 0.023 0.940 / - 27 27 1 26 31.371 0.289 0.170 1.5E-05 0.023 0.713 / - 28 28 1 27 39.519 -0.354 0.170 1.5E-05 0.023 0.898 / - 29 29 1 28 32.343 -0.398 0.170 1.5E-05 0.023 0.735 / - 30 30 1 29 33.303 -0.381 0.170 1.5E-05 0.023 0.757 / - 31 31 1 30 39.618 -0.379 0.170 1.5E-05 0.023 0.900 / - 32 32 1 31 29.928 -0.037 0.170 1.5E-05 0.023 0.680 / - 33 33 1 32 45.915 0.115 0.170 1.5E-05 0.023 1.043 / - 34 34 1 33 29.568 0.145 0.170 1.5E-05 0.023 0.672 / - 35 35 1 34 34.177 0.112 0.170 1.5E-05 0.023 0.777 / - 36 36 1 35 48.050 0.068 0.170 1.5E-05 0.023 1.092 / - 37 37 1 36 27.926 -0.053 0.170 1.5E-05 0.023 0.635 / - 38 38 1 37 37.023 -0.176 0.170 1.5E-05 0.023 0.841 / - 39 39 1 38 41.320 -0.147 0.170 1.5E-05 0.023 0.939 / - 40 40 1 39 29.615 0.139 0.170 1.5E-05 0.023 0.673 / - 41 41 1 40 46.860 0.148 0.170 1.5E-05 0.023 1.065 / - 42 42 1 41 30.094 0.003 0.170 1.5E-05 0.023 0.684 / - 43 43 1 42 29.156 -0.267 0.170 1.5E-05 0.023 0.663 / - 44 44 1 43 48.327 -0.185 0.170 1.5E-05 0.023 1.098 / - 45 45 1 44 29.115 0.197 0.170 1.5E-05 0.023 0.662 / - 46 46 1 45 38.802 0.482 0.170 1.5E-05 0.023 0.882 / - 47 47 1 46 38.548 0.421 0.170 1.5E-05 0.023 0.876 / - 48 48 1 47 29.090 -0.248 0.170 1.5E-05 0.023 0.661 / - 49 49 1 48 21.500 -0.346 0.170 1.5E-05 0.023 0.489 / - 50 50 1 49 69.572 -0.915 0.170 1.5E-05 0.023 1.581 / - 51 51 1 50 29.111 0.573 0.170 1.5E-05 0.023 0.662 / - 52 52 1 51 34.258 1.018 0.170 1.5E-05 0.023 0.779 / - 53 53 1 52 28.834 0.572 0.170 1.5E-05 0.023 0.655 / - 54 54 1 53 41.120 -0.489 0.170 1.5E-05 0.023 0.934 / - 55 55 1 54 38.425 -0.624 0.170 1.5E-05 0.023 0.873 / - 56 56 1 55 28.562 -0.013 0.170 1.5E-05 0.023 0.649 / - 57 57 1 56 48.406 0.323 0.170 1.5E-05 0.023 1.100 / - 58 58 1 57 31.357 0.265 0.170 1.5E-05 0.023 0.713 / - 59 59 1 58 29.147 -0.192 0.170 1.5E-05 0.023 0.662 / - 60 60 1 59 47.918 -0.470 0.170 1.5E-05 0.023 1.089 / - 61 61 1 60 29.398 -0.359 0.170 1.5E-05 0.023 0.668 / - 62 62 1 61 33.064 -0.210 0.170 1.5E-05 0.023 0.751 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR12_G19' 47 139 14 14 'OPEN' 1* 775.798 0.241 78895.102 2* 'Y' 7.054 / - 'PR12_G19' 47 140 14 14 'OPEN' 1* 354.666 0.241 36040.352 2* 'Y' 7.025 / - 'PR12_G19' 47 140 15 15 'OPEN' 1* 1878.130 0.241 190842.656 2* 'Y' 7.023 / - 'PR12_G19' 46 140 15 15 'OPEN' 1* 89.012 0.241 9045.227 2* 'Y' 7.025 / - 'PR12_G19' 46 141 15 15 'OPEN' 1* 2510.166 0.241 255194.109 2* 'Y' 7.043 / - 'PR12_G19' 46 142 15 15 'OPEN' 1* 1598.567 0.241 162514.469 2* 'Y' 7.042 / - 'PR12_G19' 45 142 15 15 'OPEN' 1* 1183.672 0.241 120333.297 2* 'Y' 7.041 / - 'PR12_G19' 45 143 15 15 'OPEN' 1* 3106.916 0.241 315752.062 2* 'Y' 7.029 / - 'PR12_G19' 45 144 15 15 'OPEN' 1* 1559.326 0.241 158515.234 2* 'Y' 7.040 / - 'PR12_G19' 44 144 15 15 'OPEN' 1* 494.709 0.241 50285.980 2* 'Y' 7.036 / - 'PR12_G19' 44 145 15 15 'OPEN' 1* 2252.992 0.241 229010.266 2* 'Y' 7.036 / - 'PR12_G19' 44 146 15 15 'OPEN' 1* 1298.824 0.241 132068.781 2* 'Y' 7.050 / - 'PR12_G19' 44 146 16 16 'OPEN' 1* 996.948 0.241 101372.773 2* 'Y' 7.050 / - 'PR12_G19' 43 146 16 16 'OPEN' 1* 726.101 0.241 73827.961 2* 'Y' 7.048 / - 'PR12_G19' 43 147 16 16 'OPEN' 1* 2911.366 0.241 295978.031 2* 'Y' 7.042 / - 'PR12_G19' 43 148 16 16 'OPEN' 1* 1185.776 0.241 120497.141 2* 'Y' 7.026 / - 'PR12_G19' 42 148 16 16 'OPEN' 1* 1822.446 0.241 185191.828 2* 'Y' 7.025 / - 'PR12_G19' 42 149 16 16 'OPEN' 1* 3186.183 0.241 323928.250 2* 'Y' 7.044 / - 'PR12_G19' 41 149 16 16 'OPEN' 1* 383.248 0.241 38960.707 2* 'Y' 7.041 / - 'PR12_G19' 41 150 16 16 'OPEN' 1* 4273.205 0.241 434190.531 2* 'Y' 7.021 / - 'PR12_G19' 41 151 16 16 'OPEN' 1* 1633.660 0.241 166133.938 2* 'Y' 7.054 / - 'PR12_G19' 40 151 16 16 'OPEN' 1* 193.730 0.241 19710.332 2* 'Y' 7.072 / - 'PR12_G19' 40 151 15 15 'OPEN' 1* 2746.499 0.241 279407.531 2* 'Y' 7.068 / - 'PR12_G19' 40 152 15 15 'OPEN' 1* 3437.800 0.241 349527.281 2* 'Y' 7.046 / - 'PR12_G19' 39 152 15 15 'OPEN' 1* 1246.218 0.241 126702.414 2* 'Y' 7.045 / - 'PR12_G19' 39 153 15 15 'OPEN' 1* 2938.456 0.241 298568.281 2* 'Y' 7.021 / - 'PR12_G19' 38 153 15 15 'OPEN' 1* 156.449 0.241 15896.093 2* 'Y' 7.021 / - 'PR12_G19' 38 154 15 15 'OPEN' 1* 1935.587 0.241 196780.734 2* 'Y' 7.043 / - 'PR12_G19' 38 155 15 15 'OPEN' 1* 639.283 0.241 64955.566 2* 'Y' 7.021 / - 'PR12_G19' 37 155 15 15 'OPEN' 1* 2113.207 0.241 214734.859 2* 'Y' 7.024 / - 'PR12_G19' 37 156 15 15 'OPEN' 1* 2326.729 0.241 236544.422 2* 'Y' 7.043 / - 'PR12_G19' 36 156 15 15 'OPEN' 1* 535.520 0.241 54442.191 2* 'Y' 7.042 / - 'PR12_G19' 36 157 15 15 'OPEN' 1* 2623.218 0.241 266676.969 2* 'Y' 7.041 / - 'PR12_G19' 36 158 15 15 'OPEN' 1* 2018.159 0.241 205098.188 2* 'Y' 7.028 / - 'PR12_G19' 35 158 15 15 'OPEN' 1* 968.756 0.241 98443.109 2* 'Y' 7.025 / - 'PR12_G19' 35 159 15 15 'OPEN' 1* 3752.309 0.241 381441.281 2* 'Y' 7.039 / - 'PR12_G19' 35 160 15 15 'OPEN' 1* 1491.215 0.241 151524.859 2* 'Y' 7.023 / - 'PR12_G19' 34 160 15 15 'OPEN' 1* 2013.887 0.241 204649.609 2* 'Y' 7.026 / - 'PR12_G19' 34 161 15 15 'OPEN' 1* 3575.065 0.241 363455.781 2* 'Y' 7.043 / - 'PR12_G19' 34 162 15 15 'OPEN' 1* 27.400 0.241 2785.578 2* 'Y' 7.043 / - 'PR12_G19' 33 162 15 15 'OPEN' 1* 3549.942 0.241 360876.062 2* 'Y' 7.040 / - 'PR12_G19' 33 163 15 15 'OPEN' 1* 2080.478 0.241 211404.844 2* 'Y' 7.024 / - 'PR12_G19' 32 163 15 15 'OPEN' 1* 1320.994 0.241 134241.547 2* 'Y' 7.027 / - 'PR12_G19' 32 164 15 15 'OPEN' 1* 2949.807 0.241 299889.750 2* 'Y' 7.043 / - 'PR12_G19' 32 165 15 15 'OPEN' 1* 1257.016 0.241 127739.359 2* 'Y' 7.026 / - 'PR12_G19' 31 165 15 15 'OPEN' 1* 2320.662 0.241 235831.594 2* 'Y' 7.027 / - 'PR12_G19' 31 166 15 15 'OPEN' 1* 91.529 0.241 9305.438 2* 'Y' 7.043 / - 'PR12_G19' 30 167 14 14 'OPEN' 1* 1280.213 0.241 130142.859 2* 'Y' 7.040 / - 'PR12_G19' 30 167 15 15 'OPEN' 1* 2268.678 0.241 230637.813 2* 'Y' 7.042 / - 'PR12_G19' 30 168 15 15 'OPEN' 1* 1828.961 0.241 185855.000 2* 'Y' 7.025 / - 'PR12_G19' 29 168 15 15 'OPEN' 1* 1544.953 0.241 157000.062 2* 'Y' 7.026 / - 'PR12_G19' 29 169 15 15 'OPEN' 1* 3688.180 0.241 374955.500 2* 'Y' 7.043 / - 'PR12_G19' 29 170 15 15 'OPEN' 1* 1284.221 0.241 130506.398 2* 'Y' 7.027 / - 'PR12_G19' 28 170 15 15 'OPEN' 1* 2482.151 0.241 252244.531 2* 'Y' 7.027 / - 'PR12_G19' 28 171 15 15 'OPEN' 1* 3921.396 0.241 398658.500 2* 'Y' 7.042 / - 'PR12_G19' 28 172 15 15 'OPEN' 1* 277.900 0.241 28252.178 2* 'Y' 7.042 / - 'PR12_G19' 27 172 15 15 'OPEN' 1* 3792.803 0.241 385561.406 2* 'Y' 7.040 / - 'PR12_G19' 27 173 15 15 'OPEN' 1* 2767.708 0.241 281232.531 2* 'Y' 7.023 / - 'PR12_G19' 26 173 15 15 'OPEN' 1* 1148.331 0.241 116691.625 2* 'Y' 7.025 / - 'PR12_G19' 26 174 15 15 'OPEN' 1* 2423.610 0.241 246395.500 2* 'Y' 7.043 / -/ - -COMPSEGS -'PR12_G19' / - 47 139 14 1 2036.000 2059.408 3* / - 47 140 14 1 2059.408 2074.462 3* / - 47 140 15 1 2074.462 2116.001 3* / - 46 140 15 1 2116.001 2118.000 3* / - 46 141 15 1 2118.000 2177.079 3* / - 46 142 15 1 2177.079 2211.965 3* / - 45 142 15 1 2211.965 2235.124 3* / - 45 143 15 1 2235.124 2290.093 3* / - 45 144 15 1 2290.093 2330.367 3* / - 44 144 15 1 2330.367 2344.275 3* / - 44 145 15 1 2344.275 2399.180 3* / - 44 146 15 1 2399.180 2420.309 3* / - 44 146 16 1 2420.309 2442.947 3* / - 43 146 16 1 2442.947 2456.992 3* / - 43 147 16 1 2456.992 2515.405 3* / - 43 148 16 1 2515.405 2540.400 3* / - 42 148 16 1 2540.400 2574.100 3* / - 42 149 16 1 2574.100 2630.006 3* / - 41 149 16 1 2630.006 2634.960 3* / - 41 150 16 1 2634.960 2695.485 3* / - 41 151 16 1 2695.485 2717.409 3* / - 40 151 16 1 2717.409 2719.900 3* / - 40 151 15 1 2719.900 2757.304 3* / - 40 152 15 1 2757.304 2802.659 3* / - 39 152 15 1 2802.659 2820.045 3* / - 39 153 15 1 2820.045 2881.697 3* / - 38 153 15 1 2881.697 2884.730 3* / - 38 154 15 1 2884.730 2948.304 3* / - 38 155 15 1 2948.304 2963.966 3* / - 37 155 15 1 2963.966 3008.160 3* / - 37 156 15 1 3008.160 3055.797 3* / - 36 156 15 1 3055.797 3067.296 3* / - 36 157 15 1 3067.296 3124.151 3* / - 36 158 15 1 3124.151 3163.397 3* / - 35 158 15 1 3163.397 3180.003 3* / - 35 159 15 1 3180.003 3237.443 3* / - 35 160 15 1 3237.443 3262.643 3* / - 34 160 15 1 3262.643 3296.674 3* / - 34 161 15 1 3296.674 3356.364 3* / - 34 162 15 1 3356.364 3356.862 3* / - 33 162 15 1 3356.862 3414.676 3* / - 33 163 15 1 3414.676 3453.516 3* / - 32 163 15 1 3453.516 3472.905 3* / - 32 164 15 1 3472.905 3531.121 3* / - 32 165 15 1 3531.121 3550.001 3* / - 31 165 15 1 3550.001 3589.300 3* / - 31 166 15 1 3589.300 3593.000 3* / - 30 167 14 1 3649.000 3672.444 3* / - 30 167 15 1 3672.444 3707.222 3* / - 30 168 15 1 3707.222 3740.960 3* / - 29 168 15 1 3740.960 3764.890 3* / - 29 169 15 1 3764.890 3823.200 3* / - 29 170 15 1 3823.200 3841.741 3* / - 28 170 15 1 3841.741 3880.324 3* / - 28 171 15 1 3880.324 3938.554 3* / - 28 172 15 1 3938.554 3943.037 3* / - 27 172 15 1 3943.037 3996.847 3* / - 27 173 15 1 3996.847 4038.873 3* / - 26 173 15 1 4038.873 4055.643 3* / - 26 174 15 1 4055.643 4105.000 3* / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1963.000 1897.000 31015.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2767.000 2101.000 43732.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 5039.000 541.000 79620.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2218.000 918.000 35050.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 3076.000 991.000 48601.000 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 2181.000 0.000 48654.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3300670.000 5* / -/ - --- 9895.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 4 'FEB' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2240.000 2244.000 36171.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 791.000 528.000 12764.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 3056.000 2406.000 49347.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 5095.000 567.000 82273.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3471.000 1490.000 56043.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 3146.000 1051.000 50802.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2776470.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 935070.000 5* / -/ - ---USER EVENT ---============================================================================= ---G-20A konverteres til injektor ---============================================================================= - --- 9896.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 5 'FEB' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 210.000 215.000 3274.200 5* / - 'PR25_G21' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1994.000 1530.200 31484.800 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4555.800 488.600 72279.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2941.800 1220.600 46637.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2740.400 882.400 43467.000 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 3581.600 0.600 162666.200 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2834084.000 5* / -/ - ---USER EVENT ---============================================================================= ---G-20A konverteres til produsent ---============================================================================= - ---USER EVENT ---============================================================================= ---G-19 stenges pga lekkasje ---============================================================================= - ---USER EVENT ---============================================================================= ---G-21 stenges ---============================================================================= - --- 9901.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 10 'FEB' 2004 / -/ - --- : 25/11-G-25_T2 Perforation Top: 2092.00 Bot: 2864.00 Diam: 0.24 Skin: 0.00 --- : 25/11-G-25_T2 Perforation Top: 2867.00 Bot: 3629.00 Diam: 0.24 Skin: 0.00 --- : 25/11-G-25_T2 Connection 51 120 14 Perf. Len 46.73 ( 92.0%) --- WARN: 25/11-G-25_T2 WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-25_T2 Connection 52 120 14 Perf. Len 2.78 ( 5.6%) --- : 25/11-G-25_T2 Connection 52 119 14 Perf. Len 50.80 (102.7%) --- : 25/11-G-25_T2 Connection 52 118 14 Perf. Len 52.25 (104.0%) --- : 25/11-G-25_T2 Connection 52 117 14 Perf. Len 51.00 (102.2%) --- : 25/11-G-25_T2 Connection 52 116 14 Perf. Len 50.51 (101.0%) --- : 25/11-G-25_T2 Connection 52 115 14 Perf. Len 50.63 (101.2%) --- : 25/11-G-25_T2 Connection 52 114 14 Perf. Len 5.56 ( 11.1%) --- : 25/11-G-25_T2 Connection 53 114 14 Perf. Len 44.31 ( 88.9%) --- : 25/11-G-25_T2 Connection 53 113 14 Perf. Len 15.92 ( 31.8%) --- : 25/11-G-25_T2 Connection 52 113 14 Perf. Len 34.58 ( 67.4%) --- : 25/11-G-25_T2 Connection 52 112 14 Perf. Len 36.05 ( 72.7%) --- : 25/11-G-25_T2 Connection 52 112 15 Perf. Len 14.73 ( 29.7%) --- : 25/11-G-25_T2 Connection 52 111 15 Perf. Len 50.58 (101.9%) --- : 25/11-G-25_T2 Connection 52 110 15 Perf. Len 51.16 (102.0%) --- : 25/11-G-25_T2 Connection 52 109 15 Perf. Len 50.66 (101.2%) --- : 25/11-G-25_T2 Connection 52 108 15 Perf. Len 51.03 (101.6%) --- : 25/11-G-25_T2 Connection 52 107 15 Perf. Len 1.34 ( 3.6%) --- : 25/11-G-25_T2 Connection 51 107 15 Perf. Len 49.19 ( 98.5%) --- : 25/11-G-25_T2 Connection 51 106 15 Perf. Len 50.67 (101.0%) --- : 25/11-G-25_T2 Connection 51 105 15 Perf. Len 46.70 ( 94.5%) --- : 25/11-G-25_T2 Connection 51 104 15 Perf. Len 50.60 (100.0%) --- : 25/11-G-25_T2 Connection 51 103 15 Perf. Len 50.16 ( 99.4%) --- : 25/11-G-25_T2 Connection 51 102 15 Perf. Len 49.92 (101.7%) --- : 25/11-G-25_T2 Connection 51 101 15 Perf. Len 50.63 (100.0%) --- : 25/11-G-25_T2 Connection 51 100 15 Perf. Len 49.86 (101.5%) --- : 25/11-G-25_T2 Connection 51 99 15 Perf. Len 50.26 ( 99.5%) --- : 25/11-G-25_T2 Connection 51 98 15 Perf. Len 23.12 ( 46.1%) --- : 25/11-G-25_T2 Connection 52 98 15 Perf. Len 27.41 ( 54.5%) --- : 25/11-G-25_T2 Connection 52 97 15 Perf. Len 49.97 (100.4%) --- : 25/11-G-25_T2 Connection 52 96 15 Perf. Len 50.20 (100.1%) --- : 25/11-G-25_T2 Connection 52 95 15 Perf. Len 50.19 (100.8%) --- : 25/11-G-25_T2 Connection 52 94 15 Perf. Len 50.53 (100.0%) --- : 25/11-G-25_T2 Connection 52 93 15 Perf. Len 18.36 ( 37.2%) --- : 25/11-G-25_T2 Connection 52 93 14 Perf. Len 32.20 ( 63.7%) --- : 25/11-G-25_T2 Connection 52 92 14 Perf. Len 49.61 (101.1%) --- : 25/11-G-25_T2 Connection 52 91 14 Perf. Len 50.33 ( 99.4%) --- : 25/11-G-25_T2 Connection 52 90 14 Perf. Len 23.47 ( 47.1%) -WELSPECS - 'PR22_G25' 'CE-WE' 52 125 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR22_G25' 1754.343 2090.000 41.707 'INC' 2* / - 2 2 1 1 2.000 0.020 0.159 1.5E-05 0.020 0.040 / - 3 3 1 2 23.366 -0.181 0.174 1.5E-05 0.024 0.552 / - 4 4 1 3 24.757 -0.181 0.174 1.5E-05 0.024 0.585 / - 5 5 1 4 26.793 0.200 0.174 1.5E-05 0.024 0.633 / - 6 6 1 5 51.528 -0.022 0.174 1.5E-05 0.024 1.218 / - 7 7 1 6 51.624 -0.259 0.174 1.5E-05 0.024 1.221 / - 8 8 1 7 50.755 0.170 0.174 1.5E-05 0.024 1.200 / - 9 9 1 8 50.573 -0.043 0.174 1.5E-05 0.024 1.196 / - 10 10 1 9 28.095 -0.289 0.174 1.5E-05 0.024 0.664 / - 11 11 1 10 24.933 -0.049 0.174 1.5E-05 0.024 0.589 / - 12 12 1 11 30.116 0.049 0.174 1.5E-05 0.024 0.712 / - 13 13 1 12 25.251 0.317 0.174 1.5E-05 0.024 0.597 / - 14 14 1 13 35.314 0.592 0.174 1.5E-05 0.024 0.835 / - 15 15 1 14 25.391 0.484 0.174 1.5E-05 0.024 0.600 / - 16 16 1 15 32.655 0.211 0.174 1.5E-05 0.024 0.772 / - 17 17 1 16 50.868 -0.050 0.174 1.5E-05 0.024 1.203 / - 18 18 1 17 50.908 -0.011 0.174 1.5E-05 0.024 1.204 / - 19 19 1 18 50.845 0.455 0.174 1.5E-05 0.024 1.202 / - 20 20 1 19 26.189 0.357 0.174 1.5E-05 0.024 0.619 / - 21 21 1 20 25.269 -0.127 0.174 1.5E-05 0.024 0.597 / - 22 22 1 21 49.931 -0.121 0.174 1.5E-05 0.024 1.180 / - 23 23 1 22 50.185 0.178 0.174 1.5E-05 0.024 1.186 / - 24 24 1 23 50.150 0.259 0.174 1.5E-05 0.024 1.186 / - 25 25 1 24 50.380 -0.243 0.174 1.5E-05 0.024 1.191 / - 26 26 1 25 50.041 -0.510 0.174 1.5E-05 0.024 1.183 / - 27 27 1 26 50.275 0.093 0.174 1.5E-05 0.024 1.189 / - 28 28 1 27 50.246 0.357 0.174 1.5E-05 0.024 1.188 / - 29 29 1 28 50.060 0.144 0.174 1.5E-05 0.024 1.184 / - 30 30 1 29 36.690 0.032 0.174 1.5E-05 0.024 0.867 / - 31 31 1 30 25.264 -0.075 0.174 1.5E-05 0.024 0.597 / - 32 32 1 31 38.687 -0.124 0.174 1.5E-05 0.024 0.915 / - 33 33 1 32 50.084 -0.171 0.174 1.5E-05 0.024 1.184 / - 34 34 1 33 50.198 -0.121 0.174 1.5E-05 0.024 1.187 / - 35 35 1 34 50.362 -0.194 0.174 1.5E-05 0.024 1.191 / - 36 36 1 35 34.442 -0.329 0.174 1.5E-05 0.024 0.814 / - 37 37 1 36 25.275 -0.682 0.174 1.5E-05 0.024 0.598 / - 38 38 1 37 40.903 -0.572 0.174 1.5E-05 0.024 0.967 / - 39 39 1 38 49.968 0.056 0.174 1.5E-05 0.024 1.181 / - 40 40 1 39 36.897 0.013 0.174 1.5E-05 0.024 0.872 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR22_G25' 51 120 14 14 'OPEN' 1* 3465.933 0.241 263028.875 2* 'Y' 7.036 / - 'PR22_G25' 52 120 14 14 'OPEN' 1* 245.042 0.241 18593.600 2* 'Y' 7.032 / - 'PR22_G25' 52 119 14 14 'OPEN' 1* 3739.806 0.241 283788.406 2* 'Y' 7.034 / - 'PR22_G25' 52 118 14 14 'OPEN' 1* 3712.476 0.241 281721.969 2* 'Y' 7.035 / - 'PR22_G25' 52 117 14 14 'OPEN' 1* 3681.951 0.241 279370.062 2* 'Y' 7.031 / - 'PR22_G25' 52 116 14 14 'OPEN' 1* 3851.835 0.241 292285.531 2* 'Y' 7.033 / - 'PR22_G25' 52 115 14 14 'OPEN' 1* 3970.735 0.241 301296.844 2* 'Y' 7.032 / - 'PR22_G25' 52 114 14 14 'OPEN' 1* 423.736 0.241 32153.676 2* 'Y' 7.033 / - 'PR22_G25' 53 114 14 14 'OPEN' 1* 3252.198 0.241 246808.828 2* 'Y' 7.036 / - 'PR22_G25' 53 113 14 14 'OPEN' 1* 1185.185 0.241 89943.969 2* 'Y' 7.036 / - 'PR22_G25' 52 113 14 14 'OPEN' 1* 2621.436 0.241 198920.406 2* 'Y' 7.033 / - 'PR22_G25' 52 112 14 14 'OPEN' 1* 2836.875 0.241 215260.500 2* 'Y' 7.032 / - 'PR22_G25' 52 112 15 15 'OPEN' 1* 1430.151 0.241 108517.531 2* 'Y' 7.032 / - 'PR22_G25' 52 111 15 15 'OPEN' 1* 4320.675 0.241 327863.719 2* 'Y' 7.034 / - 'PR22_G25' 52 110 15 15 'OPEN' 1* 3889.776 0.241 295144.188 2* 'Y' 7.031 / - 'PR22_G25' 52 109 15 15 'OPEN' 1* 3803.906 0.241 288647.969 2* 'Y' 7.033 / - 'PR22_G25' 52 108 15 15 'OPEN' 1* 4127.898 0.241 313237.719 2* 'Y' 7.034 / - 'PR22_G25' 52 107 15 15 'OPEN' 1* 155.060 0.241 11765.930 2* 'Y' 7.032 / - 'PR22_G25' 51 107 15 15 'OPEN' 1* 4371.286 0.241 331721.344 2* 'Y' 7.035 / - 'PR22_G25' 51 106 15 15 'OPEN' 1* 4555.110 0.241 345694.438 2* 'Y' 7.037 / - 'PR22_G25' 51 105 15 15 'OPEN' 1* 4184.050 0.241 317524.812 2* 'Y' 7.036 / - 'PR22_G25' 51 104 15 15 'OPEN' 1* 4885.094 0.241 370729.406 2* 'Y' 7.036 / - 'PR22_G25' 51 103 15 15 'OPEN' 1* 4699.767 0.241 356670.188 2* 'Y' 7.037 / - 'PR22_G25' 51 102 15 15 'OPEN' 1* 4707.044 0.241 357213.750 2* 'Y' 7.036 / - 'PR22_G25' 51 101 15 15 'OPEN' 1* 4600.546 0.241 349139.938 2* 'Y' 7.037 / - 'PR22_G25' 51 100 15 15 'OPEN' 1* 4481.198 0.241 340075.000 2* 'Y' 7.036 / - 'PR22_G25' 51 99 15 15 'OPEN' 1* 4583.667 0.241 347855.531 2* 'Y' 7.036 / - 'PR22_G25' 51 98 15 15 'OPEN' 1* 2132.906 0.241 161867.047 2* 'Y' 7.036 / - 'PR22_G25' 52 98 15 15 'OPEN' 1* 2785.723 0.241 211382.672 2* 'Y' 7.033 / - 'PR22_G25' 52 97 15 15 'OPEN' 1* 4998.952 0.241 379315.344 2* 'Y' 7.032 / - 'PR22_G25' 52 96 15 15 'OPEN' 1* 5104.488 0.241 387203.406 2* 'Y' 7.023 / - 'PR22_G25' 52 95 15 15 'OPEN' 1* 4843.196 0.241 367199.062 2* 'Y' 7.009 / - 'PR22_G25' 52 94 15 15 'OPEN' 1* 4901.141 0.241 371715.719 2* 'Y' 7.019 / - 'PR22_G25' 52 93 15 15 'OPEN' 1* 1772.616 0.241 134509.938 2* 'Y' 7.033 / - 'PR22_G25' 52 93 14 14 'OPEN' 1* 3008.813 0.241 228328.234 2* 'Y' 7.035 / - 'PR22_G25' 52 92 14 14 'OPEN' 1* 4642.859 0.241 352296.375 2* 'Y' 7.032 / - 'PR22_G25' 52 91 14 14 'OPEN' 1* 4238.263 0.241 321600.062 2* 'Y' 7.033 / - 'PR22_G25' 52 90 14 14 'OPEN' 1* 1617.559 0.241 122740.078 2* 'Y' 7.032 / -/ - -COMPSEGS -'PR22_G25' / - 51 120 14 1 2092.000 2138.733 3* / - 52 120 14 1 2138.733 2141.514 3* / - 52 119 14 1 2141.514 2192.318 3* / - 52 118 14 1 2192.318 2244.570 3* / - 52 117 14 1 2244.570 2295.566 3* / - 52 116 14 1 2295.566 2346.080 3* / - 52 115 14 1 2346.080 2396.711 3* / - 52 114 14 1 2396.711 2402.270 3* / - 53 114 14 1 2402.270 2446.577 3* / - 53 113 14 1 2446.577 2462.502 3* / - 52 113 14 1 2462.502 2497.078 3* / - 52 112 14 1 2497.078 2533.129 3* / - 52 112 15 1 2533.129 2547.861 3* / - 52 111 15 1 2547.861 2598.438 3* / - 52 110 15 1 2598.438 2649.598 3* / - 52 109 15 1 2649.598 2700.254 3* / - 52 108 15 1 2700.254 2751.287 3* / - 52 107 15 1 2751.287 2752.631 3* / - 51 107 15 1 2752.631 2801.826 3* / - 51 106 15 1 2801.826 2852.493 3* / - 51 105 15 1 2852.493 2902.197 3* / - 51 104 15 1 2902.197 2952.793 3* / - 51 103 15 1 2952.793 3002.956 3* / - 51 102 15 1 3002.956 3052.874 3* / - 51 101 15 1 3052.874 3103.506 3* / - 51 100 15 1 3103.506 3153.367 3* / - 51 99 15 1 3153.367 3203.625 3* / - 51 98 15 1 3203.625 3226.746 3* / - 52 98 15 1 3226.746 3254.153 3* / - 52 97 15 1 3254.153 3304.120 3* / - 52 96 15 1 3304.120 3354.321 3* / - 52 95 15 1 3354.321 3404.515 3* / - 52 94 15 1 3404.515 3455.045 3* / - 52 93 15 1 3455.045 3473.400 3* / - 52 93 14 1 3473.400 3505.596 3* / - 52 92 14 1 3505.596 3555.206 3* / - 52 91 14 1 3555.206 3605.532 3* / - 52 90 14 1 3605.532 3629.000 3* / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 539.000 110.000 8523.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 939.500 600.500 14854.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3271.500 294.500 51717.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3855.000 1344.500 60944.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 3444.000 934.500 54455.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 1986380.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 805500.000 5* / -/ - ---USER EVENT ---============================================================================= ---G-20A konverteres til injektor ---============================================================================= - --- 9903.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 12 'FEB' 2004 / -/ - --- : 25/11-G-25_T2 Perforation Top: 2092.00 Bot: 2864.00 Diam: 0.24 Skin: 100.00 --- : 25/11-G-25_T2 Perforation Top: 2867.00 Bot: 3629.00 Diam: 0.24 Skin: 100.00 --- : 25/11-G-25_T2 Connection 51 120 14 Perf. Len 46.73 ( 92.0%) --- : 25/11-G-25_T2 Connection 52 120 14 Perf. Len 2.78 ( 5.6%) --- : 25/11-G-25_T2 Connection 52 119 14 Perf. Len 50.80 (102.7%) --- : 25/11-G-25_T2 Connection 52 118 14 Perf. Len 52.25 (104.0%) --- : 25/11-G-25_T2 Connection 52 117 14 Perf. Len 51.00 (102.2%) --- : 25/11-G-25_T2 Connection 52 116 14 Perf. Len 50.51 (101.0%) --- : 25/11-G-25_T2 Connection 52 115 14 Perf. Len 50.63 (101.2%) --- : 25/11-G-25_T2 Connection 52 114 14 Perf. Len 5.56 ( 11.1%) --- : 25/11-G-25_T2 Connection 53 114 14 Perf. Len 44.31 ( 88.9%) --- : 25/11-G-25_T2 Connection 53 113 14 Perf. Len 15.92 ( 31.8%) --- : 25/11-G-25_T2 Connection 52 113 14 Perf. Len 34.58 ( 67.4%) --- : 25/11-G-25_T2 Connection 52 112 14 Perf. Len 36.05 ( 72.7%) --- : 25/11-G-25_T2 Connection 52 112 15 Perf. Len 14.73 ( 29.7%) --- : 25/11-G-25_T2 Connection 52 111 15 Perf. Len 50.58 (101.9%) --- : 25/11-G-25_T2 Connection 52 110 15 Perf. Len 51.16 (102.0%) --- : 25/11-G-25_T2 Connection 52 109 15 Perf. Len 50.66 (101.2%) --- : 25/11-G-25_T2 Connection 52 108 15 Perf. Len 51.03 (101.6%) --- : 25/11-G-25_T2 Connection 52 107 15 Perf. Len 1.34 ( 3.6%) --- : 25/11-G-25_T2 Connection 51 107 15 Perf. Len 49.19 ( 98.5%) --- : 25/11-G-25_T2 Connection 51 106 15 Perf. Len 50.67 (101.0%) --- : 25/11-G-25_T2 Connection 51 105 15 Perf. Len 46.70 ( 94.5%) --- : 25/11-G-25_T2 Connection 51 104 15 Perf. Len 50.60 (100.0%) --- : 25/11-G-25_T2 Connection 51 103 15 Perf. Len 50.16 ( 99.4%) --- : 25/11-G-25_T2 Connection 51 102 15 Perf. Len 49.92 (101.7%) --- : 25/11-G-25_T2 Connection 51 101 15 Perf. Len 50.63 (100.0%) --- : 25/11-G-25_T2 Connection 51 100 15 Perf. Len 49.86 (101.5%) --- : 25/11-G-25_T2 Connection 51 99 15 Perf. Len 50.26 ( 99.5%) --- : 25/11-G-25_T2 Connection 51 98 15 Perf. Len 23.12 ( 46.1%) --- : 25/11-G-25_T2 Connection 52 98 15 Perf. Len 27.41 ( 54.5%) --- : 25/11-G-25_T2 Connection 52 97 15 Perf. Len 49.97 (100.4%) --- : 25/11-G-25_T2 Connection 52 96 15 Perf. Len 50.20 (100.1%) --- : 25/11-G-25_T2 Connection 52 95 15 Perf. Len 50.19 (100.8%) --- : 25/11-G-25_T2 Connection 52 94 15 Perf. Len 50.53 (100.0%) --- : 25/11-G-25_T2 Connection 52 93 15 Perf. Len 18.36 ( 37.2%) --- : 25/11-G-25_T2 Connection 52 93 14 Perf. Len 32.20 ( 63.7%) --- : 25/11-G-25_T2 Connection 52 92 14 Perf. Len 49.61 (101.1%) --- : 25/11-G-25_T2 Connection 52 91 14 Perf. Len 50.33 ( 99.4%) --- : 25/11-G-25_T2 Connection 52 90 14 Perf. Len 23.47 ( 47.1%) -WELOPEN - 'PR22_G25' 'SHUT' 0 0 0 2* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR22_G25' 51 120 14 14 'OPEN' 1* 135.417 0.241 263028.875 2* 'Y' 7.036 / - 'PR22_G25' 52 120 14 14 'OPEN' 1* 9.573 0.241 18593.600 2* 'Y' 7.032 / - 'PR22_G25' 52 119 14 14 'OPEN' 1* 146.105 0.241 283788.406 2* 'Y' 7.034 / - 'PR22_G25' 52 118 14 14 'OPEN' 1* 145.041 0.241 281721.969 2* 'Y' 7.034 / - 'PR22_G25' 52 117 14 14 'OPEN' 1* 143.831 0.241 279370.062 2* 'Y' 7.031 / - 'PR22_G25' 52 116 14 14 'OPEN' 1* 150.480 0.241 292285.531 2* 'Y' 7.033 / - 'PR22_G25' 52 115 14 14 'OPEN' 1* 155.119 0.241 301296.844 2* 'Y' 7.032 / - 'PR22_G25' 52 114 14 14 'OPEN' 1* 16.554 0.241 32153.676 2* 'Y' 7.033 / - 'PR22_G25' 53 114 14 14 'OPEN' 1* 127.066 0.241 246808.828 2* 'Y' 7.036 / - 'PR22_G25' 53 113 14 14 'OPEN' 1* 46.306 0.241 89943.969 2* 'Y' 7.036 / - 'PR22_G25' 52 113 14 14 'OPEN' 1* 102.412 0.241 198920.406 2* 'Y' 7.033 / - 'PR22_G25' 52 112 14 14 'OPEN' 1* 110.824 0.241 215260.500 2* 'Y' 7.032 / - 'PR22_G25' 52 112 15 15 'OPEN' 1* 55.869 0.241 108517.531 2* 'Y' 7.032 / - 'PR22_G25' 52 111 15 15 'OPEN' 1* 168.797 0.241 327863.719 2* 'Y' 7.034 / - 'PR22_G25' 52 110 15 15 'OPEN' 1* 151.952 0.241 295144.188 2* 'Y' 7.031 / - 'PR22_G25' 52 109 15 15 'OPEN' 1* 148.607 0.241 288647.969 2* 'Y' 7.033 / - 'PR22_G25' 52 108 15 15 'OPEN' 1* 161.266 0.241 313237.719 2* 'Y' 7.034 / - 'PR22_G25' 52 107 15 15 'OPEN' 1* 6.058 0.241 11765.930 2* 'Y' 7.032 / - 'PR22_G25' 51 107 15 15 'OPEN' 1* 170.782 0.241 331721.344 2* 'Y' 7.035 / - 'PR22_G25' 51 106 15 15 'OPEN' 1* 177.976 0.241 345694.438 2* 'Y' 7.037 / - 'PR22_G25' 51 105 15 15 'OPEN' 1* 163.473 0.241 317524.812 2* 'Y' 7.036 / - 'PR22_G25' 51 104 15 15 'OPEN' 1* 190.865 0.241 370729.406 2* 'Y' 7.036 / - 'PR22_G25' 51 103 15 15 'OPEN' 1* 183.626 0.241 356670.188 2* 'Y' 7.037 / - 'PR22_G25' 51 102 15 15 'OPEN' 1* 183.906 0.241 357213.750 2* 'Y' 7.036 / - 'PR22_G25' 51 101 15 15 'OPEN' 1* 179.750 0.241 349139.938 2* 'Y' 7.037 / - 'PR22_G25' 51 100 15 15 'OPEN' 1* 175.083 0.241 340075.000 2* 'Y' 7.036 / - 'PR22_G25' 51 99 15 15 'OPEN' 1* 179.088 0.241 347855.531 2* 'Y' 7.036 / - 'PR22_G25' 51 98 15 15 'OPEN' 1* 83.335 0.241 161867.047 2* 'Y' 7.036 / - 'PR22_G25' 52 98 15 15 'OPEN' 1* 108.828 0.241 211382.672 2* 'Y' 7.033 / - 'PR22_G25' 52 97 15 15 'OPEN' 1* 195.286 0.241 379315.344 2* 'Y' 7.032 / - 'PR22_G25' 52 96 15 15 'OPEN' 1* 199.350 0.241 387203.406 2* 'Y' 7.023 / - 'PR22_G25' 52 95 15 15 'OPEN' 1* 189.054 0.241 367199.062 2* 'Y' 7.009 / - 'PR22_G25' 52 94 15 15 'OPEN' 1* 191.377 0.241 371715.719 2* 'Y' 7.019 / - 'PR22_G25' 52 93 15 15 'OPEN' 1* 69.251 0.241 134509.938 2* 'Y' 7.033 / - 'PR22_G25' 52 93 14 14 'OPEN' 1* 117.552 0.241 228328.234 2* 'Y' 7.035 / - 'PR22_G25' 52 92 14 14 'OPEN' 1* 181.376 0.241 352296.375 2* 'Y' 7.032 / - 'PR22_G25' 52 91 14 14 'OPEN' 1* 165.572 0.241 321600.062 2* 'Y' 7.033 / - 'PR22_G25' 52 90 14 14 'OPEN' 1* 63.191 0.241 122740.078 2* 'Y' 7.033 / -/ - -COMPSEGS -'PR22_G25' / - 51 120 14 1 2092.000 2138.733 3* / - 52 120 14 1 2138.733 2141.514 3* / - 52 119 14 1 2141.514 2192.318 3* / - 52 118 14 1 2192.318 2244.570 3* / - 52 117 14 1 2244.570 2295.566 3* / - 52 116 14 1 2295.566 2346.080 3* / - 52 115 14 1 2346.080 2396.711 3* / - 52 114 14 1 2396.711 2402.270 3* / - 53 114 14 1 2402.270 2446.577 3* / - 53 113 14 1 2446.577 2462.502 3* / - 52 113 14 1 2462.502 2497.078 3* / - 52 112 14 1 2497.078 2533.129 3* / - 52 112 15 1 2533.129 2547.861 3* / - 52 111 15 1 2547.861 2598.438 3* / - 52 110 15 1 2598.438 2649.598 3* / - 52 109 15 1 2649.598 2700.254 3* / - 52 108 15 1 2700.254 2751.287 3* / - 52 107 15 1 2751.287 2752.631 3* / - 51 107 15 1 2752.631 2801.826 3* / - 51 106 15 1 2801.826 2852.493 3* / - 51 105 15 1 2852.493 2902.197 3* / - 51 104 15 1 2902.197 2952.793 3* / - 51 103 15 1 2952.793 3002.956 3* / - 51 102 15 1 3002.956 3052.874 3* / - 51 101 15 1 3052.874 3103.506 3* / - 51 100 15 1 3103.506 3153.367 3* / - 51 99 15 1 3153.367 3203.625 3* / - 51 98 15 1 3203.625 3226.746 3* / - 52 98 15 1 3226.746 3254.153 3* / - 52 97 15 1 3254.153 3304.120 3* / - 52 96 15 1 3304.120 3354.321 3* / - 52 95 15 1 3354.321 3404.515 3* / - 52 94 15 1 3404.515 3455.045 3* / - 52 93 15 1 3455.045 3473.400 3* / - 52 93 14 1 3473.400 3505.596 3* / - 52 92 14 1 3505.596 3555.206 3* / - 52 91 14 1 3555.206 3605.532 3* / - 52 90 14 1 3605.532 3629.000 3* / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 415.000 88.000 6584.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 409.000 274.000 6489.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1608.000 152.000 25487.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3979.000 1452.000 63055.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 3638.000 1032.000 57653.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 1938890.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1254770.000 5* / -/ - --- 9904.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 13 'FEB' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 126.750 123.750 2069.500 5* / - 'PR22_G25' 'OPEN' 'ORAT' 790.250 189.750 12740.250 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2369.750 1802.000 37489.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4083.750 435.500 66815.250 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3366.250 1377.000 55079.250 5* / - 'PR26_G26' 'OPEN' 'ORAT' 3645.250 1167.000 105822.750 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 3685.500 0.000 509665.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3843092.500 5* / -/ - ---USER EVENT ---============================================================================= ---G-20A konverteres til produsent ---============================================================================= - --- 9908.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 17 'FEB' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1134.750 305.000 18028.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2427.750 2035.750 38753.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4053.500 482.000 64525.500 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3043.750 1396.500 48459.750 5* / - 'PR26_G26' 'OPEN' 'ORAT' 3932.500 1403.500 234690.750 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 4050.750 1.000 269214.250 5* / -/ - -WCONINJE - 'PR06_G28' 'GAS' 'OPEN' 'RATE' 92293.500 5* / - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3501992.500 5* / -/ - --- 9912.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 21 'FEB' 2004 / -/ - --- : 25/11-G-17_T2 Perforation Top: 2055.00 Bot: 2948.00 Diam: 0.24 Skin: 0.00 --- : 25/11-G-17_T2 Connection 45 131 14 Perf. Len 18.71 ( 37.4%) --- WARN: 25/11-G-17_T2 WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-17_T2 Connection 44 131 14 Perf. Len 1.32 ( 2.7%) --- : 25/11-G-17_T2 Connection 44 130 14 Perf. Len 7.63 ( 15.3%) --- : 25/11-G-17_T2 Connection 44 130 15 Perf. Len 42.14 ( 84.3%) --- : 25/11-G-17_T2 Connection 43 130 15 Perf. Len 51.24 (102.6%) --- : 25/11-G-17_T2 Connection 42 130 15 Perf. Len 51.59 (102.9%) --- : 25/11-G-17_T2 Connection 41 130 15 Perf. Len 52.30 (104.6%) --- : 25/11-G-17_T2 Connection 40 130 15 Perf. Len 5.52 ( 11.1%) --- : 25/11-G-17_T2 Connection 40 129 15 Perf. Len 46.68 ( 93.3%) --- : 25/11-G-17_T2 Connection 39 129 15 Perf. Len 52.11 (104.7%) --- : 25/11-G-17_T2 Connection 38 129 15 Perf. Len 52.52 (104.1%) --- : 25/11-G-17_T2 Connection 37 129 15 Perf. Len 28.07 ( 56.0%) --- : 25/11-G-17_T2 Connection 37 128 15 Perf. Len 23.26 ( 46.8%) --- : 25/11-G-17_T2 Connection 36 128 15 Perf. Len 51.27 (102.7%) --- : 25/11-G-17_T2 Connection 35 128 15 Perf. Len 50.56 (101.1%) --- : 25/11-G-17_T2 Connection 35 128 14 Perf. Len 0.53 ( 1.1%) --- : 25/11-G-17_T2 Connection 34 128 14 Perf. Len 34.00 ( 68.1%) --- : 25/11-G-17_T2 Connection 34 128 15 Perf. Len 17.42 ( 34.8%) --- : 25/11-G-17_T2 Connection 33 128 15 Perf. Len 45.40 ( 91.0%) --- : 25/11-G-17_T2 Connection 33 127 15 Perf. Len 6.06 ( 12.2%) --- : 25/11-G-17_T2 Connection 32 127 15 Perf. Len 52.74 (105.4%) --- : 25/11-G-17_T2 Connection 31 127 15 Perf. Len 53.13 (106.0%) --- : 25/11-G-17_T2 Connection 30 127 15 Perf. Len 44.96 ( 90.0%) --- : 25/11-G-17_T2 Connection 30 126 15 Perf. Len 7.67 ( 15.3%) --- : 25/11-G-17_T2 Connection 29 126 15 Perf. Len 52.16 (104.1%) --- : 25/11-G-17_T2 Connection 28 126 15 Perf. Len 44.03 ( 88.7%) -WELSPECS - 'PR24_G17' 'CE-WE' 48 131 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR24_G17' 1742.233 2005.000 40.011 'INC' 2* / - 2 2 1 1 4.000 1.007 0.159 1.5E-05 0.020 0.080 / - 3 3 1 2 12.000 2.895 0.155 1.5E-05 0.019 0.226 / - 4 4 1 3 4.000 0.791 0.117 1.5E-05 0.011 0.043 / - 5 5 1 4 4.000 0.767 0.102 1.5E-05 0.008 0.032 / - 6 6 1 5 17.000 2.972 0.100 1.5E-05 0.008 0.132 / - 7 7 1 6 18.353 2.458 0.133 1.5E-05 0.014 0.254 / - 8 8 1 7 10.014 1.303 0.133 1.5E-05 0.014 0.139 / - 9 9 1 8 4.475 0.313 0.133 1.5E-05 0.014 0.062 / - 10 10 1 9 24.882 1.049 0.133 1.5E-05 0.014 0.345 / - 11 11 1 10 46.687 1.747 0.133 1.5E-05 0.014 0.647 / - 12 12 1 11 51.414 0.893 0.133 1.5E-05 0.014 0.712 / - 13 13 1 12 51.943 -0.691 0.133 1.5E-05 0.014 0.719 / - 14 14 1 13 28.909 -0.580 0.133 1.5E-05 0.014 0.400 / - 15 15 1 14 26.100 0.819 0.133 1.5E-05 0.014 0.362 / - 16 16 1 15 49.395 0.148 0.133 1.5E-05 0.014 0.684 / - 17 17 1 16 52.316 -1.647 0.133 1.5E-05 0.014 0.725 / - 18 18 1 17 40.293 -0.930 0.133 1.5E-05 0.014 0.558 / - 19 19 1 18 25.661 0.344 0.133 1.5E-05 0.014 0.355 / - 20 20 1 19 37.263 0.467 0.133 1.5E-05 0.014 0.516 / - 21 21 1 20 50.914 -0.572 0.133 1.5E-05 0.014 0.705 / - 22 22 1 21 25.544 -0.785 0.133 1.5E-05 0.014 0.354 / - 23 23 1 22 17.266 0.000 0.133 1.5E-05 0.014 0.239 / - 24 24 1 23 25.711 0.121 0.133 1.5E-05 0.014 0.356 / - 25 25 1 24 31.410 0.509 0.133 1.5E-05 0.014 0.435 / - 26 26 1 25 25.728 0.444 0.133 1.5E-05 0.014 0.356 / - 27 27 1 26 29.396 0.291 0.133 1.5E-05 0.014 0.407 / - 28 28 1 27 52.935 0.754 0.133 1.5E-05 0.014 0.733 / - 29 29 1 28 49.047 0.258 0.133 1.5E-05 0.014 0.679 / - 30 30 1 29 26.316 -0.375 0.133 1.5E-05 0.014 0.365 / - 31 31 1 30 29.915 -0.656 0.133 1.5E-05 0.014 0.414 / - 32 32 1 31 5.111 -0.106 0.133 1.5E-05 0.014 0.071 / - 33 33 1 32 42.984 -0.417 0.159 1.5E-05 0.020 0.858 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR24_G17' 45 131 14 14 'OPEN' 1* 1851.200 0.241 140780.547 2* 'X' 7.096 / - 'PR24_G17' 44 131 14 14 'OPEN' 1* 133.227 0.241 10120.438 2* 'X' 7.064 / - 'PR24_G17' 44 130 14 14 'OPEN' 1* 743.393 0.241 56364.004 2* 'X' 7.010 / - 'PR24_G17' 44 130 15 15 'OPEN' 1* 3855.206 0.241 292228.812 2* 'X' 7.003 / - 'PR24_G17' 43 130 15 15 'OPEN' 1* 4989.822 0.241 378237.906 2* 'X' 7.003 / - 'PR24_G17' 42 130 15 15 'OPEN' 1* 5159.000 0.241 391030.531 2* 'X' 7.001 / - 'PR24_G17' 41 130 15 15 'OPEN' 1* 4913.043 0.241 372410.719 2* 'X' 7.003 / - 'PR24_G17' 40 130 15 15 'OPEN' 1* 496.875 0.241 37664.285 2* 'X' 7.003 / - 'PR24_G17' 40 129 15 15 'OPEN' 1* 4322.298 0.241 328282.719 2* 'X' 7.059 / - 'PR24_G17' 39 129 15 15 'OPEN' 1* 4897.875 0.241 371985.875 2* 'X' 7.058 / - 'PR24_G17' 38 129 15 15 'OPEN' 1* 4670.612 0.241 354745.594 2* 'X' 7.060 / - 'PR24_G17' 37 129 15 15 'OPEN' 1* 2738.372 0.241 207969.250 2* 'X' 7.058 / - 'PR24_G17' 37 128 15 15 'OPEN' 1* 2117.255 0.241 160481.891 2* 'X' 7.001 / - 'PR24_G17' 36 128 15 15 'OPEN' 1* 4581.311 0.241 347239.219 2* 'X' 7.000 / - 'PR24_G17' 35 128 15 15 'OPEN' 1* 4774.780 0.241 361924.344 2* 'X' 7.002 / - 'PR24_G17' 35 128 14 14 'OPEN' 1* 49.343 0.241 3740.834 2* 'X' 7.007 / - 'PR24_G17' 34 128 14 14 'OPEN' 1* 3067.599 0.241 232505.797 2* 'X' 7.000 / - 'PR24_G17' 34 128 15 15 'OPEN' 1* 1543.846 0.241 117017.531 2* 'X' 7.001 / - 'PR24_G17' 33 128 15 15 'OPEN' 1* 3737.650 0.241 283303.312 2* 'X' 7.001 / - 'PR24_G17' 33 127 15 15 'OPEN' 1* 467.803 0.241 35528.023 2* 'X' 7.058 / - 'PR24_G17' 32 127 15 15 'OPEN' 1* 3448.534 0.241 261897.453 2* 'X' 7.057 / - 'PR24_G17' 31 127 15 15 'OPEN' 1* 3479.600 0.241 264257.562 2* 'X' 7.057 / - 'PR24_G17' 30 127 15 15 'OPEN' 1* 3646.072 0.241 276897.438 2* 'X' 7.057 / - 'PR24_G17' 30 126 15 15 'OPEN' 1* 619.497 0.241 47049.367 2* 'X' 7.058 / - 'PR24_G17' 29 126 15 15 'OPEN' 1* 3863.854 0.241 293450.656 2* 'X' 7.058 / - 'PR24_G17' 28 126 15 15 'OPEN' 1* 3792.219 0.241 287881.344 2* 'X' 7.045 / -/ - -COMPSEGS -'PR24_G17' / - 45 131 14 1 2055.000 2073.706 3* / - 44 131 14 1 2073.706 2075.029 3* / - 44 130 14 1 2075.029 2082.657 3* / - 44 130 15 1 2082.657 2124.793 3* / - 43 130 15 1 2124.793 2176.031 3* / - 42 130 15 1 2176.031 2227.621 3* / - 41 130 15 1 2227.621 2279.917 3* / - 40 130 15 1 2279.917 2285.440 3* / - 40 129 15 1 2285.440 2332.118 3* / - 39 129 15 1 2332.118 2384.231 3* / - 38 129 15 1 2384.231 2436.751 3* / - 37 129 15 1 2436.751 2464.816 3* / - 37 128 15 1 2464.816 2488.072 3* / - 36 128 15 1 2488.072 2539.341 3* / - 35 128 15 1 2539.341 2589.900 3* / - 35 128 14 1 2589.900 2590.430 3* / - 34 128 14 1 2590.430 2624.432 3* / - 34 128 15 1 2624.432 2641.853 3* / - 33 128 15 1 2641.853 2687.252 3* / - 33 127 15 1 2687.252 2693.308 3* / - 32 127 15 1 2693.308 2746.044 3* / - 31 127 15 1 2746.044 2799.178 3* / - 30 127 15 1 2799.178 2844.137 3* / - 30 126 15 1 2844.137 2851.810 3* / - 29 126 15 1 2851.810 2903.968 3* / - 28 126 15 1 2903.968 2948.000 3* / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1642.000 483.000 26833.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 264.000 3.000 4310.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2054.000 1896.000 33557.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4306.000 562.000 70361.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3064.000 1543.000 50075.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 3856.000 1511.000 238920.000 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 3210.000 3.000 235752.000 5* / -/ - -WCONINJE - 'PR06_G28' 'GAS' 'OPEN' 'RATE' 119612.000 5* / - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3580510.000 5* / -/ - --- 9913.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 22 'FEB' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1447.000 365.000 24033.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2229.000 23.000 37015.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1394.000 1106.000 23157.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3747.000 420.000 62226.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2559.000 1108.000 42503.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 3965.000 1335.000 238933.000 5* / -/ - -WCONINJE - 'PR06_G28' 'GAS' 'OPEN' 'RATE' 57286.000 5* / - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 1437820.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 945277.000 5* / -/ - ---USER EVENT ---============================================================================= ---G-20A konverteres til injektor ---============================================================================= - --- 9914.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 23 'FEB' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 2596.000 610.000 41117.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 5166.000 49.000 81822.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 667.000 418.000 10565.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2680.000 1980.000 42446.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4838.000 506.000 76627.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3186.000 1284.000 50458.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 4027.000 1263.000 236438.000 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 3497.000 0.000 265787.000 5* / -/ - -WCONINJE - 'PR06_G28' 'GAS' 'OPEN' 'RATE' 89106.000 5* / - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3767200.000 5* / -/ - ---USER EVENT ---============================================================================= ---G-20A konverteres til produsent ---============================================================================= - ---USER EVENT ---============================================================================= ---G-21 produseres ---============================================================================= - --- 9915.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 24 'FEB' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 820.000 826.000 11430.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2639.000 665.000 36794.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 5274.000 54.000 73526.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 782.000 526.000 10907.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2519.000 1995.000 35117.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 62.000 42.000 872.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4776.000 535.000 66592.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3198.000 1382.000 44583.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 982.000 330.000 45512.000 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 4850.000 0.000 467382.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3933260.000 5* / -/ - ---USER EVENT ---============================================================================= ---G-19 tilbakestrømmes ---============================================================================= - --- 9916.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 25 'FEB' 2004 / -/ - --- : 25/11-G-25_T2 Perforation Top: 2092.00 Bot: 2864.00 Diam: 0.24 Skin: 5.00 --- : 25/11-G-25_T2 Perforation Top: 2867.00 Bot: 3629.00 Diam: 0.24 Skin: 5.00 --- : 25/11-G-25_T2 Connection 51 120 14 Perf. Len 46.73 ( 92.0%) --- : 25/11-G-25_T2 Connection 52 120 14 Perf. Len 2.78 ( 5.6%) --- : 25/11-G-25_T2 Connection 52 119 14 Perf. Len 50.80 (102.7%) --- : 25/11-G-25_T2 Connection 52 118 14 Perf. Len 52.25 (104.0%) --- : 25/11-G-25_T2 Connection 52 117 14 Perf. Len 51.00 (102.2%) --- : 25/11-G-25_T2 Connection 52 116 14 Perf. Len 50.51 (101.0%) --- : 25/11-G-25_T2 Connection 52 115 14 Perf. Len 50.63 (101.2%) --- : 25/11-G-25_T2 Connection 52 114 14 Perf. Len 5.56 ( 11.1%) --- : 25/11-G-25_T2 Connection 53 114 14 Perf. Len 44.31 ( 88.9%) --- : 25/11-G-25_T2 Connection 53 113 14 Perf. Len 15.92 ( 31.8%) --- : 25/11-G-25_T2 Connection 52 113 14 Perf. Len 34.58 ( 67.4%) --- : 25/11-G-25_T2 Connection 52 112 14 Perf. Len 36.05 ( 72.7%) --- : 25/11-G-25_T2 Connection 52 112 15 Perf. Len 14.73 ( 29.7%) --- : 25/11-G-25_T2 Connection 52 111 15 Perf. Len 50.58 (101.9%) --- : 25/11-G-25_T2 Connection 52 110 15 Perf. Len 51.16 (102.0%) --- : 25/11-G-25_T2 Connection 52 109 15 Perf. Len 50.66 (101.2%) --- : 25/11-G-25_T2 Connection 52 108 15 Perf. Len 51.03 (101.6%) --- : 25/11-G-25_T2 Connection 52 107 15 Perf. Len 1.34 ( 3.6%) --- : 25/11-G-25_T2 Connection 51 107 15 Perf. Len 49.19 ( 98.5%) --- : 25/11-G-25_T2 Connection 51 106 15 Perf. Len 50.67 (101.0%) --- : 25/11-G-25_T2 Connection 51 105 15 Perf. Len 46.70 ( 94.5%) --- : 25/11-G-25_T2 Connection 51 104 15 Perf. Len 50.60 (100.0%) --- : 25/11-G-25_T2 Connection 51 103 15 Perf. Len 50.16 ( 99.4%) --- : 25/11-G-25_T2 Connection 51 102 15 Perf. Len 49.92 (101.7%) --- : 25/11-G-25_T2 Connection 51 101 15 Perf. Len 50.63 (100.0%) --- : 25/11-G-25_T2 Connection 51 100 15 Perf. Len 49.86 (101.5%) --- : 25/11-G-25_T2 Connection 51 99 15 Perf. Len 50.26 ( 99.5%) --- : 25/11-G-25_T2 Connection 51 98 15 Perf. Len 23.12 ( 46.1%) --- : 25/11-G-25_T2 Connection 52 98 15 Perf. Len 27.41 ( 54.5%) --- : 25/11-G-25_T2 Connection 52 97 15 Perf. Len 49.97 (100.4%) --- : 25/11-G-25_T2 Connection 52 96 15 Perf. Len 50.20 (100.1%) --- : 25/11-G-25_T2 Connection 52 95 15 Perf. Len 50.19 (100.8%) --- : 25/11-G-25_T2 Connection 52 94 15 Perf. Len 50.53 (100.0%) --- : 25/11-G-25_T2 Connection 52 93 15 Perf. Len 18.36 ( 37.2%) --- : 25/11-G-25_T2 Connection 52 93 14 Perf. Len 32.20 ( 63.7%) --- : 25/11-G-25_T2 Connection 52 92 14 Perf. Len 49.61 (101.1%) --- : 25/11-G-25_T2 Connection 52 91 14 Perf. Len 50.33 ( 99.4%) --- : 25/11-G-25_T2 Connection 52 90 14 Perf. Len 23.47 ( 47.1%) -WELOPEN - 'PR22_G25' 'SHUT' 0 0 0 2* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR22_G25' 51 120 14 14 'OPEN' 1* 1554.419 0.241 263028.875 2* 'Y' 7.036 / - 'PR22_G25' 52 120 14 14 'OPEN' 1* 109.889 0.241 18593.600 2* 'Y' 7.032 / - 'PR22_G25' 52 119 14 14 'OPEN' 1* 1677.166 0.241 283788.406 2* 'Y' 7.034 / - 'PR22_G25' 52 118 14 14 'OPEN' 1* 1664.934 0.241 281721.969 2* 'Y' 7.035 / - 'PR22_G25' 52 117 14 14 'OPEN' 1* 1651.129 0.241 279370.062 2* 'Y' 7.031 / - 'PR22_G25' 52 116 14 14 'OPEN' 1* 1727.394 0.241 292285.531 2* 'Y' 7.033 / - 'PR22_G25' 52 115 14 14 'OPEN' 1* 1780.680 0.241 301296.844 2* 'Y' 7.032 / - 'PR22_G25' 52 114 14 14 'OPEN' 1* 190.028 0.241 32153.676 2* 'Y' 7.033 / - 'PR22_G25' 53 114 14 14 'OPEN' 1* 1458.562 0.241 246808.828 2* 'Y' 7.036 / - 'PR22_G25' 53 113 14 14 'OPEN' 1* 531.539 0.241 89943.969 2* 'Y' 7.036 / - 'PR22_G25' 52 113 14 14 'OPEN' 1* 1175.609 0.241 198920.406 2* 'Y' 7.033 / - 'PR22_G25' 52 112 14 14 'OPEN' 1* 1272.199 0.241 215260.500 2* 'Y' 7.032 / - 'PR22_G25' 52 112 15 15 'OPEN' 1* 641.347 0.241 108517.531 2* 'Y' 7.032 / - 'PR22_G25' 52 111 15 15 'OPEN' 1* 1937.655 0.241 327863.719 2* 'Y' 7.034 / - 'PR22_G25' 52 110 15 15 'OPEN' 1* 1744.343 0.241 295144.188 2* 'Y' 7.031 / - 'PR22_G25' 52 109 15 15 'OPEN' 1* 1705.898 0.241 288647.969 2* 'Y' 7.033 / - 'PR22_G25' 52 108 15 15 'OPEN' 1* 1851.209 0.241 313237.719 2* 'Y' 7.034 / - 'PR22_G25' 52 107 15 15 'OPEN' 1* 69.537 0.241 11765.930 2* 'Y' 7.032 / - 'PR22_G25' 51 107 15 15 'OPEN' 1* 1960.408 0.241 331721.344 2* 'Y' 7.035 / - 'PR22_G25' 51 106 15 15 'OPEN' 1* 2042.925 0.241 345694.438 2* 'Y' 7.037 / - 'PR22_G25' 51 105 15 15 'OPEN' 1* 1876.477 0.241 317524.812 2* 'Y' 7.036 / - 'PR22_G25' 51 104 15 15 'OPEN' 1* 2190.893 0.241 370729.406 2* 'Y' 7.036 / - 'PR22_G25' 51 103 15 15 'OPEN' 1* 2107.793 0.241 356670.188 2* 'Y' 7.037 / - 'PR22_G25' 51 102 15 15 'OPEN' 1* 2111.029 0.241 357213.750 2* 'Y' 7.036 / - 'PR22_G25' 51 101 15 15 'OPEN' 1* 2063.293 0.241 349139.938 2* 'Y' 7.037 / - 'PR22_G25' 51 100 15 15 'OPEN' 1* 2009.743 0.241 340075.000 2* 'Y' 7.036 / - 'PR22_G25' 51 99 15 15 'OPEN' 1* 2055.712 0.241 347855.531 2* 'Y' 7.036 / - 'PR22_G25' 51 98 15 15 'OPEN' 1* 956.580 0.241 161867.047 2* 'Y' 7.036 / - 'PR22_G25' 52 98 15 15 'OPEN' 1* 1249.272 0.241 211382.672 2* 'Y' 7.033 / - 'PR22_G25' 52 97 15 15 'OPEN' 1* 2241.778 0.241 379315.344 2* 'Y' 7.032 / - 'PR22_G25' 52 96 15 15 'OPEN' 1* 2288.714 0.241 387203.406 2* 'Y' 7.023 / - 'PR22_G25' 52 95 15 15 'OPEN' 1* 2170.958 0.241 367199.062 2* 'Y' 7.009 / - 'PR22_G25' 52 94 15 15 'OPEN' 1* 2197.329 0.241 371715.719 2* 'Y' 7.019 / - 'PR22_G25' 52 93 15 15 'OPEN' 1* 794.947 0.241 134509.938 2* 'Y' 7.033 / - 'PR22_G25' 52 93 14 14 'OPEN' 1* 1349.372 0.241 228328.234 2* 'Y' 7.035 / - 'PR22_G25' 52 92 14 14 'OPEN' 1* 2082.092 0.241 352296.375 2* 'Y' 7.032 / - 'PR22_G25' 52 91 14 14 'OPEN' 1* 1900.664 0.241 321600.062 2* 'Y' 7.033 / - 'PR22_G25' 52 90 14 14 'OPEN' 1* 725.398 0.241 122740.078 2* 'Y' 7.032 / -/ - -COMPSEGS -'PR22_G25' / - 51 120 14 1 2092.000 2138.733 3* / - 52 120 14 1 2138.733 2141.514 3* / - 52 119 14 1 2141.514 2192.318 3* / - 52 118 14 1 2192.318 2244.570 3* / - 52 117 14 1 2244.570 2295.566 3* / - 52 116 14 1 2295.566 2346.080 3* / - 52 115 14 1 2346.080 2396.711 3* / - 52 114 14 1 2396.711 2402.270 3* / - 53 114 14 1 2402.270 2446.577 3* / - 53 113 14 1 2446.577 2462.502 3* / - 52 113 14 1 2462.502 2497.078 3* / - 52 112 14 1 2497.078 2533.129 3* / - 52 112 15 1 2533.129 2547.861 3* / - 52 111 15 1 2547.861 2598.438 3* / - 52 110 15 1 2598.438 2649.598 3* / - 52 109 15 1 2649.598 2700.254 3* / - 52 108 15 1 2700.254 2751.287 3* / - 52 107 15 1 2751.287 2752.631 3* / - 51 107 15 1 2752.631 2801.826 3* / - 51 106 15 1 2801.826 2852.493 3* / - 51 105 15 1 2852.493 2902.197 3* / - 51 104 15 1 2902.197 2952.793 3* / - 51 103 15 1 2952.793 3002.956 3* / - 51 102 15 1 3002.956 3052.874 3* / - 51 101 15 1 3052.874 3103.506 3* / - 51 100 15 1 3103.506 3153.367 3* / - 51 99 15 1 3153.367 3203.625 3* / - 51 98 15 1 3203.625 3226.746 3* / - 52 98 15 1 3226.746 3254.153 3* / - 52 97 15 1 3254.153 3304.120 3* / - 52 96 15 1 3304.120 3354.321 3* / - 52 95 15 1 3354.321 3404.515 3* / - 52 94 15 1 3404.515 3455.045 3* / - 52 93 15 1 3455.045 3473.400 3* / - 52 93 14 1 3473.400 3505.596 3* / - 52 92 14 1 3505.596 3555.206 3* / - 52 91 14 1 3555.206 3605.532 3* / - 52 90 14 1 3605.532 3629.000 3* / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2653.667 638.667 44873.333 5* / - 'PR24_G17' 'OPEN' 'ORAT' 3936.667 38.333 68430.333 5* / - 'PR25_G21' 'OPEN' 'ORAT' 679.667 442.667 11009.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1634.333 1239.000 28410.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 55.000 36.000 893.333 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4105.000 439.333 69148.667 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3029.667 1249.333 51223.333 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2774.667 888.667 45328.667 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 1495.000 0.000 157467.667 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3316996.667 5* / -/ - --- 9919.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 28 'FEB' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 2508.000 868.000 38413.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 4344.000 61.000 66518.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 778.000 718.000 11915.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1277.000 1389.000 19556.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 396.000 366.000 6066.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4216.000 648.000 64567.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3316.000 1967.000 50788.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 3004.000 1386.000 49183.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 1986040.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1586040.000 5* / -/ - ---USER EVENT ---============================================================================= ---G-20A konverteres til injektor ---============================================================================= - --- 9920.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 29 'FEB' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 2515.000 679.000 40004.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 5790.000 63.000 92083.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1080.000 778.000 17175.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2358.000 2001.000 37500.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4411.000 530.000 70158.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3718.000 1722.000 59135.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 3457.000 1245.000 51475.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2333630.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1600000.000 5* / -/ - ---USER EVENT ---============================================================================= ---G-19 stenges ---============================================================================= - --- 9921.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'MAR' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 2003.000 1192.000 28028.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 4080.000 545.000 57098.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 881.000 337.000 12325.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1457.000 1022.000 20389.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4374.000 689.000 61199.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3105.000 1246.000 43444.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 4253.000 1200.000 339418.000 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 4747.000 0.000 338614.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4058280.000 5* / -/ - ---USER EVENT ---============================================================================= ---G-20A konverteres til produsent ---============================================================================= - --- 9922.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 2 'MAR' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 2313.000 1455.500 32300.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 3592.000 506.500 49417.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 983.000 398.000 13726.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2511.000 1862.500 35060.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4669.500 777.500 65014.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3270.000 1386.500 45519.500 5* / - 'PR26_G26' 'OPEN' 'ORAT' 4495.000 1339.500 380023.000 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 2558.500 0.000 246583.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4345785.000 5* / -/ - --- 9924.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 4 'MAR' 2004 / -/ - --- : 25/11-G-17_T2 Perforation Top: 2055.00 Bot: 2948.00 Diam: 0.24 Skin: 100.00 --- : 25/11-G-17_T2 Connection 45 131 14 Perf. Len 18.71 ( 37.4%) --- : 25/11-G-17_T2 Connection 44 131 14 Perf. Len 1.32 ( 2.7%) --- : 25/11-G-17_T2 Connection 44 130 14 Perf. Len 7.63 ( 15.3%) --- : 25/11-G-17_T2 Connection 44 130 15 Perf. Len 42.14 ( 84.3%) --- : 25/11-G-17_T2 Connection 43 130 15 Perf. Len 51.24 (102.6%) --- : 25/11-G-17_T2 Connection 42 130 15 Perf. Len 51.59 (102.9%) --- : 25/11-G-17_T2 Connection 41 130 15 Perf. Len 52.30 (104.6%) --- : 25/11-G-17_T2 Connection 40 130 15 Perf. Len 5.52 ( 11.1%) --- : 25/11-G-17_T2 Connection 40 129 15 Perf. Len 46.68 ( 93.3%) --- : 25/11-G-17_T2 Connection 39 129 15 Perf. Len 52.11 (104.7%) --- : 25/11-G-17_T2 Connection 38 129 15 Perf. Len 52.52 (104.1%) --- : 25/11-G-17_T2 Connection 37 129 15 Perf. Len 28.07 ( 56.0%) --- : 25/11-G-17_T2 Connection 37 128 15 Perf. Len 23.26 ( 46.8%) --- : 25/11-G-17_T2 Connection 36 128 15 Perf. Len 51.27 (102.7%) --- : 25/11-G-17_T2 Connection 35 128 15 Perf. Len 50.56 (101.1%) --- : 25/11-G-17_T2 Connection 35 128 14 Perf. Len 0.53 ( 1.1%) --- : 25/11-G-17_T2 Connection 34 128 14 Perf. Len 34.00 ( 68.1%) --- : 25/11-G-17_T2 Connection 34 128 15 Perf. Len 17.42 ( 34.8%) --- : 25/11-G-17_T2 Connection 33 128 15 Perf. Len 45.40 ( 91.0%) --- : 25/11-G-17_T2 Connection 33 127 15 Perf. Len 6.06 ( 12.2%) --- : 25/11-G-17_T2 Connection 32 127 15 Perf. Len 52.74 (105.4%) --- : 25/11-G-17_T2 Connection 31 127 15 Perf. Len 53.13 (106.0%) --- : 25/11-G-17_T2 Connection 30 127 15 Perf. Len 44.96 ( 90.0%) --- : 25/11-G-17_T2 Connection 30 126 15 Perf. Len 7.67 ( 15.3%) --- : 25/11-G-17_T2 Connection 29 126 15 Perf. Len 52.16 (104.1%) --- : 25/11-G-17_T2 Connection 28 126 15 Perf. Len 44.03 ( 88.7%) -WELOPEN - 'PR24_G17' 'SHUT' 0 0 0 2* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR24_G17' 45 131 14 14 'OPEN' 1* 72.472 0.241 140780.547 2* 'X' 7.101 / - 'PR24_G17' 44 131 14 14 'OPEN' 1* 5.210 0.241 10120.438 2* 'X' 7.066 / - 'PR24_G17' 44 130 14 14 'OPEN' 1* 29.019 0.241 56364.004 2* 'X' 7.011 / - 'PR24_G17' 44 130 15 15 'OPEN' 1* 150.457 0.241 292228.812 2* 'X' 7.003 / - 'PR24_G17' 43 130 15 15 'OPEN' 1* 194.739 0.241 378237.906 2* 'X' 7.004 / - 'PR24_G17' 42 130 15 15 'OPEN' 1* 201.326 0.241 391030.531 2* 'X' 7.001 / - 'PR24_G17' 41 130 15 15 'OPEN' 1* 191.739 0.241 372410.719 2* 'X' 7.003 / - 'PR24_G17' 40 130 15 15 'OPEN' 1* 19.392 0.241 37664.285 2* 'X' 7.003 / - 'PR24_G17' 40 129 15 15 'OPEN' 1* 169.006 0.241 328282.719 2* 'X' 7.060 / - 'PR24_G17' 39 129 15 15 'OPEN' 1* 191.506 0.241 371985.875 2* 'X' 7.059 / - 'PR24_G17' 38 129 15 15 'OPEN' 1* 182.630 0.241 354745.594 2* 'X' 7.060 / - 'PR24_G17' 37 129 15 15 'OPEN' 1* 107.067 0.241 207969.250 2* 'X' 7.058 / - 'PR24_G17' 37 128 15 15 'OPEN' 1* 82.626 0.241 160481.891 2* 'X' 7.002 / - 'PR24_G17' 36 128 15 15 'OPEN' 1* 178.780 0.241 347239.219 2* 'X' 7.000 / - 'PR24_G17' 35 128 15 15 'OPEN' 1* 186.340 0.241 361924.344 2* 'X' 7.002 / - 'PR24_G17' 35 128 14 14 'OPEN' 1* 1.926 0.241 3740.834 2* 'X' 7.007 / - 'PR24_G17' 34 128 14 14 'OPEN' 1* 119.708 0.241 232505.797 2* 'X' 7.000 / - 'PR24_G17' 34 128 15 15 'OPEN' 1* 60.248 0.241 117017.531 2* 'X' 7.001 / - 'PR24_G17' 33 128 15 15 'OPEN' 1* 145.862 0.241 283303.312 2* 'X' 7.002 / - 'PR24_G17' 33 127 15 15 'OPEN' 1* 18.291 0.241 35528.023 2* 'X' 7.058 / - 'PR24_G17' 32 127 15 15 'OPEN' 1* 134.830 0.241 261897.453 2* 'X' 7.057 / - 'PR24_G17' 31 127 15 15 'OPEN' 1* 136.045 0.241 264257.562 2* 'X' 7.057 / - 'PR24_G17' 30 127 15 15 'OPEN' 1* 142.553 0.241 276897.438 2* 'X' 7.057 / - 'PR24_G17' 30 126 15 15 'OPEN' 1* 24.222 0.241 47049.367 2* 'X' 7.058 / - 'PR24_G17' 29 126 15 15 'OPEN' 1* 151.074 0.241 293450.656 2* 'X' 7.058 / - 'PR24_G17' 28 126 15 15 'OPEN' 1* 148.210 0.241 287881.344 2* 'X' 7.046 / -/ - -COMPSEGS -'PR24_G17' / - 45 131 14 1 2055.000 2073.706 3* / - 44 131 14 1 2073.706 2075.029 3* / - 44 130 14 1 2075.029 2082.657 3* / - 44 130 15 1 2082.657 2124.793 3* / - 43 130 15 1 2124.793 2176.031 3* / - 42 130 15 1 2176.031 2227.621 3* / - 41 130 15 1 2227.621 2279.917 3* / - 40 130 15 1 2279.917 2285.440 3* / - 40 129 15 1 2285.440 2332.118 3* / - 39 129 15 1 2332.118 2384.231 3* / - 38 129 15 1 2384.231 2436.751 3* / - 37 129 15 1 2436.751 2464.816 3* / - 37 128 15 1 2464.816 2488.072 3* / - 36 128 15 1 2488.072 2539.341 3* / - 35 128 15 1 2539.341 2589.900 3* / - 35 128 14 1 2589.900 2590.430 3* / - 34 128 14 1 2590.430 2624.432 3* / - 34 128 15 1 2624.432 2641.853 3* / - 33 128 15 1 2641.853 2687.252 3* / - 33 127 15 1 2687.252 2693.308 3* / - 32 127 15 1 2693.308 2746.044 3* / - 31 127 15 1 2746.044 2799.178 3* / - 30 127 15 1 2799.178 2844.137 3* / - 30 126 15 1 2844.137 2851.810 3* / - 29 126 15 1 2851.810 2903.968 3* / - 28 126 15 1 2903.968 2948.000 3* / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 2391.000 1548.000 36607.800 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1826.800 261.800 27719.200 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1073.200 444.800 16361.200 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1848.400 1401.000 28402.800 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4229.800 724.400 64732.200 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2964.800 1292.600 45388.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 4128.600 1266.600 359763.000 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 3415.000 0.000 463904.400 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4172374.000 5* / -/ - --- 9929.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 9 'MAR' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 2349.667 1586.333 33458.833 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1642.167 247.333 23314.333 5* / - 'PR25_G21' 'OPEN' 'ORAT' 987.500 428.167 14050.333 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2040.333 1631.500 29140.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4260.500 761.500 60660.167 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3022.167 1374.500 43020.667 5* / - 'PR26_G26' 'OPEN' 'ORAT' 4253.000 1359.667 447183.833 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 3271.333 0.000 592875.167 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3121365.000 5* / -/ - --- 9935.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 15 'MAR' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1990.000 1357.000 27897.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1681.000 257.000 23565.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1008.000 442.000 14138.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4336.000 783.000 60794.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3029.000 1393.000 42474.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 4216.000 1362.000 549249.000 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 3315.000 0.000 592175.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3566280.000 5* / -/ - -WRFTPLT - 'PR10_G18' 'YES' 'YES' 'YES' / -/ - --- 9936.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 16 'MAR' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 2397.714 1555.000 37514.571 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1523.714 220.714 23566.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 958.429 398.571 14947.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2348.143 1800.857 36986.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3966.000 685.571 61904.286 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2938.857 1289.571 46165.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1849.143 552.143 218254.000 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 2956.000 0.143 260122.000 5* / -/ - -WCONINJE - 'PR06_G28' 'GAS' 'OPEN' 'RATE' 2229.143 5* / - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3254211.429 5* / -/ - --- 9943.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 23 'MAR' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 39.200 38.200 0.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1414.000 831.000 21731.600 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1419.000 188.200 21879.600 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1218.600 408.600 18787.400 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1642.600 1122.400 25219.600 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2534.400 403.000 39012.200 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1949.800 781.200 29991.600 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1478.200 438.800 21632.400 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 2088.600 1.200 78869.200 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 1981504.000 5* / -/ - --- 9948.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 28 'MAR' 2004 / -/ - --- : 25/11-G-17_T2 Perforation Top: 2055.00 Bot: 2948.00 Diam: 0.24 Skin: 0.00 --- : 25/11-G-17_T2 Connection 45 131 14 Perf. Len 18.71 ( 37.4%) --- : 25/11-G-17_T2 Connection 44 131 14 Perf. Len 1.32 ( 2.7%) --- : 25/11-G-17_T2 Connection 44 130 14 Perf. Len 7.63 ( 15.3%) --- : 25/11-G-17_T2 Connection 44 130 15 Perf. Len 42.14 ( 84.3%) --- : 25/11-G-17_T2 Connection 43 130 15 Perf. Len 51.24 (102.6%) --- : 25/11-G-17_T2 Connection 42 130 15 Perf. Len 51.59 (102.9%) --- : 25/11-G-17_T2 Connection 41 130 15 Perf. Len 52.30 (104.6%) --- : 25/11-G-17_T2 Connection 40 130 15 Perf. Len 5.52 ( 11.1%) --- : 25/11-G-17_T2 Connection 40 129 15 Perf. Len 46.68 ( 93.3%) --- : 25/11-G-17_T2 Connection 39 129 15 Perf. Len 52.11 (104.7%) --- : 25/11-G-17_T2 Connection 38 129 15 Perf. Len 52.52 (104.1%) --- : 25/11-G-17_T2 Connection 37 129 15 Perf. Len 28.07 ( 56.0%) --- : 25/11-G-17_T2 Connection 37 128 15 Perf. Len 23.26 ( 46.8%) --- : 25/11-G-17_T2 Connection 36 128 15 Perf. Len 51.27 (102.7%) --- : 25/11-G-17_T2 Connection 35 128 15 Perf. Len 50.56 (101.1%) --- : 25/11-G-17_T2 Connection 35 128 14 Perf. Len 0.53 ( 1.1%) --- : 25/11-G-17_T2 Connection 34 128 14 Perf. Len 34.00 ( 68.1%) --- : 25/11-G-17_T2 Connection 34 128 15 Perf. Len 17.42 ( 34.8%) --- : 25/11-G-17_T2 Connection 33 128 15 Perf. Len 45.40 ( 91.0%) --- : 25/11-G-17_T2 Connection 33 127 15 Perf. Len 6.06 ( 12.2%) --- : 25/11-G-17_T2 Connection 32 127 15 Perf. Len 52.74 (105.4%) --- : 25/11-G-17_T2 Connection 31 127 15 Perf. Len 53.13 (106.0%) --- : 25/11-G-17_T2 Connection 30 127 15 Perf. Len 44.96 ( 90.0%) --- : 25/11-G-17_T2 Connection 30 126 15 Perf. Len 7.67 ( 15.3%) --- : 25/11-G-17_T2 Connection 29 126 15 Perf. Len 52.16 (104.1%) --- : 25/11-G-17_T2 Connection 28 126 15 Perf. Len 44.03 ( 88.7%) -WELOPEN - 'PR24_G17' 'SHUT' 0 0 0 2* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR24_G17' 45 131 14 14 'OPEN' 1* 1851.200 0.241 140780.547 2* 'X' 7.096 / - 'PR24_G17' 44 131 14 14 'OPEN' 1* 133.227 0.241 10120.438 2* 'X' 7.064 / - 'PR24_G17' 44 130 14 14 'OPEN' 1* 743.393 0.241 56364.004 2* 'X' 7.010 / - 'PR24_G17' 44 130 15 15 'OPEN' 1* 3855.206 0.241 292228.812 2* 'X' 7.003 / - 'PR24_G17' 43 130 15 15 'OPEN' 1* 4989.822 0.241 378237.906 2* 'X' 7.003 / - 'PR24_G17' 42 130 15 15 'OPEN' 1* 5159.000 0.241 391030.531 2* 'X' 7.001 / - 'PR24_G17' 41 130 15 15 'OPEN' 1* 4913.043 0.241 372410.719 2* 'X' 7.003 / - 'PR24_G17' 40 130 15 15 'OPEN' 1* 496.875 0.241 37664.285 2* 'X' 7.003 / - 'PR24_G17' 40 129 15 15 'OPEN' 1* 4322.298 0.241 328282.719 2* 'X' 7.059 / - 'PR24_G17' 39 129 15 15 'OPEN' 1* 4897.875 0.241 371985.875 2* 'X' 7.058 / - 'PR24_G17' 38 129 15 15 'OPEN' 1* 4670.612 0.241 354745.594 2* 'X' 7.060 / - 'PR24_G17' 37 129 15 15 'OPEN' 1* 2738.372 0.241 207969.250 2* 'X' 7.058 / - 'PR24_G17' 37 128 15 15 'OPEN' 1* 2117.255 0.241 160481.891 2* 'X' 7.001 / - 'PR24_G17' 36 128 15 15 'OPEN' 1* 4581.311 0.241 347239.219 2* 'X' 7.000 / - 'PR24_G17' 35 128 15 15 'OPEN' 1* 4774.780 0.241 361924.344 2* 'X' 7.002 / - 'PR24_G17' 35 128 14 14 'OPEN' 1* 49.343 0.241 3740.834 2* 'X' 7.007 / - 'PR24_G17' 34 128 14 14 'OPEN' 1* 3067.599 0.241 232505.797 2* 'X' 7.000 / - 'PR24_G17' 34 128 15 15 'OPEN' 1* 1543.846 0.241 117017.531 2* 'X' 7.001 / - 'PR24_G17' 33 128 15 15 'OPEN' 1* 3737.650 0.241 283303.312 2* 'X' 7.001 / - 'PR24_G17' 33 127 15 15 'OPEN' 1* 467.803 0.241 35528.023 2* 'X' 7.058 / - 'PR24_G17' 32 127 15 15 'OPEN' 1* 3448.534 0.241 261897.453 2* 'X' 7.057 / - 'PR24_G17' 31 127 15 15 'OPEN' 1* 3479.600 0.241 264257.562 2* 'X' 7.057 / - 'PR24_G17' 30 127 15 15 'OPEN' 1* 3646.072 0.241 276897.438 2* 'X' 7.057 / - 'PR24_G17' 30 126 15 15 'OPEN' 1* 619.497 0.241 47049.367 2* 'X' 7.058 / - 'PR24_G17' 29 126 15 15 'OPEN' 1* 3863.854 0.241 293450.656 2* 'X' 7.058 / - 'PR24_G17' 28 126 15 15 'OPEN' 1* 3792.219 0.241 287881.344 2* 'X' 7.045 / -/ - -COMPSEGS -'PR24_G17' / - 45 131 14 1 2055.000 2073.706 3* / - 44 131 14 1 2073.706 2075.029 3* / - 44 130 14 1 2075.029 2082.657 3* / - 44 130 15 1 2082.657 2124.793 3* / - 43 130 15 1 2124.793 2176.031 3* / - 42 130 15 1 2176.031 2227.621 3* / - 41 130 15 1 2227.621 2279.917 3* / - 40 130 15 1 2279.917 2285.440 3* / - 40 129 15 1 2285.440 2332.118 3* / - 39 129 15 1 2332.118 2384.231 3* / - 38 129 15 1 2384.231 2436.751 3* / - 37 129 15 1 2436.751 2464.816 3* / - 37 128 15 1 2464.816 2488.072 3* / - 36 128 15 1 2488.072 2539.341 3* / - 35 128 15 1 2539.341 2589.900 3* / - 35 128 14 1 2589.900 2590.430 3* / - 34 128 14 1 2590.430 2624.432 3* / - 34 128 15 1 2624.432 2641.853 3* / - 33 128 15 1 2641.853 2687.252 3* / - 33 127 15 1 2687.252 2693.308 3* / - 32 127 15 1 2693.308 2746.044 3* / - 31 127 15 1 2746.044 2799.178 3* / - 30 127 15 1 2799.178 2844.137 3* / - 30 126 15 1 2844.137 2851.810 3* / - 29 126 15 1 2851.810 2903.968 3* / - 28 126 15 1 2903.968 2948.000 3* / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 2355.000 1673.500 36273.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1672.000 269.000 25771.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1147.500 524.500 17678.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2876.000 2410.000 44311.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4506.000 848.000 69415.500 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3261.000 1562.500 50241.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 3193.000 1074.000 46457.000 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 1579.000 1.000 32860.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4606425.000 5* / -/ - --- 9950.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 30 'MAR' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 2272.800 1948.400 36548.400 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1080.600 406.800 16837.600 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1264.800 472.800 20063.800 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2718.600 2485.000 43695.200 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4348.800 956.000 69740.200 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3120.800 1493.200 50034.400 5* / - 'PR26_G26' 'OPEN' 'ORAT' 4312.600 1290.000 498758.200 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 1550.000 0.600 33130.600 5* / -/ - -WCONINJE - 'PR06_G28' 'GAS' 'OPEN' 'RATE' 14989.200 5* / - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4622188.000 5* / -/ - --- 9955.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 4 'APR' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 60.500 70.500 0.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1796.000 1809.000 40864.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1300.000 659.000 29726.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1367.000 466.500 31227.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2660.000 2752.500 60917.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3809.500 961.500 86734.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2831.500 1403.000 64415.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2336.500 688.500 58140.500 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 1305.000 0.000 41841.000 5* / -/ - -WCONINJE - 'PR12_G19' 'GAS' 'OPEN' 'RATE' 105684.000 5* / - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4182230.000 5* / -/ - ---USER EVENT ---============================================================================= ---G-19 bullheades ---============================================================================= - --- 9957.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 6 'APR' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1729.000 1669.429 27053.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1353.000 632.571 21012.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1195.857 384.571 18460.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2302.143 2223.143 36145.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3632.714 874.000 56820.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2619.000 1246.714 41079.857 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2855.857 772.714 320557.286 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 1173.857 0.000 48293.857 5* / -/ - -WCONINJE - 'PR12_G19' 'GAS' 'OPEN' 'RATE' 67566.857 5* / - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3524206.143 5* / -/ - --- 9964.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 13 'APR' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 2139.333 2238.000 37226.333 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1760.000 908.333 30676.333 5* / - 'PR25_G21' 'OPEN' 'ORAT' 719.000 245.667 12351.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2612.667 2734.333 45477.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4168.333 1089.667 72528.333 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3101.000 1597.000 53956.333 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2669.000 790.667 172554.000 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 2758.000 0.000 190216.000 5* / -/ - -WCONINJE - 'PR12_G19' 'GAS' 'OPEN' 'RATE' 121664.000 5* / - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4218430.000 5* / -/ - --- 9967.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 16 'APR' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 2138.000 2288.000 30488.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1889.000 996.000 26939.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2435.000 868.000 34724.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2768.000 2961.000 39469.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4014.000 1074.000 57244.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2943.000 1551.000 41959.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 3060.000 923.000 437600.000 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 2392.000 0.000 148681.000 5* / -/ - -WCONINJE - 'PR12_G19' 'GAS' 'OPEN' 'RATE' 6540.000 5* / - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4957100.000 5* / -/ - ---USER EVENT ---============================================================================= ---G-19 produseres ---============================================================================= - --- 9968.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 17 'APR' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1945.000 2156.667 27602.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1136.000 627.333 16194.333 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1262.333 465.000 17891.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2784.000 3087.333 39512.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3988.667 1105.333 56609.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2928.333 1599.667 41559.667 5* / - 'PR26_G26' 'OPEN' 'ORAT' 3028.667 947.333 520795.000 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 2025.667 0.333 138575.333 5* / -/ - -WCONINJE - 'PR12_G19' 'GAS' 'OPEN' 'RATE' 105314.000 5* / - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4947003.333 5* / -/ - ---USER EVENT ---============================================================================= ---G-19 bullheades ---============================================================================= - --- 9971.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 20 'APR' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1977.000 2171.000 27321.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 675.000 365.000 9332.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1719.000 629.000 23751.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2846.000 3125.000 39327.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4053.000 1113.000 56010.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2978.000 1610.000 41155.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 3063.000 949.000 556788.000 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 1081.000 0.000 23077.000 5* / -/ - -WCONINJE - 'PR12_G19' 'GAS' 'OPEN' 'RATE' 74808.000 5* / - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4900580.000 5* / -/ - --- 9972.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 21 'APR' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1659.167 1843.833 23516.167 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1608.667 883.000 22844.167 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1303.500 474.667 18483.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2595.500 2878.833 36601.833 5* / - 'PR12_G19' 'OPEN' 'ORAT' 13.833 9.833 0.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3771.333 1047.000 53319.667 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2623.000 1433.667 37081.333 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2916.667 915.000 583399.333 5* / - 'GI3_G20A' 'OPEN' 'ORAT' 970.000 0.000 40869.833 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4787633.333 5* / -/ - ---USER EVENT ---============================================================================= ---G-19 stenges ---============================================================================= - --- 9978.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 27 'APR' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1785.429 2143.857 26163.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1428.429 846.000 21060.571 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1176.714 412.429 17396.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2520.000 3025.000 37124.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3825.857 1176.143 56397.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2865.429 1629.286 42258.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 3091.714 873.571 743351.857 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4952925.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 459527.571 5* / -/ - ---USER EVENT ---============================================================================= ---G-20A konverteres til injektor ---============================================================================= - --- 9985.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 4 'MAY' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1958.750 2439.500 30542.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1231.500 757.000 19217.250 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1301.250 404.750 20274.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2809.750 3509.000 43862.750 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1.750 1.500 26.750 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3695.000 1224.750 57661.500 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2679.000 1505.750 41850.250 5* / - 'PR26_G26' 'OPEN' 'ORAT' 3651.750 803.750 973874.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5177700.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 588822.750 5* / -/ - --- 9989.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 8 'MAY' 2004 / -/ - --- : 25/11-G-9 Perforation Top: 2245.00 Bot: 3450.00 Diam: 0.24 Skin: 2.28 --- WARN: 25/11-G-9 Perf interval 3449.999946 3450.000000 below grid --- : 25/11-G-9 Connection 48 118 15 Perf. Len 37.47 ( 74.6%) --- WARN: 25/11-G-9 WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-9 Connection 48 117 15 Perf. Len 41.67 ( 83.9%) --- : 25/11-G-9 Connection 47 117 15 Perf. Len 18.97 ( 38.2%) --- : 25/11-G-9 Connection 47 116 15 Perf. Len 61.70 (122.8%) --- : 25/11-G-9 Connection 47 115 15 Perf. Len 5.62 ( 11.4%) --- : 25/11-G-9 Connection 46 115 15 Perf. Len 55.00 (110.6%) --- : 25/11-G-9 Connection 46 114 15 Perf. Len 32.07 ( 63.7%) --- : 25/11-G-9 Connection 45 114 15 Perf. Len 29.09 ( 58.3%) --- : 25/11-G-9 Connection 45 113 15 Perf. Len 59.95 (119.3%) --- : 25/11-G-9 Connection 44 113 15 Perf. Len 0.62 ( 1.4%) --- : 25/11-G-9 Connection 44 112 15 Perf. Len 59.74 (120.4%) --- : 25/11-G-9 Connection 44 111 15 Perf. Len 29.40 ( 58.3%) --- : 25/11-G-9 Connection 43 111 15 Perf. Len 30.41 ( 60.1%) --- : 25/11-G-9 Connection 43 110 15 Perf. Len 55.89 (112.8%) --- : 25/11-G-9 Connection 43 109 15 Perf. Len 22.02 ( 43.9%) --- : 25/11-G-9 Connection 42 109 15 Perf. Len 32.01 ( 63.3%) --- : 25/11-G-9 Connection 42 108 15 Perf. Len 52.77 (105.7%) --- : 25/11-G-9 Connection 42 107 15 Perf. Len 51.36 (103.4%) --- : 25/11-G-9 Connection 42 106 15 Perf. Len 51.32 (102.5%) --- : 25/11-G-9 Connection 42 105 15 Perf. Len 7.02 ( 13.9%) --- : 25/11-G-9 Connection 41 105 15 Perf. Len 41.45 ( 83.3%) --- : 25/11-G-9 Connection 41 105 14 Perf. Len 1.12 ( 2.2%) --- : 25/11-G-9 Connection 41 104 14 Perf. Len 50.29 ( 99.9%) --- : 25/11-G-9 Connection 41 103 14 Perf. Len 45.11 ( 89.5%) --- : 25/11-G-9 Connection 41 103 15 Perf. Len 5.03 ( 10.1%) --- : 25/11-G-9 Connection 41 102 15 Perf. Len 15.64 ( 31.9%) --- : 25/11-G-9 Connection 42 102 15 Perf. Len 21.10 ( 42.8%) --- : 25/11-G-9 Connection 42 102 14 Perf. Len 12.97 ( 26.1%) --- : 25/11-G-9 Connection 42 101 14 Perf. Len 50.99 (101.3%) --- : 25/11-G-9 Connection 42 100 14 Perf. Len 50.23 (101.0%) --- : 25/11-G-9 Connection 42 99 14 Perf. Len 50.50 ( 99.5%) --- : 25/11-G-9 Connection 42 98 14 Perf. Len 35.75 ( 72.5%) --- : 25/11-G-9 Connection 42 98 15 Perf. Len 15.15 ( 29.9%) --- : 25/11-G-9 Connection 42 97 15 Perf. Len 50.37 (101.6%) --- : 25/11-G-9 Connection 42 96 15 Perf. Len 25.19 ( 49.6%) --- WARN: 25/11-G-9 WCONHIST may be inconsistent, existing event took precedence over generated -WELSPECS - 'PR23_G9' 'CE-WE' 51 123 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS - 'PR23_G9' 1755.309 2240.000 44.701 'INC' 2* / - 2 2 1 1 5.000 -0.005 0.159 1.5E-05 0.020 0.100 / - 3 3 1 2 18.733 -0.020 0.176 1.5E-05 0.024 0.457 / - 4 4 1 3 39.569 0.007 0.176 1.5E-05 0.024 0.966 / - 5 5 1 4 30.322 0.055 0.176 1.5E-05 0.024 0.740 / - 6 6 1 5 40.338 0.114 0.176 1.5E-05 0.024 0.985 / - 7 7 1 6 33.661 0.094 0.176 1.5E-05 0.024 0.822 / - 8 8 1 7 30.310 0.060 0.176 1.5E-05 0.024 0.740 / - 9 9 1 8 43.537 0.038 0.176 1.5E-05 0.024 1.063 / - 10 10 1 9 30.582 -0.054 0.176 1.5E-05 0.024 0.747 / - 11 11 1 10 44.521 -0.148 0.176 1.5E-05 0.024 1.087 / - 12 12 1 11 30.284 -0.110 0.176 1.5E-05 0.024 0.739 / - 13 13 1 12 30.180 -0.075 0.176 1.5E-05 0.024 0.737 / - 14 14 1 13 44.569 -0.072 0.176 1.5E-05 0.024 1.088 / - 15 15 1 14 29.901 0.003 0.176 1.5E-05 0.024 0.730 / - 16 16 1 15 43.147 0.001 0.176 1.5E-05 0.024 1.053 / - 17 17 1 16 38.952 0.002 0.176 1.5E-05 0.024 0.951 / - 18 18 1 17 27.013 0.020 0.176 1.5E-05 0.024 0.659 / - 19 19 1 18 42.391 0.147 0.176 1.5E-05 0.024 1.035 / - 20 20 1 19 52.067 0.135 0.176 1.5E-05 0.024 1.271 / - 21 21 1 20 51.339 -0.005 0.176 1.5E-05 0.024 1.253 / - 22 22 1 21 29.165 -0.014 0.176 1.5E-05 0.024 0.712 / - 23 23 1 22 24.231 -0.241 0.176 1.5E-05 0.024 0.592 / - 24 24 1 23 21.283 -0.246 0.176 1.5E-05 0.024 0.520 / - 25 25 1 24 25.706 -0.189 0.176 1.5E-05 0.024 0.628 / - 26 26 1 25 47.702 0.008 0.176 1.5E-05 0.024 1.164 / - 27 27 1 26 25.072 0.220 0.176 1.5E-05 0.024 0.612 / - 28 28 1 27 10.339 0.061 0.176 1.5E-05 0.024 0.252 / - 29 29 1 28 18.374 -0.031 0.176 1.5E-05 0.024 0.449 / - 30 30 1 29 17.039 -0.189 0.176 1.5E-05 0.024 0.416 / - 31 31 1 30 31.980 -0.676 0.176 1.5E-05 0.024 0.781 / - 32 32 1 31 50.610 -0.624 0.176 1.5E-05 0.024 1.235 / - 33 33 1 32 50.364 0.157 0.176 1.5E-05 0.024 1.229 / - 34 34 1 33 43.124 0.751 0.176 1.5E-05 0.024 1.053 / - 35 35 1 34 25.454 0.767 0.176 1.5E-05 0.024 0.621 / - 36 36 1 35 32.763 0.979 0.176 1.5E-05 0.024 0.800 / - 37 37 1 36 37.782 1.073 0.176 1.5E-05 0.024 0.922 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR23_G9' 48 118 15 15 'OPEN' 1* 1893.398 0.241 224299.812 2* 'Y' 7.043 / - 'PR23_G9' 48 117 15 15 'OPEN' 1* 2310.621 0.241 273606.031 2* 'Y' 7.024 / - 'PR23_G9' 47 117 15 15 'OPEN' 1* 983.147 0.241 116410.430 2* 'Y' 7.021 / - 'PR23_G9' 47 116 15 15 'OPEN' 1* 2923.185 0.241 346278.438 2* 'Y' 7.041 / - 'PR23_G9' 47 115 15 15 'OPEN' 1* 275.925 0.241 32671.674 2* 'Y' 7.022 / - 'PR23_G9' 46 115 15 15 'OPEN' 1* 2449.513 0.241 290052.281 2* 'Y' 7.024 / - 'PR23_G9' 46 114 15 15 'OPEN' 1* 1441.839 0.241 170807.891 2* 'Y' 7.044 / - 'PR23_G9' 45 114 15 15 'OPEN' 1* 1005.351 0.241 119097.875 2* 'Y' 7.043 / - 'PR23_G9' 45 113 15 15 'OPEN' 1* 2574.924 0.241 305037.562 2* 'Y' 7.043 / - 'PR23_G9' 44 113 15 15 'OPEN' 1* 28.184 0.241 3338.031 2* 'Y' 7.034 / - 'PR23_G9' 44 112 15 15 'OPEN' 1* 2574.266 0.241 304813.375 2* 'Y' 7.022 / - 'PR23_G9' 44 111 15 15 'OPEN' 1* 1344.699 0.241 159290.688 2* 'Y' 7.041 / - 'PR23_G9' 43 111 15 15 'OPEN' 1* 1299.917 0.241 153991.703 2* 'Y' 7.043 / - 'PR23_G9' 43 110 15 15 'OPEN' 1* 2526.854 0.241 299242.406 2* 'Y' 7.028 / - 'PR23_G9' 43 109 15 15 'OPEN' 1* 1152.098 0.241 136470.703 2* 'Y' 7.039 / - 'PR23_G9' 42 109 15 15 'OPEN' 1* 1695.952 0.241 200891.016 2* 'Y' 7.039 / - 'PR23_G9' 42 108 15 15 'OPEN' 1* 3109.054 0.241 368271.812 2* 'Y' 7.038 / - 'PR23_G9' 42 107 15 15 'OPEN' 1* 3116.214 0.241 369081.375 2* 'Y' 7.034 / - 'PR23_G9' 42 106 15 15 'OPEN' 1* 2604.831 0.241 308534.438 2* 'Y' 7.037 / - 'PR23_G9' 42 105 15 15 'OPEN' 1* 345.322 0.241 40901.301 2* 'Y' 7.036 / - 'PR23_G9' 41 105 15 15 'OPEN' 1* 2077.820 0.241 246088.594 2* 'Y' 7.033 / - 'PR23_G9' 41 105 14 14 'OPEN' 1* 55.339 0.241 6554.138 2* 'Y' 7.033 / - 'PR23_G9' 41 104 14 14 'OPEN' 1* 2519.769 0.241 298431.031 2* 'Y' 7.033 / - 'PR23_G9' 41 103 14 14 'OPEN' 1* 2222.397 0.241 263211.906 2* 'Y' 7.033 / - 'PR23_G9' 41 103 15 15 'OPEN' 1* 272.491 0.241 32272.949 2* 'Y' 7.033 / - 'PR23_G9' 41 102 15 15 'OPEN' 1* 836.919 0.241 99120.187 2* 'Y' 7.032 / - 'PR23_G9' 42 102 15 15 'OPEN' 1* 1200.137 0.241 142149.516 2* 'Y' 7.036 / - 'PR23_G9' 42 102 14 14 'OPEN' 1* 740.614 0.241 87722.891 2* 'Y' 7.036 / - 'PR23_G9' 42 101 14 14 'OPEN' 1* 3058.234 0.241 362245.875 2* 'Y' 7.038 / - 'PR23_G9' 42 100 14 14 'OPEN' 1* 3020.868 0.241 357802.938 2* 'Y' 7.036 / - 'PR23_G9' 42 99 14 14 'OPEN' 1* 2921.414 0.241 346032.656 2* 'Y' 7.037 / - 'PR23_G9' 42 98 14 14 'OPEN' 1* 2246.960 0.241 266156.719 2* 'Y' 7.039 / - 'PR23_G9' 42 98 15 15 'OPEN' 1* 906.130 0.241 107334.258 2* 'Y' 7.039 / - 'PR23_G9' 42 97 15 15 'OPEN' 1* 2904.708 0.241 344054.906 2* 'Y' 7.037 / - 'PR23_G9' 42 96 15 15 'OPEN' 1* 1554.028 0.241 184077.875 2* 'Y' 7.039 / -/ - -COMPSEGS - 'PR23_G9' / - 48 118 15 1 2245.000 2282.466 3* / - 48 117 15 1 2282.466 2324.137 3* / - 47 117 15 1 2324.137 2343.110 3* / - 47 116 15 1 2343.110 2404.814 3* / - 47 115 15 1 2404.814 2410.433 3* / - 46 115 15 1 2410.433 2465.435 3* / - 46 114 15 1 2465.435 2497.506 3* / - 45 114 15 1 2497.506 2526.600 3* / - 45 113 15 1 2526.600 2586.548 3* / - 44 113 15 1 2586.548 2587.167 3* / - 44 112 15 1 2587.167 2646.909 3* / - 44 111 15 1 2646.909 2676.305 3* / - 43 111 15 1 2676.305 2706.711 3* / - 43 110 15 1 2706.711 2762.599 3* / - 43 109 15 1 2762.599 2784.614 3* / - 42 109 15 1 2784.614 2816.624 3* / - 42 108 15 1 2816.624 2869.396 3* / - 42 107 15 1 2869.396 2920.758 3* / - 42 106 15 1 2920.758 2972.074 3* / - 42 105 15 1 2972.074 2979.089 3* / - 41 105 15 1 2979.089 3020.536 3* / - 41 105 14 1 3020.536 3021.654 3* / - 41 104 14 1 3021.654 3071.949 3* / - 41 103 14 1 3071.949 3117.058 3* / - 41 103 15 1 3117.058 3122.093 3* / - 41 102 15 1 3122.093 3137.737 3* / - 42 102 15 1 3137.737 3158.841 3* / - 42 102 14 1 3158.841 3171.815 3* / - 42 101 14 1 3171.815 3222.801 3* / - 42 100 14 1 3222.801 3273.034 3* / - 42 99 14 1 3273.034 3323.530 3* / - 42 98 14 1 3323.530 3359.283 3* / - 42 98 15 1 3359.283 3374.437 3* / - 42 97 15 1 3374.437 3424.808 3* / - 42 96 15 1 3424.808 3450.000 3* / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1600.333 1742.667 25882.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1337.333 726.000 21636.667 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1279.333 348.333 20686.667 5* / - 'PR23_G9' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2657.000 2900.667 42966.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3722.667 1080.667 60204.667 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2896.333 1421.333 46839.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 3057.000 578.000 661124.333 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3802823.333 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 419538.333 5* / -/ - -WRFTPLT - 'PR23_G9' 'YES' 'YES' 'YES' / -/ - --- 9992.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 11 'MAY' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1799.143 2157.714 29575.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1341.857 785.714 22104.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1263.143 378.143 20780.286 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2940.143 3526.429 48350.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3998.000 1273.000 65734.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3195.429 1720.143 52539.857 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2448.429 517.286 340380.857 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3994610.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 503048.714 5* / -/ - --- 9999.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 18 'MAY' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1310.714 1442.286 17497.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1104.286 577.571 15014.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1057.286 281.286 14473.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2055.143 2261.143 27444.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3040.000 877.143 41037.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2005.429 1006.857 26469.429 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1175.857 241.857 129028.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3537581.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 140148.286 5* / -/ - --- 10006.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 25 'MAY' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1888.286 2153.143 29018.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1500.000 842.429 23027.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1294.143 368.143 19901.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2459.429 2842.714 37893.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3850.714 1166.857 59260.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3128.143 1614.714 47682.857 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1391.286 279.143 20115.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 1840761.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1845934.429 5* / -/ - --- 10013.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JUN' 2004 / -/ - --- : 25/11-G-9 Perforation Top: 2245.00 Bot: 3450.00 Diam: 0.24 Skin: 0.00 --- WARN: 25/11-G-9 Perf interval 3449.999946 3450.000000 below grid --- : 25/11-G-9 Connection 48 118 15 Perf. Len 37.47 ( 74.6%) --- : 25/11-G-9 Connection 48 117 15 Perf. Len 41.67 ( 83.9%) --- : 25/11-G-9 Connection 47 117 15 Perf. Len 18.97 ( 38.2%) --- : 25/11-G-9 Connection 47 116 15 Perf. Len 61.70 (122.8%) --- : 25/11-G-9 Connection 47 115 15 Perf. Len 5.62 ( 11.4%) --- : 25/11-G-9 Connection 46 115 15 Perf. Len 55.00 (110.6%) --- : 25/11-G-9 Connection 46 114 15 Perf. Len 32.07 ( 63.7%) --- : 25/11-G-9 Connection 45 114 15 Perf. Len 29.09 ( 58.3%) --- : 25/11-G-9 Connection 45 113 15 Perf. Len 59.95 (119.3%) --- : 25/11-G-9 Connection 44 113 15 Perf. Len 0.62 ( 1.4%) --- : 25/11-G-9 Connection 44 112 15 Perf. Len 59.74 (120.4%) --- : 25/11-G-9 Connection 44 111 15 Perf. Len 29.40 ( 58.3%) --- : 25/11-G-9 Connection 43 111 15 Perf. Len 30.41 ( 60.1%) --- : 25/11-G-9 Connection 43 110 15 Perf. Len 55.89 (112.8%) --- : 25/11-G-9 Connection 43 109 15 Perf. Len 22.02 ( 43.9%) --- : 25/11-G-9 Connection 42 109 15 Perf. Len 32.01 ( 63.3%) --- : 25/11-G-9 Connection 42 108 15 Perf. Len 52.77 (105.7%) --- : 25/11-G-9 Connection 42 107 15 Perf. Len 51.36 (103.4%) --- : 25/11-G-9 Connection 42 106 15 Perf. Len 51.32 (102.5%) --- : 25/11-G-9 Connection 42 105 15 Perf. Len 7.02 ( 13.9%) --- : 25/11-G-9 Connection 41 105 15 Perf. Len 41.45 ( 83.3%) --- : 25/11-G-9 Connection 41 105 14 Perf. Len 1.12 ( 2.2%) --- : 25/11-G-9 Connection 41 104 14 Perf. Len 50.29 ( 99.9%) --- : 25/11-G-9 Connection 41 103 14 Perf. Len 45.11 ( 89.5%) --- : 25/11-G-9 Connection 41 103 15 Perf. Len 5.03 ( 10.1%) --- : 25/11-G-9 Connection 41 102 15 Perf. Len 15.64 ( 31.9%) --- : 25/11-G-9 Connection 42 102 15 Perf. Len 21.10 ( 42.8%) --- : 25/11-G-9 Connection 42 102 14 Perf. Len 12.97 ( 26.1%) --- : 25/11-G-9 Connection 42 101 14 Perf. Len 50.99 (101.3%) --- : 25/11-G-9 Connection 42 100 14 Perf. Len 50.23 (101.0%) --- : 25/11-G-9 Connection 42 99 14 Perf. Len 50.50 ( 99.5%) --- : 25/11-G-9 Connection 42 98 14 Perf. Len 35.75 ( 72.5%) --- : 25/11-G-9 Connection 42 98 15 Perf. Len 15.15 ( 29.9%) --- : 25/11-G-9 Connection 42 97 15 Perf. Len 50.37 (101.6%) --- : 25/11-G-9 Connection 42 96 15 Perf. Len 25.19 ( 49.6%) -WELOPEN - 'PR23_G9' 'SHUT' 0 0 0 2* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR23_G9' 48 118 15 15 'OPEN' 1* 2954.871 0.241 224299.812 2* 'Y' 7.043 / - 'PR23_G9' 48 117 15 15 'OPEN' 1* 3606.884 0.241 273606.031 2* 'Y' 7.024 / - 'PR23_G9' 47 117 15 15 'OPEN' 1* 1534.741 0.241 116410.430 2* 'Y' 7.021 / - 'PR23_G9' 47 116 15 15 'OPEN' 1* 4562.083 0.241 346278.438 2* 'Y' 7.041 / - 'PR23_G9' 47 115 15 15 'OPEN' 1* 430.728 0.241 32671.674 2* 'Y' 7.022 / - 'PR23_G9' 46 115 15 15 'OPEN' 1* 3823.697 0.241 290052.281 2* 'Y' 7.024 / - 'PR23_G9' 46 114 15 15 'OPEN' 1* 2250.148 0.241 170807.891 2* 'Y' 7.044 / - 'PR23_G9' 45 114 15 15 'OPEN' 1* 1568.971 0.241 119097.875 2* 'Y' 7.043 / - 'PR23_G9' 45 113 15 15 'OPEN' 1* 4018.465 0.241 305037.562 2* 'Y' 7.043 / - 'PR23_G9' 44 113 15 15 'OPEN' 1* 43.989 0.241 3338.031 2* 'Y' 7.034 / - 'PR23_G9' 44 112 15 15 'OPEN' 1* 4018.519 0.241 304813.375 2* 'Y' 7.022 / - 'PR23_G9' 44 111 15 15 'OPEN' 1* 2098.620 0.241 159290.688 2* 'Y' 7.041 / - 'PR23_G9' 43 111 15 15 'OPEN' 1* 2028.688 0.241 153991.703 2* 'Y' 7.043 / - 'PR23_G9' 43 110 15 15 'OPEN' 1* 3944.188 0.241 299242.406 2* 'Y' 7.028 / - 'PR23_G9' 43 109 15 15 'OPEN' 1* 1798.071 0.241 136470.703 2* 'Y' 7.039 / - 'PR23_G9' 42 109 15 15 'OPEN' 1* 2646.871 0.241 200891.016 2* 'Y' 7.039 / - 'PR23_G9' 42 108 15 15 'OPEN' 1* 4852.340 0.241 368271.812 2* 'Y' 7.038 / - 'PR23_G9' 42 107 15 15 'OPEN' 1* 4863.799 0.241 369081.375 2* 'Y' 7.034 / - 'PR23_G9' 42 106 15 15 'OPEN' 1* 4065.477 0.241 308534.438 2* 'Y' 7.037 / - 'PR23_G9' 42 105 15 15 'OPEN' 1* 538.968 0.241 40901.301 2* 'Y' 7.036 / - 'PR23_G9' 41 105 15 15 'OPEN' 1* 3243.118 0.241 246088.594 2* 'Y' 7.033 / - 'PR23_G9' 41 105 14 14 'OPEN' 1* 86.374 0.241 6554.138 2* 'Y' 7.033 / - 'PR23_G9' 41 104 14 14 'OPEN' 1* 3932.926 0.241 298431.031 2* 'Y' 7.033 / - 'PR23_G9' 41 103 14 14 'OPEN' 1* 3468.778 0.241 263211.906 2* 'Y' 7.033 / - 'PR23_G9' 41 103 15 15 'OPEN' 1* 425.311 0.241 32272.949 2* 'Y' 7.033 / - 'PR23_G9' 41 102 15 15 'OPEN' 1* 1306.294 0.241 99120.187 2* 'Y' 7.032 / - 'PR23_G9' 42 102 15 15 'OPEN' 1* 1873.131 0.241 142149.516 2* 'Y' 7.036 / - 'PR23_G9' 42 102 14 14 'OPEN' 1* 1155.917 0.241 87722.891 2* 'Y' 7.036 / - 'PR23_G9' 42 101 14 14 'OPEN' 1* 4773.079 0.241 362245.875 2* 'Y' 7.038 / - 'PR23_G9' 42 100 14 14 'OPEN' 1* 4714.879 0.241 357802.938 2* 'Y' 7.036 / - 'PR23_G9' 42 99 14 14 'OPEN' 1* 4559.585 0.241 346032.656 2* 'Y' 7.037 / - 'PR23_G9' 42 98 14 14 'OPEN' 1* 3506.860 0.241 266156.719 2* 'Y' 7.039 / - 'PR23_G9' 42 98 15 15 'OPEN' 1* 1414.200 0.241 107334.258 2* 'Y' 7.039 / - 'PR23_G9' 42 97 15 15 'OPEN' 1* 4533.516 0.241 344054.906 2* 'Y' 7.037 / - 'PR23_G9' 42 96 15 15 'OPEN' 1* 2425.390 0.241 184077.875 2* 'Y' 7.039 / -/ - -COMPSEGS - 'PR23_G9' / - 48 118 15 1 2245.000 2282.466 3* / - 48 117 15 1 2282.466 2324.137 3* / - 47 117 15 1 2324.137 2343.110 3* / - 47 116 15 1 2343.110 2404.814 3* / - 47 115 15 1 2404.814 2410.433 3* / - 46 115 15 1 2410.433 2465.435 3* / - 46 114 15 1 2465.435 2497.506 3* / - 45 114 15 1 2497.506 2526.600 3* / - 45 113 15 1 2526.600 2586.548 3* / - 44 113 15 1 2586.548 2587.167 3* / - 44 112 15 1 2587.167 2646.909 3* / - 44 111 15 1 2646.909 2676.305 3* / - 43 111 15 1 2676.305 2706.711 3* / - 43 110 15 1 2706.711 2762.599 3* / - 43 109 15 1 2762.599 2784.614 3* / - 42 109 15 1 2784.614 2816.624 3* / - 42 108 15 1 2816.624 2869.396 3* / - 42 107 15 1 2869.396 2920.758 3* / - 42 106 15 1 2920.758 2972.074 3* / - 42 105 15 1 2972.074 2979.089 3* / - 41 105 15 1 2979.089 3020.536 3* / - 41 105 14 1 3020.536 3021.654 3* / - 41 104 14 1 3021.654 3071.949 3* / - 41 103 14 1 3071.949 3117.058 3* / - 41 103 15 1 3117.058 3122.093 3* / - 41 102 15 1 3122.093 3137.737 3* / - 42 102 15 1 3137.737 3158.841 3* / - 42 102 14 1 3158.841 3171.815 3* / - 42 101 14 1 3171.815 3222.801 3* / - 42 100 14 1 3222.801 3273.034 3* / - 42 99 14 1 3273.034 3323.530 3* / - 42 98 14 1 3323.530 3359.283 3* / - 42 98 15 1 3359.283 3374.437 3* / - 42 97 15 1 3374.437 3424.808 3* / - 42 96 15 1 3424.808 3450.000 3* / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1907.000 2375.000 28943.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1925.000 1140.000 29219.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1328.000 406.000 20167.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2674.000 2954.000 40584.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4258.000 1075.000 64625.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3377.000 1912.000 51253.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1752.000 355.000 24903.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2839720.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1128690.000 5* / -/ - --- 10014.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 2 'JUN' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1939.500 2507.000 30110.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1649.167 1012.667 25602.833 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1213.333 384.333 18835.833 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3472.500 813.500 54283.167 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2324.167 2667.500 36109.667 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4294.333 1125.333 66660.667 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3192.333 1876.667 49553.333 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2404.167 508.500 80017.167 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2278551.667 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1019010.167 5* / -/ - ---USER EVENT ---============================================================================= ---G-09 starter produksjon ---============================================================================= - --- 10020.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 8 'JUN' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 0.167 0.167 1.667 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1400.667 1823.333 21169.333 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1323.500 806.667 19967.667 5* / - 'PR25_G21' 'OPEN' 'ORAT' 933.167 293.500 14085.500 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3517.000 1961.667 53034.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1819.333 2041.833 27498.333 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3996.167 1036.000 60240.667 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2038.167 1210.000 30804.500 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1033.333 226.833 60836.667 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 1775006.667 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1184255.833 5* / -/ - --- 10026.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 14 'JUN' 2004 / -/ - --- : 25/11-G-28 Perforation Top: 3129.00 Bot: 3171.00 Diam: 0.24 Skin: 25.00 --- : 25/11-G-28 Perforation Top: 3198.00 Bot: 3435.00 Diam: 0.24 Skin: 25.00 --- : 25/11-G-28 Perforation Top: 3435.00 Bot: 3660.00 Diam: 0.24 Skin: 25.00 --- : 25/11-G-28 Perforation Top: 3660.00 Bot: 3674.00 Diam: 0.24 Skin: 25.00 --- : 25/11-G-28 Perforation Top: 3691.00 Bot: 3804.00 Diam: 0.24 Skin: 25.00 --- : 25/11-G-28 Perforation Top: 3818.00 Bot: 4234.00 Diam: 0.24 Skin: 100.00 --- : 25/11-G-28 Perforation Top: 4254.00 Bot: 4419.00 Diam: 0.24 Skin: 100.00 --- WARN: 25/11-G-28 Perf interval 4306.499852 to 4355.814349 outside all cells, discarded --- : 25/11-G-28 Perforation Top: 4423.00 Bot: 4571.00 Diam: 0.24 Skin: 100.00 --- : 25/11-G-28 Connection 50 176 15 Perf. Len 26.18 ( 52.2%) --- : 25/11-G-28 Connection 50 177 15 Perf. Len 15.82 ( 31.6%) --- : 25/11-G-28 Connection 49 177 14 Perf. Len 7.34 ( 15.3%) --- : 25/11-G-28 Connection 49 178 14 Perf. Len 50.44 (100.9%) --- : 25/11-G-28 Connection 49 179 14 Perf. Len 49.97 (100.4%) --- : 25/11-G-28 Connection 49 180 14 Perf. Len 50.26 (100.0%) --- : 25/11-G-28 Connection 49 181 14 Perf. Len 50.02 ( 99.0%) --- : 25/11-G-28 Connection 49 182 14 Perf. Len 50.62 (101.4%) --- : 25/11-G-28 Connection 49 183 14 Perf. Len 47.97 ( 96.3%) --- : 25/11-G-28 Connection 50 183 14 Perf. Len 2.44 ( 5.7%) --- : 25/11-G-28 Connection 50 184 14 Perf. Len 51.66 (101.7%) --- : 25/11-G-28 Connection 50 185 14 Perf. Len 50.24 (101.9%) --- : 25/11-G-28 Connection 50 186 14 Perf. Len 51.26 (102.1%) --- : 25/11-G-28 Connection 50 187 14 Perf. Len 33.77 ( 66.8%) --- : 25/11-G-28 Connection 50 188 14 Perf. Len 50.13 (100.9%) --- : 25/11-G-28 Connection 51 188 14 Perf. Len 1.21 ( 2.5%) --- : 25/11-G-28 Connection 51 189 14 Perf. Len 41.66 ( 83.4%) --- : 25/11-G-28 Connection 51 190 14 Perf. Len 50.65 (101.7%) --- : 25/11-G-28 Connection 51 191 14 Perf. Len 35.55 ( 71.4%) --- : 25/11-G-28 Connection 52 191 14 Perf. Len 18.34 ( 36.4%) --- : 25/11-G-28 Connection 52 192 14 Perf. Len 54.65 (109.4%) --- : 25/11-G-28 Connection 52 193 14 Perf. Len 53.94 (107.8%) --- : 25/11-G-28 Connection 52 194 14 Perf. Len 1.33 ( 2.7%) --- : 25/11-G-28 Connection 53 194 14 Perf. Len 54.18 (107.7%) --- : 25/11-G-28 Connection 53 195 14 Perf. Len 54.37 (109.1%) --- : 25/11-G-28 Connection 53 196 14 Perf. Len 13.25 ( 26.5%) --- : 25/11-G-28 Connection 54 196 14 Perf. Len 28.07 ( 56.4%) --- : 25/11-G-28 Connection 54 196 15 Perf. Len 11.62 ( 23.2%) --- : 25/11-G-28 Connection 54 197 15 Perf. Len 40.03 ( 79.6%) --- : 25/11-G-28 Connection 54 198 14 Perf. Len 40.80 ( 82.2%) --- : 25/11-G-28 Connection 55 198 14 Perf. Len 6.93 ( 13.6%) --- : 25/11-G-28 Connection 55 199 14 Perf. Len 4.77 ( 10.2%) --- : 25/11-G-28 Connection 55 200 14 Perf. Len 53.05 (107.0%) --- : 25/11-G-28 Connection 55 201 14 Perf. Len 13.47 ( 27.1%) --- : 25/11-G-28 Connection 55 201 15 Perf. Len 12.46 ( 25.0%) --- : 25/11-G-28 Connection 56 201 15 Perf. Len 23.53 ( 47.5%) --- WARN: 25/11-G-28 Cell 56 202 15 is intersected 2 times --- : 25/11-G-28 Connection 56 202 15 Perf. Len 54.85 (109.7%) --- : 25/11-G-28 Connection 56 203 15 Perf. Len 43.51 ( 86.7%) --- : 25/11-G-28 Connection 57 203 15 Perf. Len 10.31 ( 21.7%) -WELOPEN - 'PR06_G28' 'SHUT' 0 0 0 2* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR06_G28' 50 176 15 15 'OPEN' 1* 208.570 0.241 113152.453 2* 'Y' 7.039 / - 'PR06_G28' 50 177 15 15 'OPEN' 1* 111.622 0.241 60561.977 2* 'Y' 7.056 / - 'PR06_G28' 49 177 14 14 'OPEN' 1* 60.722 0.241 32943.324 2* 'Y' 7.044 / - 'PR06_G28' 49 178 14 14 'OPEN' 1* 531.819 0.241 288511.406 2* 'Y' 7.032 / - 'PR06_G28' 49 179 14 14 'OPEN' 1* 569.524 0.241 308966.562 2* 'Y' 7.033 / - 'PR06_G28' 49 180 14 14 'OPEN' 1* 549.962 0.241 298353.969 2* 'Y' 7.033 / - 'PR06_G28' 49 181 14 14 'OPEN' 1* 545.241 0.241 295793.031 2* 'Y' 7.033 / - 'PR06_G28' 49 182 14 14 'OPEN' 1* 535.555 0.241 290538.938 2* 'Y' 7.033 / - 'PR06_G28' 49 183 14 14 'OPEN' 1* 553.231 0.241 300126.156 2* 'Y' 7.032 / - 'PR06_G28' 50 183 14 14 'OPEN' 1* 32.339 0.241 17543.982 2* 'Y' 7.036 / - 'PR06_G28' 50 184 14 14 'OPEN' 1* 703.737 0.241 381785.469 2* 'Y' 7.037 / - 'PR06_G28' 50 185 14 14 'OPEN' 1* 635.828 0.241 344940.656 2* 'Y' 7.035 / - 'PR06_G28' 50 186 14 14 'OPEN' 1* 556.640 0.241 301983.844 2* 'Y' 7.037 / - 'PR06_G28' 50 187 14 14 'OPEN' 1* 381.551 0.241 206995.531 2* 'Y' 7.037 / - 'PR06_G28' 50 188 14 14 'OPEN' 1* 665.678 0.241 361133.219 2* 'Y' 7.034 / - 'PR06_G28' 51 188 14 14 'OPEN' 1* 14.378 0.241 7799.994 2* 'Y' 7.036 / - 'PR06_G28' 51 189 14 14 'OPEN' 1* 368.544 0.241 199940.922 2* 'Y' 7.039 / - 'PR06_G28' 51 190 14 14 'OPEN' 1* 159.459 0.241 309726.844 2* 'Y' 7.031 / - 'PR06_G28' 51 191 14 14 'OPEN' 1* 142.389 0.241 276573.562 2* 'Y' 7.040 / - 'PR06_G28' 52 191 14 14 'OPEN' 1* 74.639 0.241 144976.078 2* 'Y' 7.037 / - 'PR06_G28' 52 192 14 14 'OPEN' 1* 180.770 0.241 351122.781 2* 'Y' 7.036 / - 'PR06_G28' 52 193 14 14 'OPEN' 1* 194.723 0.241 378217.969 2* 'Y' 7.027 / - 'PR06_G28' 52 194 14 14 'OPEN' 1* 5.204 0.241 10108.430 2* 'Y' 7.034 / - 'PR06_G28' 53 194 14 14 'OPEN' 1* 221.415 0.241 430072.062 2* 'Y' 7.040 / - 'PR06_G28' 53 195 14 14 'OPEN' 1* 218.474 0.241 424353.219 2* 'Y' 7.031 / - 'PR06_G28' 53 196 14 14 'OPEN' 1* 53.835 0.241 104567.656 2* 'Y' 7.042 / - 'PR06_G28' 54 196 14 14 'OPEN' 1* 115.122 0.241 223610.141 2* 'Y' 7.039 / - 'PR06_G28' 54 196 15 15 'OPEN' 1* 46.738 0.241 90783.555 2* 'Y' 7.038 / - 'PR06_G28' 54 197 15 15 'OPEN' 1* 139.256 0.241 270486.812 2* 'Y' 7.040 / - 'PR06_G28' 54 198 14 14 'OPEN' 1* 141.537 0.241 274914.938 2* 'Y' 7.031 / - 'PR06_G28' 55 198 14 14 'OPEN' 1* 22.366 0.241 43441.695 2* 'Y' 7.027 / - 'PR06_G28' 55 199 14 14 'OPEN' 1* 20.741 0.241 40286.844 2* 'Y' 7.035 / - 'PR06_G28' 55 200 14 14 'OPEN' 1* 215.774 0.241 419112.781 2* 'Y' 7.035 / - 'PR06_G28' 55 201 14 14 'OPEN' 1* 48.886 0.241 94954.406 2* 'Y' 7.029 / - 'PR06_G28' 55 201 15 15 'OPEN' 1* 38.971 0.241 75695.461 2* 'Y' 7.028 / - 'PR06_G28' 56 201 15 15 'OPEN' 1* 86.767 0.241 168532.188 2* 'Y' 7.031 / - 'PR06_G28' 56 202 15 15 'OPEN' 1* 138.554 0.241 269123.676 2* 'Y' 7.040 / - 'PR06_G28' 56 203 15 15 'OPEN' 1* 161.599 0.241 313878.938 2* 'Y' 7.024 / - 'PR06_G28' 57 203 15 15 'OPEN' 1* 38.100 0.241 74004.203 2* 'Y' 7.032 / -/ - -COMPSEGS -'PR06_G28' / - 50 176 15 1 3129.000 3155.178 3* / - 50 177 15 1 3155.178 3171.000 3* / - 49 177 14 1 3198.000 3205.339 3* / - 49 178 14 1 3205.339 3255.781 3* / - 49 179 14 1 3255.781 3305.755 3* / - 49 180 14 1 3305.755 3356.015 3* / - 49 181 14 1 3356.015 3406.038 3* / - 49 182 14 1 3406.038 3456.656 3* / - 49 183 14 1 3456.656 3504.621 3* / - 50 183 14 1 3504.621 3507.065 3* / - 50 184 14 1 3507.065 3558.729 3* / - 50 185 14 1 3558.729 3608.973 3* / - 50 186 14 1 3608.973 3660.234 3* / - 50 187 14 1 3660.234 3711.007 3* / - 50 188 14 1 3711.007 3761.135 3* / - 51 188 14 1 3761.135 3762.345 3* / - 51 189 14 1 3762.345 3804.000 3* / - 51 190 14 1 3818.000 3868.652 3* / - 51 191 14 1 3868.652 3904.206 3* / - 52 191 14 1 3904.206 3922.548 3* / - 52 192 14 1 3922.548 3977.197 3* / - 52 193 14 1 3977.197 4031.137 3* / - 52 194 14 1 4031.137 4032.469 3* / - 53 194 14 1 4032.469 4086.652 3* / - 53 195 14 1 4086.652 4141.022 3* / - 53 196 14 1 4141.022 4154.276 3* / - 54 196 14 1 4154.276 4182.345 3* / - 54 196 15 1 4182.345 4193.968 3* / - 54 197 15 1 4193.968 4234.000 3* / - 54 198 14 1 4254.000 4294.804 3* / - 55 198 14 1 4294.804 4301.732 3* / - 55 199 14 1 4301.732 4306.500 3* / - 55 200 14 1 4355.814 4408.867 3* / - 55 201 14 1 4408.867 4426.338 3* / - 55 201 15 1 4426.338 4438.796 3* / - 56 201 15 1 4438.796 4462.324 3* / - 56 202 15 1 4462.324 4517.178 3* / - 56 203 15 1 4517.178 4560.688 3* / - 57 203 15 1 4560.688 4571.000 3* / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1113.000 1071.000 15905.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1178.000 539.000 16835.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 550.000 130.000 7854.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3361.000 2338.000 48034.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1392.000 1188.000 19897.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4673.000 911.000 66785.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1813.000 793.000 25915.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2027490.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 998612.000 5* / -/ - --- 10027.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 15 'JUN' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 158.429 191.000 2345.143 5* / - 'PR22_G25' 'OPEN' 'ORAT' 853.571 982.857 12123.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1521.286 820.857 21848.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1300.714 361.143 18686.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2659.429 2393.286 38255.286 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2216.000 2230.714 31729.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4456.143 1023.429 64049.286 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2912.571 1501.143 41746.429 5* / - 'PR26_G26' 'OPEN' 'ORAT' 830.571 151.571 12195.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2093811.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1268795.714 5* / -/ - --- 10034.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 22 'JUN' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1459.857 1746.857 22551.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1396.857 794.286 21596.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1371.000 402.143 21202.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2370.571 2414.429 36640.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2147.429 2282.143 33312.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4116.429 997.143 63587.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3058.714 1654.429 47249.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1528.143 297.714 22189.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2326601.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1420415.857 5* / -/ - --- 10041.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 29 'JUN' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1475.286 1658.857 22109.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1468.286 799.000 21946.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1415.143 374.429 21161.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2448.429 2634.286 36560.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2258.571 2123.429 33800.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4169.714 1001.143 62316.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3277.429 1591.429 48986.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1852.714 338.000 38545.429 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2301252.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1216914.143 5* / -/ - --- 10048.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 6 'JUL' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1438.600 1605.000 21850.400 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1218.200 672.600 18512.600 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1267.200 329.400 19156.200 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1911.000 2163.200 29212.200 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2045.400 1888.200 31229.200 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3589.400 880.600 54478.200 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2897.000 1386.800 43961.200 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1487.600 278.800 76201.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 1263928.200 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 848988.000 5* / -/ - --- 10053.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 11 'JUL' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 0.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 0.000 5* / -/ - ---USER EVENT ---============================================================================= ---G-09 stenger ---============================================================================= - ---USER EVENT ---============================================================================= --- Start Down Period ---============================================================================= - --- 10055.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 13 'JUL' 2004 / -/ - --- 10060.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 18 'JUL' 2004 / -/ - -WCONHIST - 'PR24_G17' 'OPEN' 'ORAT' 412.000 125.500 5400.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 531.000 269.000 6956.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 648.000 88.000 8494.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 315.000 31.500 4192.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 1339952.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 644340.000 5* / -/ - ---USER EVENT ---============================================================================= --- End Down Period ---============================================================================= - --- 10062.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 20 'JUL' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 921.667 807.000 14141.667 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1786.333 743.000 25921.667 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1163.667 232.667 17220.333 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2630.667 1809.333 38007.333 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4083.000 755.000 59157.333 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2632.667 957.333 38581.333 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1575.000 215.000 21238.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2517430.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1418533.333 5* / -/ - --- 10065.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 23 'JUL' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 995.750 937.500 14720.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1934.250 918.250 28718.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1740.000 393.250 25829.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2370.000 2314.500 35290.250 5* / - 'PR10_G18' 'OPEN' 'ORAT' 3010.500 2380.750 44726.250 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4480.250 949.750 66554.500 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3601.250 1490.500 53496.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1712.000 269.500 23830.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3129057.500 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1994827.500 5* / -/ - ---USER EVENT ---============================================================================= ---G-09 starter produksjon ---============================================================================= - --- 10069.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 27 'JUL' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1406.714 1416.571 22185.714 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1597.571 825.143 25192.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1458.143 361.714 22979.857 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1758.571 1866.429 27713.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2622.286 2375.857 41352.571 5* / - 'PR12_G19' 'OPEN' 'ORAT' 939.286 950.857 14878.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4007.429 934.286 63186.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3415.000 1434.857 53867.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1589.714 270.571 23636.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3055922.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1661951.429 5* / -/ - --- 10076.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 3 'AUG' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1487.143 1453.000 22852.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1528.286 862.571 23774.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1399.286 390.000 21739.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1974.429 2190.286 30719.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2273.714 2582.286 35384.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2066.857 2372.429 32199.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3788.000 993.143 58936.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3419.571 1326.286 53210.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1550.429 287.000 22731.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3680471.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2536421.429 5* / -/ - --- 10083.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 10 'AUG' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 610.857 199.286 9499.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1905.143 1862.857 29008.714 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1666.000 950.143 25367.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1492.857 419.857 22718.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2422.000 2695.286 36993.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2439.857 2797.000 37131.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2111.429 2467.429 32313.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4189.000 1108.143 63753.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3797.714 1486.429 57802.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1786.286 333.857 25805.857 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3987028.571 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2848384.286 5* / -/ - --- 10090.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 17 'AUG' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1689.571 1595.857 25180.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1662.857 904.571 24693.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1518.857 407.571 22585.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2607.714 2748.571 38806.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2665.429 2916.429 39654.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1896.286 2109.857 28352.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4364.571 1101.571 66563.286 5* / - 'PR14_G27' 'OPEN' 'ORAT' 4059.714 1517.714 84141.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1870.286 333.286 26945.286 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3335615.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3169007.143 5* / -/ - --- 10097.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 24 'AUG' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 965.857 298.857 12277.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1862.714 1803.000 24397.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1800.857 1016.000 23078.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1647.857 459.000 21270.857 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2306.000 2521.429 30165.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2588.571 2934.714 33153.571 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1499.571 1711.429 18766.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4256.857 1115.286 59629.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3425.143 1328.286 278619.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2090.714 386.286 47907.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4341910.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3023270.000 5* / -/ - --- 10104.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 31 'AUG' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 906.000 303.000 14314.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2081.000 2153.000 32858.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1799.000 1086.000 28404.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1709.000 509.000 26989.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2622.000 3059.000 41399.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2649.000 3216.000 41826.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2123.000 2578.000 33520.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 4277.000 1198.000 73895.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1413.000 586.000 59013.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2053.000 406.000 125106.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4127790.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2901560.000 5* / -/ - --- 10105.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'SEP' 2004 / -/ - --- : 25/11-G-6 Perforation Top: 2196.70 Bot: 2318.00 Diam: 0.22 Skin: 13.00 --- : 25/11-G-6 Perforation Top: 2342.00 Bot: 2364.00 Diam: 0.22 Skin: 13.00 --- : 25/11-G-6 Perforation Top: 2376.00 Bot: 2439.00 Diam: 0.22 Skin: 13.00 --- : 25/11-G-6 Perforation Top: 2469.00 Bot: 2547.00 Diam: 0.22 Skin: 13.00 --- : 25/11-G-6 Perforation Top: 2555.00 Bot: 2581.00 Diam: 0.22 Skin: 13.00 --- : 25/11-G-6 Perforation Top: 2589.00 Bot: 2785.00 Diam: 0.22 Skin: 13.00 --- : 25/11-G-6 Perforation Top: 2792.00 Bot: 3000.00 Diam: 0.22 Skin: 13.00 --- : 25/11-G-6 Perforation Top: 3001.00 Bot: 3164.70 Diam: 0.22 Skin: 13.00 --- : 25/11-G-6 Perforation Top: 3171.90 Bot: 3210.00 Diam: 0.22 Skin: 13.00 --- : 25/11-G-6 Perforation Top: 3218.90 Bot: 3452.00 Diam: 0.22 Skin: 13.00 --- : 25/11-G-6 Perforation Top: 3483.90 Bot: 3487.00 Diam: 0.22 Skin: 13.00 --- : 25/11-G-6 Perforation Top: 3502.90 Bot: 4315.00 Diam: 0.22 Skin: 13.00 --- : 25/11-G-6 Connection 42 138 15 Perf. Len 10.70 ( 21.3%) --- WARN: 25/11-G-6 WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-6 Connection 42 139 15 Perf. Len 29.92 ( 60.1%) --- : 25/11-G-6 Connection 41 139 15 Perf. Len 58.76 (116.8%) --- : 25/11-G-6 Connection 41 140 15 Perf. Len 2.78 ( 5.6%) --- : 25/11-G-6 Connection 40 140 15 Perf. Len 38.97 ( 78.7%) --- : 25/11-G-6 Connection 39 140 15 Perf. Len 2.28 ( 4.3%) --- : 25/11-G-6 Connection 39 141 15 Perf. Len 51.15 (102.0%) --- : 25/11-G-6 Connection 38 141 15 Perf. Len 11.73 ( 23.3%) --- : 25/11-G-6 Connection 38 142 15 Perf. Len 24.97 ( 49.7%) --- : 25/11-G-6 Connection 37 142 15 Perf. Len 34.99 ( 70.3%) --- : 25/11-G-6 Connection 37 143 15 Perf. Len 24.92 ( 50.1%) --- : 25/11-G-6 Connection 36 143 15 Perf. Len 30.27 ( 61.0%) --- : 25/11-G-6 Connection 36 144 15 Perf. Len 32.86 ( 65.6%) --- : 25/11-G-6 Connection 35 144 15 Perf. Len 36.00 ( 71.4%) --- : 25/11-G-6 Connection 35 145 15 Perf. Len 39.61 ( 79.0%) --- : 25/11-G-6 Connection 34 145 15 Perf. Len 26.14 ( 54.1%) --- : 25/11-G-6 Connection 34 146 15 Perf. Len 50.23 ( 99.7%) --- : 25/11-G-6 Connection 33 146 14 Perf. Len 6.64 ( 13.0%) --- : 25/11-G-6 Connection 33 147 14 Perf. Len 61.48 (122.2%) --- : 25/11-G-6 Connection 33 148 14 Perf. Len 14.01 ( 28.2%) --- : 25/11-G-6 Connection 32 148 14 Perf. Len 45.47 ( 91.6%) --- : 25/11-G-6 Connection 32 149 14 Perf. Len 49.37 ( 97.7%) --- : 25/11-G-6 Connection 31 149 14 Perf. Len 9.40 ( 18.9%) --- : 25/11-G-6 Connection 31 150 14 Perf. Len 57.34 (115.7%) --- : 25/11-G-6 Connection 31 151 14 Perf. Len 25.75 ( 51.0%) --- : 25/11-G-6 Connection 30 151 14 Perf. Len 35.19 ( 70.9%) --- : 25/11-G-6 Connection 30 152 14 Perf. Len 55.88 (110.8%) --- : 25/11-G-6 Connection 29 152 14 Perf. Len 4.11 ( 7.0%) --- : 25/11-G-6 Connection 29 153 14 Perf. Len 45.13 ( 90.6%) --- : 25/11-G-6 Connection 29 154 14 Perf. Len 27.06 ( 54.8%) --- : 25/11-G-6 Connection 28 154 14 Perf. Len 28.90 ( 57.8%) --- : 25/11-G-6 Connection 28 155 14 Perf. Len 56.74 (113.6%) --- : 25/11-G-6 Connection 28 156 14 Perf. Len 17.51 ( 34.9%) --- : 25/11-G-6 Connection 27 156 14 Perf. Len 29.14 ( 57.8%) --- : 25/11-G-6 Connection 27 156 15 Perf. Len 10.39 ( 20.9%) --- : 25/11-G-6 Connection 27 157 15 Perf. Len 58.36 (116.6%) --- : 25/11-G-6 Connection 27 158 15 Perf. Len 2.00 ( 4.0%) --- : 25/11-G-6 Connection 26 158 15 Perf. Len 9.44 ( 19.1%) --- : 25/11-G-6 Connection 26 159 15 Perf. Len 34.65 ( 68.9%) --- : 25/11-G-6 Connection 25 159 15 Perf. Len 25.06 ( 50.9%) --- : 25/11-G-6 Connection 25 160 15 Perf. Len 60.38 (119.9%) --- : 25/11-G-6 Connection 25 161 15 Perf. Len 3.97 ( 9.0%) --- : 25/11-G-6 Connection 24 161 15 Perf. Len 55.72 (110.8%) --- : 25/11-G-6 Connection 24 162 15 Perf. Len 38.18 ( 74.8%) --- : 25/11-G-6 Connection 23 162 15 Perf. Len 20.35 ( 41.9%) --- : 25/11-G-6 Connection 23 163 15 Perf. Len 55.93 (111.7%) --- : 25/11-G-6 Connection 23 164 15 Perf. Len 35.97 ( 72.1%) --- : 25/11-G-6 Connection 22 164 15 Perf. Len 18.99 ( 38.2%) --- : 25/11-G-6 Connection 22 165 15 Perf. Len 18.45 ( 36.6%) --- : 25/11-G-6 Connection 22 165 14 Perf. Len 34.09 ( 69.3%) --- : 25/11-G-6 Connection 22 166 14 Perf. Len 53.43 (106.4%) --- : 25/11-G-6 Connection 22 167 14 Perf. Len 18.37 ( 36.5%) --- : 25/11-G-6 Connection 21 167 14 Perf. Len 34.63 ( 69.0%) --- : 25/11-G-6 Connection 21 168 14 Perf. Len 1.02 ( 2.1%) --- : 25/11-G-6 Connection 21 168 15 Perf. Len 51.69 (104.6%) --- : 25/11-G-6 Connection 21 169 15 Perf. Len 53.43 (105.4%) --- : 25/11-G-6 Connection 21 170 15 Perf. Len 11.57 ( 24.4%) --- : 25/11-G-6 Connection 20 170 15 Perf. Len 41.82 ( 83.2%) --- : 25/11-G-6 Connection 20 171 15 Perf. Len 54.33 (108.5%) --- : 25/11-G-6 Connection 20 172 15 Perf. Len 35.14 ( 69.4%) --- : 25/11-G-6 Connection 19 172 15 Perf. Len 19.65 ( 39.2%) --- : 25/11-G-6 Connection 19 173 15 Perf. Len 1.52 ( 3.0%) --- : 25/11-G-6 Connection 19 173 14 Perf. Len 30.42 ( 60.8%) -WELSPECS - 'PR11_G6' 'CE-NO' 46 136 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS - 'PR11_G6' 1755.991 2204.000 38.948 'INC' 2* / - 2 2 1 1 1.951 -0.001 0.150 0.00065 0.018 0.034 / - 3 3 1 2 20.311 0.010 0.150 0.00065 0.018 0.359 / - 4 4 1 3 44.343 0.026 0.150 0.00065 0.018 0.784 / - 5 5 1 4 30.772 0.020 0.150 0.00065 0.018 0.544 / - 6 6 1 5 32.874 -0.099 0.150 0.00065 0.018 0.581 / - 7 7 1 6 38.624 -0.179 0.150 0.00065 0.018 0.683 / - 8 8 1 7 32.718 -0.317 0.150 0.00065 0.018 0.578 / - 9 9 1 8 31.443 -0.247 0.150 0.00065 0.018 0.556 / - 10 10 1 9 48.354 -0.023 0.150 0.00065 0.018 0.854 / - 11 11 1 10 29.982 0.020 0.150 0.00065 0.018 0.530 / - 12 12 1 11 33.954 0.030 0.150 0.00065 0.018 0.600 / - 13 13 1 12 35.592 0.024 0.150 0.00065 0.018 0.629 / - 14 14 1 13 35.564 0.019 0.150 0.00065 0.018 0.628 / - 15 15 1 14 34.431 0.013 0.150 0.00065 0.018 0.608 / - 16 16 1 15 37.807 0.010 0.150 0.00065 0.018 0.668 / - 17 17 1 16 32.879 0.012 0.150 0.00065 0.018 0.581 / - 18 18 1 17 38.188 -0.123 0.150 0.00065 0.018 0.675 / - 19 19 1 18 35.436 -0.236 0.150 0.00065 0.018 0.626 / - 20 20 1 19 34.061 -0.359 0.150 0.00065 0.018 0.602 / - 21 21 1 20 37.749 -0.347 0.150 0.00065 0.018 0.667 / - 22 22 1 21 29.743 -0.083 0.150 0.00065 0.018 0.526 / - 23 23 1 22 47.422 -0.106 0.150 0.00065 0.018 0.838 / - 24 24 1 23 29.388 -0.057 0.150 0.00065 0.018 0.519 / - 25 25 1 24 33.872 -0.035 0.150 0.00065 0.018 0.599 / - 26 26 1 25 42.048 -0.077 0.150 0.00065 0.018 0.743 / - 27 27 1 26 30.474 -0.050 0.150 0.00065 0.018 0.539 / - 28 28 1 27 45.538 0.126 0.150 0.00065 0.018 0.805 / - 29 29 1 28 29.996 0.140 0.150 0.00065 0.018 0.530 / - 30 30 1 29 28.222 0.066 0.150 0.00065 0.018 0.499 / - 31 31 1 30 48.597 0.108 0.150 0.00065 0.018 0.859 / - 32 32 1 31 27.978 0.078 0.150 0.00065 0.018 0.494 / - 33 33 1 32 42.820 0.125 0.150 0.00065 0.018 0.757 / - 34 34 1 33 37.128 0.120 0.150 0.00065 0.018 0.656 / - 35 35 1 34 23.328 0.220 0.150 0.00065 0.018 0.412 / - 36 36 1 35 19.765 0.309 0.150 0.00065 0.018 0.349 / - 37 37 1 36 34.373 0.492 0.150 0.00065 0.018 0.607 / - 38 38 1 37 30.180 0.364 0.150 0.00065 0.018 0.533 / - 39 39 1 38 29.618 0.004 0.150 0.00065 0.018 0.523 / - 40 40 1 39 45.941 -0.129 0.150 0.00065 0.018 0.812 / - 41 41 1 40 29.854 -0.271 0.150 0.00065 0.018 0.528 / - 42 42 1 41 42.718 -0.227 0.150 0.00065 0.018 0.755 / - 43 43 1 42 32.174 -0.093 0.150 0.00065 0.018 0.569 / - 44 44 1 43 29.845 -0.017 0.150 0.00065 0.018 0.527 / - 45 45 1 44 46.949 0.008 0.150 0.00065 0.018 0.830 / - 46 46 1 45 29.266 0.016 0.150 0.00065 0.018 0.517 / - 47 47 1 46 38.139 -0.061 0.150 0.00065 0.018 0.674 / - 48 48 1 47 45.947 -0.093 0.150 0.00065 0.018 0.812 / - 49 49 1 48 27.480 -0.061 0.150 0.00065 0.018 0.486 / - 50 50 1 49 18.724 -0.043 0.150 0.00065 0.018 0.331 / - 51 51 1 50 26.274 -0.046 0.150 0.00065 0.018 0.464 / - 52 52 1 51 43.763 -0.050 0.150 0.00065 0.018 0.773 / - 53 53 1 52 35.899 -0.012 0.150 0.00065 0.018 0.634 / - 54 54 1 53 26.497 0.049 0.150 0.00065 0.018 0.468 / - 55 55 1 54 17.826 0.039 0.150 0.00065 0.018 0.315 / - 56 56 1 55 26.358 0.054 0.150 0.00065 0.018 0.466 / - 57 57 1 56 52.563 0.122 0.150 0.00065 0.018 0.929 / - 58 58 1 57 32.502 0.086 0.150 0.00065 0.018 0.574 / - 59 59 1 58 26.695 0.020 0.150 0.00065 0.018 0.472 / - 60 60 1 59 48.076 -0.013 0.150 0.00065 0.018 0.850 / - 61 61 1 60 44.736 -0.098 0.150 0.00065 0.018 0.791 / - 62 62 1 61 27.394 -0.122 0.150 0.00065 0.018 0.484 / - 63 63 1 62 10.581 -0.044 0.150 0.00065 0.018 0.187 / - 64 64 1 63 15.967 -0.010 0.150 0.00065 0.018 0.282 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR11_G6' 42 138 15 15 'OPEN' 1* 183.641 0.216 58863.773 2* 'X' 7.010 / - 'PR11_G6' 42 139 15 15 'OPEN' 1* 621.993 0.216 199441.578 2* 'X' 7.052 / - 'PR11_G6' 41 139 15 15 'OPEN' 1* 939.560 0.216 301264.719 2* 'X' 7.050 / - 'PR11_G6' 41 140 15 15 'OPEN' 1* 30.614 0.216 9812.948 2* 'X' 7.009 / - 'PR11_G6' 40 140 15 15 'OPEN' 1* 415.770 0.216 133273.312 2* 'X' 7.013 / - 'PR11_G6' 39 140 15 15 'OPEN' 1* 15.325 0.216 4912.484 2* 'X' 7.014 / - 'PR11_G6' 39 141 15 15 'OPEN' 1* 853.910 0.216 273800.594 2* 'X' 7.050 / - 'PR11_G6' 38 141 15 15 'OPEN' 1* 206.030 0.216 66061.188 2* 'X' 7.048 / - 'PR11_G6' 38 142 15 15 'OPEN' 1* 484.952 0.216 155493.766 2* 'X' 7.047 / - 'PR11_G6' 37 142 15 15 'OPEN' 1* 734.971 0.216 235661.562 2* 'X' 7.049 / - 'PR11_G6' 37 143 15 15 'OPEN' 1* 513.943 0.216 164746.797 2* 'X' 7.016 / - 'PR11_G6' 36 143 15 15 'OPEN' 1* 650.630 0.216 208564.672 2* 'X' 7.017 / - 'PR11_G6' 36 144 15 15 'OPEN' 1* 655.601 0.216 210209.516 2* 'Y' 7.047 / - 'PR11_G6' 35 144 15 15 'OPEN' 1* 668.634 0.216 214383.812 2* 'Y' 7.044 / - 'PR11_G6' 35 145 15 15 'OPEN' 1* 742.055 0.216 237871.953 2* 'Y' 7.018 / - 'PR11_G6' 34 145 15 15 'OPEN' 1* 544.324 0.216 174491.734 2* 'Y' 7.020 / - 'PR11_G6' 34 146 15 15 'OPEN' 1* 1046.544 0.216 335554.594 2* 'Y' 7.045 / - 'PR11_G6' 33 146 14 14 'OPEN' 1* 130.736 0.216 41917.039 2* 'Y' 7.042 / - 'PR11_G6' 33 147 14 14 'OPEN' 1* 1079.965 0.216 346260.906 2* 'Y' 7.042 / - 'PR11_G6' 33 148 14 14 'OPEN' 1* 229.969 0.216 73721.289 2* 'Y' 7.022 / - 'PR11_G6' 32 148 14 14 'OPEN' 1* 818.903 0.216 262522.719 2* 'Y' 7.025 / - 'PR11_G6' 32 149 14 14 'OPEN' 1* 1039.812 0.216 333388.562 2* 'Y' 7.042 / - 'PR11_G6' 31 149 14 14 'OPEN' 1* 210.745 0.216 67569.930 2* 'Y' 7.042 / - 'PR11_G6' 31 150 14 14 'OPEN' 1* 1249.943 0.216 400706.938 2* 'Y' 7.026 / - 'PR11_G6' 31 151 14 14 'OPEN' 1* 584.357 0.216 187360.453 2* 'Y' 7.043 / - 'PR11_G6' 30 151 14 14 'OPEN' 1* 820.972 0.216 263220.219 2* 'Y' 7.041 / - 'PR11_G6' 30 152 14 14 'OPEN' 1* 1320.792 0.216 423470.625 2* 'Y' 7.040 / - 'PR11_G6' 29 152 14 14 'OPEN' 1* 80.887 0.216 25934.596 2* 'Y' 7.043 / - 'PR11_G6' 29 153 14 14 'OPEN' 1* 940.349 0.216 301455.750 2* 'Y' 7.025 / - 'PR11_G6' 29 154 14 14 'OPEN' 1* 636.333 0.216 204024.062 2* 'Y' 7.043 / - 'PR11_G6' 28 154 14 14 'OPEN' 1* 734.558 0.216 235516.281 2* 'Y' 7.042 / - 'PR11_G6' 28 155 14 14 'OPEN' 1* 1358.476 0.216 435507.219 2* 'Y' 7.028 / - 'PR11_G6' 28 156 14 14 'OPEN' 1* 411.293 0.216 131869.297 2* 'Y' 7.041 / - 'PR11_G6' 27 156 14 14 'OPEN' 1* 696.605 0.216 223342.438 2* 'Y' 7.039 / - 'PR11_G6' 27 156 15 15 'OPEN' 1* 244.956 0.216 78537.633 2* 'Y' 7.041 / - 'PR11_G6' 27 157 15 15 'OPEN' 1* 1386.384 0.216 444498.281 2* 'Y' 7.040 / - 'PR11_G6' 27 158 15 15 'OPEN' 1* 43.552 0.216 13961.692 2* 'Y' 7.023 / - 'PR11_G6' 26 158 15 15 'OPEN' 1* 172.094 0.216 55169.547 2* 'Y' 7.025 / - 'PR11_G6' 26 159 15 15 'OPEN' 1* 784.891 0.216 251656.812 2* 'Y' 7.043 / - 'PR11_G6' 25 159 15 15 'OPEN' 1* 552.552 0.216 177162.969 2* 'Y' 7.043 / - 'PR11_G6' 25 160 15 15 'OPEN' 1* 1444.824 0.216 463176.938 2* 'Y' 7.025 / - 'PR11_G6' 25 161 15 15 'OPEN' 1* 102.765 0.216 32949.109 2* 'Y' 7.043 / - 'PR11_G6' 24 161 15 15 'OPEN' 1* 1036.904 0.216 332451.125 2* 'Y' 7.040 / - 'PR11_G6' 24 162 15 15 'OPEN' 1* 669.458 0.216 214639.516 2* 'Y' 7.040 / - 'PR11_G6' 23 162 15 15 'OPEN' 1* 385.171 0.216 123494.469 2* 'Y' 7.042 / - 'PR11_G6' 23 163 15 15 'OPEN' 1* 1160.798 0.216 372137.188 2* 'Y' 7.029 / - 'PR11_G6' 23 164 15 15 'OPEN' 1* 782.972 0.216 251034.703 2* 'Y' 7.040 / - 'PR11_G6' 22 164 15 15 'OPEN' 1* 409.633 0.216 131335.766 2* 'Y' 7.040 / - 'PR11_G6' 22 165 15 15 'OPEN' 1* 409.831 0.216 131386.172 2* 'Y' 7.028 / - 'PR11_G6' 22 165 14 14 'OPEN' 1* 854.638 0.216 273985.438 2* 'Y' 7.028 / - 'PR11_G6' 22 166 14 14 'OPEN' 1* 1151.633 0.216 369220.156 2* 'Y' 7.035 / - 'PR11_G6' 22 167 14 14 'OPEN' 1* 381.839 0.216 122419.703 2* 'Y' 7.035 / - 'PR11_G6' 21 167 14 14 'OPEN' 1* 705.197 0.216 226096.109 2* 'Y' 7.039 / - 'PR11_G6' 21 168 14 14 'OPEN' 1* 22.364 0.216 7169.727 2* 'Y' 7.033 / - 'PR11_G6' 21 168 15 15 'OPEN' 1* 1234.586 0.216 395805.406 2* 'Y' 7.032 / - 'PR11_G6' 21 169 15 15 'OPEN' 1* 1254.423 0.216 402186.375 2* 'Y' 7.039 / - 'PR11_G6' 21 170 15 15 'OPEN' 1* 288.044 0.216 92345.391 2* 'Y' 7.031 / - 'PR11_G6' 20 170 15 15 'OPEN' 1* 953.069 0.216 305548.156 2* 'Y' 7.031 / - 'PR11_G6' 20 171 15 15 'OPEN' 1* 1221.650 0.216 391681.812 2* 'Y' 7.040 / - 'PR11_G6' 20 172 15 15 'OPEN' 1* 814.101 0.216 261014.594 2* 'Y' 7.040 / - 'PR11_G6' 19 172 15 15 'OPEN' 1* 484.694 0.216 155397.125 2* 'Y' 7.037 / - 'PR11_G6' 19 173 15 15 'OPEN' 1* 33.076 0.216 10603.534 2* 'Y' 7.028 / - 'PR11_G6' 19 173 14 14 'OPEN' 1* 459.045 0.216 147162.469 2* 'Y' 7.027 / -/ - -COMPSEGS - 'PR11_G6' / - 42 138 15 1 2196.700 2207.398 3* / - 42 139 15 1 2207.398 2237.321 3* / - 41 139 15 1 2237.321 2296.083 3* / - 41 140 15 1 2296.083 2298.865 3* / - 40 140 15 1 2298.865 2361.831 3* / - 39 140 15 1 2361.831 2376.113 3* / - 39 141 15 1 2376.113 2427.267 3* / - 38 141 15 1 2427.267 2439.000 3* / - 38 142 15 1 2469.000 2493.975 3* / - 37 142 15 1 2493.975 2528.964 3* / - 37 143 15 1 2528.964 2561.882 3* / - 36 143 15 1 2561.882 2600.148 3* / - 36 144 15 1 2600.148 2633.010 3* / - 35 144 15 1 2633.010 2669.009 3* / - 35 145 15 1 2669.009 2708.624 3* / - 34 145 15 1 2708.624 2734.768 3* / - 34 146 15 1 2734.768 2785.000 3* / - 33 146 14 1 2792.000 2798.639 3* / - 33 147 14 1 2798.639 2860.123 3* / - 33 148 14 1 2860.123 2874.138 3* / - 32 148 14 1 2874.138 2919.608 3* / - 32 149 14 1 2919.608 2968.981 3* / - 31 149 14 1 2968.981 2978.384 3* / - 31 150 14 1 2978.384 3036.726 3* / - 31 151 14 1 3036.726 3062.480 3* / - 30 151 14 1 3062.480 3097.674 3* / - 30 152 14 1 3097.674 3153.555 3* / - 29 152 14 1 3153.555 3157.665 3* / - 29 153 14 1 3157.665 3210.000 3* / - 29 154 14 1 3218.900 3245.960 3* / - 28 154 14 1 3245.960 3274.857 3* / - 28 155 14 1 3274.857 3331.600 3* / - 28 156 14 1 3331.600 3349.112 3* / - 27 156 14 1 3349.112 3378.256 3* / - 27 156 15 1 3378.256 3388.642 3* / - 27 157 15 1 3388.642 3447.003 3* / - 27 158 15 1 3447.003 3449.003 3* / - 26 158 15 1 3449.003 3506.239 3* / - 26 159 15 1 3506.239 3540.885 3* / - 25 159 15 1 3540.885 3565.946 3* / - 25 160 15 1 3565.946 3626.322 3* / - 25 161 15 1 3626.322 3630.295 3* / - 24 161 15 1 3630.295 3686.012 3* / - 24 162 15 1 3686.012 3724.193 3* / - 23 162 15 1 3724.193 3744.544 3* / - 23 163 15 1 3744.544 3800.471 3* / - 23 164 15 1 3800.471 3836.438 3* / - 22 164 15 1 3836.438 3855.431 3* / - 22 165 15 1 3855.431 3873.886 3* / - 22 165 14 1 3873.886 3907.979 3* / - 22 166 14 1 3907.979 3961.412 3* / - 22 167 14 1 3961.412 3979.777 3* / - 21 167 14 1 3979.777 4014.407 3* / - 21 168 14 1 4014.407 4015.429 3* / - 21 168 15 1 4015.429 4067.123 3* / - 21 169 15 1 4067.123 4120.556 3* / - 21 170 15 1 4120.556 4132.126 3* / - 20 170 15 1 4132.126 4173.947 3* / - 20 171 15 1 4173.947 4228.278 3* / - 20 172 15 1 4228.278 4263.419 3* / - 19 172 15 1 4263.419 4283.065 3* / - 19 173 15 1 4283.065 4284.581 3* / - 19 173 14 1 4284.581 4315.000 3* / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 422.000 138.667 5180.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1919.333 1667.667 25712.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1507.667 853.333 20231.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1676.000 478.833 22294.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2473.167 1813.333 33650.333 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2257.500 1823.667 30722.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1785.667 1677.333 24305.333 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1383.833 437.167 16580.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3166.833 704.833 61477.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 995.500 271.833 30487.833 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2000.833 257.500 88270.167 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3581975.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1688200.000 5* / -/ - -INCLUDE - '/d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/icd/ICD_G6_EDIT.WELDAT' / - - --- 10111.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 7 'SEP' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 247.571 97.286 3360.286 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1943.000 2013.143 27180.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1653.000 1087.286 23058.571 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1589.571 542.857 22131.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2319.286 2007.714 32708.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2548.143 2348.286 35680.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2081.000 2292.714 29335.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2782.286 1223.286 38753.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3138.000 806.714 44364.286 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3049.143 1063.143 84576.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2424.000 379.286 409872.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3550294.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2822662.857 5* / -/ - --- 10118.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 14 'SEP' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 968.000 437.857 13848.571 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1958.143 2080.000 28125.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1548.143 1053.143 22245.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1462.571 517.429 21010.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2745.000 2393.143 39441.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2556.571 2414.571 36735.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2039.714 2278.143 29328.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2934.857 1340.000 42146.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3313.571 879.714 128173.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2659.714 951.429 151507.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1910.000 302.000 236414.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4289312.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3310584.286 5* / -/ - --- 10125.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 21 'SEP' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 766.429 365.000 10847.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2052.571 2282.429 29087.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1657.286 1178.571 23499.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1554.286 576.143 22028.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3032.143 2758.857 42976.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2765.000 2726.714 39188.143 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2344.857 2712.143 33215.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3475.429 1656.000 49249.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3041.571 853.143 184145.143 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3155.286 1173.857 213845.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1697.143 280.143 49978.857 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4369977.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3361298.571 5* / -/ - --- 10132.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 28 'SEP' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 552.000 255.429 8028.143 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2055.000 2247.000 29844.571 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1650.143 1209.714 23964.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1596.714 568.714 23184.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3165.857 2585.571 45971.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2699.000 2737.714 39195.571 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2152.857 2621.714 31267.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2936.000 2255.857 42656.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2942.714 815.429 219275.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2941.714 994.429 220013.429 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1572.857 238.571 21646.429 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3970978.571 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3014850.000 5* / -/ - --- 10139.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 5 'OCT' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 154.500 66.000 2268.250 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2072.500 2172.000 30326.750 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1637.750 1194.250 23961.750 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1661.250 557.750 24310.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3290.250 2399.250 48141.750 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2603.000 2621.750 38080.750 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2146.000 2641.000 31401.750 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2536.750 2658.500 37117.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2661.000 712.750 199251.750 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3471.250 1044.000 172968.500 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1601.250 220.000 21981.500 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4199317.500 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3497475.000 5* / -/ - --- 10143.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 9 'OCT' 2004 / -/ - --- : 25/11-G-11 Perforation Top: 2341.00 Bot: 2447.00 Diam: 0.24 Skin: 0.00 --- : 25/11-G-11 Perforation Top: 2547.00 Bot: 3320.00 Diam: 0.24 Skin: 0.00 --- : 25/11-G-11 Connection 44 122 14 Perf. Len 8.83 ( 17.6%) --- WARN: 25/11-G-11 WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-11 Connection 44 121 14 Perf. Len 30.10 ( 60.0%) --- : 25/11-G-11 Connection 43 121 14 Perf. Len 32.24 ( 63.9%) --- : 25/11-G-11 Connection 43 120 14 Perf. Len 34.83 ( 70.1%) --- : 25/11-G-11 Connection 42 118 14 Perf. Len 15.58 ( 31.0%) --- : 25/11-G-11 Connection 41 118 14 Perf. Len 27.88 ( 55.7%) --- : 25/11-G-11 Connection 41 117 14 Perf. Len 56.95 (114.6%) --- : 25/11-G-11 Connection 41 116 14 Perf. Len 15.93 ( 31.5%) --- : 25/11-G-11 Connection 40 116 14 Perf. Len 40.47 ( 80.8%) --- : 25/11-G-11 Connection 40 115 14 Perf. Len 54.29 (108.8%) --- : 25/11-G-11 Connection 40 114 14 Perf. Len 30.73 ( 61.1%) --- : 25/11-G-11 Connection 39 114 14 Perf. Len 22.24 ( 45.4%) --- : 25/11-G-11 Connection 39 113 14 Perf. Len 52.02 (102.9%) --- : 25/11-G-11 Connection 39 112 14 Perf. Len 50.78 (102.1%) --- : 25/11-G-11 Connection 39 111 14 Perf. Len 50.08 (100.2%) --- : 25/11-G-11 Connection 39 110 14 Perf. Len 50.27 (100.3%) --- : 25/11-G-11 Connection 39 109 14 Perf. Len 50.17 (100.2%) --- : 25/11-G-11 Connection 39 108 14 Perf. Len 50.13 (100.2%) --- : 25/11-G-11 Connection 39 107 14 Perf. Len 50.43 (100.1%) --- : 25/11-G-11 Connection 39 106 14 Perf. Len 49.70 (100.8%) --- : 25/11-G-11 Connection 39 105 14 Perf. Len 49.44 ( 99.7%) --- : 25/11-G-11 Connection 39 104 14 Perf. Len 50.66 ( 99.9%) --- : 25/11-G-11 Connection 39 103 14 Perf. Len 5.27 ( 11.0%) --- WARN: 25/11-G-11 WCONHIST may be inconsistent, existing event took precedence over generated -WELSPECS - 'PR27_G11' 'CE-WE' 50 128 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR27_G11' 1752.858 2335.000 46.597 'INC' 2* / - 2 2 1 1 6.000 -0.099 0.159 1.5E-05 0.020 0.120 / - 3 3 1 2 4.415 -0.073 0.171 1.5E-05 0.023 0.101 / - 4 4 1 3 19.465 -0.227 0.171 1.5E-05 0.023 0.445 / - 5 5 1 4 31.168 -0.053 0.171 1.5E-05 0.023 0.713 / - 6 6 1 5 33.535 0.269 0.171 1.5E-05 0.023 0.767 / - 7 7 1 6 125.206 0.707 0.171 1.5E-05 0.023 2.865 / - 8 8 1 7 21.728 -0.124 0.171 1.5E-05 0.023 0.497 / - 9 9 1 8 42.416 -0.515 0.171 1.5E-05 0.023 0.971 / - 10 10 1 9 36.440 -0.390 0.171 1.5E-05 0.023 0.834 / - 11 11 1 10 28.200 0.044 0.171 1.5E-05 0.023 0.645 / - 12 12 1 11 47.380 0.206 0.171 1.5E-05 0.023 1.084 / - 13 13 1 12 42.510 0.264 0.171 1.5E-05 0.023 0.973 / - 14 14 1 13 26.488 0.185 0.171 1.5E-05 0.023 0.606 / - 15 15 1 14 37.128 0.252 0.171 1.5E-05 0.023 0.850 / - 16 16 1 15 51.398 0.401 0.171 1.5E-05 0.023 1.176 / - 17 17 1 16 50.430 0.494 0.171 1.5E-05 0.023 1.154 / - 18 18 1 17 50.173 0.289 0.171 1.5E-05 0.023 1.148 / - 19 19 1 18 50.218 0.019 0.171 1.5E-05 0.023 1.149 / - 20 20 1 19 50.147 -0.040 0.171 1.5E-05 0.023 1.148 / - 21 21 1 20 50.277 -0.071 0.171 1.5E-05 0.023 1.151 / - 22 22 1 21 50.066 -0.023 0.171 1.5E-05 0.023 1.146 / - 23 23 1 22 49.569 -0.066 0.171 1.5E-05 0.023 1.134 / - 24 24 1 23 50.046 -0.063 0.171 1.5E-05 0.023 1.145 / - 25 25 1 24 27.963 0.014 0.171 1.5E-05 0.023 0.640 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR27_G11' 44 122 14 14 'OPEN' 1* 534.659 0.241 40586.230 2* 'Y' 7.044 / - 'PR27_G11' 44 121 14 14 'OPEN' 1* 1992.866 0.241 151268.938 2* 'Y' 7.042 / - 'PR27_G11' 43 121 14 14 'OPEN' 1* 2483.763 0.241 188544.703 2* 'Y' 7.044 / - 'PR27_G11' 43 120 14 14 'OPEN' 1* 2582.788 0.241 195929.703 2* 'Y' 7.025 / - 'PR27_G11' 42 118 14 14 'OPEN' 1* 530.333 0.241 40255.465 2* 'Y' 7.042 / - 'PR27_G11' 41 118 14 14 'OPEN' 1* 1552.311 0.241 117818.938 2* 'Y' 7.040 / - 'PR27_G11' 41 117 14 14 'OPEN' 1* 2638.321 0.241 200140.844 2* 'Y' 7.025 / - 'PR27_G11' 41 116 14 14 'OPEN' 1* 692.631 0.241 52568.551 2* 'Y' 7.039 / - 'PR27_G11' 40 116 14 14 'OPEN' 1* 1945.952 0.241 147701.000 2* 'Y' 7.041 / - 'PR27_G11' 40 115 14 14 'OPEN' 1* 2857.748 0.241 216828.391 2* 'Y' 7.030 / - 'PR27_G11' 40 114 14 14 'OPEN' 1* 1824.039 0.241 138438.578 2* 'Y' 7.039 / - 'PR27_G11' 39 114 14 14 'OPEN' 1* 1486.193 0.241 112795.031 2* 'Y' 7.038 / - 'PR27_G11' 39 113 14 14 'OPEN' 1* 2771.633 0.241 210350.766 2* 'Y' 7.038 / - 'PR27_G11' 39 112 14 14 'OPEN' 1* 2709.023 0.241 205579.359 2* 'Y' 7.035 / - 'PR27_G11' 39 111 14 14 'OPEN' 1* 1904.817 0.241 144558.875 2* 'Y' 7.037 / - 'PR27_G11' 39 110 14 14 'OPEN' 1* 2119.218 0.241 160826.656 2* 'Y' 7.036 / - 'PR27_G11' 39 109 14 14 'OPEN' 1* 1550.976 0.241 117703.352 2* 'Y' 7.036 / - 'PR27_G11' 39 108 14 14 'OPEN' 1* 2197.066 0.241 166735.516 2* 'Y' 7.036 / - 'PR27_G11' 39 107 14 14 'OPEN' 1* 2107.763 0.241 159957.016 2* 'Y' 7.036 / - 'PR27_G11' 39 106 14 14 'OPEN' 1* 1624.587 0.241 123290.187 2* 'Y' 7.036 / - 'PR27_G11' 39 105 14 14 'OPEN' 1* 3701.646 0.241 280915.781 2* 'Y' 7.036 / - 'PR27_G11' 39 104 14 14 'OPEN' 1* 3037.513 0.241 230517.188 2* 'Y' 7.036 / - 'PR27_G11' 39 103 14 14 'OPEN' 1* 182.058 0.241 13816.450 2* 'Y' 7.036 / -/ - -COMPSEGS -'PR27_G11' / - 44 122 14 1 2341.000 2349.829 3* / - 44 121 14 1 2349.829 2379.930 3* / - 43 121 14 1 2379.930 2412.165 3* / - 43 120 14 1 2412.165 2447.000 3* / - 42 118 14 1 2547.000 2562.577 3* / - 41 118 14 1 2562.577 2590.455 3* / - 41 117 14 1 2590.455 2647.409 3* / - 41 116 14 1 2647.409 2663.334 3* / - 40 116 14 1 2663.334 2703.808 3* / - 40 115 14 1 2703.808 2758.094 3* / - 40 114 14 1 2758.094 2788.829 3* / - 39 114 14 1 2788.829 2811.070 3* / - 39 113 14 1 2811.070 2863.086 3* / - 39 112 14 1 2863.086 2913.867 3* / - 39 111 14 1 2913.867 2963.946 3* / - 39 110 14 1 2963.946 3014.213 3* / - 39 109 14 1 3014.213 3064.381 3* / - 39 108 14 1 3064.381 3114.507 3* / - 39 107 14 1 3114.507 3164.935 3* / - 39 106 14 1 3164.935 3214.638 3* / - 39 105 14 1 3214.638 3264.074 3* / - 39 104 14 1 3264.074 3314.731 3* / - 39 103 14 1 3314.731 3320.000 3* / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 450.333 191.000 6618.333 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2073.667 2176.333 30498.667 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1636.000 1194.333 24061.333 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1663.000 559.000 24459.667 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3070.000 2233.667 45156.667 5* / - 'PR27_G11' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2668.667 2690.667 39252.333 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2040.333 2516.333 30019.667 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2545.000 2670.667 37433.333 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2865.333 768.000 128015.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2644.667 800.000 143060.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1613.667 222.000 22355.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3921806.667 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3416040.000 5* / -/ - -WRFTPLT - 'PR27_G11' 'YES' 'YES' 'YES' / -/ - --- 10146.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 12 'OCT' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2095.857 2266.286 30669.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1655.571 1245.429 24229.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1691.857 585.857 24751.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3024.571 2278.714 44252.286 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2543.143 2641.714 37197.571 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2172.857 2759.143 31795.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2522.571 2730.000 36919.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3074.714 848.286 340799.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2250.286 696.286 98339.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1612.286 228.429 22307.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4460820.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2719474.286 5* / -/ - --- 10153.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 19 'OCT' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 2124.000 2249.000 31024.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1656.286 1220.143 24191.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1799.143 610.000 26276.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3015.571 2262.429 44259.286 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2760.286 2804.143 40300.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2181.571 2712.286 31865.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2378.429 2565.143 34911.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3012.000 814.571 419964.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2619.714 796.143 242171.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2383.571 331.429 409058.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4287007.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2905941.429 5* / -/ - --- 10160.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 26 'OCT' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 2140.857 2176.429 31511.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1665.857 1171.571 24520.571 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1813.143 591.857 26693.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3273.857 2291.857 48368.286 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2742.286 2692.286 40351.571 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2194.286 2604.429 32299.857 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2513.857 2638.857 37122.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2914.571 752.857 415435.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2175.000 599.571 250959.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1953.429 255.571 427714.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4336364.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3336931.429 5* / -/ - --- 10167.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 2 'NOV' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 2056.000 2355.500 30721.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1285.000 977.000 19159.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1737.000 646.000 25960.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3551.000 2503.500 53063.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 8.000 0.000 117.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2567.000 2941.000 38361.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2143.500 2771.500 32037.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2309.500 3109.000 34513.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2775.000 780.000 403880.500 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2387.500 517.000 243307.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1837.500 240.000 407641.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4305590.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3300365.000 5* / -/ - --- 10169.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 4 'NOV' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 2087.200 2301.600 30835.200 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1815.400 1338.400 26824.600 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1767.800 632.200 26116.800 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3399.200 2317.400 50236.800 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1171.800 12.000 17284.600 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2640.200 2909.600 39012.400 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2181.800 2715.200 32240.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2192.200 2852.600 32398.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2458.600 663.000 299455.800 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2688.000 561.800 207682.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1784.200 224.600 401896.400 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4229726.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2942934.000 5* / -/ - ---USER EVENT ---============================================================================= ---G-11 starter produksjon ---============================================================================= - --- 10174.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 9 'NOV' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 1001.286 1092.857 14606.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1928.143 1414.000 28133.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2005.000 713.571 29252.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3663.857 2473.000 53452.429 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1430.714 14.571 20875.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2631.286 2886.571 38393.714 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2361.571 2922.571 34454.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2404.429 3098.286 35076.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2805.143 755.571 332469.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2910.000 603.143 258500.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1819.429 227.429 367970.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4248208.571 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3156670.000 5* / -/ - --- 10181.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 16 'NOV' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 2212.000 2379.750 33124.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1992.750 1432.750 29848.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2058.500 718.000 30835.250 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3252.500 2156.750 48518.250 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1933.750 19.500 28925.750 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2651.500 2851.250 39725.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2034.750 2462.000 30507.250 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2128.500 2694.750 31729.250 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2253.000 593.500 281180.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2600.500 528.750 228873.250 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1800.500 221.000 446609.500 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4444705.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2932872.500 5* / -/ - --- 10185.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 20 'NOV' 2004 / -/ - --- : 25/11-G-11 Perforation Top: 2341.00 Bot: 2447.00 Diam: 0.24 Skin: 5.00 --- : 25/11-G-11 Perforation Top: 2547.00 Bot: 3320.00 Diam: 0.24 Skin: 5.00 --- : 25/11-G-11 Connection 44 122 14 Perf. Len 8.83 ( 17.6%) --- : 25/11-G-11 Connection 44 121 14 Perf. Len 30.10 ( 60.0%) --- : 25/11-G-11 Connection 43 121 14 Perf. Len 32.24 ( 63.9%) --- : 25/11-G-11 Connection 43 120 14 Perf. Len 34.83 ( 70.1%) --- : 25/11-G-11 Connection 42 118 14 Perf. Len 15.58 ( 31.0%) --- : 25/11-G-11 Connection 41 118 14 Perf. Len 27.88 ( 55.7%) --- : 25/11-G-11 Connection 41 117 14 Perf. Len 56.95 (114.6%) --- : 25/11-G-11 Connection 41 116 14 Perf. Len 15.93 ( 31.5%) --- : 25/11-G-11 Connection 40 116 14 Perf. Len 40.47 ( 80.8%) --- : 25/11-G-11 Connection 40 115 14 Perf. Len 54.29 (108.8%) --- : 25/11-G-11 Connection 40 114 14 Perf. Len 30.73 ( 61.1%) --- : 25/11-G-11 Connection 39 114 14 Perf. Len 22.24 ( 45.4%) --- : 25/11-G-11 Connection 39 113 14 Perf. Len 52.02 (102.9%) --- : 25/11-G-11 Connection 39 112 14 Perf. Len 50.78 (102.1%) --- : 25/11-G-11 Connection 39 111 14 Perf. Len 50.08 (100.2%) --- : 25/11-G-11 Connection 39 110 14 Perf. Len 50.27 (100.3%) --- : 25/11-G-11 Connection 39 109 14 Perf. Len 50.17 (100.2%) --- : 25/11-G-11 Connection 39 108 14 Perf. Len 50.13 (100.2%) --- : 25/11-G-11 Connection 39 107 14 Perf. Len 50.43 (100.1%) --- : 25/11-G-11 Connection 39 106 14 Perf. Len 49.70 (100.8%) --- : 25/11-G-11 Connection 39 105 14 Perf. Len 49.44 ( 99.7%) --- : 25/11-G-11 Connection 39 104 14 Perf. Len 50.66 ( 99.9%) --- : 25/11-G-11 Connection 39 103 14 Perf. Len 5.27 ( 11.0%) -WELOPEN - 'PR27_G11' 'SHUT' 0 0 0 2* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR27_G11' 44 122 14 14 'OPEN' 1* 239.823 0.241 40586.230 2* 'Y' 7.044 / - 'PR27_G11' 44 121 14 14 'OPEN' 1* 893.870 0.241 151268.938 2* 'Y' 7.042 / - 'PR27_G11' 43 121 14 14 'OPEN' 1* 1114.101 0.241 188544.703 2* 'Y' 7.044 / - 'PR27_G11' 43 120 14 14 'OPEN' 1* 1158.088 0.241 195929.703 2* 'Y' 7.025 / - 'PR27_G11' 42 118 14 14 'OPEN' 1* 237.874 0.241 40255.465 2* 'Y' 7.042 / - 'PR27_G11' 41 118 14 14 'OPEN' 1* 696.235 0.241 117818.938 2* 'Y' 7.040 / - 'PR27_G11' 41 117 14 14 'OPEN' 1* 1182.983 0.241 200140.844 2* 'Y' 7.025 / - 'PR27_G11' 41 116 14 14 'OPEN' 1* 310.651 0.241 52568.551 2* 'Y' 7.039 / - 'PR27_G11' 40 116 14 14 'OPEN' 1* 872.805 0.241 147701.000 2* 'Y' 7.041 / - 'PR27_G11' 40 115 14 14 'OPEN' 1* 1281.508 0.241 216828.391 2* 'Y' 7.030 / - 'PR27_G11' 40 114 14 14 'OPEN' 1* 818.095 0.241 138438.578 2* 'Y' 7.039 / - 'PR27_G11' 39 114 14 14 'OPEN' 1* 666.562 0.241 112795.031 2* 'Y' 7.038 / - 'PR27_G11' 39 113 14 14 'OPEN' 1* 1243.075 0.241 210350.766 2* 'Y' 7.038 / - 'PR27_G11' 39 112 14 14 'OPEN' 1* 1214.930 0.241 205579.359 2* 'Y' 7.035 / - 'PR27_G11' 39 111 14 14 'OPEN' 1* 854.290 0.241 144558.875 2* 'Y' 7.037 / - 'PR27_G11' 39 110 14 14 'OPEN' 1* 950.436 0.241 160826.656 2* 'Y' 7.036 / - 'PR27_G11' 39 109 14 14 'OPEN' 1* 695.590 0.241 117703.352 2* 'Y' 7.036 / - 'PR27_G11' 39 108 14 14 'OPEN' 1* 985.353 0.241 166735.516 2* 'Y' 7.036 / - 'PR27_G11' 39 107 14 14 'OPEN' 1* 945.298 0.241 159957.016 2* 'Y' 7.036 / - 'PR27_G11' 39 106 14 14 'OPEN' 1* 728.605 0.241 123290.187 2* 'Y' 7.036 / - 'PR27_G11' 39 105 14 14 'OPEN' 1* 1660.128 0.241 280915.781 2* 'Y' 7.036 / - 'PR27_G11' 39 104 14 14 'OPEN' 1* 1362.282 0.241 230517.188 2* 'Y' 7.036 / - 'PR27_G11' 39 103 14 14 'OPEN' 1* 81.651 0.241 13816.450 2* 'Y' 7.036 / -/ - -COMPSEGS -'PR27_G11' / - 44 122 14 1 2341.000 2349.829 3* / - 44 121 14 1 2349.829 2379.930 3* / - 43 121 14 1 2379.930 2412.165 3* / - 43 120 14 1 2412.165 2447.000 3* / - 42 118 14 1 2547.000 2562.577 3* / - 41 118 14 1 2562.577 2590.455 3* / - 41 117 14 1 2590.455 2647.409 3* / - 41 116 14 1 2647.409 2663.334 3* / - 40 116 14 1 2663.334 2703.808 3* / - 40 115 14 1 2703.808 2758.094 3* / - 40 114 14 1 2758.094 2788.829 3* / - 39 114 14 1 2788.829 2811.070 3* / - 39 113 14 1 2811.070 2863.086 3* / - 39 112 14 1 2863.086 2913.867 3* / - 39 111 14 1 2913.867 2963.946 3* / - 39 110 14 1 2963.946 3014.213 3* / - 39 109 14 1 3014.213 3064.381 3* / - 39 108 14 1 3064.381 3114.507 3* / - 39 107 14 1 3114.507 3164.935 3* / - 39 106 14 1 3164.935 3214.638 3* / - 39 105 14 1 3214.638 3264.074 3* / - 39 104 14 1 3264.074 3314.731 3* / - 39 103 14 1 3314.731 3320.000 3* / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 2254.000 2416.000 32946.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2002.000 1435.000 29266.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2070.500 719.500 30258.500 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3657.500 2412.000 53455.500 5* / - 'PR27_G11' 'OPEN' 'ORAT' 2445.000 24.000 35738.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2633.000 2822.000 38484.500 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1411.500 1708.000 20687.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2464.500 3104.000 36026.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2476.000 651.500 64143.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3224.000 653.500 187481.500 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1760.500 215.500 462457.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4431695.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2678740.000 5* / -/ - --- 10187.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 22 'NOV' 2004 / -/ - --- : 25/11-G-28 Perforation Top: 3129.00 Bot: 3171.00 Diam: 0.24 Skin: 10.00 --- : 25/11-G-28 Perforation Top: 3198.00 Bot: 3435.00 Diam: 0.24 Skin: 10.00 --- : 25/11-G-28 Perforation Top: 3435.00 Bot: 3660.00 Diam: 0.24 Skin: 25.00 --- : 25/11-G-28 Perforation Top: 3660.00 Bot: 3674.00 Diam: 0.24 Skin: 10.00 --- : 25/11-G-28 Perforation Top: 3691.00 Bot: 3804.00 Diam: 0.24 Skin: 10.00 --- : 25/11-G-28 Perforation Top: 3818.00 Bot: 4234.00 Diam: 0.24 Skin: 65.00 --- : 25/11-G-28 Perforation Top: 4254.00 Bot: 4419.00 Diam: 0.24 Skin: 65.00 --- WARN: 25/11-G-28 Perf interval 4306.499852 to 4355.814349 outside all cells, discarded --- : 25/11-G-28 Perforation Top: 4423.00 Bot: 4571.00 Diam: 0.24 Skin: 15.00 --- : 25/11-G-28 Connection 50 176 15 Perf. Len 26.18 ( 52.2%) --- : 25/11-G-28 Connection 50 177 15 Perf. Len 15.82 ( 31.6%) --- : 25/11-G-28 Connection 49 177 14 Perf. Len 7.34 ( 15.3%) --- : 25/11-G-28 Connection 49 178 14 Perf. Len 50.44 (100.9%) --- : 25/11-G-28 Connection 49 179 14 Perf. Len 49.97 (100.4%) --- : 25/11-G-28 Connection 49 180 14 Perf. Len 50.26 (100.0%) --- : 25/11-G-28 Connection 49 181 14 Perf. Len 50.02 ( 99.0%) --- : 25/11-G-28 Connection 49 182 14 Perf. Len 50.62 (101.4%) --- : 25/11-G-28 Connection 49 183 14 Perf. Len 47.97 ( 96.3%) --- : 25/11-G-28 Connection 50 183 14 Perf. Len 2.44 ( 5.7%) --- : 25/11-G-28 Connection 50 184 14 Perf. Len 51.66 (101.7%) --- : 25/11-G-28 Connection 50 185 14 Perf. Len 50.24 (101.9%) --- : 25/11-G-28 Connection 50 186 14 Perf. Len 51.26 (102.1%) --- : 25/11-G-28 Connection 50 187 14 Perf. Len 33.77 ( 66.8%) --- : 25/11-G-28 Connection 50 188 14 Perf. Len 50.13 (100.9%) --- : 25/11-G-28 Connection 51 188 14 Perf. Len 1.21 ( 2.5%) --- : 25/11-G-28 Connection 51 189 14 Perf. Len 41.66 ( 83.4%) --- : 25/11-G-28 Connection 51 190 14 Perf. Len 50.65 (101.7%) --- : 25/11-G-28 Connection 51 191 14 Perf. Len 35.55 ( 71.4%) --- : 25/11-G-28 Connection 52 191 14 Perf. Len 18.34 ( 36.4%) --- : 25/11-G-28 Connection 52 192 14 Perf. Len 54.65 (109.4%) --- : 25/11-G-28 Connection 52 193 14 Perf. Len 53.94 (107.8%) --- : 25/11-G-28 Connection 52 194 14 Perf. Len 1.33 ( 2.7%) --- : 25/11-G-28 Connection 53 194 14 Perf. Len 54.18 (107.7%) --- : 25/11-G-28 Connection 53 195 14 Perf. Len 54.37 (109.1%) --- : 25/11-G-28 Connection 53 196 14 Perf. Len 13.25 ( 26.5%) --- : 25/11-G-28 Connection 54 196 14 Perf. Len 28.07 ( 56.4%) --- : 25/11-G-28 Connection 54 196 15 Perf. Len 11.62 ( 23.2%) --- : 25/11-G-28 Connection 54 197 15 Perf. Len 40.03 ( 79.6%) --- : 25/11-G-28 Connection 54 198 14 Perf. Len 40.80 ( 82.2%) --- : 25/11-G-28 Connection 55 198 14 Perf. Len 6.93 ( 13.6%) --- : 25/11-G-28 Connection 55 199 14 Perf. Len 4.77 ( 10.2%) --- : 25/11-G-28 Connection 55 200 14 Perf. Len 53.05 (107.0%) --- : 25/11-G-28 Connection 55 201 14 Perf. Len 13.47 ( 27.1%) --- : 25/11-G-28 Connection 55 201 15 Perf. Len 12.46 ( 25.0%) --- : 25/11-G-28 Connection 56 201 15 Perf. Len 23.53 ( 47.5%) --- WARN: 25/11-G-28 Cell 56 202 15 is intersected 2 times --- : 25/11-G-28 Connection 56 202 15 Perf. Len 54.85 (109.7%) --- : 25/11-G-28 Connection 56 203 15 Perf. Len 43.51 ( 86.7%) --- : 25/11-G-28 Connection 57 203 15 Perf. Len 10.31 ( 21.7%) -WELOPEN - 'PR06_G28' 'SHUT' 0 0 0 2* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR06_G28' 50 176 15 15 'OPEN' 1* 430.985 0.241 113152.453 2* 'Y' 7.039 / - 'PR06_G28' 50 177 15 15 'OPEN' 1* 230.634 0.241 60561.977 2* 'Y' 7.056 / - 'PR06_G28' 49 177 14 14 'OPEN' 1* 125.471 0.241 32943.324 2* 'Y' 7.043 / - 'PR06_G28' 49 178 14 14 'OPEN' 1* 1098.977 0.241 288511.406 2* 'Y' 7.032 / - 'PR06_G28' 49 179 14 14 'OPEN' 1* 1176.890 0.241 308966.562 2* 'Y' 7.033 / - 'PR06_G28' 49 180 14 14 'OPEN' 1* 1136.466 0.241 298353.969 2* 'Y' 7.033 / - 'PR06_G28' 49 181 14 14 'OPEN' 1* 1126.709 0.241 295793.031 2* 'Y' 7.033 / - 'PR06_G28' 49 182 14 14 'OPEN' 1* 860.101 0.241 290538.938 2* 'Y' 7.033 / - 'PR06_G28' 49 183 14 14 'OPEN' 1* 553.231 0.241 300126.156 2* 'Y' 7.032 / - 'PR06_G28' 50 183 14 14 'OPEN' 1* 32.339 0.241 17543.982 2* 'Y' 7.036 / - 'PR06_G28' 50 184 14 14 'OPEN' 1* 703.737 0.241 381785.469 2* 'Y' 7.037 / - 'PR06_G28' 50 185 14 14 'OPEN' 1* 635.828 0.241 344940.656 2* 'Y' 7.035 / - 'PR06_G28' 50 186 14 14 'OPEN' 1* 558.450 0.241 301983.844 2* 'Y' 7.037 / - 'PR06_G28' 50 187 14 14 'OPEN' 1* 788.437 0.241 206995.531 2* 'Y' 7.037 / - 'PR06_G28' 50 188 14 14 'OPEN' 1* 1375.576 0.241 361133.219 2* 'Y' 7.034 / - 'PR06_G28' 51 188 14 14 'OPEN' 1* 29.710 0.241 7799.994 2* 'Y' 7.036 / - 'PR06_G28' 51 189 14 14 'OPEN' 1* 761.553 0.241 199940.922 2* 'Y' 7.039 / - 'PR06_G28' 51 190 14 14 'OPEN' 1* 240.268 0.241 309726.844 2* 'Y' 7.031 / - 'PR06_G28' 51 191 14 14 'OPEN' 1* 214.546 0.241 276573.562 2* 'Y' 7.040 / - 'PR06_G28' 52 191 14 14 'OPEN' 1* 112.463 0.241 144976.078 2* 'Y' 7.037 / - 'PR06_G28' 52 192 14 14 'OPEN' 1* 272.378 0.241 351122.781 2* 'Y' 7.036 / - 'PR06_G28' 52 193 14 14 'OPEN' 1* 293.402 0.241 378217.969 2* 'Y' 7.027 / - 'PR06_G28' 52 194 14 14 'OPEN' 1* 7.841 0.241 10108.430 2* 'Y' 7.034 / - 'PR06_G28' 53 194 14 14 'OPEN' 1* 333.619 0.241 430072.062 2* 'Y' 7.040 / - 'PR06_G28' 53 195 14 14 'OPEN' 1* 329.189 0.241 424353.219 2* 'Y' 7.031 / - 'PR06_G28' 53 196 14 14 'OPEN' 1* 81.116 0.241 104567.656 2* 'Y' 7.042 / - 'PR06_G28' 54 196 14 14 'OPEN' 1* 173.461 0.241 223610.141 2* 'Y' 7.039 / - 'PR06_G28' 54 196 15 15 'OPEN' 1* 70.424 0.241 90783.555 2* 'Y' 7.038 / - 'PR06_G28' 54 197 15 15 'OPEN' 1* 209.824 0.241 270486.812 2* 'Y' 7.040 / - 'PR06_G28' 54 198 14 14 'OPEN' 1* 213.263 0.241 274914.938 2* 'Y' 7.031 / - 'PR06_G28' 55 198 14 14 'OPEN' 1* 33.700 0.241 43441.695 2* 'Y' 7.027 / - 'PR06_G28' 55 199 14 14 'OPEN' 1* 31.252 0.241 40286.844 2* 'Y' 7.035 / - 'PR06_G28' 55 200 14 14 'OPEN' 1* 325.121 0.241 419112.781 2* 'Y' 7.035 / - 'PR06_G28' 55 201 14 14 'OPEN' 1* 120.662 0.241 94954.406 2* 'Y' 7.028 / - 'PR06_G28' 55 201 15 15 'OPEN' 1* 212.724 0.241 75695.461 2* 'Y' 7.028 / - 'PR06_G28' 56 201 15 15 'OPEN' 1* 473.608 0.241 168532.188 2* 'Y' 7.031 / - 'PR06_G28' 56 202 15 15 'OPEN' 1* 756.237 0.241 269123.676 2* 'Y' 7.040 / - 'PR06_G28' 56 203 15 15 'OPEN' 1* 882.108 0.241 313878.938 2* 'Y' 7.024 / - 'PR06_G28' 57 203 15 15 'OPEN' 1* 207.965 0.241 74004.203 2* 'Y' 7.032 / -/ - -COMPSEGS -'PR06_G28' / - 50 176 15 1 3129.000 3155.178 3* / - 50 177 15 1 3155.178 3171.000 3* / - 49 177 14 1 3198.000 3205.339 3* / - 49 178 14 1 3205.339 3255.781 3* / - 49 179 14 1 3255.781 3305.755 3* / - 49 180 14 1 3305.755 3356.015 3* / - 49 181 14 1 3356.015 3406.038 3* / - 49 182 14 1 3406.038 3456.656 3* / - 49 183 14 1 3456.656 3504.621 3* / - 50 183 14 1 3504.621 3507.065 3* / - 50 184 14 1 3507.065 3558.729 3* / - 50 185 14 1 3558.729 3608.973 3* / - 50 186 14 1 3608.973 3660.234 3* / - 50 187 14 1 3660.234 3711.007 3* / - 50 188 14 1 3711.007 3761.135 3* / - 51 188 14 1 3761.135 3762.345 3* / - 51 189 14 1 3762.345 3804.000 3* / - 51 190 14 1 3818.000 3868.652 3* / - 51 191 14 1 3868.652 3904.206 3* / - 52 191 14 1 3904.206 3922.548 3* / - 52 192 14 1 3922.548 3977.197 3* / - 52 193 14 1 3977.197 4031.137 3* / - 52 194 14 1 4031.137 4032.469 3* / - 53 194 14 1 4032.469 4086.652 3* / - 53 195 14 1 4086.652 4141.022 3* / - 53 196 14 1 4141.022 4154.276 3* / - 54 196 14 1 4154.276 4182.345 3* / - 54 196 15 1 4182.345 4193.968 3* / - 54 197 15 1 4193.968 4234.000 3* / - 54 198 14 1 4254.000 4294.804 3* / - 55 198 14 1 4294.804 4301.732 3* / - 55 199 14 1 4301.732 4306.500 3* / - 55 200 14 1 4355.814 4408.867 3* / - 55 201 14 1 4408.867 4426.338 3* / - 55 201 15 1 4426.338 4438.796 3* / - 56 201 15 1 4438.796 4462.324 3* / - 56 202 15 1 4462.324 4517.178 3* / - 56 203 15 1 4517.178 4560.688 3* / - 57 203 15 1 4560.688 4571.000 3* / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2283.000 2402.000 33451.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2027.000 1426.000 29706.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2088.000 712.000 30590.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3704.000 2398.000 54271.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 2482.000 24.000 36368.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1526.000 1605.000 22360.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 840.000 997.000 12312.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1073.000 1326.000 15719.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2448.000 632.000 190969.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2577.000 513.000 194492.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1757.000 211.000 509348.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4400260.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2692890.000 5* / -/ - --- 10188.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 23 'NOV' 2004 / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 2459.571 2475.714 35973.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1703.857 1152.286 24907.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1938.000 633.286 28336.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2991.571 1856.571 43742.714 5* / - 'PR27_G11' 'OPEN' 'ORAT' 2950.000 27.857 43152.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2039.286 2055.000 29821.143 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1676.714 1906.429 24541.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1767.429 2099.429 25844.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1939.714 482.429 72538.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1808.143 346.429 68798.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1125.429 129.714 111742.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3256225.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1056890.143 5* / -/ - --- 10195.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 30 'NOV' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 802.571 83.143 11315.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2498.143 2566.143 35255.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 626.714 395.714 8879.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2141.143 714.143 30224.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3521.714 1856.143 49735.429 5* / - 'PR27_G11' 'OPEN' 'ORAT' 2518.000 325.857 35557.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2770.286 2570.286 39095.571 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2075.571 2199.286 29349.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2044.143 2272.429 28870.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3098.000 783.571 376652.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1792.429 346.571 30798.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 680.571 79.000 14220.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5005620.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2487552.857 5* / -/ - --- 10202.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 7 'DEC' 2004 / -/ - --- : 25/11-G-11 Perforation Top: 2341.00 Bot: 2447.00 Diam: 0.24 Skin: 100.00 --- : 25/11-G-11 Perforation Top: 2547.00 Bot: 3320.00 Diam: 0.24 Skin: 100.00 --- : 25/11-G-11 Connection 44 122 14 Perf. Len 8.83 ( 17.6%) --- : 25/11-G-11 Connection 44 121 14 Perf. Len 30.10 ( 60.0%) --- : 25/11-G-11 Connection 43 121 14 Perf. Len 32.24 ( 63.9%) --- : 25/11-G-11 Connection 43 120 14 Perf. Len 34.83 ( 70.1%) --- : 25/11-G-11 Connection 42 118 14 Perf. Len 15.58 ( 31.0%) --- : 25/11-G-11 Connection 41 118 14 Perf. Len 27.88 ( 55.7%) --- : 25/11-G-11 Connection 41 117 14 Perf. Len 56.95 (114.6%) --- : 25/11-G-11 Connection 41 116 14 Perf. Len 15.93 ( 31.5%) --- : 25/11-G-11 Connection 40 116 14 Perf. Len 40.47 ( 80.8%) --- : 25/11-G-11 Connection 40 115 14 Perf. Len 54.29 (108.8%) --- : 25/11-G-11 Connection 40 114 14 Perf. Len 30.73 ( 61.1%) --- : 25/11-G-11 Connection 39 114 14 Perf. Len 22.24 ( 45.4%) --- : 25/11-G-11 Connection 39 113 14 Perf. Len 52.02 (102.9%) --- : 25/11-G-11 Connection 39 112 14 Perf. Len 50.78 (102.1%) --- : 25/11-G-11 Connection 39 111 14 Perf. Len 50.08 (100.2%) --- : 25/11-G-11 Connection 39 110 14 Perf. Len 50.27 (100.3%) --- : 25/11-G-11 Connection 39 109 14 Perf. Len 50.17 (100.2%) --- : 25/11-G-11 Connection 39 108 14 Perf. Len 50.13 (100.2%) --- : 25/11-G-11 Connection 39 107 14 Perf. Len 50.43 (100.1%) --- : 25/11-G-11 Connection 39 106 14 Perf. Len 49.70 (100.8%) --- : 25/11-G-11 Connection 39 105 14 Perf. Len 49.44 ( 99.7%) --- : 25/11-G-11 Connection 39 104 14 Perf. Len 50.66 ( 99.9%) --- : 25/11-G-11 Connection 39 103 14 Perf. Len 5.27 ( 11.0%) -WELOPEN - 'PR27_G11' 'SHUT' 0 0 0 2* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR27_G11' 44 122 14 14 'OPEN' 1* 20.895 0.241 40586.230 2* 'Y' 7.044 / - 'PR27_G11' 44 121 14 14 'OPEN' 1* 77.878 0.241 151268.938 2* 'Y' 7.042 / - 'PR27_G11' 43 121 14 14 'OPEN' 1* 97.068 0.241 188544.703 2* 'Y' 7.044 / - 'PR27_G11' 43 120 14 14 'OPEN' 1* 100.873 0.241 195929.703 2* 'Y' 7.025 / - 'PR27_G11' 42 118 14 14 'OPEN' 1* 20.725 0.241 40255.465 2* 'Y' 7.042 / - 'PR27_G11' 41 118 14 14 'OPEN' 1* 60.657 0.241 117818.938 2* 'Y' 7.040 / - 'PR27_G11' 41 117 14 14 'OPEN' 1* 103.041 0.241 200140.844 2* 'Y' 7.025 / - 'PR27_G11' 41 116 14 14 'OPEN' 1* 27.064 0.241 52568.551 2* 'Y' 7.039 / - 'PR27_G11' 40 116 14 14 'OPEN' 1* 76.041 0.241 147701.000 2* 'Y' 7.041 / - 'PR27_G11' 40 115 14 14 'OPEN' 1* 111.632 0.241 216828.391 2* 'Y' 7.030 / - 'PR27_G11' 40 114 14 14 'OPEN' 1* 71.273 0.241 138438.578 2* 'Y' 7.039 / - 'PR27_G11' 39 114 14 14 'OPEN' 1* 58.071 0.241 112795.031 2* 'Y' 7.038 / - 'PR27_G11' 39 113 14 14 'OPEN' 1* 108.296 0.241 210350.766 2* 'Y' 7.038 / - 'PR27_G11' 39 112 14 14 'OPEN' 1* 105.840 0.241 205579.359 2* 'Y' 7.035 / - 'PR27_G11' 39 111 14 14 'OPEN' 1* 74.424 0.241 144558.875 2* 'Y' 7.037 / - 'PR27_G11' 39 110 14 14 'OPEN' 1* 82.799 0.241 160826.656 2* 'Y' 7.036 / - 'PR27_G11' 39 109 14 14 'OPEN' 1* 60.598 0.241 117703.352 2* 'Y' 7.036 / - 'PR27_G11' 39 108 14 14 'OPEN' 1* 85.841 0.241 166735.516 2* 'Y' 7.036 / - 'PR27_G11' 39 107 14 14 'OPEN' 1* 82.352 0.241 159957.016 2* 'Y' 7.036 / - 'PR27_G11' 39 106 14 14 'OPEN' 1* 63.474 0.241 123290.187 2* 'Y' 7.036 / - 'PR27_G11' 39 105 14 14 'OPEN' 1* 144.625 0.241 280915.781 2* 'Y' 7.036 / - 'PR27_G11' 39 104 14 14 'OPEN' 1* 118.678 0.241 230517.188 2* 'Y' 7.036 / - 'PR27_G11' 39 103 14 14 'OPEN' 1* 7.113 0.241 13816.450 2* 'Y' 7.036 / -/ - -COMPSEGS -'PR27_G11' / - 44 122 14 1 2341.000 2349.829 3* / - 44 121 14 1 2349.829 2379.930 3* / - 43 121 14 1 2379.930 2412.165 3* / - 43 120 14 1 2412.165 2447.000 3* / - 42 118 14 1 2547.000 2562.577 3* / - 41 118 14 1 2562.577 2590.455 3* / - 41 117 14 1 2590.455 2647.409 3* / - 41 116 14 1 2647.409 2663.334 3* / - 40 116 14 1 2663.334 2703.808 3* / - 40 115 14 1 2703.808 2758.094 3* / - 40 114 14 1 2758.094 2788.829 3* / - 39 114 14 1 2788.829 2811.070 3* / - 39 113 14 1 2811.070 2863.086 3* / - 39 112 14 1 2863.086 2913.867 3* / - 39 111 14 1 2913.867 2963.946 3* / - 39 110 14 1 2963.946 3014.213 3* / - 39 109 14 1 3014.213 3064.381 3* / - 39 108 14 1 3064.381 3114.507 3* / - 39 107 14 1 3114.507 3164.935 3* / - 39 106 14 1 3164.935 3214.638 3* / - 39 105 14 1 3214.638 3264.074 3* / - 39 104 14 1 3264.074 3314.731 3* / - 39 103 14 1 3314.731 3320.000 3* / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 801.143 88.000 11717.571 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2279.857 2437.286 33849.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 342.143 193.143 5193.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1996.143 680.857 29607.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3602.571 1895.143 53463.286 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1805.857 284.857 26801.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2333.429 2221.857 34670.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1749.286 1880.857 26096.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1974.429 2313.143 29328.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1646.714 433.571 35239.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2095.714 416.000 38437.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1419.143 170.714 35861.429 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4455782.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2034495.714 5* / -/ - --- 10209.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 14 'DEC' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 891.400 101.000 13150.400 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2420.200 2695.800 35796.600 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1166.000 746.800 17599.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1241.200 447.600 18320.800 5* / - 'PR23_G9' 'OPEN' 'ORAT' 4405.600 2467.400 65410.400 5* / - 'PR27_G11' 'OPEN' 'ORAT' 2204.000 376.000 32808.400 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2619.600 2607.600 38845.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2096.800 2324.600 30968.400 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2002.400 2406.600 29573.200 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1449.000 394.400 23960.600 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1745.600 366.400 32121.800 5* / - 'PR26_G26' 'OPEN' 'ORAT' 973.800 123.800 20454.800 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4887286.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2572430.000 5* / -/ - --- 10214.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 19 'DEC' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2424.000 2341.000 35609.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2349.000 1230.000 34512.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3618.000 1736.000 53146.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1569.000 228.000 23042.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2448.000 2097.000 35965.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2297.000 2218.000 33750.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2204.000 2307.000 32384.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2018.000 478.000 34375.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1970.000 360.000 36280.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1084.000 119.000 19776.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4491090.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2372300.000 5* / -/ - -WPIMULT - 'PR24_G17' 0.080 5* / -/ - --- 10215.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 20 'DEC' 2004 / -/ - --- : 25/11-G-17_T2 Perforation Top: 2055.00 Bot: 2948.00 Diam: 0.24 Skin: 100.00 --- : 25/11-G-17_T2 Connection 45 131 14 Perf. Len 18.71 ( 37.4%) --- : 25/11-G-17_T2 Connection 44 131 14 Perf. Len 1.32 ( 2.7%) --- : 25/11-G-17_T2 Connection 44 130 14 Perf. Len 7.63 ( 15.3%) --- : 25/11-G-17_T2 Connection 44 130 15 Perf. Len 42.14 ( 84.3%) --- : 25/11-G-17_T2 Connection 43 130 15 Perf. Len 51.24 (102.6%) --- : 25/11-G-17_T2 Connection 42 130 15 Perf. Len 51.59 (102.9%) --- : 25/11-G-17_T2 Connection 41 130 15 Perf. Len 52.30 (104.6%) --- : 25/11-G-17_T2 Connection 40 130 15 Perf. Len 5.52 ( 11.1%) --- : 25/11-G-17_T2 Connection 40 129 15 Perf. Len 46.68 ( 93.3%) --- : 25/11-G-17_T2 Connection 39 129 15 Perf. Len 52.11 (104.7%) --- : 25/11-G-17_T2 Connection 38 129 15 Perf. Len 52.52 (104.1%) --- : 25/11-G-17_T2 Connection 37 129 15 Perf. Len 28.07 ( 56.0%) --- : 25/11-G-17_T2 Connection 37 128 15 Perf. Len 23.26 ( 46.8%) --- : 25/11-G-17_T2 Connection 36 128 15 Perf. Len 51.27 (102.7%) --- : 25/11-G-17_T2 Connection 35 128 15 Perf. Len 50.56 (101.1%) --- : 25/11-G-17_T2 Connection 35 128 14 Perf. Len 0.53 ( 1.1%) --- : 25/11-G-17_T2 Connection 34 128 14 Perf. Len 34.00 ( 68.1%) --- : 25/11-G-17_T2 Connection 34 128 15 Perf. Len 17.42 ( 34.8%) --- : 25/11-G-17_T2 Connection 33 128 15 Perf. Len 45.40 ( 91.0%) --- : 25/11-G-17_T2 Connection 33 127 15 Perf. Len 6.06 ( 12.2%) --- : 25/11-G-17_T2 Connection 32 127 15 Perf. Len 52.74 (105.4%) --- : 25/11-G-17_T2 Connection 31 127 15 Perf. Len 53.13 (106.0%) --- : 25/11-G-17_T2 Connection 30 127 15 Perf. Len 44.96 ( 90.0%) --- : 25/11-G-17_T2 Connection 30 126 15 Perf. Len 7.67 ( 15.3%) --- : 25/11-G-17_T2 Connection 29 126 15 Perf. Len 52.16 (104.1%) --- : 25/11-G-17_T2 Connection 28 126 15 Perf. Len 44.03 ( 88.7%) -WELOPEN - 'PR24_G17' 'SHUT' 0 0 0 2* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR24_G17' 45 131 14 14 'OPEN' 1* 72.472 0.241 140780.547 2* 'X' 7.101 / - 'PR24_G17' 44 131 14 14 'OPEN' 1* 5.210 0.241 10120.438 2* 'X' 7.066 / - 'PR24_G17' 44 130 14 14 'OPEN' 1* 29.019 0.241 56364.004 2* 'X' 7.011 / - 'PR24_G17' 44 130 15 15 'OPEN' 1* 150.457 0.241 292228.812 2* 'X' 7.003 / - 'PR24_G17' 43 130 15 15 'OPEN' 1* 194.739 0.241 378237.906 2* 'X' 7.004 / - 'PR24_G17' 42 130 15 15 'OPEN' 1* 201.326 0.241 391030.531 2* 'X' 7.001 / - 'PR24_G17' 41 130 15 15 'OPEN' 1* 191.739 0.241 372410.719 2* 'X' 7.003 / - 'PR24_G17' 40 130 15 15 'OPEN' 1* 19.392 0.241 37664.285 2* 'X' 7.003 / - 'PR24_G17' 40 129 15 15 'OPEN' 1* 169.006 0.241 328282.719 2* 'X' 7.060 / - 'PR24_G17' 39 129 15 15 'OPEN' 1* 191.506 0.241 371985.875 2* 'X' 7.059 / - 'PR24_G17' 38 129 15 15 'OPEN' 1* 182.630 0.241 354745.594 2* 'X' 7.060 / - 'PR24_G17' 37 129 15 15 'OPEN' 1* 107.067 0.241 207969.250 2* 'X' 7.058 / - 'PR24_G17' 37 128 15 15 'OPEN' 1* 82.626 0.241 160481.891 2* 'X' 7.002 / - 'PR24_G17' 36 128 15 15 'OPEN' 1* 178.780 0.241 347239.219 2* 'X' 7.000 / - 'PR24_G17' 35 128 15 15 'OPEN' 1* 186.340 0.241 361924.344 2* 'X' 7.002 / - 'PR24_G17' 35 128 14 14 'OPEN' 1* 1.926 0.241 3740.834 2* 'X' 7.007 / - 'PR24_G17' 34 128 14 14 'OPEN' 1* 119.708 0.241 232505.797 2* 'X' 7.000 / - 'PR24_G17' 34 128 15 15 'OPEN' 1* 60.248 0.241 117017.531 2* 'X' 7.001 / - 'PR24_G17' 33 128 15 15 'OPEN' 1* 145.862 0.241 283303.312 2* 'X' 7.002 / - 'PR24_G17' 33 127 15 15 'OPEN' 1* 18.291 0.241 35528.023 2* 'X' 7.058 / - 'PR24_G17' 32 127 15 15 'OPEN' 1* 134.830 0.241 261897.453 2* 'X' 7.057 / - 'PR24_G17' 31 127 15 15 'OPEN' 1* 136.045 0.241 264257.562 2* 'X' 7.057 / - 'PR24_G17' 30 127 15 15 'OPEN' 1* 142.553 0.241 276897.438 2* 'X' 7.057 / - 'PR24_G17' 30 126 15 15 'OPEN' 1* 24.222 0.241 47049.367 2* 'X' 7.058 / - 'PR24_G17' 29 126 15 15 'OPEN' 1* 151.074 0.241 293450.656 2* 'X' 7.058 / - 'PR24_G17' 28 126 15 15 'OPEN' 1* 148.210 0.241 287881.344 2* 'X' 7.046 / -/ - -COMPSEGS -'PR24_G17' / - 45 131 14 1 2055.000 2073.706 3* / - 44 131 14 1 2073.706 2075.029 3* / - 44 130 14 1 2075.029 2082.657 3* / - 44 130 15 1 2082.657 2124.793 3* / - 43 130 15 1 2124.793 2176.031 3* / - 42 130 15 1 2176.031 2227.621 3* / - 41 130 15 1 2227.621 2279.917 3* / - 40 130 15 1 2279.917 2285.440 3* / - 40 129 15 1 2285.440 2332.118 3* / - 39 129 15 1 2332.118 2384.231 3* / - 38 129 15 1 2384.231 2436.751 3* / - 37 129 15 1 2436.751 2464.816 3* / - 37 128 15 1 2464.816 2488.072 3* / - 36 128 15 1 2488.072 2539.341 3* / - 35 128 15 1 2539.341 2589.900 3* / - 35 128 14 1 2589.900 2590.430 3* / - 34 128 14 1 2590.430 2624.432 3* / - 34 128 15 1 2624.432 2641.853 3* / - 33 128 15 1 2641.853 2687.252 3* / - 33 127 15 1 2687.252 2693.308 3* / - 32 127 15 1 2693.308 2746.044 3* / - 31 127 15 1 2746.044 2799.178 3* / - 30 127 15 1 2799.178 2844.137 3* / - 30 126 15 1 2844.137 2851.810 3* / - 29 126 15 1 2851.810 2903.968 3* / - 28 126 15 1 2903.968 2948.000 3* / -/ - -WCONHIST - 'PR22_G25' 'OPEN' 'ORAT' 977.000 860.000 14323.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1763.000 842.000 25852.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 166.000 47.000 2436.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1646.000 721.000 24146.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1021.000 135.000 14967.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2208.000 1726.000 32387.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2002.000 1764.000 29356.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1820.000 1737.000 26687.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1626.000 352.000 27113.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1801.000 300.000 32800.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 839.000 84.000 14994.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2938440.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1199340.000 5* / -/ - --- 10216.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 21 'DEC' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 890.857 100.857 13117.857 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2616.857 2838.429 38523.571 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2507.143 1467.714 36905.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 380.571 126.143 5597.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3770.429 2029.286 55500.286 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1781.857 289.857 26228.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2699.286 2591.571 39732.857 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2507.857 2715.286 36916.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2416.286 2835.429 35571.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2109.143 560.143 36991.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2041.429 417.857 37630.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1038.000 128.143 19904.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4854318.571 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3015657.143 5* / -/ - --- 10223.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 28 'DEC' 2004 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 745.750 88.500 11046.500 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2612.500 3005.750 38591.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2304.250 1436.750 34035.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3718.500 2126.500 54930.250 5* / - 'PR27_G11' 'OPEN' 'ORAT' 2335.250 404.500 34509.250 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2638.000 2691.500 38968.500 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2495.000 2870.750 36857.750 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2419.250 3015.750 35734.750 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1960.250 553.500 35381.500 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1946.250 423.250 36310.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1612.250 213.750 168159.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4527160.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2937700.000 5* / -/ - --- 10227.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 2005 / -/ - --- : 25/11-G-11 Perforation Top: 2341.00 Bot: 2447.00 Diam: 0.24 Skin: 4.73 --- : 25/11-G-11 Perforation Top: 2547.00 Bot: 3320.00 Diam: 0.24 Skin: 4.73 --- : 25/11-G-11 Connection 44 122 14 Perf. Len 8.83 ( 17.6%) --- : 25/11-G-11 Connection 44 121 14 Perf. Len 30.10 ( 60.0%) --- : 25/11-G-11 Connection 43 121 14 Perf. Len 32.24 ( 63.9%) --- : 25/11-G-11 Connection 43 120 14 Perf. Len 34.83 ( 70.1%) --- : 25/11-G-11 Connection 42 118 14 Perf. Len 15.58 ( 31.0%) --- : 25/11-G-11 Connection 41 118 14 Perf. Len 27.88 ( 55.7%) --- : 25/11-G-11 Connection 41 117 14 Perf. Len 56.95 (114.6%) --- : 25/11-G-11 Connection 41 116 14 Perf. Len 15.93 ( 31.5%) --- : 25/11-G-11 Connection 40 116 14 Perf. Len 40.47 ( 80.8%) --- : 25/11-G-11 Connection 40 115 14 Perf. Len 54.29 (108.8%) --- : 25/11-G-11 Connection 40 114 14 Perf. Len 30.73 ( 61.1%) --- : 25/11-G-11 Connection 39 114 14 Perf. Len 22.24 ( 45.4%) --- : 25/11-G-11 Connection 39 113 14 Perf. Len 52.02 (102.9%) --- : 25/11-G-11 Connection 39 112 14 Perf. Len 50.78 (102.1%) --- : 25/11-G-11 Connection 39 111 14 Perf. Len 50.08 (100.2%) --- : 25/11-G-11 Connection 39 110 14 Perf. Len 50.27 (100.3%) --- : 25/11-G-11 Connection 39 109 14 Perf. Len 50.17 (100.2%) --- : 25/11-G-11 Connection 39 108 14 Perf. Len 50.13 (100.2%) --- : 25/11-G-11 Connection 39 107 14 Perf. Len 50.43 (100.1%) --- : 25/11-G-11 Connection 39 106 14 Perf. Len 49.70 (100.8%) --- : 25/11-G-11 Connection 39 105 14 Perf. Len 49.44 ( 99.7%) --- : 25/11-G-11 Connection 39 104 14 Perf. Len 50.66 ( 99.9%) --- : 25/11-G-11 Connection 39 103 14 Perf. Len 5.27 ( 11.0%) -WELOPEN - 'PR27_G11' 'SHUT' 0 0 0 2* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR27_G11' 44 122 14 14 'OPEN' 1* 247.183 0.241 40586.230 2* 'Y' 7.044 / - 'PR27_G11' 44 121 14 14 'OPEN' 1* 921.306 0.241 151268.938 2* 'Y' 7.042 / - 'PR27_G11' 43 121 14 14 'OPEN' 1* 1148.295 0.241 188544.703 2* 'Y' 7.044 / - 'PR27_G11' 43 120 14 14 'OPEN' 1* 1193.644 0.241 195929.703 2* 'Y' 7.025 / - 'PR27_G11' 42 118 14 14 'OPEN' 1* 245.176 0.241 40255.465 2* 'Y' 7.042 / - 'PR27_G11' 41 118 14 14 'OPEN' 1* 717.605 0.241 117818.938 2* 'Y' 7.040 / - 'PR27_G11' 41 117 14 14 'OPEN' 1* 1219.303 0.241 200140.844 2* 'Y' 7.025 / - 'PR27_G11' 41 116 14 14 'OPEN' 1* 320.186 0.241 52568.551 2* 'Y' 7.039 / - 'PR27_G11' 40 116 14 14 'OPEN' 1* 899.595 0.241 147701.000 2* 'Y' 7.041 / - 'PR27_G11' 40 115 14 14 'OPEN' 1* 1320.849 0.241 216828.391 2* 'Y' 7.030 / - 'PR27_G11' 40 114 14 14 'OPEN' 1* 843.206 0.241 138438.578 2* 'Y' 7.039 / - 'PR27_G11' 39 114 14 14 'OPEN' 1* 687.022 0.241 112795.031 2* 'Y' 7.038 / - 'PR27_G11' 39 113 14 14 'OPEN' 1* 1281.231 0.241 210350.766 2* 'Y' 7.038 / - 'PR27_G11' 39 112 14 14 'OPEN' 1* 1252.224 0.241 205579.359 2* 'Y' 7.035 / - 'PR27_G11' 39 111 14 14 'OPEN' 1* 880.513 0.241 144558.875 2* 'Y' 7.037 / - 'PR27_G11' 39 110 14 14 'OPEN' 1* 979.611 0.241 160826.656 2* 'Y' 7.036 / - 'PR27_G11' 39 109 14 14 'OPEN' 1* 716.942 0.241 117703.352 2* 'Y' 7.036 / - 'PR27_G11' 39 108 14 14 'OPEN' 1* 1015.599 0.241 166735.516 2* 'Y' 7.036 / - 'PR27_G11' 39 107 14 14 'OPEN' 1* 974.315 0.241 159957.016 2* 'Y' 7.036 / - 'PR27_G11' 39 106 14 14 'OPEN' 1* 750.970 0.241 123290.187 2* 'Y' 7.036 / - 'PR27_G11' 39 105 14 14 'OPEN' 1* 1711.087 0.241 280915.781 2* 'Y' 7.036 / - 'PR27_G11' 39 104 14 14 'OPEN' 1* 1404.099 0.241 230517.188 2* 'Y' 7.036 / - 'PR27_G11' 39 103 14 14 'OPEN' 1* 84.157 0.241 13816.450 2* 'Y' 7.036 / -/ - -COMPSEGS -'PR27_G11' / - 44 122 14 1 2341.000 2349.829 3* / - 44 121 14 1 2349.829 2379.930 3* / - 43 121 14 1 2379.930 2412.165 3* / - 43 120 14 1 2412.165 2447.000 3* / - 42 118 14 1 2547.000 2562.577 3* / - 41 118 14 1 2562.577 2590.455 3* / - 41 117 14 1 2590.455 2647.409 3* / - 41 116 14 1 2647.409 2663.334 3* / - 40 116 14 1 2663.334 2703.808 3* / - 40 115 14 1 2703.808 2758.094 3* / - 40 114 14 1 2758.094 2788.829 3* / - 39 114 14 1 2788.829 2811.070 3* / - 39 113 14 1 2811.070 2863.086 3* / - 39 112 14 1 2863.086 2913.867 3* / - 39 111 14 1 2913.867 2963.946 3* / - 39 110 14 1 2963.946 3014.213 3* / - 39 109 14 1 3014.213 3064.381 3* / - 39 108 14 1 3064.381 3114.507 3* / - 39 107 14 1 3114.507 3164.935 3* / - 39 106 14 1 3164.935 3214.638 3* / - 39 105 14 1 3214.638 3264.074 3* / - 39 104 14 1 3264.074 3314.731 3* / - 39 103 14 1 3314.731 3320.000 3* / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1571.667 401.667 22505.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2631.000 2801.667 37724.333 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1875.000 1276.333 26803.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3411.333 1801.000 46653.333 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1373.333 628.667 19553.333 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2613.667 2783.000 37471.333 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2512.000 2784.000 33945.333 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2228.333 2375.667 31992.333 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2570.000 698.000 147971.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2174.000 275.333 38725.667 5* / - 'PR26_G26' 'OPEN' 'ORAT' 2062.667 209.000 438325.667 5* / -/ - -WCONPROD - 'FRIGG' 'OPEN' 'RESV' 4* 8000.000 9* / - 'HEIMDAL' 'OPEN' 'RESV' 4* 6000.000 9* / - 'BALDER' 'OPEN' 'RESV' 4* 6000.000 9* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4875496.667 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3518933.333 5* / -/ - --- 10230.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 4 'JAN' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 903.000 219.000 12535.500 5* / - 'PR22_G25' 'OPEN' 'ORAT' 892.000 960.500 12741.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 828.000 571.000 11830.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1853.000 897.500 22861.500 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1056.000 457.500 14635.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1071.000 1115.000 15074.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 897.000 1005.500 12080.500 5* / - 'PR11_G6' 'OPEN' 'ORAT' 995.000 1044.500 14056.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1553.500 384.500 150850.500 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1295.000 145.500 25133.500 5* / - 'PR26_G26' 'OPEN' 'ORAT' 699.000 71.500 159579.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2396605.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1459659.000 5* / -/ - --- 10232.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 6 'JAN' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1816.000 410.400 26183.400 5* / - 'PR22_G25' 'OPEN' 'ORAT' 773.400 737.400 11202.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2026.000 1224.000 29250.800 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1142.600 370.200 16574.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3570.800 1663.000 47790.800 5* / - 'PR27_G11' 'OPEN' 'ORAT' 2345.200 952.400 33807.600 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2279.600 2152.200 32902.600 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1742.600 1727.800 23804.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 555.000 509.400 7882.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1980.000 471.800 48397.200 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2539.800 282.800 48590.400 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1616.600 144.400 35235.600 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2224038.400 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 898811.000 5* / -/ - -WPIMULT - 'PR25_G21' 0.200 5* / -/ - --- 10237.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 11 'JAN' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1690.500 409.000 24463.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2396.500 2417.500 34683.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2258.000 1457.500 32673.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2340.500 796.500 33875.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3869.000 1930.000 52058.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 2154.500 932.000 31136.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 317.500 315.000 4576.500 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2554.500 2680.000 34847.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2148.000 2170.000 31095.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2152.000 556.500 51537.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2460.500 295.000 44606.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1605.500 153.500 32669.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2365900.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1530215.000 5* / -/ - --- 10239.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 13 'JAN' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1502.500 383.500 23875.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2525.000 2682.000 39965.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2162.000 1471.500 34360.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2576.000 924.000 40712.500 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3764.500 1980.000 56054.500 5* / - 'PR27_G11' 'OPEN' 'ORAT' 2322.000 1065.000 36783.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 184.500 194.500 2583.500 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2478.500 2740.500 36952.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2421.000 2572.000 38271.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3187.000 865.500 426889.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2353.000 296.500 46864.500 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1632.500 165.000 37416.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2446125.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1283930.000 5* / -/ - -WPIMULT - 'PR06_G28' 0.130 5* / -/ - --- 10241.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 15 'JAN' 2005 / -/ - --- : 25/11-G-21 Perforation Top: 2134.00 Bot: 2613.00 Diam: 0.24 Skin: 18.00 --- : 25/11-G-21 Perforation Top: 2677.00 Bot: 2748.00 Diam: 0.24 Skin: 18.00 --- : 25/11-G-21 Connection 45 127 14 Perf. Len 0.26 ( 0.5%) --- WARN: 25/11-G-21 Connection 45 127 14 SUPPRESSED, perf percentage too small --- : 25/11-G-21 Connection 45 126 14 Perf. Len 0.31 ( 0.6%) --- : 25/11-G-21 Connection 45 126 15 Perf. Len 15.31 ( 30.6%) --- : 25/11-G-21 Connection 44 126 15 Perf. Len 56.48 (113.0%) --- : 25/11-G-21 Connection 43 126 15 Perf. Len 33.28 ( 66.6%) --- : 25/11-G-21 Connection 43 125 15 Perf. Len 24.53 ( 49.0%) --- : 25/11-G-21 Connection 42 125 15 Perf. Len 59.21 (118.3%) --- : 25/11-G-21 Connection 41 125 15 Perf. Len 10.51 ( 21.2%) --- : 25/11-G-21 Connection 41 124 15 Perf. Len 48.78 ( 97.6%) --- : 25/11-G-21 Connection 40 124 15 Perf. Len 43.12 ( 86.1%) --- : 25/11-G-21 Connection 40 123 15 Perf. Len 16.85 ( 33.7%) --- : 25/11-G-21 Connection 39 123 15 Perf. Len 59.39 (118.9%) --- : 25/11-G-21 Connection 38 123 15 Perf. Len 16.81 ( 33.6%) --- : 25/11-G-21 Connection 38 122 15 Perf. Len 41.48 ( 83.1%) --- : 25/11-G-21 Connection 37 122 15 Perf. Len 52.67 (105.1%) --- : 25/11-G-21 Connection 35 121 15 Perf. Len 35.63 ( 71.3%) --- : 25/11-G-21 Connection 35 120 15 Perf. Len 23.21 ( 46.3%) --- : 25/11-G-21 Connection 34 120 15 Perf. Len 12.16 ( 23.8%) -WELOPEN - 'PR25_G21' 'SHUT' 0 0 0 2* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR25_G21' 45 126 14 14 'OPEN' 1* 4.585 0.241 1888.408 2* 'X' 7.055 / - 'PR25_G21' 45 126 15 15 'OPEN' 1* 192.973 0.241 79487.281 2* 'X' 7.056 / - 'PR25_G21' 44 126 15 15 'OPEN' 1* 959.791 0.241 395339.031 2* 'X' 7.053 / - 'PR25_G21' 43 126 15 15 'OPEN' 1* 560.826 0.241 231005.016 2* 'X' 7.053 / - 'PR25_G21' 43 125 15 15 'OPEN' 1* 394.000 0.241 162242.203 2* 'X' 7.009 / - 'PR25_G21' 42 125 15 15 'OPEN' 1* 864.137 0.241 355838.156 2* 'X' 7.009 / - 'PR25_G21' 41 125 15 15 'OPEN' 1* 162.943 0.241 67097.945 2* 'X' 7.011 / - 'PR25_G21' 41 124 15 15 'OPEN' 1* 721.471 0.241 297172.625 2* 'X' 7.052 / - 'PR25_G21' 40 124 15 15 'OPEN' 1* 722.363 0.241 297540.500 2* 'X' 7.052 / - 'PR25_G21' 40 123 15 15 'OPEN' 1* 269.599 0.241 111018.242 2* 'X' 7.012 / - 'PR25_G21' 39 123 15 15 'OPEN' 1* 1038.647 0.241 427703.688 2* 'X' 7.011 / - 'PR25_G21' 38 123 15 15 'OPEN' 1* 288.029 0.241 118607.898 2* 'X' 7.012 / - 'PR25_G21' 38 122 15 15 'OPEN' 1* 591.763 0.241 243746.812 2* 'X' 7.053 / - 'PR25_G21' 37 122 15 15 'OPEN' 1* 715.408 0.241 294677.719 2* 'X' 7.054 / - 'PR25_G21' 35 121 15 15 'OPEN' 1* 581.598 0.241 239554.828 2* 'X' 7.050 / - 'PR25_G21' 35 120 15 15 'OPEN' 1* 403.709 0.241 166236.969 2* 'X' 7.006 / - 'PR25_G21' 34 120 15 15 'OPEN' 1* 170.839 0.241 70376.094 2* 'X' 7.070 / -/ - -COMPSEGS -'PR25_G21' / - 45 126 14 1 2134.265 2134.577 3* / - 45 126 15 1 2134.577 2149.884 3* / - 44 126 15 1 2149.884 2206.366 3* / - 43 126 15 1 2206.366 2239.641 3* / - 43 125 15 1 2239.641 2264.168 3* / - 42 125 15 1 2264.168 2323.381 3* / - 41 125 15 1 2323.381 2333.892 3* / - 41 124 15 1 2333.892 2382.676 3* / - 40 124 15 1 2382.676 2425.799 3* / - 40 123 15 1 2425.799 2442.651 3* / - 39 123 15 1 2442.651 2502.046 3* / - 38 123 15 1 2502.046 2518.852 3* / - 38 122 15 1 2518.852 2560.334 3* / - 37 122 15 1 2560.334 2613.000 3* / - 35 121 15 1 2677.000 2712.629 3* / - 35 120 15 1 2712.629 2735.836 3* / - 34 120 15 1 2735.836 2748.000 3* / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1346.333 328.667 19177.333 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2547.333 2589.333 36284.333 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2087.333 1359.333 29734.333 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2611.333 896.000 37197.667 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3879.000 1949.333 51924.667 5* / - 'PR27_G11' 'OPEN' 'ORAT' 2414.333 1057.667 34411.667 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1240.333 1237.667 17746.667 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1696.333 1808.667 22763.333 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1881.000 1933.667 26722.667 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2663.667 691.667 403019.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2355.000 284.333 42280.667 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1572.667 152.000 35644.333 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2610946.667 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1313713.333 5* / -/ - --- 10244.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 18 'JAN' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1152.143 294.571 17935.857 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2601.143 2772.571 40542.571 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2065.429 1409.714 32175.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2654.714 954.857 41361.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3691.571 1945.000 55202.286 5* / - 'PR27_G11' 'OPEN' 'ORAT' 2539.714 1166.714 39522.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2425.857 2589.714 37893.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2271.714 2527.286 33502.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2427.143 660.000 423939.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2130.429 269.286 41729.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1727.429 174.000 375852.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2484244.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1581520.000 5* / -/ - --- 10251.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 25 'JAN' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1001.500 245.000 15635.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2816.500 2869.500 43900.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2073.000 1352.000 32338.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2515.000 865.000 39210.500 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3974.000 2003.500 59905.500 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1110.000 487.500 17318.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2675.000 2725.000 41706.500 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2570.500 2726.000 37771.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1431.500 1461.000 22192.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2369.000 616.000 420969.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2395.000 290.000 47047.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1389.500 134.500 344320.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2606175.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1315120.000 5* / -/ - --- 10253.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 27 'JAN' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1156.000 284.000 17709.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2949.000 3020.000 45162.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2036.000 1335.000 31181.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2319.000 802.000 35510.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 4028.000 2042.000 60250.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 877.000 388.000 13438.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2729.000 2794.000 41791.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2697.000 2875.000 38944.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 976.000 999.000 14944.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2422.000 634.000 429869.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2318.000 282.000 44571.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1348.000 131.000 331255.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2562470.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1321870.000 5* / -/ - -WRFTPLT - 'PR11_G6' 'YES' 'YES' 'YES' / -/ - ---USER EVENT ---============================================================================= ---G-6 PLT starter, "høy" rate inn, "medium" rate ut ---============================================================================= - -WPIMULT - 'PR06_G28' 1.080 5* / -/ - --- 10254.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 28 'JAN' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1204.000 298.000 18463.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2974.000 3066.000 45592.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2002.000 1322.000 30692.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2229.000 776.000 34178.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 4009.000 2046.000 60018.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 916.000 408.000 14046.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2716.000 2800.000 41647.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2684.000 2881.000 38801.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 362.000 373.000 5544.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2298.000 605.000 387493.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2373.000 290.000 45789.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1290.000 126.000 294363.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2471090.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1326220.000 5* / -/ - -WRFTPLT - 'PR11_G6' 'YES' 'YES' 'YES' / -/ - --- 10255.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 29 'JAN' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1212.000 292.000 18519.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2981.000 2985.000 45551.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1879.000 1205.000 28712.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2236.000 756.000 34163.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3979.000 1972.000 60289.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 876.000 379.000 13384.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2715.000 2719.000 41496.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2725.000 2840.000 39249.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2253.000 2256.000 34424.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2330.000 596.000 356466.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2424.000 288.000 46674.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1337.000 127.000 328374.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2394030.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1314890.000 5* / -/ - -WRFTPLT - 'PR11_G6' 'YES' 'YES' 'YES' / -/ - --- 10256.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 30 'JAN' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1145.000 281.500 17623.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2961.500 3027.500 45569.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1902.500 1245.000 29268.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2131.000 735.500 32780.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3988.000 2017.500 59945.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 942.500 415.500 14498.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2699.500 2760.000 41538.500 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2670.000 2840.500 38725.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 882.500 904.000 13540.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2386.500 623.000 427808.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2357.500 286.000 45659.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1335.500 129.500 335150.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2471185.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1344075.000 5* / -/ - -WRFTPLT - 'PR11_G6' 'YES' 'YES' 'YES' / -/ - --- 10258.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'FEB' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1017.000 253.000 15299.143 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2656.571 3231.000 39960.571 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1828.714 1163.571 27505.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1834.000 709.714 27601.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 4176.286 1697.429 57600.429 5* / - 'PR27_G11' 'OPEN' 'ORAT' 870.429 336.857 13094.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2574.714 2775.571 38709.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2687.143 2783.286 38095.714 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2209.143 2385.000 33106.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2467.143 576.286 254009.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2274.143 279.571 43018.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1396.571 104.714 194676.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2332164.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1316645.143 5* / -/ - --- 10265.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 8 'FEB' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 944.714 231.714 14447.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2583.000 3099.571 39515.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1865.571 1170.429 28527.571 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1814.286 692.286 27752.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3990.143 1600.714 59579.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1083.286 413.429 16566.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2563.429 2725.286 39207.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2717.429 2775.714 39181.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2436.429 2591.857 37278.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2468.143 568.143 386013.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2405.000 291.857 46189.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1346.143 99.286 276792.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2237675.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1240683.000 5* / -/ - --- 10272.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 15 'FEB' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1023.000 254.714 15696.714 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2615.000 3183.429 40114.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1976.143 1258.571 30319.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1885.571 730.286 28923.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 4197.143 1707.571 61945.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1542.143 597.429 23669.286 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2519.857 2718.714 38654.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2625.571 2721.714 37966.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2501.286 2699.143 38373.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2313.857 540.714 402379.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2450.143 301.714 64877.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1272.143 95.429 283960.429 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3289147.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1366013.286 5* / -/ - --- 10279.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 22 'FEB' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1133.000 277.857 17233.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2636.429 3159.000 40088.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1974.000 1237.571 30026.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2117.143 807.143 32193.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 4260.286 1706.143 62694.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1243.571 474.143 18914.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2540.429 2698.143 38631.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2675.714 2730.286 38355.714 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2206.000 2343.714 33556.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2273.857 523.143 401319.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2518.429 304.857 73244.857 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1315.000 97.000 298049.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5366368.571 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3660797.143 5* / -/ - --- 10286.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'MAR' 2005 / -/ - --- : 25/11-G-17_T2 Perforation Top: 2055.00 Bot: 2948.00 Diam: 0.24 Skin: 70.00 --- : 25/11-G-17_T2 Connection 45 131 14 Perf. Len 18.71 ( 37.4%) --- : 25/11-G-17_T2 Connection 44 131 14 Perf. Len 1.32 ( 2.7%) --- : 25/11-G-17_T2 Connection 44 130 14 Perf. Len 7.63 ( 15.3%) --- : 25/11-G-17_T2 Connection 44 130 15 Perf. Len 42.14 ( 84.3%) --- : 25/11-G-17_T2 Connection 43 130 15 Perf. Len 51.24 (102.6%) --- : 25/11-G-17_T2 Connection 42 130 15 Perf. Len 51.59 (102.9%) --- : 25/11-G-17_T2 Connection 41 130 15 Perf. Len 52.30 (104.6%) --- : 25/11-G-17_T2 Connection 40 130 15 Perf. Len 5.52 ( 11.1%) --- : 25/11-G-17_T2 Connection 40 129 15 Perf. Len 46.68 ( 93.3%) --- : 25/11-G-17_T2 Connection 39 129 15 Perf. Len 52.11 (104.7%) --- : 25/11-G-17_T2 Connection 38 129 15 Perf. Len 52.52 (104.1%) --- : 25/11-G-17_T2 Connection 37 129 15 Perf. Len 28.07 ( 56.0%) --- : 25/11-G-17_T2 Connection 37 128 15 Perf. Len 23.26 ( 46.8%) --- : 25/11-G-17_T2 Connection 36 128 15 Perf. Len 51.27 (102.7%) --- : 25/11-G-17_T2 Connection 35 128 15 Perf. Len 50.56 (101.1%) --- : 25/11-G-17_T2 Connection 35 128 14 Perf. Len 0.53 ( 1.1%) --- : 25/11-G-17_T2 Connection 34 128 14 Perf. Len 34.00 ( 68.1%) --- : 25/11-G-17_T2 Connection 34 128 15 Perf. Len 17.42 ( 34.8%) --- : 25/11-G-17_T2 Connection 33 128 15 Perf. Len 45.40 ( 91.0%) --- : 25/11-G-17_T2 Connection 33 127 15 Perf. Len 6.06 ( 12.2%) --- : 25/11-G-17_T2 Connection 32 127 15 Perf. Len 52.74 (105.4%) --- : 25/11-G-17_T2 Connection 31 127 15 Perf. Len 53.13 (106.0%) --- : 25/11-G-17_T2 Connection 30 127 15 Perf. Len 44.96 ( 90.0%) --- : 25/11-G-17_T2 Connection 30 126 15 Perf. Len 7.67 ( 15.3%) --- : 25/11-G-17_T2 Connection 29 126 15 Perf. Len 52.16 (104.1%) --- : 25/11-G-17_T2 Connection 28 126 15 Perf. Len 44.03 ( 88.7%) -WELOPEN - 'PR24_G17' 'SHUT' 0 0 0 2* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR24_G17' 45 131 14 14 'OPEN' 1* 101.823 0.241 140780.547 2* 'X' 7.101 / - 'PR24_G17' 44 131 14 14 'OPEN' 1* 7.320 0.241 10120.438 2* 'X' 7.066 / - 'PR24_G17' 44 130 14 14 'OPEN' 1* 40.774 0.241 56364.004 2* 'X' 7.011 / - 'PR24_G17' 44 130 15 15 'OPEN' 1* 211.402 0.241 292228.812 2* 'X' 7.003 / - 'PR24_G17' 43 130 15 15 'OPEN' 1* 273.622 0.241 378237.906 2* 'X' 7.004 / - 'PR24_G17' 42 130 15 15 'OPEN' 1* 282.878 0.241 391030.531 2* 'X' 7.001 / - 'PR24_G17' 41 130 15 15 'OPEN' 1* 269.407 0.241 372410.719 2* 'X' 7.003 / - 'PR24_G17' 40 130 15 15 'OPEN' 1* 27.247 0.241 37664.285 2* 'X' 7.003 / - 'PR24_G17' 40 129 15 15 'OPEN' 1* 237.458 0.241 328282.719 2* 'X' 7.060 / - 'PR24_G17' 39 129 15 15 'OPEN' 1* 269.071 0.241 371985.875 2* 'X' 7.059 / - 'PR24_G17' 38 129 15 15 'OPEN' 1* 256.599 0.241 354745.594 2* 'X' 7.060 / - 'PR24_G17' 37 129 15 15 'OPEN' 1* 150.432 0.241 207969.250 2* 'X' 7.058 / - 'PR24_G17' 37 128 15 15 'OPEN' 1* 116.095 0.241 160481.891 2* 'X' 7.002 / - 'PR24_G17' 36 128 15 15 'OPEN' 1* 251.199 0.241 347239.219 2* 'X' 7.001 / - 'PR24_G17' 35 128 15 15 'OPEN' 1* 261.821 0.241 361924.344 2* 'X' 7.002 / - 'PR24_G17' 35 128 14 14 'OPEN' 1* 2.706 0.241 3740.834 2* 'X' 7.007 / - 'PR24_G17' 34 128 14 14 'OPEN' 1* 168.199 0.241 232505.797 2* 'X' 7.000 / - 'PR24_G17' 34 128 15 15 'OPEN' 1* 84.652 0.241 117017.531 2* 'X' 7.001 / - 'PR24_G17' 33 128 15 15 'OPEN' 1* 204.946 0.241 283303.312 2* 'X' 7.002 / - 'PR24_G17' 33 127 15 15 'OPEN' 1* 25.699 0.241 35528.023 2* 'X' 7.058 / - 'PR24_G17' 32 127 15 15 'OPEN' 1* 189.440 0.241 261897.453 2* 'X' 7.057 / - 'PR24_G17' 31 127 15 15 'OPEN' 1* 191.148 0.241 264257.562 2* 'X' 7.057 / - 'PR24_G17' 30 127 15 15 'OPEN' 1* 200.291 0.241 276897.438 2* 'X' 7.057 / - 'PR24_G17' 30 126 15 15 'OPEN' 1* 34.033 0.241 47049.367 2* 'X' 7.058 / - 'PR24_G17' 29 126 15 15 'OPEN' 1* 212.264 0.241 293450.656 2* 'X' 7.058 / - 'PR24_G17' 28 126 15 15 'OPEN' 1* 208.240 0.241 287881.344 2* 'X' 7.046 / -/ - -COMPSEGS -'PR24_G17' / - 45 131 14 1 2055.000 2073.706 3* / - 44 131 14 1 2073.706 2075.029 3* / - 44 130 14 1 2075.029 2082.657 3* / - 44 130 15 1 2082.657 2124.793 3* / - 43 130 15 1 2124.793 2176.031 3* / - 42 130 15 1 2176.031 2227.621 3* / - 41 130 15 1 2227.621 2279.917 3* / - 40 130 15 1 2279.917 2285.440 3* / - 40 129 15 1 2285.440 2332.118 3* / - 39 129 15 1 2332.118 2384.231 3* / - 38 129 15 1 2384.231 2436.751 3* / - 37 129 15 1 2436.751 2464.816 3* / - 37 128 15 1 2464.816 2488.072 3* / - 36 128 15 1 2488.072 2539.341 3* / - 35 128 15 1 2539.341 2589.900 3* / - 35 128 14 1 2589.900 2590.430 3* / - 34 128 14 1 2590.430 2624.432 3* / - 34 128 15 1 2624.432 2641.853 3* / - 33 128 15 1 2641.853 2687.252 3* / - 33 127 15 1 2687.252 2693.308 3* / - 32 127 15 1 2693.308 2746.044 3* / - 31 127 15 1 2746.044 2799.178 3* / - 30 127 15 1 2799.178 2844.137 3* / - 30 126 15 1 2844.137 2851.810 3* / - 29 126 15 1 2851.810 2903.968 3* / - 28 126 15 1 2903.968 2948.000 3* / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1164.000 325.286 16832.143 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2817.143 3025.000 40746.714 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1960.714 1242.429 28365.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2101.714 892.857 30404.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 4344.571 1674.286 60022.714 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1150.143 421.714 16641.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2613.429 2696.000 37798.571 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2818.000 2683.429 38418.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2077.857 2227.571 30105.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2121.857 525.714 321275.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2397.143 264.143 70181.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1408.000 105.143 333489.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5242802.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3517200.000 5* / -/ - --- 10293.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 8 'MAR' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1205.714 329.429 17283.571 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2560.286 2692.857 36733.571 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2074.571 1284.429 29738.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2163.000 899.857 31019.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3541.000 1341.000 49117.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1155.143 413.286 16564.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2518.286 2538.857 36108.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2748.857 2558.286 37155.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2337.143 2456.143 33516.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2040.143 494.000 195877.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2619.429 281.857 64706.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1473.429 107.286 217061.286 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4746581.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2788231.429 5* / -/ - --- 10300.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 15 'MAR' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1211.750 334.500 17700.500 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2454.500 2610.000 35603.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2035.750 1274.750 29694.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2143.500 901.000 31175.250 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3880.250 1479.500 54880.750 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1038.500 376.500 15138.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2405.000 2454.000 35025.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2627.500 2474.500 36056.750 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2348.250 2494.750 34154.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1998.000 490.500 253891.500 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3582.500 389.750 89957.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1576.750 116.250 152455.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4170787.500 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1477827.500 5* / -/ - --- 10304.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 19 'MAR' 2005 / -/ - --- : 25/11-G-5_T2 Perforation Top: 2609.20 Bot: 3007.00 Diam: 0.22 Skin: 120.00 --- : 25/11-G-5_T2 Perforation Top: 3020.00 Bot: 3051.00 Diam: 0.22 Skin: 120.00 --- : 25/11-G-5_T2 Perforation Top: 3062.00 Bot: 3614.10 Diam: 0.22 Skin: 120.00 --- : 25/11-G-5_T2 Perforation Top: 3617.20 Bot: 3991.00 Diam: 0.22 Skin: 120.00 --- : 25/11-G-5_T2 Connection 34 152 13 Perf. Len 34.22 ( 68.8%) --- WARN: 25/11-G-5_T2 WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-5_T2 Connection 34 153 13 Perf. Len 47.01 ( 94.5%) --- : 25/11-G-5_T2 Connection 33 153 13 Perf. Len 1.47 ( 3.0%) --- : 25/11-G-5_T2 Connection 33 153 14 Perf. Len 9.14 ( 18.1%) --- : 25/11-G-5_T2 Connection 33 154 14 Perf. Len 58.21 (115.6%) --- : 25/11-G-5_T2 Connection 33 155 14 Perf. Len 30.43 ( 61.3%) --- : 25/11-G-5_T2 Connection 32 155 14 Perf. Len 27.62 ( 55.3%) --- : 25/11-G-5_T2 Connection 32 156 14 Perf. Len 58.79 (117.6%) --- : 25/11-G-5_T2 Connection 32 157 14 Perf. Len 9.95 ( 20.9%) --- : 25/11-G-5_T2 Connection 31 157 14 Perf. Len 37.28 ( 72.8%) --- : 25/11-G-5_T2 Connection 31 157 13 Perf. Len 11.58 ( 22.9%) --- : 25/11-G-5_T2 Connection 31 158 13 Perf. Len 48.82 ( 99.5%) --- : 25/11-G-5_T2 Connection 30 158 13 Perf. Len 8.53 ( 15.1%) --- : 25/11-G-5_T2 Connection 30 159 13 Perf. Len 45.28 ( 90.7%) --- : 25/11-G-5_T2 Connection 30 160 13 Perf. Len 22.29 ( 44.2%) --- : 25/11-G-5_T2 Connection 29 160 13 Perf. Len 24.94 ( 50.3%) --- : 25/11-G-5_T2 Connection 29 161 13 Perf. Len 58.03 (115.6%) --- : 25/11-G-5_T2 Connection 29 162 13 Perf. Len 15.57 ( 30.9%) --- : 25/11-G-5_T2 Connection 28 162 13 Perf. Len 42.20 ( 84.7%) --- : 25/11-G-5_T2 Connection 28 163 13 Perf. Len 56.94 (115.6%) --- : 25/11-G-5_T2 Connection 28 164 13 Perf. Len 2.99 ( 4.0%) --- : 25/11-G-5_T2 Connection 27 164 13 Perf. Len 53.40 (107.7%) --- : 25/11-G-5_T2 Connection 27 165 13 Perf. Len 52.40 (105.6%) --- : 25/11-G-5_T2 Connection 26 165 13 Perf. Len 4.05 ( 8.1%) --- : 25/11-G-5_T2 Connection 26 166 13 Perf. Len 56.23 (111.8%) --- : 25/11-G-5_T2 Connection 26 167 13 Perf. Len 54.24 (107.9%) --- : 25/11-G-5_T2 Connection 25 167 13 Perf. Len 1.49 ( 3.0%) --- : 25/11-G-5_T2 Connection 25 168 13 Perf. Len 54.77 (110.0%) --- : 25/11-G-5_T2 Connection 25 169 13 Perf. Len 53.03 (106.0%) --- : 25/11-G-5_T2 Connection 25 170 13 Perf. Len 3.80 ( 8.1%) --- : 25/11-G-5_T2 Connection 24 170 13 Perf. Len 50.69 (100.9%) --- : 25/11-G-5_T2 Connection 24 171 13 Perf. Len 55.11 (111.0%) --- : 25/11-G-5_T2 Connection 24 172 13 Perf. Len 12.09 ( 24.0%) --- : 25/11-G-5_T2 Connection 23 172 13 Perf. Len 43.37 ( 86.1%) --- : 25/11-G-5_T2 Connection 23 173 13 Perf. Len 54.89 (110.0%) --- : 25/11-G-5_T2 Connection 23 174 13 Perf. Len 20.51 ( 41.0%) --- : 25/11-G-5_T2 Connection 22 174 13 Perf. Len 35.05 ( 69.9%) --- : 25/11-G-5_T2 Connection 22 175 13 Perf. Len 55.32 (111.9%) --- : 25/11-G-5_T2 Connection 22 176 13 Perf. Len 25.48 ( 49.0%) --- : 25/11-G-5_T2 Connection 21 176 13 Perf. Len 17.48 ( 36.0%) -WELSPECS - 'PR11E_G5' 'CE-NO' 39 145 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR11E_G5' 1749.935 2605.000 46.034 'INC' 2* / - 2 2 1 1 21.311 0.016 0.150 0.00065 0.018 0.377 / - 3 3 1 2 40.617 0.030 0.150 0.00065 0.018 0.718 / - 4 4 1 3 24.239 0.018 0.150 0.00065 0.018 0.428 / - 5 5 1 4 5.301 0.002 0.150 0.00065 0.018 0.094 / - 6 6 1 5 33.675 0.015 0.150 0.00065 0.018 0.595 / - 7 7 1 6 44.319 0.018 0.150 0.00065 0.018 0.783 / - 8 8 1 7 29.023 0.008 0.150 0.00065 0.018 0.513 / - 9 9 1 8 43.207 0.022 0.150 0.00065 0.018 0.764 / - 10 10 1 9 34.372 0.025 0.150 0.00065 0.018 0.607 / - 11 11 1 10 23.616 -0.042 0.150 0.00065 0.018 0.417 / - 12 12 1 11 24.430 -0.091 0.150 0.00065 0.018 0.432 / - 13 13 1 12 30.198 -0.402 0.150 0.00065 0.018 0.534 / - 14 14 1 13 28.676 -0.422 0.150 0.00065 0.018 0.507 / - 15 15 1 14 33.408 -0.505 0.150 0.00065 0.018 0.590 / - 16 16 1 15 45.788 -0.638 0.150 0.00065 0.018 0.809 / - 17 17 1 16 29.116 -0.240 0.150 0.00065 0.018 0.515 / - 18 18 1 17 41.483 -0.010 0.150 0.00065 0.018 0.733 / - 19 19 1 18 36.797 0.048 0.150 0.00065 0.018 0.650 / - 20 20 1 19 28.885 0.049 0.150 0.00065 0.018 0.510 / - 21 21 1 20 49.574 0.074 0.150 0.00065 0.018 0.876 / - 22 22 1 21 29.967 0.040 0.150 0.00065 0.018 0.530 / - 23 23 1 22 28.195 0.042 0.150 0.00065 0.018 0.498 / - 24 24 1 23 52.902 0.074 0.150 0.00065 0.018 0.935 / - 25 25 1 24 28.224 0.037 0.150 0.00065 0.018 0.499 / - 26 26 1 25 30.136 0.040 0.150 0.00065 0.018 0.533 / - 27 27 1 26 55.235 0.065 0.150 0.00065 0.018 0.976 / - 28 28 1 27 27.864 0.028 0.150 0.00065 0.018 0.492 / - 29 29 1 28 28.129 -0.003 0.150 0.00065 0.018 0.497 / - 30 30 1 29 53.900 -0.045 0.150 0.00065 0.018 0.952 / - 31 31 1 30 31.515 -0.050 0.150 0.00065 0.018 0.557 / - 32 32 1 31 27.247 0.188 0.150 0.00065 0.018 0.482 / - 33 33 1 32 52.904 0.506 0.150 0.00065 0.018 0.935 / - 34 34 1 33 33.603 0.335 0.150 0.00065 0.018 0.594 / - 35 35 1 34 27.732 0.000297656 0.150 0.00065 0.018 0.490 / - 36 36 1 35 49.130 -0.073 0.150 0.00065 0.018 0.868 / - 37 37 1 36 37.696 -0.058 0.150 0.00065 0.018 0.666 / - 38 38 1 37 27.778 0.004 0.150 0.00065 0.018 0.491 / - 39 39 1 38 45.186 0.046 0.150 0.00065 0.018 0.799 / - 40 40 1 39 40.403 0.058 0.150 0.00065 0.018 0.714 / - 41 41 1 40 21.481 0.026 0.150 0.00065 0.018 0.380 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR11E_G5' 34 152 13 13 'OPEN' 1* 94.290 0.216 218541.312 2* 'Y' 7.042 / - 'PR11E_G5' 34 153 13 13 'OPEN' 1* 121.399 0.216 281368.688 2* 'Y' 7.027 / - 'PR11E_G5' 33 153 13 13 'OPEN' 1* 3.706 0.216 8588.434 2* 'Y' 7.024 / - 'PR11E_G5' 33 153 14 14 'OPEN' 1* 24.161 0.216 55998.203 2* 'Y' 7.024 / - 'PR11E_G5' 33 154 14 14 'OPEN' 1* 164.800 0.216 381964.750 2* 'Y' 7.039 / - 'PR11E_G5' 33 155 14 14 'OPEN' 1* 85.526 0.216 198223.297 2* 'Y' 7.023 / - 'PR11E_G5' 32 155 14 14 'OPEN' 1* 86.226 0.216 199847.000 2* 'Y' 7.026 / - 'PR11E_G5' 32 156 14 14 'OPEN' 1* 160.525 0.216 372058.375 2* 'Y' 7.042 / - 'PR11E_G5' 32 157 14 14 'OPEN' 1* 26.429 0.216 61255.609 2* 'Y' 7.042 / - 'PR11E_G5' 31 157 14 14 'OPEN' 1* 106.244 0.216 246248.375 2* 'Y' 7.042 / - 'PR11E_G5' 31 157 13 13 'OPEN' 1* 29.003 0.216 67220.703 2* 'Y' 7.042 / - 'PR11E_G5' 31 158 13 13 'OPEN' 1* 138.135 0.216 320156.375 2* 'Y' 7.027 / - 'PR11E_G5' 30 158 13 13 'OPEN' 1* 20.787 0.216 48179.328 2* 'Y' 7.025 / - 'PR11E_G5' 30 159 13 13 'OPEN' 1* 117.616 0.216 272604.750 2* 'Y' 7.040 / - 'PR11E_G5' 30 160 13 13 'OPEN' 1* 53.106 0.216 123083.773 2* 'Y' 7.024 / - 'PR11E_G5' 29 160 13 13 'OPEN' 1* 66.394 0.216 153882.406 2* 'Y' 7.026 / - 'PR11E_G5' 29 161 13 13 'OPEN' 1* 170.289 0.216 394688.562 2* 'Y' 7.042 / - 'PR11E_G5' 29 162 13 13 'OPEN' 1* 44.418 0.216 102949.898 2* 'Y' 7.042 / - 'PR11E_G5' 28 162 13 13 'OPEN' 1* 131.168 0.216 304016.219 2* 'Y' 7.042 / - 'PR11E_G5' 28 163 13 13 'OPEN' 1* 177.333 0.216 411007.344 2* 'Y' 7.027 / - 'PR11E_G5' 28 164 13 13 'OPEN' 1* 5.807 0.216 13459.633 2* 'Y' 7.041 / - 'PR11E_G5' 27 164 13 13 'OPEN' 1* 174.430 0.216 404284.844 2* 'Y' 7.038 / - 'PR11E_G5' 27 165 13 13 'OPEN' 1* 168.693 0.216 390980.687 2* 'Y' 7.025 / - 'PR11E_G5' 26 165 13 13 'OPEN' 1* 13.553 0.216 31412.553 2* 'Y' 7.028 / - 'PR11E_G5' 26 166 13 13 'OPEN' 1* 191.199 0.216 443151.656 2* 'Y' 7.041 / - 'PR11E_G5' 26 167 13 13 'OPEN' 1* 183.871 0.216 426167.438 2* 'Y' 7.041 / - 'PR11E_G5' 25 167 13 13 'OPEN' 1* 5.003 0.216 11594.604 2* 'Y' 7.040 / - 'PR11E_G5' 25 168 13 13 'OPEN' 1* 176.132 0.216 408225.000 2* 'Y' 7.029 / - 'PR11E_G5' 25 169 13 13 'OPEN' 1* 158.178 0.216 366618.031 2* 'Y' 7.040 / - 'PR11E_G5' 25 170 13 13 'OPEN' 1* 11.750 0.216 27233.875 2* 'Y' 7.029 / - 'PR11E_G5' 24 170 13 13 'OPEN' 1* 154.108 0.216 357178.688 2* 'Y' 7.026 / - 'PR11E_G5' 24 171 13 13 'OPEN' 1* 166.990 0.216 387040.781 2* 'Y' 7.038 / - 'PR11E_G5' 24 172 13 13 'OPEN' 1* 35.993 0.216 83422.727 2* 'Y' 7.037 / - 'PR11E_G5' 23 172 13 13 'OPEN' 1* 140.775 0.216 326280.375 2* 'Y' 7.040 / - 'PR11E_G5' 23 173 13 13 'OPEN' 1* 171.793 0.216 398169.281 2* 'Y' 7.029 / - 'PR11E_G5' 23 174 13 13 'OPEN' 1* 62.733 0.216 145399.047 2* 'Y' 7.041 / - 'PR11E_G5' 22 174 13 13 'OPEN' 1* 100.059 0.216 231911.859 2* 'Y' 7.037 / - 'PR11E_G5' 22 175 13 13 'OPEN' 1* 144.260 0.216 334353.344 2* 'Y' 7.026 / - 'PR11E_G5' 22 176 13 13 'OPEN' 1* 65.279 0.216 151300.953 2* 'Y' 7.037 / - 'PR11E_G5' 21 176 13 13 'OPEN' 1* 40.463 0.216 93783.242 2* 'Y' 7.041 / -/ - -COMPSEGS -'PR11E_G5' / - 34 152 13 1 2609.200 2643.421 3* / - 34 153 13 1 2643.421 2690.433 3* / - 33 153 13 1 2690.433 2691.900 3* / - 33 153 14 1 2691.900 2701.036 3* / - 33 154 14 1 2701.036 2759.249 3* / - 33 155 14 1 2759.249 2789.674 3* / - 32 155 14 1 2789.674 2817.295 3* / - 32 156 14 1 2817.295 2876.087 3* / - 32 157 14 1 2876.087 2886.039 3* / - 31 157 14 1 2886.039 2923.319 3* / - 31 157 13 1 2923.319 2934.898 3* / - 31 158 13 1 2934.898 2983.715 3* / - 30 158 13 1 2983.715 2992.250 3* / - 30 159 13 1 2992.250 3050.532 3* / - 30 160 13 1 3050.532 3083.826 3* / - 29 160 13 1 3083.826 3108.763 3* / - 29 161 13 1 3108.763 3166.792 3* / - 29 162 13 1 3166.792 3182.358 3* / - 28 162 13 1 3182.358 3224.562 3* / - 28 163 13 1 3224.562 3281.507 3* / - 28 164 13 1 3281.507 3284.496 3* / - 27 164 13 1 3284.496 3337.897 3* / - 27 165 13 1 3337.897 3390.300 3* / - 26 165 13 1 3390.300 3394.345 3* / - 26 166 13 1 3394.345 3450.571 3* / - 26 167 13 1 3450.571 3504.815 3* / - 25 167 13 1 3504.815 3506.300 3* / - 25 168 13 1 3506.300 3561.072 3* / - 25 169 13 1 3561.072 3614.100 3* / - 25 170 13 1 3617.200 3621.001 3* / - 24 170 13 1 3621.001 3671.695 3* / - 24 171 13 1 3671.695 3726.809 3* / - 24 172 13 1 3726.809 3738.900 3* / - 23 172 13 1 3738.900 3782.274 3* / - 23 173 13 1 3782.274 3837.160 3* / - 23 174 13 1 3837.160 3857.666 3* / - 22 174 13 1 3857.666 3892.716 3* / - 22 175 13 1 3892.716 3948.037 3* / - 22 176 13 1 3948.037 3973.522 3* / - 21 176 13 1 3973.522 3991.000 3* / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1221.000 337.000 16679.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2722.333 2888.333 37254.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2175.667 1362.000 29775.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2372.000 995.333 32575.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 4248.000 1617.667 55678.667 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1140.000 412.667 15531.667 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2617.000 2667.667 35868.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2759.000 2596.000 35716.667 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2554.333 2710.333 35056.333 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2879.333 14.000 36985.333 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2248.333 550.333 362325.667 5* / - 'PR14_G27' 'OPEN' 'ORAT' 4145.667 451.333 237683.333 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1488.000 110.000 90989.667 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4687163.333 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2519933.333 5* / -/ - -INCLUDE - '/d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/icd/ICD_G5_EDIT.WELDAT' / - - --- 10307.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 22 'MAR' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1166.571 317.143 14318.571 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2777.857 2881.429 32868.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2230.000 1363.571 26231.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2273.000 939.571 28116.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 4232.571 1580.429 47792.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1292.143 454.571 14679.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2692.714 2684.571 31937.714 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2621.000 2422.714 30100.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2615.000 2711.714 30896.714 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 3783.143 1.571 41390.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1955.571 471.571 295689.143 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3186.143 340.286 321434.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1508.571 109.571 92238.286 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4615757.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3388775.714 5* / -/ - --- 10314.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 29 'MAR' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1555.571 389.429 19210.714 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2103.571 2154.286 25795.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1828.429 1142.000 22323.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2006.286 821.429 24570.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3646.714 1344.143 42453.714 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1103.429 413.000 13548.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2383.000 2269.571 29285.143 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2536.714 2129.857 30417.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2315.143 2294.000 28352.143 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 3814.714 4.714 48702.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2058.571 472.714 265501.286 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2381.571 238.000 210772.429 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1392.000 91.286 92332.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3664470.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1829321.143 5* / -/ - --- 10321.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 5 'APR' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1542.000 390.667 22201.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2183.000 1474.333 31431.667 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2461.333 1069.000 35436.667 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1538.333 586.333 21597.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 947.333 390.000 13627.667 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2621.667 2552.000 37749.333 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2972.667 2464.667 42804.667 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2597.667 2631.667 37401.333 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 4133.000 0.000 55437.667 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2065.667 491.667 310842.667 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2782.667 278.667 46257.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1420.667 91.667 90444.333 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2431346.667 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1914790.000 5* / -/ - --- 10324.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 8 'APR' 2005 / -/ - --- : 25/11-G-25_T2 Perforation Top: 2092.00 Bot: 2864.00 Diam: 0.24 Skin: 6.75 --- : 25/11-G-25_T2 Perforation Top: 2867.00 Bot: 3629.00 Diam: 0.24 Skin: 6.75 --- : 25/11-G-25_T2 Connection 51 120 14 Perf. Len 46.73 ( 92.0%) --- : 25/11-G-25_T2 Connection 52 120 14 Perf. Len 2.78 ( 5.6%) --- : 25/11-G-25_T2 Connection 52 119 14 Perf. Len 50.80 (102.7%) --- : 25/11-G-25_T2 Connection 52 118 14 Perf. Len 52.25 (104.0%) --- : 25/11-G-25_T2 Connection 52 117 14 Perf. Len 51.00 (102.2%) --- : 25/11-G-25_T2 Connection 52 116 14 Perf. Len 50.51 (101.0%) --- : 25/11-G-25_T2 Connection 52 115 14 Perf. Len 50.63 (101.2%) --- : 25/11-G-25_T2 Connection 52 114 14 Perf. Len 5.56 ( 11.1%) --- : 25/11-G-25_T2 Connection 53 114 14 Perf. Len 44.31 ( 88.9%) --- : 25/11-G-25_T2 Connection 53 113 14 Perf. Len 15.92 ( 31.8%) --- : 25/11-G-25_T2 Connection 52 113 14 Perf. Len 34.58 ( 67.4%) --- : 25/11-G-25_T2 Connection 52 112 14 Perf. Len 36.05 ( 72.7%) --- : 25/11-G-25_T2 Connection 52 112 15 Perf. Len 14.73 ( 29.7%) --- : 25/11-G-25_T2 Connection 52 111 15 Perf. Len 50.58 (101.9%) --- : 25/11-G-25_T2 Connection 52 110 15 Perf. Len 51.16 (102.0%) --- : 25/11-G-25_T2 Connection 52 109 15 Perf. Len 50.66 (101.2%) --- : 25/11-G-25_T2 Connection 52 108 15 Perf. Len 51.03 (101.6%) --- : 25/11-G-25_T2 Connection 52 107 15 Perf. Len 1.34 ( 3.6%) --- : 25/11-G-25_T2 Connection 51 107 15 Perf. Len 49.19 ( 98.5%) --- : 25/11-G-25_T2 Connection 51 106 15 Perf. Len 50.67 (101.0%) --- : 25/11-G-25_T2 Connection 51 105 15 Perf. Len 46.70 ( 94.5%) --- : 25/11-G-25_T2 Connection 51 104 15 Perf. Len 50.60 (100.0%) --- : 25/11-G-25_T2 Connection 51 103 15 Perf. Len 50.16 ( 99.4%) --- : 25/11-G-25_T2 Connection 51 102 15 Perf. Len 49.92 (101.7%) --- : 25/11-G-25_T2 Connection 51 101 15 Perf. Len 50.63 (100.0%) --- : 25/11-G-25_T2 Connection 51 100 15 Perf. Len 49.86 (101.5%) --- : 25/11-G-25_T2 Connection 51 99 15 Perf. Len 50.26 ( 99.5%) --- : 25/11-G-25_T2 Connection 51 98 15 Perf. Len 23.12 ( 46.1%) --- : 25/11-G-25_T2 Connection 52 98 15 Perf. Len 27.41 ( 54.5%) --- : 25/11-G-25_T2 Connection 52 97 15 Perf. Len 49.97 (100.4%) --- : 25/11-G-25_T2 Connection 52 96 15 Perf. Len 50.20 (100.1%) --- : 25/11-G-25_T2 Connection 52 95 15 Perf. Len 50.19 (100.8%) --- : 25/11-G-25_T2 Connection 52 94 15 Perf. Len 50.53 (100.0%) --- : 25/11-G-25_T2 Connection 52 93 15 Perf. Len 18.36 ( 37.2%) --- : 25/11-G-25_T2 Connection 52 93 14 Perf. Len 32.20 ( 63.7%) --- : 25/11-G-25_T2 Connection 52 92 14 Perf. Len 49.61 (101.1%) --- : 25/11-G-25_T2 Connection 52 91 14 Perf. Len 50.33 ( 99.4%) --- : 25/11-G-25_T2 Connection 52 90 14 Perf. Len 23.47 ( 47.1%) -WELOPEN - 'PR22_G25' 'SHUT' 0 0 0 2* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR22_G25' 51 120 14 14 'OPEN' 1* 1302.916 0.241 263028.875 2* 'Y' 7.036 / - 'PR22_G25' 52 120 14 14 'OPEN' 1* 92.108 0.241 18593.600 2* 'Y' 7.032 / - 'PR22_G25' 52 119 14 14 'OPEN' 1* 1405.794 0.241 283788.406 2* 'Y' 7.034 / - 'PR22_G25' 52 118 14 14 'OPEN' 1* 1395.544 0.241 281721.969 2* 'Y' 7.035 / - 'PR22_G25' 52 117 14 14 'OPEN' 1* 1383.960 0.241 279370.062 2* 'Y' 7.031 / - 'PR22_G25' 52 116 14 14 'OPEN' 1* 1447.894 0.241 292285.531 2* 'Y' 7.033 / - 'PR22_G25' 52 115 14 14 'OPEN' 1* 1492.554 0.241 301296.844 2* 'Y' 7.032 / - 'PR22_G25' 52 114 14 14 'OPEN' 1* 159.280 0.241 32153.676 2* 'Y' 7.033 / - 'PR22_G25' 53 114 14 14 'OPEN' 1* 1222.569 0.241 246808.828 2* 'Y' 7.036 / - 'PR22_G25' 53 113 14 14 'OPEN' 1* 445.537 0.241 89943.969 2* 'Y' 7.036 / - 'PR22_G25' 52 113 14 14 'OPEN' 1* 985.391 0.241 198920.406 2* 'Y' 7.033 / - 'PR22_G25' 52 112 14 14 'OPEN' 1* 1066.349 0.241 215260.500 2* 'Y' 7.032 / - 'PR22_G25' 52 112 15 15 'OPEN' 1* 537.573 0.241 108517.531 2* 'Y' 7.032 / - 'PR22_G25' 52 111 15 15 'OPEN' 1* 1624.135 0.241 327863.719 2* 'Y' 7.034 / - 'PR22_G25' 52 110 15 15 'OPEN' 1* 1462.093 0.241 295144.188 2* 'Y' 7.031 / - 'PR22_G25' 52 109 15 15 'OPEN' 1* 1429.876 0.241 288647.969 2* 'Y' 7.033 / - 'PR22_G25' 52 108 15 15 'OPEN' 1* 1551.677 0.241 313237.719 2* 'Y' 7.034 / - 'PR22_G25' 52 107 15 15 'OPEN' 1* 58.286 0.241 11765.930 2* 'Y' 7.032 / - 'PR22_G25' 51 107 15 15 'OPEN' 1* 1643.212 0.241 331721.344 2* 'Y' 7.035 / - 'PR22_G25' 51 106 15 15 'OPEN' 1* 1712.386 0.241 345694.438 2* 'Y' 7.037 / - 'PR22_G25' 51 105 15 15 'OPEN' 1* 1572.866 0.241 317524.812 2* 'Y' 7.036 / - 'PR22_G25' 51 104 15 15 'OPEN' 1* 1836.411 0.241 370729.406 2* 'Y' 7.036 / - 'PR22_G25' 51 103 15 15 'OPEN' 1* 1766.758 0.241 356670.188 2* 'Y' 7.037 / - 'PR22_G25' 51 102 15 15 'OPEN' 1* 1769.467 0.241 357213.750 2* 'Y' 7.036 / - 'PR22_G25' 51 101 15 15 'OPEN' 1* 1729.458 0.241 349139.938 2* 'Y' 7.037 / - 'PR22_G25' 51 100 15 15 'OPEN' 1* 1684.569 0.241 340075.000 2* 'Y' 7.036 / - 'PR22_G25' 51 99 15 15 'OPEN' 1* 1723.102 0.241 347855.531 2* 'Y' 7.036 / - 'PR22_G25' 51 98 15 15 'OPEN' 1* 801.808 0.241 161867.047 2* 'Y' 7.036 / - 'PR22_G25' 52 98 15 15 'OPEN' 1* 1047.133 0.241 211382.672 2* 'Y' 7.033 / - 'PR22_G25' 52 97 15 15 'OPEN' 1* 1879.043 0.241 379315.344 2* 'Y' 7.032 / - 'PR22_G25' 52 96 15 15 'OPEN' 1* 1918.341 0.241 387203.406 2* 'Y' 7.023 / - 'PR22_G25' 52 95 15 15 'OPEN' 1* 1819.575 0.241 367199.062 2* 'Y' 7.009 / - 'PR22_G25' 52 94 15 15 'OPEN' 1* 1841.723 0.241 371715.719 2* 'Y' 7.019 / - 'PR22_G25' 52 93 15 15 'OPEN' 1* 666.321 0.241 134509.938 2* 'Y' 7.033 / - 'PR22_G25' 52 93 14 14 'OPEN' 1* 1131.042 0.241 228328.234 2* 'Y' 7.035 / - 'PR22_G25' 52 92 14 14 'OPEN' 1* 1745.195 0.241 352296.375 2* 'Y' 7.032 / - 'PR22_G25' 52 91 14 14 'OPEN' 1* 1593.125 0.241 321600.062 2* 'Y' 7.033 / - 'PR22_G25' 52 90 14 14 'OPEN' 1* 608.024 0.241 122740.078 2* 'Y' 7.032 / -/ - -COMPSEGS -'PR22_G25' / - 51 120 14 1 2092.000 2138.733 3* / - 52 120 14 1 2138.733 2141.514 3* / - 52 119 14 1 2141.514 2192.318 3* / - 52 118 14 1 2192.318 2244.570 3* / - 52 117 14 1 2244.570 2295.566 3* / - 52 116 14 1 2295.566 2346.080 3* / - 52 115 14 1 2346.080 2396.711 3* / - 52 114 14 1 2396.711 2402.270 3* / - 53 114 14 1 2402.270 2446.577 3* / - 53 113 14 1 2446.577 2462.502 3* / - 52 113 14 1 2462.502 2497.078 3* / - 52 112 14 1 2497.078 2533.129 3* / - 52 112 15 1 2533.129 2547.861 3* / - 52 111 15 1 2547.861 2598.438 3* / - 52 110 15 1 2598.438 2649.598 3* / - 52 109 15 1 2649.598 2700.254 3* / - 52 108 15 1 2700.254 2751.287 3* / - 52 107 15 1 2751.287 2752.631 3* / - 51 107 15 1 2752.631 2801.826 3* / - 51 106 15 1 2801.826 2852.493 3* / - 51 105 15 1 2852.493 2902.197 3* / - 51 104 15 1 2902.197 2952.793 3* / - 51 103 15 1 2952.793 3002.956 3* / - 51 102 15 1 3002.956 3052.874 3* / - 51 101 15 1 3052.874 3103.506 3* / - 51 100 15 1 3103.506 3153.367 3* / - 51 99 15 1 3153.367 3203.625 3* / - 51 98 15 1 3203.625 3226.746 3* / - 52 98 15 1 3226.746 3254.153 3* / - 52 97 15 1 3254.153 3304.120 3* / - 52 96 15 1 3304.120 3354.321 3* / - 52 95 15 1 3354.321 3404.515 3* / - 52 94 15 1 3404.515 3455.045 3* / - 52 93 15 1 3455.045 3473.400 3* / - 52 93 14 1 3473.400 3505.596 3* / - 52 92 14 1 3505.596 3555.206 3* / - 52 91 14 1 3555.206 3605.532 3* / - 52 90 14 1 3605.532 3629.000 3* / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1429.500 358.000 21351.500 5* / - 'PR22_G25' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2019.000 1347.750 30146.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2193.750 941.500 32751.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3960.750 1504.500 57130.750 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1227.750 502.250 18326.250 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2503.500 2408.250 37367.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2866.750 2348.500 42806.750 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2458.250 2460.750 36684.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 3881.500 4.000 61694.750 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1963.500 461.000 360520.250 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3197.500 316.500 108113.250 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1614.500 103.250 111881.500 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4231487.500 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3956037.500 5* / -/ - --- 10328.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 12 'APR' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1621.000 398.143 24067.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2117.857 1389.000 31429.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1966.000 829.714 29188.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 4045.857 1512.143 57881.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1328.286 533.429 19710.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2551.571 2414.000 37875.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2858.571 2305.857 42440.857 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2512.286 2473.714 37290.286 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 3943.286 2.571 57332.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2029.000 467.286 318494.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3072.286 299.000 156060.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1635.857 102.571 117424.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4321707.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3699008.571 5* / -/ - --- 10335.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 19 'APR' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1626.857 384.429 23517.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 587.286 436.000 8377.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2137.857 1347.286 30911.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2172.000 879.857 31401.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 4331.143 1552.286 60184.286 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1374.429 530.429 19870.286 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2707.429 2458.000 39140.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3008.714 2324.429 43489.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2645.714 2500.286 38251.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 4137.143 0.000 55322.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1976.143 438.143 390965.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3062.429 286.143 212965.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1659.714 100.143 123852.286 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4485334.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3588802.857 5* / -/ - --- 10342.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 26 'APR' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1497.714 376.714 20491.286 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1305.571 1152.857 17816.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2051.714 1417.000 27931.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1971.714 844.286 27010.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 4070.714 1569.286 52966.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1418.857 601.571 19260.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2643.857 2572.571 36049.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2941.143 2355.857 40251.714 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2598.143 2630.857 35419.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 4013.714 1.286 49432.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1652.143 392.000 296405.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2587.000 261.857 257875.857 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1473.857 101.143 102742.429 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4736171.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2758595.714 5* / -/ - --- 10349.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 3 'MAY' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1676.571 394.429 24673.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 837.714 838.714 12236.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1473.857 1035.857 21317.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2038.857 796.714 29882.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3966.429 1470.714 93048.429 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1433.000 615.143 21108.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2559.000 2369.000 37662.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3210.143 2236.286 47255.857 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2418.286 2325.143 35598.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 4299.857 0.000 51544.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 2025.714 446.571 321028.143 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1641.857 162.429 100046.857 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1425.000 107.714 88773.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4384001.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2365512.857 5* / -/ - --- 10356.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 10 'MAY' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1658.714 378.714 23019.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1055.571 1031.286 14587.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2102.143 1426.143 29080.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2201.286 834.429 30523.857 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2938.857 1043.143 38200.714 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1265.000 525.857 17590.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2614.286 2351.143 36275.143 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3086.286 2088.143 42943.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2527.143 2366.286 35024.143 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 4260.571 25.571 50615.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1771.143 378.857 213005.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2384.857 230.714 117288.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1450.286 106.429 96829.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4359481.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3374174.286 5* / -/ - --- 10363.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 17 'MAY' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1755.857 394.286 22054.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 549.143 508.857 6333.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2228.714 1482.143 27958.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2208.286 822.286 27771.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1610.571 552.286 17632.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1492.714 612.286 18732.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2707.286 2393.000 34060.714 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3071.857 2046.714 38702.857 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2645.000 2433.857 33259.286 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 3207.286 134.714 38239.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1771.143 372.857 253680.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2672.857 254.286 231220.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1420.143 102.857 87393.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4708364.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3173594.286 5* / -/ - --- 10370.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 24 'MAY' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1804.286 407.286 23551.571 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1292.714 1243.714 16741.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2225.857 1488.000 28850.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2257.000 845.000 29354.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 4169.143 1484.429 52573.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1591.714 656.143 20614.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2814.571 2499.857 36524.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3277.857 2192.000 42626.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2752.714 2544.571 35708.429 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2608.429 172.000 31774.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1792.429 378.714 244869.143 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2734.714 260.429 214591.429 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1521.143 110.286 97110.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4846431.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3088660.000 5* / -/ - --- 10377.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 31 'MAY' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2026.000 444.000 27284.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1412.000 1320.000 19018.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2239.000 1454.000 30147.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2244.000 816.000 30219.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 4514.000 1560.000 95373.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1531.000 613.000 20616.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2908.000 2509.000 39160.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3393.000 2204.000 45687.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2848.000 2557.000 38344.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2615.000 174.000 33198.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1863.000 382.000 355173.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2900.000 268.000 289934.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 381.000 27.000 53526.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3055760.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 728188.000 5* / -/ - --- 10378.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JUN' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1537.667 352.667 20728.667 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1233.333 1206.333 16629.667 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2006.000 1361.667 27105.667 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1915.000 727.667 25876.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 4350.333 1415.667 167013.333 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1331.000 557.000 17938.667 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2770.333 2398.000 37469.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3251.000 2115.000 44018.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2647.000 2482.667 35793.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2286.000 168.333 29817.667 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1474.667 316.333 171595.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2209.333 213.333 227703.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1322.000 97.667 112409.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 1533994.667 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 0.000 5* / -/ - ---USER EVENT ---============================================================================= ---G-20A stenges ---============================================================================= - --- 10381.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 4 'JUN' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 0.000 5* / -/ - ---USER EVENT ---============================================================================= --- Start Down Period ---============================================================================= - --- 10384.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 7 'JUN' 2005 / -/ - -WPIMULT - 'PR26_G26' 6.250 3* 1 7 / - 'PR26_G26' 5.000 3* 8 12 / - 'PR26_G26' 6.250 3* 13 16 / - 'PR26_G26' 5.000 3* 17 21 / - 'PR26_G26' 6.250 3* 22 23 / - 'PR26_G26' 1.500 3* 24 31 / - 'PR26_G26' 6.250 3* 32 39 / -/ - --- 10391.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 14 'JUN' 2005 / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 73813.000 5* / -/ - --- 10395.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 18 'JUN' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 620.667 59.667 8349.667 5* / - 'PR22_G25' 'OPEN' 'ORAT' 319.667 132.333 4462.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 475.667 137.000 6637.667 5* / - 'PR25_G21' 'OPEN' 'ORAT' 650.667 103.333 8530.667 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3256.667 532.000 39888.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 784.333 136.333 10006.667 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1242.667 452.667 16669.333 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1662.667 446.000 20318.333 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1635.333 687.333 20091.667 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 991.667 22.333 14099.333 5* / - 'PR13_G22' 'OPEN' 'ORAT' 572.333 73.000 11289.333 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1519.000 79.667 51109.667 5* / - 'PR26_G26' 'OPEN' 'ORAT' 685.667 29.667 12248.667 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2898993.333 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 735261.333 5* / -/ - ---USER EVENT ---============================================================================= --- End Down Period ---============================================================================= - --- 10398.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 21 'JUN' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1903.571 323.714 26066.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1230.143 884.000 16810.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2401.143 1221.857 32947.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2503.286 705.714 34273.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 4213.857 1038.571 54455.286 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1539.429 468.000 20997.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 3044.429 1972.143 41751.857 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3487.857 1710.857 47910.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2816.000 1980.143 38637.714 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 3366.143 69.143 47820.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1564.429 257.857 23792.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2577.857 188.000 40644.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1219.000 69.143 21086.429 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4311524.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2808200.000 5* / -/ - --- 10405.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 28 'JUN' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1670.143 353.143 24246.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1041.286 830.286 15156.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2094.857 1284.143 30422.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2336.571 794.000 33919.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 4438.286 1329.143 60262.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1800.143 581.286 26141.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2651.714 2028.429 38549.714 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3449.286 1968.143 50085.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2346.571 1692.857 34175.143 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2897.000 148.429 41224.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1366.000 269.286 24986.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 3058.286 210.857 82411.429 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1624.857 112.000 45765.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4754211.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3072181.429 5* / -/ - --- 10412.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 5 'JUL' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1657.429 383.857 24589.143 5* / - 'PR22_G25' 'OPEN' 'ORAT' 54.429 45.000 811.714 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2184.000 1437.429 32397.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2293.143 837.000 34016.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 4220.714 1384.571 99302.714 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1761.286 548.429 26119.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2933.000 2370.429 43517.714 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3490.143 2112.857 51781.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2789.143 2017.429 41544.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2431.714 181.429 34417.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1583.286 343.429 32712.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2988.429 188.429 138381.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1879.286 139.571 100793.857 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5082554.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3445507.143 5* / -/ - --- 10419.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 12 'JUL' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1673.571 404.143 24993.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1385.286 1165.571 20647.571 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2146.000 1471.286 31971.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2245.857 854.143 33453.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3737.000 1280.857 56796.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1692.714 549.714 25215.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2943.143 2476.143 43844.714 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3503.000 2207.857 52183.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2978.000 2217.429 44362.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2626.286 212.714 36847.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1865.857 421.714 63193.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2878.571 189.000 162538.429 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1783.571 138.000 138543.429 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4807697.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3434450.000 5* / -/ - --- 10426.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 19 'JUL' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1777.143 431.000 28473.714 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1316.000 1112.286 21212.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1840.286 1266.143 29699.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2090.286 799.000 33729.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3667.000 1262.429 142046.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1582.000 515.857 25522.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2752.000 2327.571 44439.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3118.857 1974.571 50525.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2835.857 2121.000 45742.286 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2577.714 222.857 38820.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1826.286 414.429 99145.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2508.714 165.571 154814.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1608.857 125.143 113088.286 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4769502.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3351132.857 5* / -/ - --- 10433.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 26 'JUL' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2240.250 533.500 34988.250 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1649.250 1364.500 25842.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2351.750 1592.500 36707.250 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2244.500 851.500 34738.250 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3833.500 1306.750 178073.750 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1880.250 601.500 29405.750 5* / - 'PR10_G18' 'OPEN' 'ORAT' 3070.750 2558.000 47836.500 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3247.250 2041.000 50244.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3108.500 2291.750 48414.750 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2522.000 235.000 36675.750 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1818.750 409.500 118817.250 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2579.500 168.750 133977.750 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1603.000 123.750 119303.500 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5022057.500 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3550945.000 5* / -/ - --- 10437.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 30 'JUL' 2005 / -/ - --- : 25/11-G-34 Perforation Top: 2665.00 Bot: 2900.00 Diam: 0.22 Skin: 80.00 --- : 25/11-G-34 Perforation Top: 2900.00 Bot: 3268.00 Diam: 0.22 Skin: 100.00 --- : 25/11-G-34 Perforation Top: 3400.00 Bot: 3800.00 Diam: 0.22 Skin: 300.00 --- : 25/11-G-34 Connection 47 102 15 Perf. Len 18.66 ( 37.5%) --- WARN: 25/11-G-34 WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-34 Connection 47 101 15 Perf. Len 50.11 (100.4%) --- : 25/11-G-34 Connection 47 100 15 Perf. Len 50.49 (102.1%) --- : 25/11-G-34 Connection 47 99 15 Perf. Len 50.29 ( 99.6%) --- : 25/11-G-34 Connection 47 98 15 Perf. Len 50.28 ( 99.7%) --- : 25/11-G-34 Connection 47 97 15 Perf. Len 50.44 (101.3%) --- : 25/11-G-34 Connection 47 96 15 Perf. Len 25.63 ( 51.5%) --- : 25/11-G-34 Connection 48 96 15 Perf. Len 24.23 ( 48.2%) --- : 25/11-G-34 Connection 48 95 15 Perf. Len 50.31 (100.9%) --- : 25/11-G-34 Connection 48 94 15 Perf. Len 50.20 (100.2%) --- : 25/11-G-34 Connection 48 93 15 Perf. Len 49.92 ( 99.9%) --- : 25/11-G-34 Connection 48 92 15 Perf. Len 50.57 (101.4%) --- : 25/11-G-34 Connection 48 91 15 Perf. Len 51.48 (100.8%) --- : 25/11-G-34 Connection 48 90 15 Perf. Len 30.40 ( 61.8%) --- : 25/11-G-34 Connection 49 87 15 Perf. Len 16.60 ( 33.2%) --- : 25/11-G-34 Connection 50 87 15 Perf. Len 41.49 ( 83.6%) --- : 25/11-G-34 Connection 50 86 15 Perf. Len 44.38 ( 88.5%) --- : 25/11-G-34 Connection 51 86 15 Perf. Len 19.86 ( 39.6%) --- : 25/11-G-34 Connection 51 85 15 Perf. Len 52.54 (104.6%) --- : 25/11-G-34 Connection 52 85 15 Perf. Len 18.79 ( 37.1%) --- : 25/11-G-34 Connection 52 84 15 Perf. Len 45.51 ( 91.5%) --- : 25/11-G-34 Connection 53 84 15 Perf. Len 41.32 ( 82.9%) --- : 25/11-G-34 Connection 53 83 15 Perf. Len 17.52 ( 35.0%) --- : 25/11-G-34 Connection 54 83 15 Perf. Len 55.41 (110.6%) --- : 25/11-G-34 Connection 55 83 15 Perf. Len 46.57 ( 92.9%) -WELSPECS - 'PR29_G34' 'CE-WE' 47 107 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR29_G34' 1755.927 2675.000 47.271 'INC' 2* / - 2 2 1 1 0.668 -0.015 0.150 0.00065 0.018 0.012 / - 3 3 1 2 34.385 0.270 0.150 0.00065 0.018 0.608 / - 4 4 1 3 50.299 0.090 0.150 0.00065 0.018 0.889 / - 5 5 1 4 50.389 0.021 0.150 0.00065 0.018 0.890 / - 6 6 1 5 50.281 -0.173 0.150 0.00065 0.018 0.889 / - 7 7 1 6 50.357 -0.310 0.150 0.00065 0.018 0.890 / - 8 8 1 7 38.034 -0.164 0.150 0.00065 0.018 0.672 / - 9 9 1 8 24.932 0.001 0.150 0.00065 0.018 0.441 / - 10 10 1 9 37.270 0.109 0.150 0.00065 0.018 0.659 / - 11 11 1 10 50.255 0.124 0.150 0.00065 0.018 0.888 / - 12 12 1 11 50.062 0.066 0.150 0.00065 0.018 0.885 / - 13 13 1 12 50.245 0.074 0.150 0.00065 0.018 0.888 / - 14 14 1 13 51.023 0.066 0.150 0.00065 0.018 0.902 / - 15 15 1 14 40.938 0.020 0.150 0.00065 0.018 0.723 / - 16 16 1 15 155.498 -0.094 0.150 0.00065 0.018 2.748 / - 17 17 1 16 29.047 0.034 0.150 0.00065 0.018 0.513 / - 18 18 1 17 42.937 0.045 0.150 0.00065 0.018 0.759 / - 19 19 1 18 32.119 0.038 0.150 0.00065 0.018 0.568 / - 20 20 1 19 36.202 0.050 0.150 0.00065 0.018 0.640 / - 21 21 1 20 35.665 0.046 0.150 0.00065 0.018 0.630 / - 22 22 1 21 32.149 0.013 0.150 0.00065 0.018 0.568 / - 23 23 1 22 43.417 -0.036 0.150 0.00065 0.018 0.767 / - 24 24 1 23 29.422 -0.058 0.150 0.00065 0.018 0.520 / - 25 25 1 24 36.465 -0.035 0.150 0.00065 0.018 0.644 / - 26 26 1 25 50.992 0.014 0.150 0.00065 0.018 0.901 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR29_G34' 47 102 15 15 'OPEN' 1* 77.837 0.216 122293.500 2* 'Y' 7.037 / - 'PR29_G34' 47 101 15 15 'OPEN' 1* 207.118 0.216 325413.719 2* 'Y' 7.037 / - 'PR29_G34' 47 100 15 15 'OPEN' 1* 207.560 0.216 326107.594 2* 'Y' 7.036 / - 'PR29_G34' 47 99 15 15 'OPEN' 1* 224.068 0.216 352044.938 2* 'Y' 7.036 / - 'PR29_G34' 47 98 15 15 'OPEN' 1* 221.742 0.216 348382.375 2* 'Y' 7.025 / - 'PR29_G34' 47 97 15 15 'OPEN' 1* 194.017 0.216 351853.812 2* 'Y' 7.025 / - 'PR29_G34' 47 96 15 15 'OPEN' 1* 96.597 0.216 187826.984 2* 'Y' 7.036 / - 'PR29_G34' 48 96 15 15 'OPEN' 1* 74.307 0.216 144487.625 2* 'Y' 7.047 / - 'PR29_G34' 48 95 15 15 'OPEN' 1* 185.683 0.216 361050.250 2* 'Y' 7.036 / - 'PR29_G34' 48 94 15 15 'OPEN' 1* 190.947 0.216 371285.031 2* 'Y' 7.036 / - 'PR29_G34' 48 93 15 15 'OPEN' 1* 206.921 0.216 402345.781 2* 'Y' 7.036 / - 'PR29_G34' 48 92 15 15 'OPEN' 1* 216.421 0.216 420817.125 2* 'Y' 7.036 / - 'PR29_G34' 48 91 15 15 'OPEN' 1* 214.333 0.216 416758.062 2* 'Y' 7.037 / - 'PR29_G34' 48 90 15 15 'OPEN' 1* 130.402 0.216 253557.625 2* 'Y' 7.033 / - 'PR29_G34' 49 87 15 15 'OPEN' 1* 24.145 0.216 137080.469 2* 'Y' 7.024 / - 'PR29_G34' 50 87 15 15 'OPEN' 1* 55.544 0.216 315343.438 2* 'Y' 7.025 / - 'PR29_G34' 50 86 15 15 'OPEN' 1* 61.299 0.216 348021.375 2* 'Y' 7.045 / - 'PR29_G34' 51 86 15 15 'OPEN' 1* 23.761 0.216 134900.438 2* 'Y' 7.046 / - 'PR29_G34' 51 85 15 15 'OPEN' 1* 64.451 0.216 365912.375 2* 'X' 7.017 / - 'PR29_G34' 52 85 15 15 'OPEN' 1* 23.196 0.216 131692.031 2* 'X' 7.013 / - 'PR29_G34' 52 84 15 15 'OPEN' 1* 56.232 0.216 319253.094 2* 'X' 7.049 / - 'PR29_G34' 53 84 15 15 'OPEN' 1* 49.603 0.216 281618.125 2* 'X' 7.052 / - 'PR29_G34' 53 83 15 15 'OPEN' 1* 21.707 0.216 123239.391 2* 'X' 7.054 / - 'PR29_G34' 54 83 15 15 'OPEN' 1* 65.322 0.216 370862.438 2* 'X' 7.055 / - 'PR29_G34' 55 83 15 15 'OPEN' 1* 49.009 0.216 278245.094 2* 'X' 7.056 / -/ - -COMPSEGS -'PR29_G34' / - 47 102 15 1 2665.000 2683.665 3* / - 47 101 15 1 2683.665 2733.770 3* / - 47 100 15 1 2733.770 2784.262 3* / - 47 99 15 1 2784.262 2834.547 3* / - 47 98 15 1 2834.547 2884.823 3* / - 47 97 15 1 2884.823 2935.261 3* / - 47 96 15 1 2935.261 2960.891 3* / - 48 96 15 1 2960.891 2985.125 3* / - 48 95 15 1 2985.125 3035.432 3* / - 48 94 15 1 3035.432 3085.635 3* / - 48 93 15 1 3085.635 3135.556 3* / - 48 92 15 1 3135.556 3186.124 3* / - 48 91 15 1 3186.124 3237.603 3* / - 48 90 15 1 3237.603 3268.000 3* / - 49 87 15 1 3400.000 3416.600 3* / - 50 87 15 1 3416.600 3458.094 3* / - 50 86 15 1 3458.094 3502.473 3* / - 51 86 15 1 3502.473 3522.332 3* / - 51 85 15 1 3522.332 3574.877 3* / - 52 85 15 1 3574.877 3593.662 3* / - 52 84 15 1 3593.662 3639.174 3* / - 53 84 15 1 3639.174 3680.496 3* / - 53 83 15 1 3680.496 3698.017 3* / - 54 83 15 1 3698.017 3753.427 3* / - 55 83 15 1 3753.427 3800.000 3* / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1970.000 475.500 29654.500 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1399.000 1177.500 21061.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2131.500 1462.000 32091.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2375.000 904.000 35762.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1749.500 52.000 24878.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3743.500 1284.000 210464.500 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1654.500 537.500 24902.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2871.500 2417.000 43219.500 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3526.000 2223.500 53081.500 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2997.500 2233.000 45122.500 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2833.500 261.000 40200.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1798.500 406.000 125839.500 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2718.000 178.500 194551.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1663.500 129.000 122733.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4932215.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3473505.000 5* / -/ - -INCLUDE - '/d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/icd/ICD_G34_EDIT.WELDAT' / - - --- 10439.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'AUG' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1923.000 472.000 28336.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1437.000 1109.000 21164.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1258.000 793.000 18531.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1350.000 435.000 19025.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 3740.000 68.000 52378.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3854.000 1003.000 208327.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1720.000 554.000 25337.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 728.000 562.000 10729.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1422.000 696.000 20946.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 916.000 566.000 13499.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2666.000 212.000 37381.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1859.000 308.000 120217.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2749.000 153.000 210814.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1685.000 94.000 119605.000 5* / -/ - -WCONPROD - 'FRIGG' 'SHUT' 'RESV' 4* 0.000 9* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4912410.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3475200.000 5* / -/ - --- 10440.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 2 'AUG' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1892.143 537.714 28495.571 5* / - 'PR22_G25' 'OPEN' 'ORAT' 792.857 692.286 12023.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1886.714 1410.143 28544.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1856.857 714.143 26509.857 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2690.286 233.571 37766.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3618.857 1087.286 183748.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1662.857 618.857 25039.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2669.286 2408.429 40251.714 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3536.000 2015.143 53299.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2987.571 2139.143 45002.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2061.714 201.143 29075.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1773.571 340.000 126940.143 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2588.143 166.143 197244.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1630.143 104.714 118139.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4888785.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3493642.857 5* / -/ - --- 10447.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 9 'AUG' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1906.286 540.857 28195.286 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1463.571 1305.143 21648.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2037.429 1483.714 30131.571 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2022.571 752.286 28007.857 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1906.429 268.000 26484.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3388.857 1021.429 128069.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1584.857 588.286 23428.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2869.000 2559.857 42439.714 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3700.857 2093.571 54744.857 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2827.143 2027.429 41850.286 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2449.429 227.000 34089.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1700.714 325.429 117957.286 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2509.000 161.000 204002.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1026.571 65.000 58067.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4979048.571 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3578038.571 5* / -/ - --- 10454.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 16 'AUG' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1907.857 544.286 28637.714 5* / - 'PR22_G25' 'OPEN' 'ORAT' 328.714 308.857 4973.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1946.143 1425.571 29209.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1978.286 739.857 27963.143 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1643.286 324.714 22907.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3496.429 1055.857 190924.429 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1578.429 590.714 23693.286 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2901.286 2601.857 43552.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2133.000 1232.714 32042.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3058.286 2194.143 45904.714 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1883.714 179.000 26344.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1664.857 320.714 132340.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2421.857 156.286 196159.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1843.429 119.857 127625.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5042117.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3587987.143 5* / -/ - --- 10461.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 23 'AUG' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1924.400 540.000 28863.400 5* / - 'PR22_G25' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1961.600 1413.600 29416.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2107.200 776.000 32490.200 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1481.600 363.600 20788.800 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3484.000 1035.200 209490.400 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1521.600 559.800 22822.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2905.600 2563.400 43579.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3596.000 2014.600 53933.600 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3059.600 2159.200 45887.400 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2567.400 278.600 36034.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1695.400 321.800 124618.400 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2348.200 149.000 195895.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1622.800 103.000 120953.200 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4653450.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2825962.000 5* / -/ - --- 10466.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 28 'AUG' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1930.500 507.500 27977.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1090.500 911.500 15845.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2050.000 1366.500 29614.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1962.000 672.000 30495.500 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1410.000 322.500 19569.500 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3020.000 822.000 88234.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1511.500 532.500 22026.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2814.500 2298.500 40654.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3760.000 1942.000 54276.500 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3085.500 2010.500 44542.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2395.000 245.500 33331.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1529.000 271.000 78241.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2283.000 134.000 180928.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1536.000 91.500 94766.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4380930.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2665185.000 5* / -/ - -WPIMULT - 'PR06_G28' 1.080 5* / -/ - --- 10468.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 30 'AUG' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2158.571 487.286 32833.571 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1404.429 1311.286 21352.714 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1928.286 1519.857 30954.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2172.000 908.571 92357.714 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1683.143 440.571 23281.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3406.000 1024.429 192764.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 2242.143 1003.714 34162.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2831.714 2735.286 48831.571 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3905.714 1977.143 59362.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2974.857 2333.857 45263.429 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2675.143 319.714 36994.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1597.571 300.000 120296.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2247.143 159.571 184175.857 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1531.000 109.857 122768.429 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5084340.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3648660.000 5* / -/ - --- 10475.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 6 'SEP' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2127.286 384.429 32027.143 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1595.429 1370.857 23946.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1945.286 1424.429 30115.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2055.571 810.429 103448.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1565.143 456.429 21993.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3397.571 914.571 207378.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1969.143 879.143 29806.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2933.143 2633.286 52920.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2930.143 1307.571 44068.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3073.286 2253.143 46142.429 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2430.714 298.571 34462.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1604.571 264.286 118637.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2299.857 148.571 177646.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1520.286 98.286 124268.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5016745.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3830505.714 5* / -/ - --- 10482.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 13 'SEP' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2311.000 489.000 37556.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1581.000 1614.000 25687.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1772.000 1538.000 27004.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1815.000 846.000 91290.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1489.000 556.000 12768.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2945.000 938.000 145359.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 2189.000 1124.000 35565.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2756.000 2930.000 53874.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1481.000 761.000 24072.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2891.000 2509.000 46978.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2634.000 396.000 37274.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1488.000 290.000 120233.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2208.000 169.000 194475.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1331.000 102.000 104907.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5042110.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3797960.000 5* / -/ - --- 10483.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 14 'SEP' 2005 / -/ - --- : 25/11-G-40_AT3 Perforation Top: 2334.80 Bot: 2484.80 Diam: 0.22 Skin: 10.00 --- : 25/11-G-40_AT3 Perforation Top: 2510.00 Bot: 3846.10 Diam: 0.22 Skin: 10.00 --- : 25/11-G-40_AT3 Perforation Top: 3863.30 Bot: 3875.00 Diam: 0.22 Skin: 10.00 --- : 25/11-G-40_AT3 Perforation Top: 3892.00 Bot: 3915.50 Diam: 0.22 Skin: 10.00 --- : 25/11-G-40_AT3 Connection 56 117 15 Perf. Len 26.44 ( 53.2%) --- WARN: 25/11-G-40_AT3 WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-40_AT3 Connection 56 116 15 Perf. Len 50.21 (100.1%) --- : 25/11-G-40_AT3 Connection 56 115 15 Perf. Len 50.00 (100.0%) --- : 25/11-G-40_AT3 Connection 56 114 15 Perf. Len 24.81 ( 49.5%) --- : 25/11-G-40_AT3 Connection 56 113 15 Perf. Len 50.18 (100.1%) --- : 25/11-G-40_AT3 Connection 56 112 15 Perf. Len 50.16 (101.4%) --- : 25/11-G-40_AT3 Connection 56 111 15 Perf. Len 50.28 ( 98.9%) --- : 25/11-G-40_AT3 Connection 56 110 15 Perf. Len 49.52 ( 99.9%) --- : 25/11-G-40_AT3 Connection 56 109 15 Perf. Len 50.50 (100.4%) --- : 25/11-G-40_AT3 Connection 56 108 15 Perf. Len 50.15 (100.1%) --- : 25/11-G-40_AT3 Connection 56 107 15 Perf. Len 49.81 (100.6%) --- : 25/11-G-40_AT3 Connection 56 106 15 Perf. Len 51.44 (101.7%) --- : 25/11-G-40_AT3 Connection 56 105 15 Perf. Len 29.31 ( 58.8%) --- : 25/11-G-40_AT3 Connection 57 105 15 Perf. Len 21.43 ( 44.3%) --- : 25/11-G-40_AT3 Connection 57 104 15 Perf. Len 51.26 (101.4%) --- : 25/11-G-40_AT3 Connection 57 103 15 Perf. Len 51.95 (103.2%) --- : 25/11-G-40_AT3 Connection 57 102 15 Perf. Len 51.41 (103.9%) --- : 25/11-G-40_AT3 Connection 57 101 15 Perf. Len 28.67 ( 56.9%) --- : 25/11-G-40_AT3 Connection 58 101 15 Perf. Len 23.53 ( 46.6%) --- : 25/11-G-40_AT3 Connection 58 100 15 Perf. Len 50.97 (102.4%) --- : 25/11-G-40_AT3 Connection 58 99 15 Perf. Len 51.80 (103.4%) --- : 25/11-G-40_AT3 Connection 58 98 15 Perf. Len 52.14 (103.4%) --- : 25/11-G-40_AT3 Connection 58 97 15 Perf. Len 23.65 ( 47.0%) --- : 25/11-G-40_AT3 Connection 59 97 15 Perf. Len 27.58 ( 57.2%) --- : 25/11-G-40_AT3 Connection 59 96 15 Perf. Len 2.56 ( 4.2%) --- : 25/11-G-40_AT3 Connection 59 96 14 Perf. Len 49.06 ( 98.4%) --- : 25/11-G-40_AT3 Connection 59 95 14 Perf. Len 51.10 (102.5%) --- : 25/11-G-40_AT3 Connection 59 94 14 Perf. Len 51.66 (102.9%) --- : 25/11-G-40_AT3 Connection 59 93 14 Perf. Len 25.73 ( 51.0%) --- : 25/11-G-40_AT3 Connection 60 93 14 Perf. Len 25.98 ( 52.1%) --- : 25/11-G-40_AT3 Connection 60 92 14 Perf. Len 4.74 ( 9.5%) --- : 25/11-G-40_AT3 Connection 60 92 15 Perf. Len 46.18 ( 92.7%) --- : 25/11-G-40_AT3 Connection 60 91 15 Perf. Len 51.59 (102.4%) --- : 25/11-G-40_AT3 Connection 60 90 15 Perf. Len 51.52 (103.0%) --- : 25/11-G-40_AT3 Connection 60 89 15 Perf. Len 46.16 ( 92.8%) --- : 25/11-G-40_AT3 Connection 61 89 15 Perf. Len 4.77 ( 9.4%) --- : 25/11-G-40_AT3 Connection 61 88 15 Perf. Len 51.52 (101.4%) --- : 25/11-G-40_AT3 Connection 61 87 15 Perf. Len 18.02 ( 36.7%) --- : 25/11-G-40_AT3 Connection 61 86 15 Perf. Len 23.50 ( 46.6%) -WELSPECS - 'PR18_G40' 'CE-SO' 56 121 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR18_G40' 1755.381 2330.000 41.175 'INC' 2* / - 2 2 1 1 18.021 0.373 0.150 0.00065 0.018 0.318 / - 3 3 1 2 38.328 0.216 0.150 0.00065 0.018 0.677 / - 4 4 1 3 50.109 -0.070 0.150 0.00065 0.018 0.886 / - 5 5 1 4 50.007 0.013 0.150 0.00065 0.018 0.884 / - 6 6 1 5 50.095 0.054 0.150 0.00065 0.018 0.885 / - 7 7 1 6 50.169 0.060 0.150 0.00065 0.018 0.887 / - 8 8 1 7 50.220 0.057 0.150 0.00065 0.018 0.887 / - 9 9 1 8 49.902 0.057 0.150 0.00065 0.018 0.882 / - 10 10 1 9 50.013 0.068 0.150 0.00065 0.018 0.884 / - 11 11 1 10 50.329 0.072 0.150 0.00065 0.018 0.889 / - 12 12 1 11 49.981 0.046 0.150 0.00065 0.018 0.883 / - 13 13 1 12 50.621 -0.053 0.150 0.00065 0.018 0.895 / - 14 14 1 13 40.374 -0.130 0.150 0.00065 0.018 0.713 / - 15 15 1 14 25.371 -0.113 0.150 0.00065 0.018 0.448 / - 16 16 1 15 36.343 -0.108 0.150 0.00065 0.018 0.642 / - 17 17 1 16 51.603 0.043 0.150 0.00065 0.018 0.912 / - 18 18 1 17 51.679 0.157 0.150 0.00065 0.018 0.913 / - 19 19 1 18 40.038 0.012 0.150 0.00065 0.018 0.708 / - 20 20 1 19 26.099 -0.063 0.150 0.00065 0.018 0.461 / - 21 21 1 20 37.249 -0.104 0.150 0.00065 0.018 0.658 / - 22 22 1 21 51.386 -0.198 0.150 0.00065 0.018 0.908 / - 23 23 1 22 51.972 -0.244 0.150 0.00065 0.018 0.918 / - 24 24 1 23 37.897 -0.185 0.150 0.00065 0.018 0.670 / - 25 25 1 24 25.616 -0.180 0.150 0.00065 0.018 0.453 / - 26 26 1 25 15.067 -0.141 0.150 0.00065 0.018 0.266 / - 27 27 1 26 25.810 -0.348 0.150 0.00065 0.018 0.456 / - 28 28 1 27 50.083 -0.362 0.150 0.00065 0.018 0.885 / - 29 29 1 28 51.382 -0.072 0.150 0.00065 0.018 0.908 / - 30 30 1 29 38.697 0.057 0.150 0.00065 0.018 0.684 / - 31 31 1 30 25.858 0.348 0.150 0.00065 0.018 0.457 / - 32 32 1 31 15.361 0.305 0.150 0.00065 0.018 0.271 / - 33 33 1 32 25.458 0.464 0.150 0.00065 0.018 0.450 / - 34 34 1 33 48.886 0.480 0.150 0.00065 0.018 0.864 / - 35 35 1 34 51.557 0.110 0.150 0.00065 0.018 0.911 / - 36 36 1 35 48.841 0.072 0.150 0.00065 0.018 0.863 / - 37 37 1 36 25.464 0.035 0.150 0.00065 0.018 0.450 / - 38 38 1 37 28.141 0.042 0.150 0.00065 0.018 0.497 / - 39 39 1 38 43.366 0.048 0.150 0.00065 0.018 0.766 / - 40 40 1 39 46.358 0.029 0.150 0.00065 0.018 0.819 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR18_G40' 56 117 15 15 'OPEN' 1* 393.730 0.216 104187.117 2* 'Y' 7.037 / - 'PR18_G40' 56 116 15 15 'OPEN' 1* 901.310 0.216 238499.234 2* 'Y' 7.036 / - 'PR18_G40' 56 115 15 15 'OPEN' 1* 947.446 0.216 250706.484 2* 'Y' 7.036 / - 'PR18_G40' 56 114 15 15 'OPEN' 1* 472.225 0.216 124957.453 2* 'Y' 7.036 / - 'PR18_G40' 56 113 15 15 'OPEN' 1* 1019.026 0.216 269648.312 2* 'Y' 7.036 / - 'PR18_G40' 56 112 15 15 'OPEN' 1* 1054.789 0.216 279111.500 2* 'Y' 7.036 / - 'PR18_G40' 56 111 15 15 'OPEN' 1* 957.197 0.216 253287.328 2* 'Y' 7.036 / - 'PR18_G40' 56 110 15 15 'OPEN' 1* 1052.767 0.216 278576.438 2* 'Y' 7.036 / - 'PR18_G40' 56 109 15 15 'OPEN' 1* 1017.606 0.216 269272.594 2* 'Y' 7.036 / - 'PR18_G40' 56 108 15 15 'OPEN' 1* 1058.862 0.216 280189.719 2* 'Y' 7.036 / - 'PR18_G40' 56 107 15 15 'OPEN' 1* 1033.852 0.216 273569.844 2* 'Y' 7.036 / - 'PR18_G40' 56 106 15 15 'OPEN' 1* 1323.736 0.216 350280.438 2* 'Y' 7.037 / - 'PR18_G40' 56 105 15 15 'OPEN' 1* 590.991 0.216 156382.531 2* 'Y' 7.035 / - 'PR18_G40' 57 105 15 15 'OPEN' 1* 441.692 0.216 116875.656 2* 'Y' 7.035 / - 'PR18_G40' 57 104 15 15 'OPEN' 1* 1079.677 0.216 285700.219 2* 'Y' 7.037 / - 'PR18_G40' 57 103 15 15 'OPEN' 1* 1082.111 0.216 286345.750 2* 'Y' 7.038 / - 'PR18_G40' 57 102 15 15 'OPEN' 1* 1147.837 0.216 303725.156 2* 'Y' 7.034 / - 'PR18_G40' 57 101 15 15 'OPEN' 1* 778.868 0.216 206102.141 2* 'Y' 7.038 / - 'PR18_G40' 58 101 15 15 'OPEN' 1* 693.375 0.216 183472.438 2* 'Y' 7.034 / - 'PR18_G40' 58 100 15 15 'OPEN' 1* 1356.623 0.216 358960.031 2* 'Y' 7.030 / - 'PR18_G40' 58 99 15 15 'OPEN' 1* 1413.802 0.216 374103.594 2* 'Y' 7.034 / - 'PR18_G40' 58 98 15 15 'OPEN' 1* 1391.437 0.216 368185.375 2* 'Y' 7.034 / - 'PR18_G40' 58 97 15 15 'OPEN' 1* 599.445 0.216 158612.172 2* 'Y' 7.030 / - 'PR18_G40' 59 97 15 15 'OPEN' 1* 673.164 0.216 178124.156 2* 'Y' 7.034 / - 'PR18_G40' 59 96 15 15 'OPEN' 1* 49.479 0.216 13092.987 2* 'Y' 7.038 / - 'PR18_G40' 59 96 14 14 'OPEN' 1* 1115.230 0.216 295110.375 2* 'Y' 7.038 / - 'PR18_G40' 59 95 14 14 'OPEN' 1* 1070.300 0.216 283209.812 2* 'Y' 7.034 / - 'PR18_G40' 59 94 14 14 'OPEN' 1* 1105.615 0.216 292564.375 2* 'Y' 7.037 / - 'PR18_G40' 59 93 14 14 'OPEN' 1* 591.234 0.216 156450.516 2* 'Y' 7.038 / - 'PR18_G40' 60 93 14 14 'OPEN' 1* 533.685 0.216 141218.094 2* 'Y' 7.035 / - 'PR18_G40' 60 92 14 14 'OPEN' 1* 101.705 0.216 26911.348 2* 'Y' 7.032 / - 'PR18_G40' 60 92 15 15 'OPEN' 1* 951.931 0.216 251882.031 2* 'Y' 7.032 / - 'PR18_G40' 60 91 15 15 'OPEN' 1* 988.405 0.216 261538.859 2* 'Y' 7.034 / - 'PR18_G40' 60 90 15 15 'OPEN' 1* 1046.012 0.216 276773.844 2* 'Y' 7.031 / - 'PR18_G40' 60 89 15 15 'OPEN' 1* 1016.425 0.216 268953.219 2* 'Y' 7.034 / - 'PR18_G40' 61 89 15 15 'OPEN' 1* 94.755 0.216 25073.717 2* 'Y' 7.037 / - 'PR18_G40' 61 88 15 15 'OPEN' 1* 1086.423 0.216 287485.500 2* 'Y' 7.037 / - 'PR18_G40' 61 87 15 15 'OPEN' 1* 374.960 0.216 99217.352 2* 'Y' 7.034 / - 'PR18_G40' 61 86 15 15 'OPEN' 1* 452.080 0.216 119628.102 2* 'Y' 7.038 / -/ - -COMPSEGS -'PR18_G40' / - 56 117 15 1 2334.800 2361.243 3* / - 56 116 15 1 2361.243 2411.457 3* / - 56 115 15 1 2411.457 2461.462 3* / - 56 114 15 1 2461.462 2511.470 3* / - 56 113 15 1 2511.470 2561.651 3* / - 56 112 15 1 2561.651 2611.808 3* / - 56 111 15 1 2611.808 2662.092 3* / - 56 110 15 1 2662.092 2711.613 3* / - 56 109 15 1 2711.613 2762.117 3* / - 56 108 15 1 2762.117 2812.271 3* / - 56 107 15 1 2812.271 2862.078 3* / - 56 106 15 1 2862.078 2913.513 3* / - 56 105 15 1 2913.513 2942.825 3* / - 57 105 15 1 2942.825 2964.255 3* / - 57 104 15 1 2964.255 3015.511 3* / - 57 103 15 1 3015.511 3067.460 3* / - 57 102 15 1 3067.460 3118.869 3* / - 57 101 15 1 3118.869 3147.536 3* / - 58 101 15 1 3147.536 3171.067 3* / - 58 100 15 1 3171.067 3222.035 3* / - 58 99 15 1 3222.035 3273.840 3* / - 58 98 15 1 3273.840 3325.979 3* / - 58 97 15 1 3325.979 3349.633 3* / - 59 97 15 1 3349.633 3377.210 3* / - 59 96 15 1 3377.210 3379.767 3* / - 59 96 14 1 3379.767 3428.831 3* / - 59 95 14 1 3428.831 3479.934 3* / - 59 94 14 1 3479.934 3531.594 3* / - 59 93 14 1 3531.594 3557.327 3* / - 60 93 14 1 3557.327 3583.311 3* / - 60 92 14 1 3583.311 3588.048 3* / - 60 92 15 1 3588.048 3634.227 3* / - 60 91 15 1 3634.227 3685.821 3* / - 60 90 15 1 3685.821 3737.340 3* / - 60 89 15 1 3737.340 3783.503 3* / - 61 89 15 1 3783.503 3788.268 3* / - 61 88 15 1 3788.268 3839.784 3* / - 61 87 15 1 3839.784 3875.000 3* / - 61 86 15 1 3892.000 3915.500 3* / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2336.833 425.833 35737.500 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1913.167 48.667 26724.333 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1740.167 1529.833 26612.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1896.167 1417.000 29209.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1951.167 783.333 110259.167 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1506.333 474.333 15130.333 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3272.167 897.667 209651.833 5* / - 'PR27_G11' 'OPEN' 'ORAT' 2065.000 916.167 31554.833 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2872.667 2629.000 53915.167 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2719.167 1201.833 41619.500 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3015.833 2254.167 46123.667 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2597.500 348.500 36260.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1553.833 261.000 129239.667 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2235.833 147.333 218979.667 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1436.167 94.333 124419.333 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4855058.333 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3519671.667 5* / -/ - -INCLUDE - '/d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/icd/ICD_G40_EDIT.WELDAT' / - --- 10489.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 20 'SEP' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2306.714 421.000 34731.571 5* / - 'PR18_G40' 'OPEN' 'ORAT' 3194.571 530.429 43731.143 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1860.143 1639.000 28010.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2006.714 1502.286 41905.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1634.571 659.000 83979.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1423.571 429.714 13310.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3195.429 878.571 206386.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 2129.429 943.857 32065.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2882.571 2644.000 52670.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1930.857 857.571 29140.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3022.714 2263.857 45513.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2725.143 399.857 37384.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1538.143 258.857 142878.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2183.286 144.286 195886.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1416.286 93.429 120915.857 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5055668.571 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3882098.571 5* / -/ - --- 10496.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 27 'SEP' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2317.429 414.857 34104.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 3093.714 1737.571 42122.286 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1858.857 1578.571 27359.714 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2144.429 1602.000 147597.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2028.714 799.857 113433.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1443.714 430.429 13456.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3196.857 839.857 204917.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 2022.429 895.429 29749.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2764.571 2417.286 96000.571 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1739.714 756.286 25604.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3069.857 2294.714 45175.429 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2710.000 428.857 36909.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1544.286 245.857 140928.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2196.000 131.429 184351.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1421.857 92.143 128993.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5035080.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3805147.143 5* / -/ - --- 10503.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 4 'OCT' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2328.000 420.857 33430.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2889.286 2172.143 38380.714 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1999.571 1675.429 28711.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1490.714 1156.000 67177.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 742.857 298.000 30754.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1623.143 519.286 16942.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2627.143 673.143 78217.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1935.286 890.429 27775.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2844.000 2383.571 78747.714 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1781.571 781.857 25576.714 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3106.286 2399.571 44597.286 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2617.143 453.714 34768.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1361.143 208.286 50880.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1704.143 92.000 62408.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1265.000 82.857 89993.286 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4524438.571 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2342303.143 5* / -/ - --- 10510.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 11 'OCT' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2310.286 411.714 34478.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2763.714 2158.714 39268.714 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2083.429 1720.429 31082.571 5* / - 'PR24_G17' 'OPEN' 'ORAT' 2045.571 1557.286 167127.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 53.857 26.000 1040.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1770.714 573.571 25248.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3187.571 804.714 178601.286 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1883.429 852.857 28088.286 5* / - 'PR10_G18' 'OPEN' 'ORAT' 3162.429 2612.286 225747.143 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1783.571 772.000 26617.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2888.571 2221.000 43229.429 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2539.286 446.000 36352.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1638.000 247.286 143445.143 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2215.857 117.714 167025.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1465.286 94.429 128787.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5148557.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3710487.143 5* / -/ - --- 10517.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 18 'OCT' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2361.000 395.250 34717.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2644.000 2084.500 37213.750 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2194.000 1697.750 32237.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1909.250 1365.750 189995.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2437.500 899.250 33557.750 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1903.750 583.250 26903.750 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3137.000 744.000 176036.500 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1792.500 764.500 26363.750 5* / - 'PR10_G18' 'OPEN' 'ORAT' 3096.250 2405.000 220633.500 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1843.500 748.750 27101.250 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2579.750 1892.250 38193.750 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2560.500 429.500 36015.750 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1540.750 218.500 123507.750 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2174.250 108.750 163582.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1442.750 87.250 121329.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4972995.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3622597.500 5* / -/ - --- 10521.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 22 'OCT' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 1363.000 243.667 20596.333 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2661.667 1920.000 38019.333 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2121.667 1701.000 31234.667 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1882.667 1410.667 179850.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2154.667 815.667 30796.333 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1790.000 584.333 26759.667 5* / - 'PR23_G9' 'OPEN' 'ORAT' 302.333 78.000 10396.667 5* / - 'PR27_G11' 'OPEN' 'ORAT' 432.000 165.667 6290.667 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1650.667 1351.667 43131.667 5* / - 'PR12_G19' 'OPEN' 'ORAT' 424.667 147.333 6076.333 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1554.000 1159.667 22741.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1000.667 134.333 16548.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 558.667 73.667 11290.333 5* / - 'PR14_G27' 'OPEN' 'ORAT' 41.333 2.000 2086.667 5* / - 'PR26_G26' 'OPEN' 'ORAT' 247.000 16.333 5849.667 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3437026.667 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2890703.333 5* / -/ - -WPIMULT - 'PR06_G28' 1.140 5* / -/ - --- 10524.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 25 'OCT' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2329.143 407.429 35242.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2468.000 1843.429 35689.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1160.000 959.000 17594.571 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1167.000 892.714 87350.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2576.857 990.286 93368.714 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2002.857 677.000 28923.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1939.571 472.857 28727.429 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1174.857 533.714 17711.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2006.714 1661.857 39620.571 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1366.857 575.714 20699.857 5* / - 'PR11_G6' 'OPEN' 'ORAT' 366.857 266.714 5504.714 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2509.857 378.429 40309.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 811.286 113.857 15546.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1296.571 64.286 29743.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 924.286 57.429 16942.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4915141.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3124265.714 5* / -/ - --- 10531.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'NOV' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2687.429 415.857 39877.143 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1049.857 540.714 18868.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 566.571 451.571 8523.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 674.429 512.857 10765.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2292.571 805.857 154228.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 582.000 93.429 9361.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3000.857 669.286 41342.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1097.857 425.714 16353.286 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2108.571 1561.714 70415.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1635.143 661.286 24143.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1799.571 1364.000 26975.714 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2800.571 490.857 40221.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1721.571 224.000 79672.286 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1004.429 51.429 14497.429 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1559.286 78.143 58752.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5008988.571 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3289531.429 5* / -/ - --- 10538.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 8 'NOV' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2516.857 409.000 38539.143 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2779.286 2018.000 41737.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1077.286 879.571 16497.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1301.143 1020.286 21474.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 2065.429 762.429 152711.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2030.286 570.429 31696.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3017.714 706.143 67906.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1252.286 510.429 19162.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2402.286 1883.429 39820.857 5* / - 'PR12_G19' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2992.857 2346.571 45827.429 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2604.714 525.143 37551.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1577.857 214.857 100819.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1739.143 91.286 27602.429 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1494.857 78.571 84295.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4996957.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3431767.143 5* / -/ - --- 10545.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 15 'NOV' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2540.429 386.286 38253.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2112.571 1728.857 30972.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1304.714 1003.714 19694.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1734.714 1278.143 111379.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1972.286 679.857 137377.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2264.143 637.714 32523.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3104.286 679.429 133398.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1394.857 533.429 21049.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2448.286 1794.857 35799.857 5* / - 'PR12_G19' 'OPEN' 'ORAT' 160.571 61.571 2414.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3039.571 2230.429 45764.714 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2597.714 532.429 37491.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1542.857 196.143 100011.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 2329.000 114.286 109622.429 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1471.429 72.143 88004.429 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4917305.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3304815.714 5* / -/ - --- 10552.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 22 'NOV' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2241.286 312.286 36584.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1104.714 928.857 18843.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1433.857 1011.714 22701.714 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1316.000 909.429 75325.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1750.571 557.000 96421.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1995.000 489.143 30742.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2227.857 452.000 54075.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1213.429 429.143 19973.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2384.429 1604.143 38647.714 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1592.000 552.286 25755.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2045.571 1390.571 34532.857 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2502.571 430.429 41102.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1377.286 161.143 68562.286 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1858.286 83.857 105987.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1200.714 53.857 53527.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4774905.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 549646.571 5* / -/ - --- 10559.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 29 'NOV' 2005 / -/ - -WCONHIST - 'PR06_G28' 'OPEN' 'ORAT' 2494.143 354.714 38075.286 5* / - 'PR18_G40' 'OPEN' 'ORAT' 906.571 668.429 15666.143 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2148.286 1500.714 32780.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1508.143 1108.714 162779.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1911.571 701.714 146024.714 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2478.571 749.000 30942.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2333.000 548.857 55958.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 932.000 367.571 14266.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2020.000 1571.714 32916.143 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2257.429 897.143 34486.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2710.429 2068.286 41480.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2622.429 532.429 32808.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1504.857 203.286 98798.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1795.571 93.714 122335.857 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1381.714 72.000 87057.286 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 6288391.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 0.000 5* / -/ - --- 10566.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 6 'DEC' 2005 / -/ - --- : 25/11-G-8_T2 Perforation Top: 3231.14 Bot: 4869.98 Diam: 0.22 Skin: 0.00 --- : 25/11-G-8_T2 Connection 35 172 13 Perf. Len 6.10 ( 12.3%) --- WARN: 25/11-G-8_T2 WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-8_T2 Connection 35 173 13 Perf. Len 49.99 (100.4%) --- : 25/11-G-8_T2 Connection 35 174 13 Perf. Len 50.37 (101.0%) --- : 25/11-G-8_T2 Connection 35 175 13 Perf. Len 49.55 ( 99.5%) --- : 25/11-G-8_T2 Connection 35 176 13 Perf. Len 50.25 ( 99.7%) --- : 25/11-G-8_T2 Connection 35 177 13 Perf. Len 50.49 ( 99.2%) --- : 25/11-G-8_T2 Connection 35 178 13 Perf. Len 49.54 (101.1%) --- : 25/11-G-8_T2 Connection 35 179 13 Perf. Len 50.24 ( 99.9%) --- : 25/11-G-8_T2 Connection 35 180 13 Perf. Len 49.96 (100.4%) --- : 25/11-G-8_T2 Connection 35 181 13 Perf. Len 50.19 (100.0%) --- : 25/11-G-8_T2 Connection 35 182 13 Perf. Len 50.24 (101.0%) --- : 25/11-G-8_T2 Connection 35 183 13 Perf. Len 49.74 ( 99.1%) --- : 25/11-G-8_T2 Connection 35 184 13 Perf. Len 50.22 (100.0%) --- : 25/11-G-8_T2 Connection 35 185 13 Perf. Len 49.80 (100.0%) --- : 25/11-G-8_T2 Connection 35 186 13 Perf. Len 50.27 ( 99.9%) --- : 25/11-G-8_T2 Connection 35 187 13 Perf. Len 49.81 ( 99.9%) --- : 25/11-G-8_T2 Connection 35 188 13 Perf. Len 49.83 ( 99.8%) --- : 25/11-G-8_T2 Connection 35 189 13 Perf. Len 50.61 (100.7%) --- : 25/11-G-8_T2 Connection 35 190 13 Perf. Len 29.21 ( 58.9%) --- : 25/11-G-8_T2 Connection 36 190 13 Perf. Len 20.20 ( 40.8%) --- : 25/11-G-8_T2 Connection 36 191 13 Perf. Len 50.12 ( 98.8%) --- : 25/11-G-8_T2 Connection 36 192 13 Perf. Len 50.46 (100.9%) --- : 25/11-G-8_T2 Connection 36 193 13 Perf. Len 49.84 (100.4%) --- : 25/11-G-8_T2 Connection 36 194 13 Perf. Len 49.90 (100.9%) --- : 25/11-G-8_T2 Connection 36 195 13 Perf. Len 50.15 ( 98.6%) --- : 25/11-G-8_T2 Connection 36 196 13 Perf. Len 49.99 (100.8%) --- : 25/11-G-8_T2 Connection 36 197 13 Perf. Len 50.31 ( 99.8%) --- : 25/11-G-8_T2 Connection 36 198 13 Perf. Len 49.91 (101.4%) --- : 25/11-G-8_T2 Connection 36 199 13 Perf. Len 50.10 ( 98.9%) --- : 25/11-G-8_T2 Connection 36 200 13 Perf. Len 50.05 (100.3%) --- : 25/11-G-8_T2 Connection 36 201 13 Perf. Len 49.85 (101.0%) --- : 25/11-G-8_T2 Connection 36 202 13 Perf. Len 50.49 ( 98.8%) --- : 25/11-G-8_T2 Connection 36 203 13 Perf. Len 49.57 (100.0%) --- : 25/11-G-8_T2 Connection 36 204 13 Perf. Len 49.98 (100.0%) --- : 25/11-G-8_T2 Connection 36 205 13 Perf. Len 16.05 ( 32.1%) --- : 25/11-G-8_T2 Connection 36 205 12 Perf. Len 15.45 ( 30.8%) -WELSPECS - 'PR03A_G8' 'NO-WE' 36 167 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR03A_G8' 1748.510 3230.000 57.079 'INC' 2* / - 2 2 1 1 4.189 0.171 0.150 0.00065 0.018 0.074 / - 3 3 1 2 28.042 0.271 0.150 0.00065 0.018 0.496 / - 4 4 1 3 50.180 0.194 0.150 0.00065 0.018 0.887 / - 5 5 1 4 49.962 0.061 0.150 0.00065 0.018 0.883 / - 6 6 1 5 49.898 0.044 0.150 0.00065 0.018 0.882 / - 7 7 1 6 50.368 0.077 0.150 0.00065 0.018 0.890 / - 8 8 1 7 50.014 0.097 0.150 0.00065 0.018 0.884 / - 9 9 1 8 49.891 0.112 0.150 0.00065 0.018 0.882 / - 10 10 1 9 50.104 0.063 0.150 0.00065 0.018 0.885 / - 11 11 1 10 50.078 -0.136 0.150 0.00065 0.018 0.885 / - 12 12 1 11 50.215 -0.284 0.150 0.00065 0.018 0.887 / - 13 13 1 12 49.989 -0.158 0.150 0.00065 0.018 0.883 / - 14 14 1 13 49.979 -0.025 0.150 0.00065 0.018 0.883 / - 15 15 1 14 50.009 -0.039 0.150 0.00065 0.018 0.884 / - 16 16 1 15 50.036 -0.023 0.150 0.00065 0.018 0.884 / - 17 17 1 16 50.039 -0.006 0.150 0.00065 0.018 0.884 / - 18 18 1 17 49.818 -0.034 0.150 0.00065 0.018 0.880 / - 19 19 1 18 50.220 -0.035 0.150 0.00065 0.018 0.887 / - 20 20 1 19 39.909 -0.025 0.150 0.00065 0.018 0.705 / - 21 21 1 20 24.706 -0.027 0.150 0.00065 0.018 0.437 / - 22 22 1 21 35.161 -0.033 0.150 0.00065 0.018 0.621 / - 23 23 1 22 50.291 -0.037 0.150 0.00065 0.018 0.889 / - 24 24 1 23 50.152 -0.045 0.150 0.00065 0.018 0.886 / - 25 25 1 24 49.871 -0.070 0.150 0.00065 0.018 0.881 / - 26 26 1 25 50.024 -0.122 0.150 0.00065 0.018 0.884 / - 27 27 1 26 50.069 -0.171 0.150 0.00065 0.018 0.885 / - 28 28 1 27 50.152 -0.203 0.150 0.00065 0.018 0.886 / - 29 29 1 28 50.113 -0.275 0.150 0.00065 0.018 0.886 / - 30 30 1 29 50.005 -0.323 0.150 0.00065 0.018 0.884 / - 31 31 1 30 50.075 -0.307 0.150 0.00065 0.018 0.885 / - 32 32 1 31 49.953 -0.199 0.150 0.00065 0.018 0.883 / - 33 33 1 32 50.172 -0.064 0.150 0.00065 0.018 0.887 / - 34 34 1 33 50.028 -0.037 0.150 0.00065 0.018 0.884 / - 35 35 1 34 49.774 -0.043 0.150 0.00065 0.018 0.880 / - 36 36 1 35 33.018 -0.014 0.150 0.00065 0.018 0.583 / - 37 37 1 36 15.751 0.009 0.150 0.00065 0.018 0.278 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR03A_G8' 35 172 13 13 'OPEN' 1* 546.206 0.216 42585.176 2* 'Y' 7.036 / - 'PR03A_G8' 35 173 13 13 'OPEN' 1* 4489.077 0.216 349950.563 2* 'Y' 7.033 / - 'PR03A_G8' 35 174 13 13 'OPEN' 1* 4533.556 0.216 353417.375 2* 'Y' 7.033 / - 'PR03A_G8' 35 175 13 13 'OPEN' 1* 4225.911 0.216 329434.375 2* 'Y' 7.032 / - 'PR03A_G8' 35 176 13 13 'OPEN' 1* 4040.731 0.216 314998.969 2* 'Y' 7.033 / - 'PR03A_G8' 35 177 13 13 'OPEN' 1* 3887.626 0.216 303063.812 2* 'Y' 7.033 / - 'PR03A_G8' 35 178 13 13 'OPEN' 1* 4421.105 0.216 344650.906 2* 'Y' 7.032 / - 'PR03A_G8' 35 179 13 13 'OPEN' 1* 4813.649 0.216 375252.688 2* 'Y' 7.033 / - 'PR03A_G8' 35 180 13 13 'OPEN' 1* 4803.581 0.216 374466.875 2* 'Y' 7.032 / - 'PR03A_G8' 35 181 13 13 'OPEN' 1* 4662.430 0.216 363464.625 2* 'Y' 7.033 / - 'PR03A_G8' 35 182 13 13 'OPEN' 1* 4764.166 0.216 371395.500 2* 'Y' 7.033 / - 'PR03A_G8' 35 183 13 13 'OPEN' 1* 4862.997 0.216 379098.938 2* 'Y' 7.032 / - 'PR03A_G8' 35 184 13 13 'OPEN' 1* 4770.748 0.216 371907.813 2* 'Y' 7.033 / - 'PR03A_G8' 35 185 13 13 'OPEN' 1* 4791.299 0.216 373509.563 2* 'Y' 7.032 / - 'PR03A_G8' 35 186 13 13 'OPEN' 1* 4876.093 0.216 380120.406 2* 'Y' 7.033 / - 'PR03A_G8' 35 187 13 13 'OPEN' 1* 4572.664 0.216 356466.281 2* 'Y' 7.033 / - 'PR03A_G8' 35 188 13 13 'OPEN' 1* 4303.599 0.216 335490.125 2* 'Y' 7.032 / - 'PR03A_G8' 35 189 13 13 'OPEN' 1* 4838.511 0.216 377190.563 2* 'Y' 7.033 / - 'PR03A_G8' 35 190 13 13 'OPEN' 1* 3032.389 0.216 236392.250 2* 'Y' 7.032 / - 'PR03A_G8' 36 190 13 13 'OPEN' 1* 2100.584 0.216 163773.828 2* 'Y' 7.036 / - 'PR03A_G8' 36 191 13 13 'OPEN' 1* 4835.386 0.216 376995.094 2* 'Y' 7.036 / - 'PR03A_G8' 36 192 13 13 'OPEN' 1* 5041.280 0.216 393047.687 2* 'Y' 7.036 / - 'PR03A_G8' 36 193 13 13 'OPEN' 1* 4865.172 0.216 379317.188 2* 'Y' 7.036 / - 'PR03A_G8' 36 194 13 13 'OPEN' 1* 4897.186 0.216 381813.375 2* 'Y' 7.036 / - 'PR03A_G8' 36 195 13 13 'OPEN' 1* 4755.439 0.216 370760.594 2* 'Y' 7.036 / - 'PR03A_G8' 36 196 13 13 'OPEN' 1* 5201.094 0.216 405508.375 2* 'Y' 7.036 / - 'PR03A_G8' 36 197 13 13 'OPEN' 1* 5102.547 0.216 397825.375 2* 'Y' 7.036 / - 'PR03A_G8' 36 198 13 13 'OPEN' 1* 4992.071 0.216 389211.781 2* 'Y' 7.036 / - 'PR03A_G8' 36 199 13 13 'OPEN' 1* 4874.402 0.216 380038.531 2* 'Y' 7.036 / - 'PR03A_G8' 36 200 13 13 'OPEN' 1* 4916.275 0.216 383302.656 2* 'Y' 7.036 / - 'PR03A_G8' 36 201 13 13 'OPEN' 1* 4871.636 0.216 379821.156 2* 'Y' 7.036 / - 'PR03A_G8' 36 202 13 13 'OPEN' 1* 4811.397 0.216 375125.094 2* 'Y' 7.036 / - 'PR03A_G8' 36 203 13 13 'OPEN' 1* 4848.425 0.216 378011.531 2* 'Y' 7.036 / - 'PR03A_G8' 36 204 13 13 'OPEN' 1* 4689.219 0.216 365598.969 2* 'Y' 7.036 / - 'PR03A_G8' 36 205 13 13 'OPEN' 1* 1437.210 0.216 112055.734 2* 'Y' 7.037 / - 'PR03A_G8' 36 205 12 12 'OPEN' 1* 1526.065 0.216 119157.820 2* 'Y' 7.080 / -/ - -COMPSEGS -'PR03A_G8' / - 35 172 13 1 3231.140 3237.237 3* / - 35 173 13 1 3237.237 3287.223 3* / - 35 174 13 1 3287.223 3337.598 3* / - 35 175 13 1 3337.598 3387.147 3* / - 35 176 13 1 3387.147 3437.394 3* / - 35 177 13 1 3437.394 3487.884 3* / - 35 178 13 1 3487.884 3537.422 3* / - 35 179 13 1 3537.422 3587.667 3* / - 35 180 13 1 3587.667 3637.630 3* / - 35 181 13 1 3637.630 3687.823 3* / - 35 182 13 1 3687.823 3738.061 3* / - 35 183 13 1 3738.061 3787.800 3* / - 35 184 13 1 3787.800 3838.018 3* / - 35 185 13 1 3838.018 3887.818 3* / - 35 186 13 1 3887.818 3938.091 3* / - 35 187 13 1 3938.091 3987.897 3* / - 35 188 13 1 3987.897 4037.728 3* / - 35 189 13 1 4037.728 4088.337 3* / - 35 190 13 1 4088.337 4117.545 3* / - 36 190 13 1 4117.545 4137.748 3* / - 36 191 13 1 4137.748 4187.867 3* / - 36 192 13 1 4187.867 4238.331 3* / - 36 193 13 1 4238.331 4288.171 3* / - 36 194 13 1 4288.171 4338.074 3* / - 36 195 13 1 4338.074 4388.220 3* / - 36 196 13 1 4388.220 4438.212 3* / - 36 197 13 1 4438.212 4488.524 3* / - 36 198 13 1 4488.524 4538.438 3* / - 36 199 13 1 4538.438 4588.534 3* / - 36 200 13 1 4588.534 4638.587 3* / - 36 201 13 1 4638.587 4688.440 3* / - 36 202 13 1 4688.440 4738.931 3* / - 36 203 13 1 4738.931 4788.497 3* / - 36 204 13 1 4788.497 4838.479 3* / - 36 205 13 1 4838.479 4854.533 3* / - 36 205 12 1 4854.533 4869.980 3* / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2908.286 2.714 59379.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2459.714 319.429 36621.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1760.714 1679.286 25606.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2443.286 1539.429 36303.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1503.571 1029.857 166769.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1819.429 636.286 137659.857 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2296.286 674.571 33076.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3047.000 682.000 83064.714 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1217.857 448.714 18107.286 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2889.143 2062.286 52753.714 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2125.857 782.143 31594.857 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3247.429 2317.000 48259.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2263.000 452.143 33608.143 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1493.857 192.571 116099.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1782.286 88.857 118514.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1375.286 68.429 106837.857 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4603035.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 522137.286 5* / -/ - -INCLUDE - '/d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/icd/ICD_G8_EDIT.WELDAT' / - - --- 10573.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 13 'DEC' 2005 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 4487.200 119.600 96022.600 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2412.800 329.200 37228.800 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1985.800 2073.000 29308.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2478.400 1654.200 38241.400 5* / - 'PR24_G17' 'OPEN' 'ORAT' 239.800 210.000 31357.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1723.000 638.800 143376.800 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2442.000 876.400 35977.400 5* / - 'PR23_G9' 'OPEN' 'ORAT' 3022.400 712.200 130416.200 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1070.400 416.400 16509.800 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2584.200 1951.800 38947.400 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2064.800 803.200 31845.200 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3131.400 2364.200 48305.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2742.000 560.000 40515.400 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1436.200 196.200 110935.400 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1946.400 102.600 133911.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1375.400 72.600 112724.200 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 6048852.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2450548.000 5* / -/ - --- 10578.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 18 'DEC' 2005 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 4668.000 107.500 98999.500 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2002.500 274.000 30947.500 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2068.500 2264.000 30626.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2479.500 1651.500 38307.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2477.500 816.000 36609.500 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2913.500 682.500 127349.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1577.000 612.500 24364.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 147.500 110.000 3633.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2145.500 833.500 33150.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3184.000 2400.000 49192.500 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2664.500 553.500 39753.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1435.500 196.000 91806.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1892.000 99.500 119083.500 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1356.000 71.000 115916.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 6069910.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2283445.000 5* / -/ - -WPIMULT - 'PR06_G28' 1.060 5* / -/ - --- 10580.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 20 'DEC' 2005 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 4666.857 221.000 100287.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2786.143 358.429 43778.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1208.143 1150.714 19338.286 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2605.857 1639.571 40970.714 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1016.571 700.143 18691.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1450.857 505.143 58937.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2600.429 733.286 39085.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2968.286 657.429 132052.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1587.429 582.571 24966.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2339.286 1660.143 36792.143 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2164.286 794.571 34033.857 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3276.000 2333.000 51523.143 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2562.286 516.143 38484.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1462.286 188.286 100909.286 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1975.857 98.143 123756.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1399.286 69.429 120461.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4346272.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3134844.286 5* / -/ - --- 10587.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 27 'DEC' 2005 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 4610.400 218.000 89844.600 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2666.400 340.200 40715.600 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2134.400 2525.000 31244.800 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2561.200 1597.000 39106.800 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1534.800 1038.000 64752.400 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1968.000 681.800 148825.200 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2614.400 728.000 38323.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2880.200 631.800 129230.600 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1563.200 568.600 23872.800 5* / - 'PR10_G18' 'OPEN' 'ORAT' 108.600 78.200 1708.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2166.400 787.800 33081.800 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3266.800 2304.400 49881.600 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2488.600 485.600 38029.800 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1664.200 211.600 98557.400 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1900.200 93.800 119862.400 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1348.400 66.400 113412.200 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4325694.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2404688.000 5* / -/ - --- 10592.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 2006 / -/ - --- : 25/11-G-17_T2 Perforation Top: 2055.00 Bot: 2948.00 Diam: 0.24 Skin: 30.00 --- : 25/11-G-17_T2 Connection 45 131 14 Perf. Len 18.71 ( 37.4%) --- : 25/11-G-17_T2 Connection 44 131 14 Perf. Len 1.32 ( 2.7%) --- : 25/11-G-17_T2 Connection 44 130 14 Perf. Len 7.63 ( 15.3%) --- : 25/11-G-17_T2 Connection 44 130 15 Perf. Len 42.14 ( 84.3%) --- : 25/11-G-17_T2 Connection 43 130 15 Perf. Len 51.24 (102.6%) --- : 25/11-G-17_T2 Connection 42 130 15 Perf. Len 51.59 (102.9%) --- : 25/11-G-17_T2 Connection 41 130 15 Perf. Len 52.30 (104.6%) --- : 25/11-G-17_T2 Connection 40 130 15 Perf. Len 5.52 ( 11.1%) --- : 25/11-G-17_T2 Connection 40 129 15 Perf. Len 46.68 ( 93.3%) --- : 25/11-G-17_T2 Connection 39 129 15 Perf. Len 52.11 (104.7%) --- : 25/11-G-17_T2 Connection 38 129 15 Perf. Len 52.52 (104.1%) --- : 25/11-G-17_T2 Connection 37 129 15 Perf. Len 28.07 ( 56.0%) --- : 25/11-G-17_T2 Connection 37 128 15 Perf. Len 23.26 ( 46.8%) --- : 25/11-G-17_T2 Connection 36 128 15 Perf. Len 51.27 (102.7%) --- : 25/11-G-17_T2 Connection 35 128 15 Perf. Len 50.56 (101.1%) --- : 25/11-G-17_T2 Connection 35 128 14 Perf. Len 0.53 ( 1.1%) --- : 25/11-G-17_T2 Connection 34 128 14 Perf. Len 34.00 ( 68.1%) --- : 25/11-G-17_T2 Connection 34 128 15 Perf. Len 17.42 ( 34.8%) --- : 25/11-G-17_T2 Connection 33 128 15 Perf. Len 45.40 ( 91.0%) --- : 25/11-G-17_T2 Connection 33 127 15 Perf. Len 6.06 ( 12.2%) --- : 25/11-G-17_T2 Connection 32 127 15 Perf. Len 52.74 (105.4%) --- : 25/11-G-17_T2 Connection 31 127 15 Perf. Len 53.13 (106.0%) --- : 25/11-G-17_T2 Connection 30 127 15 Perf. Len 44.96 ( 90.0%) --- : 25/11-G-17_T2 Connection 30 126 15 Perf. Len 7.67 ( 15.3%) --- : 25/11-G-17_T2 Connection 29 126 15 Perf. Len 52.16 (104.1%) --- : 25/11-G-17_T2 Connection 28 126 15 Perf. Len 44.03 ( 88.7%) -WELOPEN - 'PR24_G17' 'SHUT' 0 0 0 2* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR24_G17' 45 131 14 14 'OPEN' 1* 221.352 0.241 140780.547 2* 'X' 7.100 / - 'PR24_G17' 44 131 14 14 'OPEN' 1* 15.915 0.241 10120.438 2* 'X' 7.065 / - 'PR24_G17' 44 130 14 14 'OPEN' 1* 88.655 0.241 56364.004 2* 'X' 7.011 / - 'PR24_G17' 44 130 15 15 'OPEN' 1* 459.663 0.241 292228.812 2* 'X' 7.003 / - 'PR24_G17' 43 130 15 15 'OPEN' 1* 594.951 0.241 378237.906 2* 'X' 7.004 / - 'PR24_G17' 42 130 15 15 'OPEN' 1* 615.080 0.241 391030.531 2* 'X' 7.001 / - 'PR24_G17' 41 130 15 15 'OPEN' 1* 585.787 0.241 372410.719 2* 'X' 7.003 / - 'PR24_G17' 40 130 15 15 'OPEN' 1* 59.244 0.241 37664.285 2* 'X' 7.003 / - 'PR24_G17' 40 129 15 15 'OPEN' 1* 516.253 0.241 328282.719 2* 'X' 7.060 / - 'PR24_G17' 39 129 15 15 'OPEN' 1* 584.983 0.241 371985.875 2* 'X' 7.059 / - 'PR24_G17' 38 129 15 15 'OPEN' 1* 557.866 0.241 354745.594 2* 'X' 7.060 / - 'PR24_G17' 37 129 15 15 'OPEN' 1* 327.052 0.241 207969.250 2* 'X' 7.058 / - 'PR24_G17' 37 128 15 15 'OPEN' 1* 252.433 0.241 160481.891 2* 'X' 7.002 / - 'PR24_G17' 36 128 15 15 'OPEN' 1* 546.198 0.241 347239.219 2* 'X' 7.001 / - 'PR24_G17' 35 128 15 15 'OPEN' 1* 569.293 0.241 361924.344 2* 'X' 7.002 / - 'PR24_G17' 35 128 14 14 'OPEN' 1* 5.884 0.241 3740.834 2* 'X' 7.007 / - 'PR24_G17' 34 128 14 14 'OPEN' 1* 365.726 0.241 232505.797 2* 'X' 7.000 / - 'PR24_G17' 34 128 15 15 'OPEN' 1* 184.065 0.241 117017.531 2* 'X' 7.001 / - 'PR24_G17' 33 128 15 15 'OPEN' 1* 445.627 0.241 283303.312 2* 'X' 7.001 / - 'PR24_G17' 33 127 15 15 'OPEN' 1* 55.871 0.241 35528.023 2* 'X' 7.058 / - 'PR24_G17' 32 127 15 15 'OPEN' 1* 411.861 0.241 261897.453 2* 'X' 7.057 / - 'PR24_G17' 31 127 15 15 'OPEN' 1* 415.572 0.241 264257.562 2* 'X' 7.057 / - 'PR24_G17' 30 127 15 15 'OPEN' 1* 435.450 0.241 276897.438 2* 'X' 7.057 / - 'PR24_G17' 30 126 15 15 'OPEN' 1* 73.990 0.241 47049.367 2* 'X' 7.058 / - 'PR24_G17' 29 126 15 15 'OPEN' 1* 461.479 0.241 293450.656 2* 'X' 7.058 / - 'PR24_G17' 28 126 15 15 'OPEN' 1* 452.744 0.241 287881.344 2* 'X' 7.046 / -/ - -COMPSEGS -'PR24_G17' / - 45 131 14 1 2055.000 2073.706 3* / - 44 131 14 1 2073.706 2075.029 3* / - 44 130 14 1 2075.029 2082.657 3* / - 44 130 15 1 2082.657 2124.793 3* / - 43 130 15 1 2124.793 2176.031 3* / - 42 130 15 1 2176.031 2227.621 3* / - 41 130 15 1 2227.621 2279.917 3* / - 40 130 15 1 2279.917 2285.440 3* / - 40 129 15 1 2285.440 2332.118 3* / - 39 129 15 1 2332.118 2384.231 3* / - 38 129 15 1 2384.231 2436.751 3* / - 37 129 15 1 2436.751 2464.816 3* / - 37 128 15 1 2464.816 2488.072 3* / - 36 128 15 1 2488.072 2539.341 3* / - 35 128 15 1 2539.341 2589.900 3* / - 35 128 14 1 2589.900 2590.430 3* / - 34 128 14 1 2590.430 2624.432 3* / - 34 128 15 1 2624.432 2641.853 3* / - 33 128 15 1 2641.853 2687.252 3* / - 33 127 15 1 2687.252 2693.308 3* / - 32 127 15 1 2693.308 2746.044 3* / - 31 127 15 1 2746.044 2799.178 3* / - 30 127 15 1 2799.178 2844.137 3* / - 30 126 15 1 2844.137 2851.810 3* / - 29 126 15 1 2851.810 2903.968 3* / - 28 126 15 1 2903.968 2948.000 3* / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 4701.500 214.000 80271.500 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2572.500 312.500 31818.500 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2018.500 2901.000 29026.500 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2404.500 1829.500 38186.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1489.000 1087.500 98414.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1859.500 688.000 164276.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2524.000 752.000 36312.500 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2841.000 548.500 158898.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1482.500 630.500 31604.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2132.500 863.500 33910.500 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3150.500 2715.000 44417.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2318.000 557.000 33537.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1591.000 192.500 98237.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1823.500 127.500 123546.500 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1341.500 77.500 97310.500 5* / -/ - -WCONPROD - 'HEIMDAL' 'OPEN' 'RESV' 4* 6000.000 9* / - 'BALDER' 'OPEN' 'RESV' 4* 7000.000 9* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4837550.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3893465.000 5* / -/ - --- 10594.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 3 'JAN' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 4896.000 213.500 75936.500 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2645.000 298.000 29671.500 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2065.000 2753.000 29098.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2481.000 1748.500 37052.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1489.500 1007.000 100922.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1918.000 661.000 193590.500 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2590.500 707.500 36501.500 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2897.000 519.000 159966.500 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1527.500 602.500 24598.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2189.000 821.000 34199.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3104.500 2588.500 45872.500 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2386.000 531.000 33773.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1456.500 164.500 108604.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1885.000 122.000 131311.500 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1375.000 73.500 98320.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4886430.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3925255.000 5* / -/ - --- 10596.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 5 'JAN' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 4155.200 461.600 69053.800 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2682.400 294.000 30518.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1901.600 2136.600 28397.600 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2318.000 1590.800 34877.200 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1307.200 859.800 81348.600 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1775.600 539.000 101643.400 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2568.800 674.800 36736.800 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2733.000 476.800 115559.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1487.000 571.000 26988.200 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1973.800 720.200 29143.800 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2872.400 2345.800 42127.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2464.000 498.600 37153.600 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1457.200 159.800 104489.200 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1779.400 112.200 124060.200 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1378.600 71.600 76039.200 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5056710.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2861784.000 5* / -/ - -WPIMULT - 'PR06_G28' 1.120 5* / -/ - --- 10601.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 10 'JAN' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 4018.429 710.714 77283.429 5* / - 'PR06_G28' 'OPEN' 'ORAT' 3010.571 297.857 39034.571 5* / - 'PR18_G40' 'OPEN' 'ORAT' 773.571 528.286 11877.714 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2466.429 1529.286 38746.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1100.429 648.571 72554.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1561.714 450.286 81456.714 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2815.143 623.714 38640.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2847.857 443.857 108333.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1609.000 557.429 26991.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1713.429 1015.571 32834.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2252.143 741.286 30864.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2967.143 2178.429 46088.857 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2571.286 504.714 37807.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1347.571 132.000 58354.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1726.000 95.857 83866.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1193.286 55.429 45823.429 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4750495.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2620282.857 5* / -/ - --- 10608.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 17 'JAN' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 4219.571 523.143 70486.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2964.429 309.714 68173.857 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1154.286 944.143 16677.286 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2328.143 1516.857 34690.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1102.429 698.000 71964.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1765.857 560.857 107693.857 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2771.286 630.857 39102.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2792.143 459.143 128742.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1466.000 535.857 26144.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2355.286 1540.286 41964.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2106.714 730.286 32366.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2426.714 1849.429 33518.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2650.714 550.143 37236.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1390.571 145.429 63443.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1766.571 105.286 117173.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1384.286 68.429 66302.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5096192.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2575457.143 5* / -/ - --- 10615.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 24 'JAN' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 4293.714 645.000 70778.857 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2987.143 327.429 101896.571 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1950.286 1830.714 27799.714 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2480.571 1700.286 37540.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1313.000 863.857 102158.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1787.143 598.286 151267.286 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2933.571 668.000 135695.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2710.571 472.000 143257.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1593.714 611.429 34598.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2611.143 1790.571 45972.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1892.429 690.286 27439.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2744.714 2200.286 39143.857 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2631.429 617.429 37391.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1429.571 156.714 92361.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1711.429 107.857 114135.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1367.143 70.857 83138.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5446577.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2611354.286 5* / -/ - --- 10622.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 31 'JAN' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 4138.714 749.286 74007.286 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2901.571 316.000 98911.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1803.000 1818.286 25579.286 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2645.571 1800.857 43198.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1308.429 823.571 96868.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1663.286 598.857 132490.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2202.000 498.429 40729.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2631.571 422.714 109604.429 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1583.429 603.000 33008.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2600.000 1647.000 46000.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2034.000 737.571 30812.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2342.143 1917.286 32666.286 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2354.429 523.429 34891.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1293.571 141.143 72759.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1459.714 91.286 96189.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1218.857 62.857 75473.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3989517.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 64704.429 5* / -/ - --- 10629.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 7 'FEB' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3747.857 921.286 65785.286 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2879.286 310.429 111035.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1796.286 1900.857 25181.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2600.000 1752.571 40296.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1275.857 791.286 107885.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1806.571 635.857 189265.286 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2816.429 720.714 100077.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2642.857 417.429 126567.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1586.429 598.571 28489.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2718.571 1686.429 45300.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2033.286 729.571 32140.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3078.571 2491.429 48174.429 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2601.571 641.857 36723.143 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1415.429 152.429 91926.143 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1459.571 90.429 96678.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1242.857 63.429 82020.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4398031.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1342930.000 5* / -/ - --- 10636.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 14 'FEB' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3654.250 1024.000 68079.750 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2727.000 297.750 95013.500 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1704.250 1825.750 25072.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2594.000 1770.750 40585.750 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1245.250 782.250 106255.750 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1568.500 609.500 191948.250 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2703.000 506.250 156310.750 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2604.250 416.750 129530.250 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1728.250 660.500 30006.750 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2617.250 1644.000 40884.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2033.250 739.250 33182.750 5* / - 'PR11_G6' 'OPEN' 'ORAT' 3088.000 2558.000 62877.500 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2502.500 605.500 35923.250 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1416.750 154.750 106188.250 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1668.500 104.500 106915.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1314.750 67.750 85493.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4657585.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3675442.500 5* / -/ - --- 10640.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 18 'FEB' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3131.667 689.333 52495.667 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2139.667 230.333 42577.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1326.333 1186.000 20123.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1645.333 1124.000 31174.667 5* / - 'PR24_G17' 'OPEN' 'ORAT' 966.000 599.000 45979.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 873.667 352.667 36923.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1500.000 192.000 47922.333 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1445.000 229.667 44182.333 5* / - 'PR27_G11' 'OPEN' 'ORAT' 779.333 282.000 14001.667 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1991.000 1246.333 34344.333 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1666.667 596.000 27394.333 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1744.667 1491.333 31881.667 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2250.000 416.667 32287.667 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1113.000 120.000 46888.667 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1279.667 79.333 59946.667 5* / - 'PR26_G26' 'OPEN' 'ORAT' 952.667 49.333 32967.667 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3559816.667 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2202354.667 5* / -/ - -WPIMULT - 'PR06_G28' 1.210 5* / -/ - --- 10643.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 21 'FEB' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3595.143 946.286 55377.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2684.857 290.000 77833.571 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2057.571 2191.714 29889.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2459.143 1659.429 37796.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1116.714 693.429 91136.571 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1609.429 550.286 94757.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2400.286 359.571 34593.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2570.857 406.429 100865.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 385.857 148.714 8131.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2757.571 1714.857 53669.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1693.857 612.714 27372.857 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2732.571 2364.000 52296.286 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2643.286 531.571 38211.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1375.429 148.429 90447.286 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1557.429 96.429 110980.857 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1287.286 65.571 75273.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3478084.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1768788.571 5* / -/ - --- 10650.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 28 'FEB' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3655.600 1103.200 57562.200 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2736.600 309.200 100970.200 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2219.800 2542.600 32053.600 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2698.400 1843.600 39069.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1321.600 748.600 112653.600 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1552.600 545.600 124552.600 5* / - 'PR29_G34' 'OPEN' 'ORAT' 3009.000 459.000 137244.600 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2725.000 450.800 152264.800 5* / - 'PR27_G11' 'OPEN' 'ORAT' 754.800 265.600 15695.200 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2969.200 1929.200 90684.800 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1747.600 630.600 24776.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2905.600 2665.400 66203.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2689.000 588.400 38828.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1547.600 174.600 126347.200 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1572.600 102.000 140578.400 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1086.800 67.400 96144.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3098802.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2156570.000 5* / -/ - --- 10655.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 5 'MAR' 2006 / -/ - --- : 25/11-G-10_Y Perforation Top: 2320.00 Bot: 4280.00 Diam: 0.22 Skin: 45.00 --- : 25/11-G-10_Y Perforation Top: 2520.00 Bot: 4256.00 Diam: 0.22 Skin: 0.00 --- : 25/11-G-10_Y Connection 41 133 15 Perf. Len 4.16 ( 8.5%) --- WARN: 25/11-G-10_Y WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-10_Y Connection 40 133 15 Perf. Len 55.51 (112.4%) --- : 25/11-G-10_Y Connection 39 133 15 Perf. Len 8.96 ( 16.6%) --- : 25/11-G-10_Y Connection 39 134 15 Perf. Len 50.91 (101.1%) --- : 25/11-G-10_Y Connection 38 134 15 Perf. Len 36.41 ( 72.7%) --- : 25/11-G-10_Y Connection 38 135 15 Perf. Len 27.07 ( 55.1%) --- : 25/11-G-10_Y Connection 37 135 15 Perf. Len 48.94 ( 99.1%) --- : 25/11-G-10_Y Connection 37 136 15 Perf. Len 17.24 ( 33.9%) --- : 25/11-G-10_Y Connection 36 136 15 Perf. Len 59.15 (117.3%) --- : 25/11-G-10_Y Connection 36 137 15 Perf. Len 7.98 ( 15.8%) --- : 25/11-G-10_Y Connection 35 137 15 Perf. Len 66.29 (133.0%) --- : 25/11-G-10_Y Connection 34 137 15 Perf. Len 1.59 ( 3.2%) --- : 25/11-G-10_Y Connection 34 138 15 Perf. Len 65.21 (131.3%) --- : 25/11-G-10_Y Connection 33 138 15 Perf. Len 8.51 ( 15.8%) --- : 25/11-G-10_Y Connection 33 139 15 Perf. Len 60.08 (120.4%) --- : 25/11-G-10_Y Connection 32 139 15 Perf. Len 14.70 ( 29.3%) --- : 25/11-G-10_Y Connection 32 140 15 Perf. Len 53.52 (106.0%) --- : 25/11-G-10_Y Connection 31 140 15 Perf. Len 19.78 ( 40.7%) --- : 25/11-G-10_Y Connection 31 141 15 Perf. Len 47.79 ( 95.5%) --- : 25/11-G-10_Y Connection 30 141 15 Perf. Len 26.80 ( 53.7%) --- : 25/11-G-10_Y Connection 30 142 15 Perf. Len 40.17 ( 81.0%) --- : 25/11-G-10_Y Connection 29 142 15 Perf. Len 35.46 ( 70.5%) --- : 25/11-G-10_Y Connection 29 143 15 Perf. Len 31.95 ( 64.1%) --- : 25/11-G-10_Y Connection 28 143 15 Perf. Len 42.74 ( 84.6%) --- : 25/11-G-10_Y Connection 28 144 15 Perf. Len 23.36 ( 46.7%) --- : 25/11-G-10_Y Connection 27 144 15 Perf. Len 57.20 (114.5%) --- : 25/11-G-10_Y Connection 27 145 15 Perf. Len 6.04 ( 12.0%) --- : 25/11-G-10_Y Connection 26 145 15 Perf. Len 61.97 (125.2%) --- : 25/11-G-10_Y Connection 25 145 15 Perf. Len 15.22 ( 30.3%) --- : 25/11-G-10_Y Connection 25 146 15 Perf. Len 49.32 ( 97.2%) --- : 25/11-G-10_Y Connection 24 146 15 Perf. Len 27.95 ( 56.6%) --- : 25/11-G-10_Y Connection 24 147 15 Perf. Len 41.08 ( 82.1%) --- : 25/11-G-10_Y Connection 23 147 15 Perf. Len 29.64 ( 58.6%) --- : 25/11-G-10_Y Connection 23 148 15 Perf. Len 44.43 ( 89.3%) --- : 25/11-G-10_Y Connection 22 148 15 Perf. Len 21.70 ( 42.9%) --- : 25/11-G-10_Y Connection 22 149 15 Perf. Len 58.60 (118.6%) --- : 25/11-G-10_Y Connection 21 149 15 Perf. Len 3.95 ( 8.0%) --- : 25/11-G-10_Y Connection 21 150 15 Perf. Len 60.67 (121.0%) --- : 25/11-G-10_Y Connection 21 151 15 Perf. Len 26.18 ( 51.8%) --- : 25/11-G-10_Y Connection 20 151 15 Perf. Len 32.32 ( 64.8%) --- : 25/11-G-10_Y Connection 20 152 15 Perf. Len 56.71 (112.7%) --- : 25/11-G-10_Y Connection 20 153 15 Perf. Len 17.50 ( 35.3%) --- : 25/11-G-10_Y Connection 19 153 15 Perf. Len 37.36 ( 75.7%) --- : 25/11-G-10_Y Connection 19 154 15 Perf. Len 55.39 (109.1%) --- : 25/11-G-10_Y Connection 19 155 15 Perf. Len 25.92 ( 53.5%) --- : 25/11-G-10_Y Connection 18 155 15 Perf. Len 28.82 ( 57.6%) --- : 25/11-G-10_Y Connection 18 156 15 Perf. Len 54.81 (109.3%) --- : 25/11-G-10_Y Connection 18 157 15 Perf. Len 41.63 ( 83.2%) --- : 25/11-G-10_Y Connection 17 157 15 Perf. Len 12.99 ( 25.1%) --- : 25/11-G-10_Y Connection 17 158 15 Perf. Len 54.12 (108.3%) --- : 25/11-G-10_Y Connection 17 159 15 Perf. Len 55.18 (110.3%) --- : 25/11-G-10_Y Connection 17 160 15 Perf. Len 3.56 ( 7.1%) --- : 25/11-G-10_Y Connection 16 160 15 Perf. Len 49.95 (101.2%) --- : 25/11-G-10_Y Connection 16 161 15 Perf. Len 54.12 (108.5%) --- : 25/11-G-10_Y Connection 16 162 15 Perf. Len 21.35 ( 42.2%) --- : 25/11-G-10_Y Connection 37 134 15 Perf. Len 11.81 ( 23.5%) --- : 25/11-G-10_Y Connection 36 134 15 Perf. Len 51.01 (102.1%) --- : 25/11-G-10_Y Connection 35 134 15 Perf. Len 50.84 (101.6%) --- : 25/11-G-10_Y Connection 34 134 15 Perf. Len 17.25 ( 34.6%) --- : 25/11-G-10_Y Connection 34 135 15 Perf. Len 33.74 ( 67.7%) --- : 25/11-G-10_Y Connection 33 135 15 Perf. Len 51.46 (102.7%) --- : 25/11-G-10_Y Connection 32 135 15 Perf. Len 51.90 (104.1%) --- : 25/11-G-10_Y Connection 31 135 15 Perf. Len 49.75 ( 99.0%) --- : 25/11-G-10_Y Connection 31 136 15 Perf. Len 3.31 ( 6.5%) --- : 25/11-G-10_Y Connection 30 136 15 Perf. Len 53.66 (107.8%) --- : 25/11-G-10_Y Connection 29 136 15 Perf. Len 56.09 (111.9%) --- : 25/11-G-10_Y Connection 28 136 15 Perf. Len 8.82 ( 17.7%) --- : 25/11-G-10_Y Connection 28 137 15 Perf. Len 48.13 ( 96.7%) --- : 25/11-G-10_Y Connection 27 137 15 Perf. Len 50.79 (101.6%) --- : 25/11-G-10_Y Connection 27 138 15 Perf. Len 7.83 ( 15.7%) --- : 25/11-G-10_Y Connection 26 138 15 Perf. Len 60.12 (120.3%) --- : 25/11-G-10_Y Connection 25 138 15 Perf. Len 20.91 ( 42.5%) --- : 25/11-G-10_Y Connection 25 139 15 Perf. Len 42.49 ( 84.0%) --- : 25/11-G-10_Y Connection 24 139 15 Perf. Len 35.86 ( 71.9%) --- : 25/11-G-10_Y Connection 24 140 15 Perf. Len 31.37 ( 62.8%) --- : 25/11-G-10_Y Connection 23 140 15 Perf. Len 40.45 ( 80.7%) --- : 25/11-G-10_Y Connection 23 141 15 Perf. Len 31.43 ( 62.4%) --- : 25/11-G-10_Y Connection 22 141 15 Perf. Len 36.16 ( 73.3%) --- : 25/11-G-10_Y Connection 22 142 15 Perf. Len 40.08 ( 79.0%) --- : 25/11-G-10_Y Connection 21 142 15 Perf. Len 25.26 ( 50.4%) --- : 25/11-G-10_Y Connection 21 143 15 Perf. Len 57.67 (115.4%) --- : 25/11-G-10_Y Connection 20 143 15 Perf. Len 4.03 ( 7.1%) --- : 25/11-G-10_Y Connection 20 144 15 Perf. Len 59.40 (119.7%) --- : 25/11-G-10_Y Connection 20 145 15 Perf. Len 32.12 ( 65.3%) --- : 25/11-G-10_Y Connection 19 145 15 Perf. Len 24.45 ( 50.3%) --- : 25/11-G-10_Y Connection 19 146 15 Perf. Len 57.21 (111.8%) --- : 25/11-G-10_Y Connection 19 147 15 Perf. Len 27.16 ( 54.9%) --- : 25/11-G-10_Y Connection 18 147 15 Perf. Len 29.30 ( 57.8%) --- : 25/11-G-10_Y Connection 18 148 15 Perf. Len 56.45 (113.7%) --- : 25/11-G-10_Y Connection 18 149 15 Perf. Len 20.05 ( 38.9%) --- : 25/11-G-10_Y Connection 17 149 15 Perf. Len 36.14 ( 73.8%) --- : 25/11-G-10_Y Connection 17 150 15 Perf. Len 56.28 (111.8%) --- : 25/11-G-10_Y Connection 17 151 15 Perf. Len 17.77 ( 34.9%) --- : 25/11-G-10_Y Connection 16 151 15 Perf. Len 37.95 ( 76.8%) --- : 25/11-G-10_Y Connection 16 152 15 Perf. Len 56.35 (112.7%) --- : 25/11-G-10_Y Connection 16 153 15 Perf. Len 14.67 ( 29.2%) --- : 25/11-G-10_Y Connection 15 153 15 Perf. Len 41.89 ( 83.5%) --- : 25/11-G-10_Y Connection 15 154 15 Perf. Len 55.59 (111.8%) --- : 25/11-G-10_Y Connection 15 155 15 Perf. Len 14.05 ( 29.2%) --- : 25/11-G-10_Y Connection 14 155 15 Perf. Len 41.40 ( 81.7%) --- : 25/11-G-10_Y Connection 14 156 15 Perf. Len 55.32 (110.0%) --- : 25/11-G-10_Y Connection 14 157 15 Perf. Len 19.93 ( 40.0%) --- : 25/11-G-10_Y Connection 13 157 15 Perf. Len 10.27 ( 20.0%) -WELSPECS - 'PR09_G10' 'CE-NO' 47 130 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR09_G10' 1756.007 2345.000 41.440 'INC' 2* / - 2 2 1 1 22.918 -0.078 0.150 0.00065 0.018 0.405 / - 3 3 1 2 29.839 0.095 0.150 0.00065 0.018 0.527 / - 4 4 1 3 32.238 0.072 0.150 0.00065 0.018 0.570 / - 5 5 1 4 29.933 0.019 0.150 0.00065 0.018 0.529 / - 6 6 1 5 43.659 0.026 0.150 0.00065 0.018 0.772 / - 7 7 1 6 31.744 0.019 0.150 0.00065 0.018 0.561 / - 8 8 1 7 38.009 0.029 0.150 0.00065 0.018 0.672 / - 9 9 1 8 33.093 0.019 0.150 0.00065 0.018 0.585 / - 10 10 1 9 38.195 0.018 0.150 0.00065 0.018 0.675 / - 11 11 1 10 33.561 0.020 0.150 0.00065 0.018 0.593 / - 12 12 1 11 37.131 0.013 0.150 0.00065 0.018 0.656 / - 13 13 1 12 33.939 0.011 0.150 0.00065 0.018 0.600 / - 14 14 1 13 33.401 0.025 0.150 0.00065 0.018 0.590 / - 15 15 1 14 36.862 0.029 0.150 0.00065 0.018 0.651 / - 16 16 1 15 34.298 0.014 0.150 0.00065 0.018 0.606 / - 17 17 1 16 37.390 -0.003 0.150 0.00065 0.018 0.661 / - 18 18 1 17 34.109 -0.053 0.150 0.00065 0.018 0.603 / - 19 19 1 18 36.648 -0.033 0.150 0.00065 0.018 0.648 / - 20 20 1 19 33.784 0.019 0.150 0.00065 0.018 0.597 / - 21 21 1 20 37.298 0.015 0.150 0.00065 0.018 0.659 / - 22 22 1 21 33.487 0.011 0.150 0.00065 0.018 0.592 / - 23 23 1 22 37.816 0.019 0.150 0.00065 0.018 0.668 / - 24 24 1 23 33.708 0.010 0.150 0.00065 0.018 0.596 / - 25 25 1 24 37.346 -0.050 0.150 0.00065 0.018 0.660 / - 26 26 1 25 33.047 -0.083 0.150 0.00065 0.018 0.584 / - 27 27 1 26 40.277 -0.086 0.150 0.00065 0.018 0.712 / - 28 28 1 27 31.619 -0.051 0.150 0.00065 0.018 0.559 / - 29 29 1 28 34.007 0.018 0.150 0.00065 0.018 0.601 / - 30 30 1 29 38.594 0.020 0.150 0.00065 0.018 0.682 / - 31 31 1 30 32.270 0.019 0.150 0.00065 0.018 0.570 / - 32 32 1 31 38.638 0.029 0.150 0.00065 0.018 0.683 / - 33 33 1 32 34.516 0.021 0.150 0.00065 0.018 0.610 / - 34 34 1 33 35.361 0.013 0.150 0.00065 0.018 0.625 / - 35 35 1 34 37.038 0.014 0.150 0.00065 0.018 0.655 / - 36 36 1 35 33.068 0.014 0.150 0.00065 0.018 0.584 / - 37 37 1 36 40.153 0.030 0.150 0.00065 0.018 0.710 / - 38 38 1 37 31.279 0.027 0.150 0.00065 0.018 0.553 / - 39 39 1 38 32.313 0.009 0.150 0.00065 0.018 0.571 / - 40 40 1 39 43.428 -0.016 0.150 0.00065 0.018 0.767 / - 41 41 1 40 29.254 -0.048 0.150 0.00065 0.018 0.517 / - 42 42 1 41 44.515 -0.099 0.150 0.00065 0.018 0.787 / - 43 43 1 42 37.103 -0.092 0.150 0.00065 0.018 0.656 / - 44 44 1 43 27.430 -0.033 0.150 0.00065 0.018 0.485 / - 45 45 1 44 46.374 0.006 0.150 0.00065 0.018 0.819 / - 46 46 1 45 40.653 0.027 0.150 0.00065 0.018 0.718 / - 47 47 1 46 27.370 0.025 0.150 0.00065 0.018 0.484 / - 48 48 1 47 41.815 0.043 0.150 0.00065 0.018 0.739 / - 49 49 1 48 48.221 0.033 0.150 0.00065 0.018 0.852 / - 50 50 1 49 27.313 0.012 0.150 0.00065 0.018 0.483 / - 51 51 1 50 33.556 0.038 0.150 0.00065 0.018 0.593 / - 52 52 1 51 54.650 0.087 0.150 0.00065 0.018 0.966 / - 53 53 1 52 29.374 0.057 0.150 0.00065 0.018 0.519 / - 54 54 1 53 26.757 0.041 0.150 0.00065 0.018 0.473 / - 55 55 1 54 52.033 0.048 0.150 0.00065 0.018 0.920 / - 56 56 1 55 37.731 0.020 0.150 0.00065 0.018 0.667 / - 57 57 2 1 180.907 -0.032 0.150 0.00065 0.018 3.197 / - 58 58 2 57 31.414 -0.004 0.150 0.00065 0.018 0.555 / - 59 59 2 58 50.929 0.048 0.150 0.00065 0.018 0.900 / - 60 60 2 59 34.045 0.058 0.150 0.00065 0.018 0.602 / - 61 61 2 60 25.494 0.044 0.150 0.00065 0.018 0.451 / - 62 62 2 61 42.599 0.018 0.150 0.00065 0.018 0.753 / - 63 63 2 62 51.680 -0.054 0.150 0.00065 0.018 0.913 / - 64 64 2 63 50.827 -0.065 0.150 0.00065 0.018 0.898 / - 65 65 2 64 26.528 -0.021 0.150 0.00065 0.018 0.469 / - 66 66 2 65 28.485 0.031 0.150 0.00065 0.018 0.503 / - 67 67 2 66 54.878 0.080 0.150 0.00065 0.018 0.970 / - 68 68 2 67 32.454 0.058 0.150 0.00065 0.018 0.574 / - 69 69 2 68 28.471 -0.006 0.150 0.00065 0.018 0.503 / - 70 70 2 69 49.458 -0.070 0.150 0.00065 0.018 0.874 / - 71 71 2 70 29.307 -0.066 0.150 0.00065 0.018 0.518 / - 72 72 2 71 33.973 -0.038 0.150 0.00065 0.018 0.600 / - 73 73 2 72 40.515 -0.004 0.150 0.00065 0.018 0.716 / - 74 74 2 73 31.702 0.063 0.150 0.00065 0.018 0.560 / - 75 75 2 74 39.179 0.070 0.150 0.00065 0.018 0.692 / - 76 76 2 75 33.615 0.058 0.150 0.00065 0.018 0.594 / - 77 77 2 76 35.907 0.060 0.150 0.00065 0.018 0.635 / - 78 78 2 77 35.940 0.018 0.150 0.00065 0.018 0.635 / - 79 79 2 78 33.798 -0.048 0.150 0.00065 0.018 0.597 / - 80 80 2 79 38.123 -0.060 0.150 0.00065 0.018 0.674 / - 81 81 2 80 32.672 -0.039 0.150 0.00065 0.018 0.577 / - 82 82 2 81 41.466 -0.061 0.150 0.00065 0.018 0.733 / - 83 83 2 82 30.851 -0.051 0.150 0.00065 0.018 0.545 / - 84 84 2 83 31.715 -0.015 0.150 0.00065 0.018 0.560 / - 85 85 2 84 45.760 0.004 0.150 0.00065 0.018 0.809 / - 86 86 2 85 28.288 0.030 0.150 0.00065 0.018 0.500 / - 87 87 2 86 40.833 0.041 0.150 0.00065 0.018 0.722 / - 88 88 2 87 42.183 0.041 0.150 0.00065 0.018 0.745 / - 89 89 2 88 28.229 0.027 0.150 0.00065 0.018 0.499 / - 90 90 2 89 42.877 0.018 0.150 0.00065 0.018 0.758 / - 91 91 2 90 38.252 -0.010 0.150 0.00065 0.018 0.676 / - 92 92 2 91 28.095 -0.037 0.150 0.00065 0.018 0.496 / - 93 93 2 92 46.209 -0.064 0.150 0.00065 0.018 0.817 / - 94 94 2 93 37.024 -0.053 0.150 0.00065 0.018 0.654 / - 95 95 2 94 27.858 0.006 0.150 0.00065 0.018 0.492 / - 96 96 2 95 47.152 0.074 0.150 0.00065 0.018 0.833 / - 97 97 2 96 35.514 0.054 0.150 0.00065 0.018 0.628 / - 98 98 2 97 28.280 -0.043 0.150 0.00065 0.018 0.500 / - 99 99 2 98 48.741 -0.059 0.150 0.00065 0.018 0.861 / - 100 100 2 99 34.823 -0.009 0.150 0.00065 0.018 0.615 / - 101 101 2 100 27.726 0.058 0.150 0.00065 0.018 0.490 / - 102 102 2 101 48.358 0.038 0.150 0.00065 0.018 0.855 / - 103 103 2 102 37.625 -0.026 0.150 0.00065 0.018 0.665 / - 104 104 2 103 15.103 -0.029 0.150 0.00065 0.018 0.267 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR09_G10' 41 133 15 15 'OPEN' 1* 31.060 0.216 28507.084 2* 'X' 7.005 / - 'PR09_G10' 40 133 15 15 'OPEN' 1* 370.651 0.216 340183.656 2* 'X' 7.006 / - 'PR09_G10' 39 133 15 15 'OPEN' 1* 49.264 0.216 45214.566 2* 'X' 7.007 / - 'PR09_G10' 39 134 15 15 'OPEN' 1* 368.230 0.216 338006.438 2* 'X' 7.052 / - 'PR09_G10' 38 134 15 15 'OPEN' 1* 275.592 0.216 252970.500 2* 'X' 7.049 / - 'PR09_G10' 38 135 15 15 'OPEN' 1* 216.044 0.216 198289.000 2* 'X' 7.013 / - 'PR09_G10' 37 135 15 15 'OPEN' 1* 343.563 0.216 315330.406 2* 'X' 7.015 / - 'PR09_G10' 37 136 15 15 'OPEN' 1* 118.354 0.216 108638.758 2* 'X' 7.049 / - 'PR09_G10' 36 136 15 15 'OPEN' 1* 353.575 0.216 324551.781 2* 'X' 7.049 / - 'PR09_G10' 36 137 15 15 'OPEN' 1* 55.725 0.216 51150.656 2* 'X' 7.049 / - 'PR09_G10' 35 137 15 15 'OPEN' 1* 525.791 0.216 482628.656 2* 'X' 7.047 / - 'PR09_G10' 34 137 15 15 'OPEN' 1* 13.027 0.216 11958.065 2* 'X' 7.050 / - 'PR09_G10' 34 138 15 15 'OPEN' 1* 513.490 0.216 471293.906 2* 'X' 7.015 / - 'PR09_G10' 33 138 15 15 'OPEN' 1* 66.029 0.216 60602.598 2* 'X' 7.013 / - 'PR09_G10' 33 139 15 15 'OPEN' 1* 463.981 0.216 425892.188 2* 'X' 7.047 / - 'PR09_G10' 32 139 15 15 'OPEN' 1* 112.552 0.216 103312.953 2* 'X' 7.048 / - 'PR09_G10' 32 140 15 15 'OPEN' 1* 346.539 0.216 318062.844 2* 'X' 7.016 / - 'PR09_G10' 31 140 15 15 'OPEN' 1* 154.861 0.216 142135.703 2* 'X' 7.016 / - 'PR09_G10' 31 141 15 15 'OPEN' 1* 326.124 0.216 299353.625 2* 'X' 7.049 / - 'PR09_G10' 30 141 15 15 'OPEN' 1* 195.303 0.216 179270.156 2* 'X' 7.047 / - 'PR09_G10' 30 142 15 15 'OPEN' 1* 319.823 0.216 293568.875 2* 'X' 7.047 / - 'PR09_G10' 29 142 15 15 'OPEN' 1* 287.312 0.216 263727.469 2* 'X' 7.049 / - 'PR09_G10' 29 143 15 15 'OPEN' 1* 228.949 0.216 210134.859 2* 'X' 7.015 / - 'PR09_G10' 28 143 15 15 'OPEN' 1* 328.371 0.216 301386.594 2* 'X' 7.015 / - 'PR09_G10' 28 144 15 15 'OPEN' 1* 177.091 0.216 162554.469 2* 'X' 7.049 / - 'PR09_G10' 27 144 15 15 'OPEN' 1* 475.115 0.216 436115.031 2* 'X' 7.049 / - 'PR09_G10' 27 145 15 15 'OPEN' 1* 34.038 0.216 31240.350 2* 'X' 7.011 / - 'PR09_G10' 26 145 15 15 'OPEN' 1* 425.375 0.216 390415.781 2* 'X' 7.012 / - 'PR09_G10' 25 145 15 15 'OPEN' 1* 102.327 0.216 93917.453 2* 'X' 7.012 / - 'PR09_G10' 25 146 15 15 'OPEN' 1* 330.225 0.216 303119.250 2* 'X' 7.050 / - 'PR09_G10' 24 146 15 15 'OPEN' 1* 176.695 0.216 162189.953 2* 'X' 7.047 / - 'PR09_G10' 24 147 15 15 'OPEN' 1* 288.078 0.216 264428.344 2* 'X' 7.046 / - 'PR09_G10' 23 147 15 15 'OPEN' 1* 170.647 0.216 156638.422 2* 'Y' 7.047 / - 'PR09_G10' 23 148 15 15 'OPEN' 1* 340.545 0.216 312564.312 2* 'Y' 7.020 / - 'PR09_G10' 22 148 15 15 'OPEN' 1* 135.213 0.216 124104.125 2* 'Y' 7.021 / - 'PR09_G10' 22 149 15 15 'OPEN' 1* 469.873 0.216 431297.562 2* 'Y' 7.045 / - 'PR09_G10' 21 149 15 15 'OPEN' 1* 28.676 0.216 26321.236 2* 'Y' 7.042 / - 'PR09_G10' 21 150 15 15 'OPEN' 1* 412.580 0.216 378683.406 2* 'Y' 7.022 / - 'PR09_G10' 21 151 15 15 'OPEN' 1* 192.420 0.216 176620.562 2* 'Y' 7.040 / - 'PR09_G10' 20 151 15 15 'OPEN' 1* 207.872 0.216 190805.297 2* 'Y' 7.042 / - 'PR09_G10' 20 152 15 15 'OPEN' 1* 370.650 0.216 340217.469 2* 'Y' 7.041 / - 'PR09_G10' 20 153 15 15 'OPEN' 1* 133.107 0.216 122174.273 2* 'Y' 7.029 / - 'PR09_G10' 19 153 15 15 'OPEN' 1* 295.738 0.216 271444.500 2* 'Y' 7.026 / - 'PR09_G10' 19 154 15 15 'OPEN' 1* 419.586 0.216 385131.031 2* 'Y' 7.037 / - 'PR09_G10' 19 155 15 15 'OPEN' 1* 194.203 0.216 178250.516 2* 'Y' 7.027 / - 'PR09_G10' 18 155 15 15 'OPEN' 1* 189.089 0.216 173558.453 2* 'Y' 7.030 / - 'PR09_G10' 18 156 15 15 'OPEN' 1* 343.050 0.216 314882.406 2* 'Y' 7.040 / - 'PR09_G10' 18 157 15 15 'OPEN' 1* 276.663 0.216 253946.422 2* 'Y' 7.040 / - 'PR09_G10' 17 157 15 15 'OPEN' 1* 92.971 0.216 85336.992 2* 'Y' 7.040 / - 'PR09_G10' 17 158 15 15 'OPEN' 1* 286.499 0.216 262967.688 2* 'Y' 7.030 / - 'PR09_G10' 17 159 15 15 'OPEN' 1* 421.041 0.216 386469.219 2* 'Y' 7.040 / - 'PR09_G10' 17 160 15 15 'OPEN' 1* 28.698 0.216 26340.459 2* 'Y' 7.030 / - 'PR09_G10' 16 160 15 15 'OPEN' 1* 394.449 0.216 362047.375 2* 'Y' 7.027 / - 'PR09_G10' 16 161 15 15 'OPEN' 1* 411.968 0.216 378137.688 2* 'Y' 7.036 / - 'PR09_G10' 16 162 15 15 'OPEN' 1* 169.165 0.216 155273.109 2* 'Y' 7.036 / - 'PR09_G10' 37 134 15 15 'OPEN' 1* 871.561 0.216 68001.672 2* 'X' 7.058 / - 'PR09_G10' 36 134 15 15 'OPEN' 1* 3676.945 0.216 286887.312 2* 'X' 7.058 / - 'PR09_G10' 35 134 15 15 'OPEN' 1* 5054.711 0.216 394386.031 2* 'X' 7.058 / - 'PR09_G10' 34 134 15 15 'OPEN' 1* 2041.669 0.216 159297.875 2* 'X' 7.058 / - 'PR09_G10' 34 135 15 15 'OPEN' 1* 3946.081 0.216 307283.438 2* 'X' 7.000 / - 'PR09_G10' 33 135 15 15 'OPEN' 1* 4145.608 0.216 322821.344 2* 'X' 7.000 / - 'PR09_G10' 32 135 15 15 'OPEN' 1* 5486.273 0.216 427234.031 2* 'X' 7.001 / - 'PR09_G10' 31 135 15 15 'OPEN' 1* 5505.188 0.216 428719.156 2* 'X' 7.002 / - 'PR09_G10' 31 136 15 15 'OPEN' 1* 324.407 0.216 25309.836 2* 'X' 7.056 / - 'PR09_G10' 30 136 15 15 'OPEN' 1* 5310.550 0.216 414307.094 2* 'X' 7.055 / - 'PR09_G10' 29 136 15 15 'OPEN' 1* 6083.360 0.216 474587.625 2* 'X' 7.054 / - 'PR09_G10' 28 136 15 15 'OPEN' 1* 948.083 0.216 73962.359 2* 'X' 7.054 / - 'PR09_G10' 28 137 15 15 'OPEN' 1* 4630.446 0.216 361228.031 2* 'X' 7.053 / - 'PR09_G10' 27 137 15 15 'OPEN' 1* 5140.890 0.216 401025.125 2* 'X' 7.052 / - 'PR09_G10' 27 138 15 15 'OPEN' 1* 770.060 0.216 59982.180 2* 'X' 7.009 / - 'PR09_G10' 26 138 15 15 'OPEN' 1* 6405.688 0.216 498981.188 2* 'X' 7.010 / - 'PR09_G10' 25 138 15 15 'OPEN' 1* 2338.144 0.216 182143.703 2* 'X' 7.012 / - 'PR09_G10' 25 139 15 15 'OPEN' 1* 4394.710 0.216 342799.750 2* 'X' 7.050 / - 'PR09_G10' 24 139 15 15 'OPEN' 1* 3854.435 0.216 300628.656 2* 'X' 7.047 / - 'PR09_G10' 24 140 15 15 'OPEN' 1* 2957.519 0.216 230411.859 2* 'X' 7.014 / - 'PR09_G10' 23 140 15 15 'OPEN' 1* 3595.109 0.216 280115.344 2* 'X' 7.017 / - 'PR09_G10' 23 141 15 15 'OPEN' 1* 2631.513 0.216 205241.453 2* 'Y' 7.047 / - 'PR09_G10' 22 141 15 15 'OPEN' 1* 2799.122 0.216 218309.828 2* 'Y' 7.046 / - 'PR09_G10' 22 142 15 15 'OPEN' 1* 2707.860 0.216 211187.969 2* 'Y' 7.046 / - 'PR09_G10' 21 142 15 15 'OPEN' 1* 1753.132 0.216 136714.047 2* 'Y' 7.043 / - 'PR09_G10' 21 143 15 15 'OPEN' 1* 4614.579 0.216 359584.906 2* 'Y' 7.020 / - 'PR09_G10' 20 143 15 15 'OPEN' 1* 255.283 0.216 19894.391 2* 'Y' 7.023 / - 'PR09_G10' 20 144 15 15 'OPEN' 1* 3672.786 0.216 286415.219 2* 'Y' 7.043 / - 'PR09_G10' 20 145 15 15 'OPEN' 1* 1598.372 0.216 124578.938 2* 'Y' 7.027 / - 'PR09_G10' 19 145 15 15 'OPEN' 1* 1164.863 0.216 90784.578 2* 'Y' 7.025 / - 'PR09_G10' 19 146 15 15 'OPEN' 1* 2250.265 0.216 175453.938 2* 'Y' 7.038 / - 'PR09_G10' 19 147 15 15 'OPEN' 1* 1742.692 0.216 135879.047 2* 'Y' 7.038 / - 'PR09_G10' 18 147 15 15 'OPEN' 1* 1881.333 0.216 146704.000 2* 'Y' 7.041 / - 'PR09_G10' 18 148 15 15 'OPEN' 1* 3296.118 0.216 256910.688 2* 'Y' 7.028 / - 'PR09_G10' 18 149 15 15 'OPEN' 1* 1207.087 0.216 94127.695 2* 'Y' 7.041 / - 'PR09_G10' 17 149 15 15 'OPEN' 1* 2738.745 0.216 213564.234 2* 'Y' 7.041 / - 'PR09_G10' 17 150 15 15 'OPEN' 1* 3693.952 0.216 287927.312 2* 'Y' 7.029 / - 'PR09_G10' 17 151 15 15 'OPEN' 1* 1062.930 0.216 82884.891 2* 'Y' 7.041 / - 'PR09_G10' 16 151 15 15 'OPEN' 1* 2203.780 0.216 171829.188 2* 'Y' 7.038 / - 'PR09_G10' 16 152 15 15 'OPEN' 1* 3035.091 0.216 236648.047 2* 'Y' 7.038 / - 'PR09_G10' 16 153 15 15 'OPEN' 1* 886.479 0.216 69088.859 2* 'Y' 7.025 / - 'PR09_G10' 15 153 15 15 'OPEN' 1* 3162.867 0.216 246528.969 2* 'Y' 7.028 / - 'PR09_G10' 15 154 15 15 'OPEN' 1* 4362.086 0.216 340145.031 2* 'Y' 7.041 / - 'PR09_G10' 15 155 15 15 'OPEN' 1* 1199.177 0.216 93472.102 2* 'Y' 7.029 / - 'PR09_G10' 14 155 15 15 'OPEN' 1* 3562.382 0.216 277678.625 2* 'Y' 7.029 / - 'PR09_G10' 14 156 15 15 'OPEN' 1* 4414.929 0.216 344261.469 2* 'Y' 7.040 / - 'PR09_G10' 14 157 15 15 'OPEN' 1* 1747.273 0.216 136247.375 2* 'Y' 7.041 / - 'PR09_G10' 13 157 15 15 'OPEN' 1* 984.311 0.216 76746.570 2* 'Y' 7.038 / -/ - -COMPSEGS -'PR09_G10' / - 41 133 15 1 2320.000 2324.164 3* / - 40 133 15 1 2324.164 2379.679 3* / - 39 133 15 1 2379.679 2388.640 3* / - 39 134 15 1 2388.640 2439.546 3* / - 38 134 15 1 2439.546 2475.959 3* / - 38 135 15 1 2475.959 2503.033 3* / - 37 135 15 1 2503.033 2551.977 3* / - 37 136 15 1 2551.977 2569.220 3* / - 36 136 15 1 2569.220 2628.366 3* / - 36 137 15 1 2628.366 2636.343 3* / - 35 137 15 1 2636.343 2702.629 3* / - 34 137 15 1 2702.629 2704.220 3* / - 34 138 15 1 2704.220 2769.432 3* / - 33 138 15 1 2769.432 2777.944 3* / - 33 139 15 1 2777.944 2838.027 3* / - 32 139 15 1 2838.027 2852.723 3* / - 32 140 15 1 2852.723 2906.244 3* / - 31 140 15 1 2906.244 2926.020 3* / - 31 141 15 1 2926.020 2973.812 3* / - 30 141 15 1 2973.812 3000.615 3* / - 30 142 15 1 3000.615 3040.785 3* / - 29 142 15 1 3040.785 3076.248 3* / - 29 143 15 1 3076.248 3108.202 3* / - 28 143 15 1 3108.202 3150.939 3* / - 28 144 15 1 3150.939 3174.296 3* / - 27 144 15 1 3174.296 3231.493 3* / - 27 145 15 1 3231.493 3237.535 3* / - 26 145 15 1 3237.535 3299.507 3* / - 25 145 15 1 3299.507 3314.723 3* / - 25 146 15 1 3314.723 3364.048 3* / - 24 146 15 1 3364.048 3391.998 3* / - 24 147 15 1 3391.998 3433.079 3* / - 23 147 15 1 3433.079 3462.721 3* / - 23 148 15 1 3462.721 3507.154 3* / - 22 148 15 1 3507.154 3528.856 3* / - 22 149 15 1 3528.856 3587.460 3* / - 21 149 15 1 3587.460 3591.414 3* / - 21 150 15 1 3591.414 3652.087 3* / - 21 151 15 1 3652.087 3678.270 3* / - 20 151 15 1 3678.270 3710.594 3* / - 20 152 15 1 3710.594 3767.300 3* / - 20 153 15 1 3767.300 3784.800 3* / - 19 153 15 1 3784.800 3822.160 3* / - 19 154 15 1 3822.160 3877.547 3* / - 19 155 15 1 3877.547 3903.467 3* / - 18 155 15 1 3903.467 3932.287 3* / - 18 156 15 1 3932.287 3987.097 3* / - 18 157 15 1 3987.097 4028.729 3* / - 17 157 15 1 4028.729 4041.723 3* / - 17 158 15 1 4041.723 4095.841 3* / - 17 159 15 1 4095.841 4151.024 3* / - 17 160 15 1 4151.024 4154.588 3* / - 16 160 15 1 4154.588 4204.538 3* / - 16 161 15 1 4204.538 4258.655 3* / - 16 162 15 1 4258.655 4280.000 3* / - 37 134 15 2 2520.000 2531.814 3* / - 36 134 15 2 2531.814 2582.828 3* / - 35 134 15 2 2582.828 2633.673 3* / - 34 134 15 2 2633.673 2650.918 3* / - 34 135 15 2 2650.918 2684.661 3* / - 33 135 15 2 2684.661 2736.117 3* / - 32 135 15 2 2736.117 2788.021 3* / - 31 135 15 2 2788.021 2837.771 3* / - 31 136 15 2 2837.771 2841.077 3* / - 30 136 15 2 2841.077 2894.741 3* / - 29 136 15 2 2894.741 2950.833 3* / - 28 136 15 2 2950.833 2959.649 3* / - 28 137 15 2 2959.649 3007.776 3* / - 27 137 15 2 3007.776 3058.565 3* / - 27 138 15 2 3058.565 3066.391 3* / - 26 138 15 2 3066.391 3126.511 3* / - 25 138 15 2 3126.511 3147.421 3* / - 25 139 15 2 3147.421 3189.916 3* / - 24 139 15 2 3189.916 3225.779 3* / - 24 140 15 2 3225.779 3257.145 3* / - 23 140 15 2 3257.145 3297.593 3* / - 23 141 15 2 3297.593 3329.026 3* / - 22 141 15 2 3329.026 3365.189 3* / - 22 142 15 2 3365.189 3405.271 3* / - 21 142 15 2 3405.271 3430.534 3* / - 21 143 15 2 3430.534 3488.204 3* / - 20 143 15 2 3488.204 3492.236 3* / - 20 144 15 2 3492.236 3551.634 3* / - 20 145 15 2 3551.634 3583.756 3* / - 19 145 15 2 3583.756 3608.210 3* / - 19 146 15 2 3608.210 3665.422 3* / - 19 147 15 2 3665.422 3692.577 3* / - 18 147 15 2 3692.577 3721.880 3* / - 18 148 15 2 3721.880 3778.331 3* / - 18 149 15 2 3778.331 3798.383 3* / - 17 149 15 2 3798.383 3834.522 3* / - 17 150 15 2 3834.522 3890.801 3* / - 17 151 15 2 3890.801 3908.569 3* / - 16 151 15 2 3908.569 3946.518 3* / - 16 152 15 2 3946.518 4002.873 3* / - 16 153 15 2 4002.873 4017.545 3* / - 15 153 15 2 4017.545 4059.434 3* / - 15 154 15 2 4059.434 4115.026 3* / - 15 155 15 2 4115.026 4129.079 3* / - 14 155 15 2 4129.079 4170.478 3* / - 14 156 15 2 4170.478 4225.795 3* / - 14 157 15 2 4225.795 4245.729 3* / - 13 157 15 2 4245.729 4256.000 3* / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3584.000 1157.500 57260.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2654.500 304.000 99252.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2187.500 2568.500 32045.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2797.500 1923.500 41230.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1349.000 749.000 114868.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1522.500 530.500 125427.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2829.500 380.500 162158.500 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2667.500 448.000 154092.500 5* / - 'PR27_G11' 'OPEN' 'ORAT' 650.500 223.500 13763.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2887.000 1904.000 97290.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1636.000 593.000 23490.500 5* / - 'PR09_G10' 'OPEN' 'ORAT' 497.000 0.000 0.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2924.000 2705.500 68637.500 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2680.000 595.500 39260.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1688.500 193.500 125363.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1601.000 105.500 157691.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1012.000 66.500 75564.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3640365.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3050830.000 5* / -/ - -INCLUDE - '/d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/icd/ICD_G10_EDIT.WELDAT' / - - --- 10657.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 7 'MAR' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3253.857 1091.857 55520.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2584.000 300.571 97060.286 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2303.571 2462.286 34260.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2593.286 1808.857 40256.571 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1281.429 722.429 106244.571 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1428.429 497.857 114815.143 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2693.571 355.714 165227.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2567.571 437.429 162749.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 709.857 247.857 15136.286 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2761.143 1848.429 87627.571 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1771.286 652.143 28453.714 5* / - 'PR09_G10' 'OPEN' 'ORAT' 2826.429 0.000 38742.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2874.429 2697.143 67522.429 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2576.286 587.000 38286.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1748.286 203.571 116727.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1727.000 115.429 144430.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1003.000 67.143 60992.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4713024.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2751378.571 5* / -/ - --- 10664.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 14 'MAR' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3177.429 1003.143 55952.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2586.000 296.143 94675.857 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2371.857 2216.714 34689.571 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2207.286 1516.857 34188.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1202.286 667.429 91733.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1473.143 492.143 89309.571 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2541.714 533.714 155752.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2510.857 421.286 149880.429 5* / - 'PR27_G11' 'OPEN' 'ORAT' 825.714 283.857 15776.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2573.857 1696.286 81320.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1920.571 695.571 32023.714 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3542.429 109.143 57060.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2757.857 2588.429 66941.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2525.286 512.714 38737.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1552.286 177.857 95503.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1379.571 90.857 93258.429 5* / - 'PR26_G26' 'OPEN' 'ORAT' 822.429 54.143 11841.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 6520742.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 0.000 5* / -/ - --- 10671.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 21 'MAR' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3451.000 1176.286 54703.714 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2611.143 296.571 106176.857 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2121.429 2052.714 30846.857 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2472.286 1683.714 37582.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1119.000 615.143 76899.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1516.571 499.714 76907.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2454.000 323.429 134698.857 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2481.571 412.714 136401.286 5* / - 'PR27_G11' 'OPEN' 'ORAT' 882.143 300.143 17123.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2500.857 1632.286 75487.857 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1924.571 690.571 31644.143 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4524.571 15.429 70394.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2726.143 2607.000 69180.286 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2427.143 541.857 35473.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1450.286 164.571 89916.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1503.429 98.000 112158.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 619.143 40.286 8860.429 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 6398774.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1306966.143 5* / -/ - --- 10678.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 28 'MAR' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3347.143 1196.286 51161.714 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2611.000 302.857 121731.857 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2384.429 2248.000 35415.857 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2529.286 1790.857 39445.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1087.571 577.000 76831.571 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1578.571 543.143 69538.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2419.000 456.286 145623.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2461.143 403.143 140707.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 785.571 247.714 12286.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2620.143 1685.143 96507.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1982.286 726.429 33504.143 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4753.000 106.429 71098.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2657.714 2497.000 54536.286 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2532.714 512.286 41418.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1326.571 153.714 90331.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1664.143 110.714 131636.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 628.429 41.714 10612.429 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5427887.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3535255.714 5* / -/ - --- 10685.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 4 'APR' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3351.333 1296.667 54912.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2572.667 300.667 127807.667 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2373.667 2392.667 36689.333 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2482.667 1815.000 37625.333 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1091.333 540.333 77527.667 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1588.667 539.667 74158.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2375.333 304.000 162550.667 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2423.333 381.000 146666.333 5* / - 'PR27_G11' 'OPEN' 'ORAT' 971.333 271.667 20622.333 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2659.667 1643.333 106041.333 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1962.333 725.333 33876.667 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4852.000 124.333 75016.667 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2724.333 2508.667 49409.667 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2363.667 552.333 36643.667 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1303.333 152.333 93133.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1654.333 111.333 133602.333 5* / - 'PR26_G26' 'OPEN' 'ORAT' 621.333 41.667 10983.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5624266.667 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3611940.000 5* / -/ - --- 10688.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 7 'APR' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2392.250 833.750 52009.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1364.250 147.750 36261.750 5* / - 'PR18_G40' 'OPEN' 'ORAT' 814.500 605.000 20330.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1301.000 855.250 23096.250 5* / - 'PR24_G17' 'OPEN' 'ORAT' 475.250 216.250 19977.750 5* / - 'PR25_G21' 'OPEN' 'ORAT' 563.000 188.750 19657.750 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1241.500 130.000 42318.250 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1279.500 187.500 41745.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 835.500 217.500 16984.750 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1065.000 594.000 19804.750 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1274.500 438.250 26368.250 5* / - 'PR09_G10' 'OPEN' 'ORAT' 1528.250 3.750 31042.500 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1334.250 1050.000 21239.250 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1516.500 222.250 25559.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 778.500 84.500 31859.500 5* / - 'PR14_G27' 'OPEN' 'ORAT' 842.750 52.500 32593.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 525.000 32.250 9215.500 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2814855.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2385895.000 5* / -/ - -WPIMULT - 'PR06_G28' 1.210 5* / -/ - --- 10692.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 11 'APR' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3289.857 1353.571 53944.429 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2666.143 295.857 68856.286 5* / - 'PR18_G40' 'OPEN' 'ORAT' 823.286 646.857 22820.714 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2553.857 1768.429 38042.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1170.429 550.429 68240.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1716.714 570.143 61855.286 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2494.000 329.286 82615.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2574.714 384.571 118694.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1477.714 390.143 27045.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2658.000 1559.429 42961.857 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2085.429 730.143 35532.143 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4882.571 220.857 75169.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2844.143 2490.286 45063.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2767.143 568.286 41873.143 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1414.429 156.857 79899.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1664.286 106.143 107829.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1208.143 77.000 21670.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5266540.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2189848.571 5* / -/ - --- 10699.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 18 'APR' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2845.286 1453.286 45950.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2569.000 280.571 111625.571 5* / - 'PR18_G40' 'OPEN' 'ORAT' 970.429 739.143 38460.286 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2581.429 1763.714 38396.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1177.286 544.714 81168.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1651.571 528.429 84469.143 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2346.000 262.571 144101.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2490.571 365.571 148709.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 7.286 1.857 156.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2744.429 1584.286 112738.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2036.714 703.429 34756.571 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4462.286 388.429 68824.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2792.429 2422.000 58983.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2819.571 646.571 42761.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1329.000 145.143 91318.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1571.000 98.714 122356.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1028.000 64.571 16956.429 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4991400.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2553402.857 5* / -/ - --- 10706.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 25 'APR' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2794.333 1424.333 42585.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2537.333 275.667 111585.333 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1033.333 831.000 16860.833 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2542.833 1728.000 37561.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1169.167 538.000 81389.833 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1612.167 509.833 80613.833 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2230.167 242.333 144871.833 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2463.167 359.833 149289.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 903.500 235.167 20364.833 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2702.333 1551.833 108321.167 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2007.833 689.667 34360.500 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4443.333 312.667 67516.333 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2786.500 2416.333 60253.500 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2664.000 618.500 40145.333 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1283.500 139.500 87865.833 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1470.333 91.833 112922.167 5* / - 'PR26_G26' 'OPEN' 'ORAT' 876.333 54.667 13206.167 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4581853.333 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1731503.333 5* / -/ - --- 10712.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'MAY' 2006 / -/ - --- : 25/11-G-35_AT2 Perforation Top: 2524.00 Bot: 3620.00 Diam: 0.24 Skin: 5.00 --- : 25/11-G-35_AT2 Perforation Top: 3743.00 Bot: 4566.30 Diam: 0.24 Skin: 5.00 --- : 25/11-G-35_AT2 Connection 72 111 15 Perf. Len 8.26 ( 17.0%) --- WARN: 25/11-G-35_AT2 WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-35_AT2 Connection 73 111 15 Perf. Len 3.51 ( 8.0%) --- : 25/11-G-35_AT2 Connection 73 110 15 Perf. Len 56.46 (111.7%) --- : 25/11-G-35_AT2 Connection 73 109 15 Perf. Len 53.68 (107.6%) --- : 25/11-G-35_AT2 Connection 73 108 15 Perf. Len 5.69 ( 11.1%) --- : 25/11-G-35_AT2 Connection 74 108 15 Perf. Len 47.63 ( 94.1%) --- : 25/11-G-35_AT2 Connection 74 107 15 Perf. Len 50.52 (102.3%) --- : 25/11-G-35_AT2 Connection 74 106 15 Perf. Len 51.20 (101.8%) --- : 25/11-G-35_AT2 Connection 74 105 15 Perf. Len 51.94 (104.0%) --- : 25/11-G-35_AT2 Connection 74 104 15 Perf. Len 3.60 ( 8.1%) --- : 25/11-G-35_AT2 Connection 75 104 15 Perf. Len 49.76 ( 98.2%) --- : 25/11-G-35_AT2 Connection 75 103 15 Perf. Len 49.58 ( 99.0%) --- : 25/11-G-35_AT2 Connection 75 103 16 Perf. Len 5.58 ( 11.0%) --- : 25/11-G-35_AT2 Connection 75 102 16 Perf. Len 21.69 ( 43.2%) --- : 25/11-G-35_AT2 Connection 76 102 16 Perf. Len 35.86 ( 71.4%) --- WARN: 25/11-G-35_AT2 Cell 76 101 16 is intersected 2 times --- : 25/11-G-35_AT2 Connection 76 101 16 Perf. Len 30.55 ( 63.0%) --- : 25/11-G-35_AT2 Connection 76 101 15 Perf. Len 22.35 ( 44.2%) --- : 25/11-G-35_AT2 Connection 77 101 16 Perf. Len 9.74 ( 18.2%) --- : 25/11-G-35_AT2 Connection 77 100 16 Perf. Len 65.74 (131.6%) --- : 25/11-G-35_AT2 Connection 78 100 16 Perf. Len 1.52 ( 3.1%) --- : 25/11-G-35_AT2 Connection 78 99 16 Perf. Len 67.28 (135.4%) --- : 25/11-G-35_AT2 Connection 79 99 16 Perf. Len 5.41 ( 9.8%) --- : 25/11-G-35_AT2 Connection 79 98 16 Perf. Len 57.13 (114.4%) --- : 25/11-G-35_AT2 Connection 80 98 16 Perf. Len 31.68 ( 63.4%) --- : 25/11-G-35_AT2 Connection 80 97 16 Perf. Len 26.56 ( 53.6%) --- : 25/11-G-35_AT2 Connection 81 97 16 Perf. Len 55.08 (110.1%) --- : 25/11-G-35_AT2 Connection 82 97 16 Perf. Len 28.15 ( 57.4%) --- : 25/11-G-35_AT2 Connection 82 96 16 Perf. Len 28.39 ( 54.7%) --- : 25/11-G-35_AT2 Connection 83 96 16 Perf. Len 59.50 (119.3%) --- : 25/11-G-35_AT2 Connection 84 96 16 Perf. Len 9.22 ( 18.8%) --- : 25/11-G-35_AT2 Connection 84 95 16 Perf. Len 52.83 (106.5%) --- : 25/11-G-35_AT2 Connection 85 95 16 Perf. Len 27.77 ( 54.4%) --- : 25/11-G-35_AT2 Connection 85 94 16 Perf. Len 22.14 ( 44.6%) --- : 25/11-G-35_AT2 Connection 87 92 16 Perf. Len 43.00 ( 87.5%) --- : 25/11-G-35_AT2 Connection 87 91 16 Perf. Len 43.30 ( 85.2%) --- : 25/11-G-35_AT2 Connection 88 91 16 Perf. Len 11.69 ( 23.1%) --- : 25/11-G-35_AT2 Connection 88 90 16 Perf. Len 52.28 (105.7%) --- : 25/11-G-35_AT2 Connection 88 89 16 Perf. Len 51.87 (102.7%) --- : 25/11-G-35_AT2 Connection 88 88 16 Perf. Len 50.87 (100.5%) --- : 25/11-G-35_AT2 Connection 88 87 16 Perf. Len 49.49 (100.2%) --- : 25/11-G-35_AT2 Connection 88 86 16 Perf. Len 50.78 (101.5%) --- : 25/11-G-35_AT2 Connection 88 85 16 Perf. Len 3.31 ( 6.6%) --- : 25/11-G-35_AT2 Connection 89 85 16 Perf. Len 46.85 ( 94.1%) --- : 25/11-G-35_AT2 Connection 89 84 16 Perf. Len 50.72 (101.2%) --- : 25/11-G-35_AT2 Connection 89 83 16 Perf. Len 50.99 (101.6%) --- : 25/11-G-35_AT2 Connection 89 82 16 Perf. Len 51.05 (102.4%) --- : 25/11-G-35_AT2 Connection 89 81 16 Perf. Len 52.21 (104.1%) --- : 25/11-G-35_AT2 Connection 89 80 16 Perf. Len 4.61 ( 10.3%) --- : 25/11-G-35_AT2 Connection 90 80 16 Perf. Len 47.36 ( 93.9%) --- : 25/11-G-35_AT2 Connection 90 79 16 Perf. Len 52.71 (103.9%) --- : 25/11-G-35_AT2 Connection 90 78 16 Perf. Len 53.07 (105.9%) --- : 25/11-G-35_AT2 Connection 90 77 16 Perf. Len 11.60 ( 23.6%) --- : 25/11-G-35_AT2 Connection 91 77 16 Perf. Len 40.22 ( 81.2%) --- : 25/11-G-35_AT2 Connection 91 76 16 Perf. Len 5.32 ( 10.2%) -WELSPECS - 'PR15_G35' 'CE-SO' 69 116 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR15_G35' 1751.920 2525.000 50.136 'INC' 2* / - 2 2 1 1 3.131 0.102 0.159 0.00065 0.020 0.062 / - 3 3 1 2 5.886 0.152 0.159 0.00065 0.020 0.117 / - 4 4 1 3 29.984 0.070 0.159 0.00065 0.020 0.595 / - 5 5 1 4 55.068 0.008 0.159 0.00065 0.020 1.093 / - 6 6 1 5 29.685 -0.054 0.159 0.00065 0.020 0.589 / - 7 7 1 6 26.661 -0.319 0.159 0.00065 0.020 0.529 / - 8 8 1 7 49.073 -0.720 0.159 0.00065 0.020 0.974 / - 9 9 1 8 50.859 -0.828 0.159 0.00065 0.020 1.010 / - 10 10 1 9 51.569 -0.806 0.159 0.00065 0.020 1.024 / - 11 11 1 10 27.766 -0.414 0.159 0.00065 0.020 0.551 / - 12 12 1 11 26.680 -0.318 0.159 0.00065 0.020 0.530 / - 13 13 1 12 49.674 -0.444 0.159 0.00065 0.020 0.986 / - 14 14 1 13 27.584 -0.163 0.159 0.00065 0.020 0.548 / - 15 15 1 14 13.636 -0.042 0.159 0.00065 0.020 0.271 / - 16 16 1 15 28.775 -0.063 0.159 0.00065 0.020 0.571 / - 17 17 1 16 31.150 -0.057 0.159 0.00065 0.020 0.619 / - 18 18 1 17 24.394 -0.026 0.159 0.00065 0.020 0.484 / - 19 19 1 18 13.232 0.003 0.159 0.00065 0.020 0.263 / - 20 20 1 19 6.927 0.011 0.159 0.00065 0.020 0.138 / - 21 21 1 20 37.737 0.083 0.159 0.00065 0.020 0.749 / - 22 22 1 21 33.629 0.078 0.159 0.00065 0.020 0.668 / - 23 23 1 22 34.399 0.048 0.159 0.00065 0.020 0.683 / - 24 24 1 23 36.345 0.046 0.159 0.00065 0.020 0.722 / - 25 25 1 24 31.272 -0.025 0.159 0.00065 0.020 0.621 / - 26 26 1 25 44.407 -0.050 0.159 0.00065 0.020 0.882 / - 27 27 1 26 29.121 -0.047 0.159 0.00065 0.020 0.578 / - 28 28 1 27 40.818 -0.004 0.159 0.00065 0.020 0.810 / - 29 29 1 28 41.612 0.121 0.159 0.00065 0.020 0.826 / - 30 30 1 29 28.270 0.264 0.159 0.00065 0.020 0.561 / - 31 31 1 30 43.945 0.938 0.159 0.00065 0.020 0.873 / - 32 32 1 31 34.359 0.947 0.159 0.00065 0.020 0.682 / - 33 33 1 32 31.029 1.049 0.159 0.00065 0.020 0.616 / - 34 34 1 33 40.301 1.179 0.159 0.00065 0.020 0.800 / - 35 35 1 34 24.952 0.360 0.159 0.00065 0.020 0.495 / - 36 36 1 35 155.568 -0.858 0.159 0.00065 0.020 3.089 / - 37 37 1 36 43.152 -0.627 0.159 0.00065 0.020 0.857 / - 38 38 1 37 27.497 -0.384 0.159 0.00065 0.020 0.546 / - 39 39 1 38 31.986 -0.372 0.159 0.00065 0.020 0.635 / - 40 40 1 39 52.077 -0.599 0.159 0.00065 0.020 1.034 / - 41 41 1 40 51.369 -0.567 0.159 0.00065 0.020 1.020 / - 42 42 1 41 50.179 -0.368 0.159 0.00065 0.020 0.996 / - 43 43 1 42 50.134 -0.303 0.159 0.00065 0.020 0.995 / - 44 44 1 43 27.042 -0.220 0.159 0.00065 0.020 0.537 / - 45 45 1 44 25.078 -0.218 0.159 0.00065 0.020 0.498 / - 46 46 1 45 48.787 -0.274 0.159 0.00065 0.020 0.969 / - 47 47 1 46 50.857 -0.075 0.159 0.00065 0.020 1.010 / - 48 48 1 47 51.020 0.017 0.159 0.00065 0.020 1.013 / - 49 49 1 48 51.631 0.230 0.159 0.00065 0.020 1.025 / - 50 50 1 49 28.409 0.231 0.159 0.00065 0.020 0.564 / - 51 51 1 50 25.982 0.096 0.159 0.00065 0.020 0.516 / - 52 52 1 51 50.032 0.179 0.159 0.00065 0.020 0.993 / - 53 53 1 52 52.891 0.223 0.159 0.00065 0.020 1.050 / - 54 54 1 53 32.339 0.151 0.159 0.00065 0.020 0.642 / - 55 55 1 54 25.910 0.120 0.159 0.00065 0.020 0.514 / - 56 56 1 55 22.769 0.107 0.159 0.00065 0.020 0.452 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR15_G35' 72 111 15 15 'OPEN' 1* 231.525 0.241 39182.445 2* 'Y' 7.045 / - 'PR15_G35' 73 111 15 15 'OPEN' 1* 84.031 0.241 14220.528 2* 'Y' 7.042 / - 'PR15_G35' 73 110 15 15 'OPEN' 1* 1270.090 0.241 214889.719 2* 'Y' 7.028 / - 'PR15_G35' 73 109 15 15 'OPEN' 1* 1476.758 0.241 249900.359 2* 'Y' 7.039 / - 'PR15_G35' 73 108 15 15 'OPEN' 1* 151.248 0.241 25594.398 2* 'Y' 7.039 / - 'PR15_G35' 74 108 15 15 'OPEN' 1* 1378.388 0.241 233238.016 2* 'Y' 7.035 / - 'PR15_G35' 74 107 15 15 'OPEN' 1* 1464.973 0.241 247874.984 2* 'Y' 7.031 / - 'PR15_G35' 74 106 15 15 'OPEN' 1* 1338.057 0.241 226410.266 2* 'Y' 7.034 / - 'PR15_G35' 74 105 15 15 'OPEN' 1* 1392.281 0.241 235572.297 2* 'Y' 7.031 / - 'PR15_G35' 74 104 15 15 'OPEN' 1* 128.658 0.241 21770.396 2* 'Y' 7.035 / - 'PR15_G35' 75 104 15 15 'OPEN' 1* 1531.412 0.241 259161.844 2* 'Y' 7.043 / - 'PR15_G35' 75 103 15 15 'OPEN' 1* 1600.295 0.241 270841.438 2* 'Y' 7.048 / - 'PR15_G35' 75 103 16 16 'OPEN' 1* 202.994 0.241 34356.629 2* 'Y' 7.050 / - 'PR15_G35' 75 102 16 16 'OPEN' 1* 823.220 0.241 139281.141 2* 'Y' 7.028 / - 'PR15_G35' 76 102 16 16 'OPEN' 1* 1331.628 0.241 225293.438 2* 'Y' 7.026 / - 'PR15_G35' 76 101 16 16 'OPEN' 1* 1125.546 0.241 190479.857 2* 'Y' 7.044 / - 'PR15_G35' 76 101 15 15 'OPEN' 1* 817.247 0.241 138307.500 2* 'Y' 7.045 / - 'PR15_G35' 77 101 16 16 'OPEN' 1* 279.141 0.241 47239.484 2* 'Y' 7.043 / - 'PR15_G35' 77 100 16 16 'OPEN' 1* 2122.857 0.241 359108.812 2* 'Y' 7.017 / - 'PR15_G35' 78 100 16 16 'OPEN' 1* 52.702 0.241 8915.028 2* 'X' 7.016 / - 'PR15_G35' 78 99 16 16 'OPEN' 1* 2276.020 0.241 385205.062 2* 'X' 7.048 / - 'PR15_G35' 79 99 16 16 'OPEN' 1* 166.714 0.241 28216.791 2* 'X' 7.051 / - 'PR15_G35' 79 98 16 16 'OPEN' 1* 1816.084 0.241 307376.500 2* 'X' 7.051 / - 'PR15_G35' 80 98 16 16 'OPEN' 1* 1034.732 0.241 175132.453 2* 'X' 7.051 / - 'PR15_G35' 80 97 16 16 'OPEN' 1* 849.620 0.241 143700.266 2* 'X' 7.007 / - 'PR15_G35' 81 97 16 16 'OPEN' 1* 1829.347 0.241 309401.625 2* 'X' 7.006 / - 'PR15_G35' 82 97 16 16 'OPEN' 1* 1025.169 0.241 173390.812 2* 'X' 7.006 / - 'PR15_G35' 82 96 16 16 'OPEN' 1* 963.175 0.241 163028.953 2* 'X' 7.054 / - 'PR15_G35' 83 96 16 16 'OPEN' 1* 2295.912 0.241 388599.781 2* 'X' 7.053 / - 'PR15_G35' 84 96 16 16 'OPEN' 1* 389.929 0.241 66000.078 2* 'X' 7.054 / - 'PR15_G35' 84 95 16 16 'OPEN' 1* 1325.345 0.241 224190.281 2* 'X' 7.015 / - 'PR15_G35' 85 95 16 16 'OPEN' 1* 583.585 0.241 98715.273 2* 'X' 7.014 / - 'PR15_G35' 85 94 16 16 'OPEN' 1* 1018.750 0.241 172390.562 2* 'X' 7.038 / - 'PR15_G35' 87 92 16 16 'OPEN' 1* 1976.341 0.241 334308.062 2* 'Y' 7.014 / - 'PR15_G35' 87 91 16 16 'OPEN' 1* 1863.912 0.241 315349.938 2* 'Y' 7.026 / - 'PR15_G35' 88 91 16 16 'OPEN' 1* 491.376 0.241 83143.969 2* 'Y' 7.033 / - 'PR15_G35' 88 90 16 16 'OPEN' 1* 2126.386 0.241 359753.875 2* 'Y' 7.026 / - 'PR15_G35' 88 89 16 16 'OPEN' 1* 2322.458 0.241 392977.531 2* 'Y' 7.034 / - 'PR15_G35' 88 88 16 16 'OPEN' 1* 2275.360 0.241 385003.406 2* 'Y' 7.033 / - 'PR15_G35' 88 87 16 16 'OPEN' 1* 2362.888 0.241 399807.438 2* 'Y' 7.032 / - 'PR15_G35' 88 86 16 16 'OPEN' 1* 2459.363 0.241 416137.188 2* 'Y' 7.033 / - 'PR15_G35' 88 85 16 16 'OPEN' 1* 162.632 0.241 27517.852 2* 'Y' 7.032 / - 'PR15_G35' 89 85 16 16 'OPEN' 1* 2203.606 0.241 372876.656 2* 'Y' 7.036 / - 'PR15_G35' 89 84 16 16 'OPEN' 1* 2436.813 0.241 412346.125 2* 'Y' 7.037 / - 'PR15_G35' 89 83 16 16 'OPEN' 1* 2319.164 0.241 392438.906 2* 'Y' 7.037 / - 'PR15_G35' 89 82 16 16 'OPEN' 1* 2100.084 0.241 355353.562 2* 'Y' 7.035 / - 'PR15_G35' 89 81 16 16 'OPEN' 1* 2259.113 0.241 382277.562 2* 'Y' 7.037 / - 'PR15_G35' 89 80 16 16 'OPEN' 1* 246.809 0.241 41759.895 2* 'Y' 7.031 / - 'PR15_G35' 90 80 16 16 'OPEN' 1* 2157.024 0.241 364971.219 2* 'Y' 7.032 / - 'PR15_G35' 90 79 16 16 'OPEN' 1* 2357.641 0.241 398954.969 2* 'Y' 7.038 / - 'PR15_G35' 90 78 16 16 'OPEN' 1* 2425.584 0.241 410421.437 2* 'Y' 7.033 / - 'PR15_G35' 90 77 16 16 'OPEN' 1* 504.209 0.241 85307.711 2* 'Y' 7.028 / - 'PR15_G35' 91 77 16 16 'OPEN' 1* 1693.874 0.241 286595.469 2* 'Y' 7.029 / - 'PR15_G35' 91 76 16 16 'OPEN' 1* 185.592 0.241 31403.631 2* 'Y' 7.034 / -/ - -COMPSEGS -'PR15_G35' / - 72 111 15 1 2524.000 2532.262 3* / - 73 111 15 1 2532.262 2535.773 3* / - 73 110 15 1 2535.773 2592.231 3* / - 73 109 15 1 2592.231 2645.908 3* / - 73 108 15 1 2645.908 2651.600 3* / - 74 108 15 1 2651.600 2699.230 3* / - 74 107 15 1 2699.230 2749.747 3* / - 74 106 15 1 2749.747 2800.949 3* / - 74 105 15 1 2800.949 2852.885 3* / - 74 104 15 1 2852.885 2856.480 3* / - 75 104 15 1 2856.480 2906.244 3* / - 75 103 15 1 2906.244 2955.829 3* / - 75 103 16 1 2955.829 2961.411 3* / - 75 102 16 1 2961.411 2983.100 3* / - 76 102 16 1 2983.100 3018.962 3* / - 76 101 16 1 3018.962 3071.864 3* / - 76 101 15 1 3045.400 3067.750 3* / - 77 101 16 1 3071.864 3081.603 3* / - 77 100 16 1 3081.603 3147.339 3* / - 78 100 16 1 3147.339 3148.861 3* / - 78 99 16 1 3148.861 3216.137 3* / - 79 99 16 1 3216.137 3221.552 3* / - 79 98 16 1 3221.552 3278.682 3* / - 80 98 16 1 3278.682 3310.366 3* / - 80 97 16 1 3310.366 3336.924 3* / - 81 97 16 1 3336.924 3392.002 3* / - 82 97 16 1 3392.002 3420.149 3* / - 82 96 16 1 3420.149 3448.542 3* / - 83 96 16 1 3448.542 3508.038 3* / - 84 96 16 1 3508.038 3517.260 3* / - 84 95 16 1 3517.260 3570.095 3* / - 85 95 16 1 3570.095 3597.863 3* / - 85 94 16 1 3597.863 3620.000 3* / - 87 92 16 1 3743.000 3786.000 3* / - 87 91 16 1 3786.000 3829.304 3* / - 88 91 16 1 3829.304 3840.994 3* / - 88 90 16 1 3840.994 3893.275 3* / - 88 89 16 1 3893.275 3945.147 3* / - 88 88 16 1 3945.147 3996.014 3* / - 88 87 16 1 3996.014 4045.505 3* / - 88 86 16 1 4045.505 4096.282 3* / - 88 85 16 1 4096.282 4099.590 3* / - 89 85 16 1 4099.590 4146.438 3* / - 89 84 16 1 4146.438 4197.163 3* / - 89 83 16 1 4197.163 4248.152 3* / - 89 82 16 1 4248.152 4299.203 3* / - 89 81 16 1 4299.203 4351.414 3* / - 89 80 16 1 4351.414 4356.022 3* / - 90 80 16 1 4356.022 4403.378 3* / - 90 79 16 1 4403.378 4456.086 3* / - 90 78 16 1 4456.086 4509.160 3* / - 90 77 16 1 4509.160 4520.763 3* / - 91 77 16 1 4520.763 4560.980 3* / - 91 76 16 1 4560.980 4566.300 3* / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3072.000 1477.000 46831.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2563.000 224.000 110654.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 143.000 6.000 3013.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1343.000 1084.000 21737.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2546.000 1775.000 38044.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1174.000 529.000 81242.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1609.000 521.000 81362.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2175.000 265.000 139923.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2405.000 393.000 150868.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 875.000 301.000 18233.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2639.000 1555.000 107115.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2042.000 647.000 34704.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4957.000 316.000 75561.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2777.000 2471.000 51181.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2549.000 607.000 38885.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1345.000 150.000 106846.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1529.000 98.000 107397.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 903.000 58.000 13494.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5474210.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3097950.000 5* / -/ - -INCLUDE - '/d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/icd/ICD_G35_EDIT.WELDAT' / - - --- 10713.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 2 'MAY' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3070.000 1448.714 47056.714 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2595.571 226.571 121411.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1914.143 402.571 30355.571 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1207.000 924.714 19848.857 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2564.000 1787.429 38457.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1175.000 529.857 84269.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1591.286 510.286 82122.571 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2162.857 261.571 119066.857 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2302.143 376.000 132528.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1080.143 351.286 22924.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2643.857 1557.714 121993.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2074.857 657.286 35442.429 5* / - 'PR09_G10' 'OPEN' 'ORAT' 5015.714 286.571 76758.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2740.429 2437.714 51281.429 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2496.714 603.571 38346.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1300.000 144.714 109306.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1609.857 103.143 131638.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 960.857 61.429 14397.857 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4395452.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3541562.857 5* / -/ - --- 10720.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 9 'MAY' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3101.857 1502.857 48690.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2518.286 220.857 116248.571 5* / - 'PR15_G35' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1646.571 1289.571 25780.286 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2534.143 1775.714 38339.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1148.143 520.143 83713.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1569.000 501.857 80297.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2255.143 243.286 152659.857 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2318.143 380.286 141180.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1220.429 380.857 27161.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2574.857 1524.714 143887.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2115.857 673.714 36627.143 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4803.429 283.143 74675.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2674.000 2390.571 53439.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2501.714 611.000 38523.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1267.143 142.000 90330.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1614.857 104.000 137502.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1024.714 65.857 15461.857 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5550665.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3962561.429 5* / -/ - --- 10727.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 16 'MAY' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3120.286 1402.857 48458.857 5* / - 'PR06_G28' 'OPEN' 'ORAT' 418.143 36.286 16941.571 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1.429 1.571 102.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2544.286 2076.571 38120.286 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2581.429 1772.286 37904.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1156.714 513.429 82564.571 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1574.000 501.000 79581.143 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2343.286 399.429 156999.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2314.571 372.429 139667.429 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1353.429 414.857 28901.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2606.286 1512.286 164918.571 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2244.286 700.286 38071.857 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4927.571 463.857 73998.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2834.143 2483.143 59701.286 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2310.571 557.429 34722.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1292.143 141.714 97026.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1682.571 106.143 139521.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1099.429 69.429 16145.857 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5576980.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4031240.000 5* / -/ - --- 10734.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 23 'MAY' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2802.143 1228.000 44830.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2470.429 211.571 37513.571 5* / - 'PR15_G35' 'OPEN' 'ORAT' 269.143 29.000 5461.143 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1055.429 738.714 16326.571 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2408.000 1653.714 35433.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1041.571 457.714 57330.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1474.429 475.286 82137.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1872.857 162.429 81680.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2020.143 325.143 101705.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1718.286 496.714 70264.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1742.286 1000.857 35823.857 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2247.857 700.571 38071.857 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4839.714 362.714 73322.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2092.000 1818.286 35793.429 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2276.571 503.000 34713.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1117.857 123.000 69201.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1135.571 71.714 82901.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1058.571 66.714 18286.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5450925.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3610570.000 5* / -/ - --- 10741.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 30 'MAY' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3276.000 1464.000 48923.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 3315.000 283.000 60632.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1292.000 289.000 25186.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2630.000 2152.000 38157.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2722.000 1857.000 38716.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1114.000 491.000 78945.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1514.000 486.000 96505.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2374.000 263.000 35812.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2098.000 335.000 45690.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 2234.000 615.000 187808.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2033.000 1172.000 34411.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2346.000 727.000 38498.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 5137.000 353.000 74565.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2903.000 2527.000 55024.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2825.000 638.000 40965.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1258.000 137.000 34450.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1024.000 64.000 15090.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5592160.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3826920.000 5* / -/ - --- 10742.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 31 'MAY' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3042.333 1475.167 46973.667 5* / - 'PR06_G28' 'OPEN' 'ORAT' 3008.833 229.333 126930.333 5* / - 'PR15_G35' 'OPEN' 'ORAT' 365.333 135.667 8962.833 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2533.333 2122.500 37510.667 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2477.667 1807.333 35949.833 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1142.500 439.667 78521.833 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1340.833 467.333 95560.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2210.000 409.667 137784.167 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2235.000 329.500 107839.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1850.333 629.167 160162.667 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2464.500 1077.000 40011.333 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2397.333 679.667 42556.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4799.667 465.333 71133.333 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2955.167 2574.167 70709.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2406.833 648.667 35701.833 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1265.333 147.667 75254.333 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1243.500 77.167 71326.333 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1052.000 60.167 16143.500 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5617500.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3925498.333 5* / -/ - -WPIMULT - 'PR06_G28' 1.320 5* / -/ - --- 10748.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 6 'JUN' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2989.143 1566.857 47916.571 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2686.857 202.857 129451.714 5* / - 'PR15_G35' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2441.857 2234.000 38414.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2410.714 1819.857 37175.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1158.429 442.143 88577.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1269.571 459.714 98397.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 2189.714 187.714 146196.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2184.571 323.143 147931.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1350.429 481.286 90228.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2877.286 1215.286 147045.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2403.000 682.286 45945.714 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4562.857 443.429 72361.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2931.429 2604.571 79427.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2458.857 723.143 38680.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1209.857 146.000 90400.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1605.286 101.571 133025.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1031.571 58.857 16983.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5650261.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3937058.571 5* / -/ - --- 10755.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 13 'JUN' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2841.286 1457.286 48852.429 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2483.571 188.571 111301.143 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2238.429 1995.286 35723.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2391.857 1815.286 37399.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1125.571 432.000 86206.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 943.857 344.571 63789.714 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1833.000 285.571 141394.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2018.571 300.429 131346.286 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1364.143 498.571 125387.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2623.429 1115.000 142068.857 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2448.857 698.714 47173.429 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4489.857 490.286 72944.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2618.857 2343.429 75403.143 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1912.571 559.286 28615.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1128.143 137.000 71994.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1504.286 95.571 105640.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1043.000 60.000 17233.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3944643.571 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3602658.571 5* / -/ - --- 10762.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 20 'JUN' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2681.143 1328.000 47699.286 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2140.000 155.857 57187.143 5* / - 'PR15_G35' 'OPEN' 'ORAT' 617.000 106.000 11907.857 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1943.286 1646.286 30668.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2094.286 1529.143 34213.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1036.857 382.857 68704.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 760.857 261.714 33084.143 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1685.143 285.571 118723.857 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1853.143 264.571 75521.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 523.714 174.286 11832.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2140.286 875.286 38654.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2467.286 678.000 46547.857 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4547.714 379.571 77736.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2114.857 1807.286 59793.429 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1384.286 202.000 22810.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1218.571 142.286 50470.286 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1333.857 81.571 76882.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1050.571 58.143 17105.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3902378.571 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1896647.429 5* / -/ - -WPIMULT - 'PR06_G28' 1.080 5* / -/ - --- 10769.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 27 'JUN' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2972.000 1542.000 46435.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2544.000 189.750 119070.750 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1324.500 597.500 24178.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2499.000 2135.500 38894.250 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2301.250 1716.500 35067.750 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1133.250 427.500 90052.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1458.750 521.750 89953.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1711.750 295.500 158124.750 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1971.000 288.500 153956.250 5* / - 'PR27_G11' 'OPEN' 'ORAT' 2022.750 716.250 135053.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2764.750 1154.000 58802.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2373.000 666.000 44891.250 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4642.250 521.750 72282.500 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2776.750 2438.250 71047.250 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2670.000 686.500 41513.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1238.250 147.750 84176.750 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1458.500 91.250 112008.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1166.750 65.750 19011.250 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2812565.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2831455.000 5* / -/ - --- 10773.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JUL' 2006 / -/ - --- : 25/11-G-17_T2 Perforation Top: 2055.00 Bot: 2948.00 Diam: 0.24 Skin: 10.00 --- : 25/11-G-17_T2 Connection 45 131 14 Perf. Len 18.71 ( 37.4%) --- : 25/11-G-17_T2 Connection 44 131 14 Perf. Len 1.32 ( 2.7%) --- : 25/11-G-17_T2 Connection 44 130 14 Perf. Len 7.63 ( 15.3%) --- : 25/11-G-17_T2 Connection 44 130 15 Perf. Len 42.14 ( 84.3%) --- : 25/11-G-17_T2 Connection 43 130 15 Perf. Len 51.24 (102.6%) --- : 25/11-G-17_T2 Connection 42 130 15 Perf. Len 51.59 (102.9%) --- : 25/11-G-17_T2 Connection 41 130 15 Perf. Len 52.30 (104.6%) --- : 25/11-G-17_T2 Connection 40 130 15 Perf. Len 5.52 ( 11.1%) --- : 25/11-G-17_T2 Connection 40 129 15 Perf. Len 46.68 ( 93.3%) --- : 25/11-G-17_T2 Connection 39 129 15 Perf. Len 52.11 (104.7%) --- : 25/11-G-17_T2 Connection 38 129 15 Perf. Len 52.52 (104.1%) --- : 25/11-G-17_T2 Connection 37 129 15 Perf. Len 28.07 ( 56.0%) --- : 25/11-G-17_T2 Connection 37 128 15 Perf. Len 23.26 ( 46.8%) --- : 25/11-G-17_T2 Connection 36 128 15 Perf. Len 51.27 (102.7%) --- : 25/11-G-17_T2 Connection 35 128 15 Perf. Len 50.56 (101.1%) --- : 25/11-G-17_T2 Connection 35 128 14 Perf. Len 0.53 ( 1.1%) --- : 25/11-G-17_T2 Connection 34 128 14 Perf. Len 34.00 ( 68.1%) --- : 25/11-G-17_T2 Connection 34 128 15 Perf. Len 17.42 ( 34.8%) --- : 25/11-G-17_T2 Connection 33 128 15 Perf. Len 45.40 ( 91.0%) --- : 25/11-G-17_T2 Connection 33 127 15 Perf. Len 6.06 ( 12.2%) --- : 25/11-G-17_T2 Connection 32 127 15 Perf. Len 52.74 (105.4%) --- : 25/11-G-17_T2 Connection 31 127 15 Perf. Len 53.13 (106.0%) --- : 25/11-G-17_T2 Connection 30 127 15 Perf. Len 44.96 ( 90.0%) --- : 25/11-G-17_T2 Connection 30 126 15 Perf. Len 7.67 ( 15.3%) --- : 25/11-G-17_T2 Connection 29 126 15 Perf. Len 52.16 (104.1%) --- : 25/11-G-17_T2 Connection 28 126 15 Perf. Len 44.03 ( 88.7%) -WELOPEN - 'PR24_G17' 'SHUT' 0 0 0 2* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR24_G17' 45 131 14 14 'OPEN' 1* 535.889 0.241 140780.547 2* 'X' 7.100 / - 'PR24_G17' 44 131 14 14 'OPEN' 1* 38.537 0.241 10120.438 2* 'X' 7.065 / - 'PR24_G17' 44 130 14 14 'OPEN' 1* 214.745 0.241 56364.004 2* 'X' 7.011 / - 'PR24_G17' 44 130 15 15 'OPEN' 1* 1113.466 0.241 292228.812 2* 'X' 7.003 / - 'PR24_G17' 43 130 15 15 'OPEN' 1* 1441.179 0.241 378237.906 2* 'X' 7.003 / - 'PR24_G17' 42 130 15 15 'OPEN' 1* 1489.960 0.241 391030.531 2* 'X' 7.001 / - 'PR24_G17' 41 130 15 15 'OPEN' 1* 1418.986 0.241 372410.719 2* 'X' 7.003 / - 'PR24_G17' 40 130 15 15 'OPEN' 1* 143.510 0.241 37664.285 2* 'X' 7.003 / - 'PR24_G17' 40 129 15 15 'OPEN' 1* 1250.128 0.241 328282.719 2* 'X' 7.060 / - 'PR24_G17' 39 129 15 15 'OPEN' 1* 1416.568 0.241 371985.875 2* 'X' 7.058 / - 'PR24_G17' 38 129 15 15 'OPEN' 1* 1350.891 0.241 354745.594 2* 'X' 7.060 / - 'PR24_G17' 37 129 15 15 'OPEN' 1* 791.980 0.241 207969.250 2* 'X' 7.058 / - 'PR24_G17' 37 128 15 15 'OPEN' 1* 611.487 0.241 160481.891 2* 'X' 7.002 / - 'PR24_G17' 36 128 15 15 'OPEN' 1* 1323.106 0.241 347239.219 2* 'X' 7.001 / - 'PR24_G17' 35 128 15 15 'OPEN' 1* 1379.036 0.241 361924.344 2* 'X' 7.002 / - 'PR24_G17' 35 128 14 14 'OPEN' 1* 14.253 0.241 3740.834 2* 'X' 7.007 / - 'PR24_G17' 34 128 14 14 'OPEN' 1* 885.933 0.241 232505.797 2* 'X' 7.000 / - 'PR24_G17' 34 128 15 15 'OPEN' 1* 445.876 0.241 117017.531 2* 'X' 7.001 / - 'PR24_G17' 33 128 15 15 'OPEN' 1* 1079.476 0.241 283303.312 2* 'X' 7.001 / - 'PR24_G17' 33 127 15 15 'OPEN' 1* 135.296 0.241 35528.023 2* 'X' 7.058 / - 'PR24_G17' 32 127 15 15 'OPEN' 1* 997.353 0.241 261897.453 2* 'X' 7.057 / - 'PR24_G17' 31 127 15 15 'OPEN' 1* 1006.340 0.241 264257.562 2* 'X' 7.057 / - 'PR24_G17' 30 127 15 15 'OPEN' 1* 1054.478 0.241 276897.438 2* 'X' 7.057 / - 'PR24_G17' 30 126 15 15 'OPEN' 1* 179.170 0.241 47049.367 2* 'X' 7.058 / - 'PR24_G17' 29 126 15 15 'OPEN' 1* 1117.500 0.241 293450.656 2* 'X' 7.058 / - 'PR24_G17' 28 126 15 15 'OPEN' 1* 1096.427 0.241 287881.344 2* 'X' 7.046 / -/ - -COMPSEGS -'PR24_G17' / - 45 131 14 1 2055.000 2073.706 3* / - 44 131 14 1 2073.706 2075.029 3* / - 44 130 14 1 2075.029 2082.657 3* / - 44 130 15 1 2082.657 2124.793 3* / - 43 130 15 1 2124.793 2176.031 3* / - 42 130 15 1 2176.031 2227.621 3* / - 41 130 15 1 2227.621 2279.917 3* / - 40 130 15 1 2279.917 2285.440 3* / - 40 129 15 1 2285.440 2332.118 3* / - 39 129 15 1 2332.118 2384.231 3* / - 38 129 15 1 2384.231 2436.751 3* / - 37 129 15 1 2436.751 2464.816 3* / - 37 128 15 1 2464.816 2488.072 3* / - 36 128 15 1 2488.072 2539.341 3* / - 35 128 15 1 2539.341 2589.900 3* / - 35 128 14 1 2589.900 2590.430 3* / - 34 128 14 1 2590.430 2624.432 3* / - 34 128 15 1 2624.432 2641.853 3* / - 33 128 15 1 2641.853 2687.252 3* / - 33 127 15 1 2687.252 2693.308 3* / - 32 127 15 1 2693.308 2746.044 3* / - 31 127 15 1 2746.044 2799.178 3* / - 30 127 15 1 2799.178 2844.137 3* / - 30 126 15 1 2844.137 2851.810 3* / - 29 126 15 1 2851.810 2903.968 3* / - 28 126 15 1 2903.968 2948.000 3* / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3024.667 1509.333 46830.667 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2444.667 215.000 130733.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2558.667 2061.333 38549.667 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2557.000 1876.333 37858.333 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1151.667 431.667 91636.667 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1339.667 476.667 88248.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1679.667 275.000 113128.667 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1872.333 258.667 147459.333 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1745.000 621.333 158424.333 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2827.667 1228.000 175567.333 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2346.333 709.667 41731.333 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4738.333 514.667 71584.333 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2809.333 2424.333 80278.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2629.667 692.333 39620.333 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1234.333 139.000 83914.333 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1548.333 100.000 114314.667 5* / - 'PR26_G26' 'OPEN' 'ORAT' 956.000 61.667 16224.667 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5468143.333 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4417046.667 5* / -/ - --- 10776.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 4 'JUL' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3025.000 1576.000 46938.500 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2422.500 214.500 135958.500 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2519.000 2123.500 38318.500 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2594.500 1913.000 38957.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1147.500 432.000 90998.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1326.500 474.000 95877.500 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1626.500 272.000 109933.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1800.500 250.500 143075.500 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1651.500 591.000 151374.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2735.000 1193.500 174446.500 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2361.500 718.500 42500.500 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4780.000 468.000 72835.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2785.000 2415.000 85197.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2639.500 714.500 40160.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1220.500 138.000 83140.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1557.500 101.000 115907.500 5* / - 'PR26_G26' 'OPEN' 'ORAT' 935.500 61.000 16038.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5576970.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4515010.000 5* / -/ - --- 10778.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 6 'JUL' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2701.800 1393.800 43174.800 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2173.400 188.200 82800.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1727.200 913.400 27947.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2240.400 1875.000 33485.400 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2307.400 1662.600 34921.800 5* / - 'PR24_G17' 'OPEN' 'ORAT' 919.800 339.600 53582.200 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1235.200 438.200 89832.800 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1164.400 256.200 33003.400 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1319.400 167.000 37769.800 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1473.200 510.000 99118.800 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2187.400 969.600 64557.400 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2205.400 670.800 41094.600 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4451.800 466.400 67284.400 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2621.000 2142.200 70069.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2535.000 680.600 38354.800 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1118.600 123.200 56714.800 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1235.000 78.600 59422.600 5* / - 'PR26_G26' 'OPEN' 'ORAT' 867.200 55.200 13642.800 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5226782.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4180872.000 5* / -/ - -WPIMULT - 'PR06_G28' 1.050 5* / -/ - --- 10783.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 11 'JUL' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2659.714 1341.857 45236.571 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2328.143 200.857 111400.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1959.857 1570.429 34615.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2307.143 1689.286 36121.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2383.571 1713.143 36743.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1015.571 372.429 80403.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1253.286 438.286 104077.143 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1227.857 386.857 27046.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1327.000 162.857 21603.286 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1498.857 516.857 106905.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2303.429 1027.000 70978.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2387.857 735.714 53320.429 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4476.286 580.143 70067.714 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2658.000 2156.429 82083.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2418.857 777.571 38279.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1183.571 130.429 80573.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1407.571 89.429 77987.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 666.857 42.143 10856.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5204600.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4089715.714 5* / -/ - --- 10790.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 18 'JUL' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2555.167 1271.167 43082.333 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2301.833 199.500 124224.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1836.833 2090.167 29622.667 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2533.500 1889.167 39831.167 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2535.333 1829.000 39807.167 5* / - 'PR24_G17' 'OPEN' 'ORAT' 996.000 367.000 83548.333 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1234.333 432.167 112312.333 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1488.833 270.500 77420.500 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1665.667 205.000 27416.500 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1497.000 524.000 127995.167 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2652.500 1187.167 174706.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2684.667 831.333 52054.167 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4512.000 593.333 71377.500 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2813.333 2293.833 93317.667 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2404.167 837.833 38479.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1191.333 132.000 89422.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1531.667 97.333 106638.500 5* / - 'PR26_G26' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5587743.333 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4744445.000 5* / -/ - --- 10796.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 24 'JUL' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2949.000 1525.000 48846.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2302.000 193.000 130165.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1551.000 2209.000 24204.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2582.000 1920.000 40288.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2559.000 1790.000 39884.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 999.000 357.000 83229.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1223.000 414.000 108188.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1742.000 267.000 145020.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1648.000 196.000 26920.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1464.000 497.000 126214.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2589.000 1123.000 171921.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2437.000 730.000 48334.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4618.000 524.000 72534.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2811.000 2221.000 96774.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2441.000 721.000 38094.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1184.000 127.000 88756.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1502.000 93.000 105667.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5595270.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4781830.000 5* / -/ - -WPIMULT - 'PR26_G26' 4.000 3* 1 7 / - 'PR26_G26' 2.000 3* 8 12 / - 'PR26_G26' 4.000 3* 13 16 / - 'PR26_G26' 2.000 3* 17 21 / - 'PR26_G26' 4.000 3* 22 23 / - 'PR26_G26' 2.000 3* 24 31 / - 'PR26_G26' 4.000 3* 32 39 / -/ - --- 10797.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 25 'JUL' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2454.000 1190.714 42074.714 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2297.143 193.286 129350.857 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1519.429 2069.286 24772.857 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2495.571 1811.143 39044.857 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2573.286 1803.000 39824.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 990.857 354.571 82601.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1228.143 417.571 109744.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1425.571 234.000 109525.857 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1683.714 201.429 27401.429 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1429.143 485.571 116468.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2557.571 1111.714 169268.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2497.000 749.857 49432.571 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4557.000 587.429 71658.857 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2843.571 2250.857 100231.286 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2413.286 783.000 40300.143 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1180.857 126.857 89009.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1487.714 91.714 102129.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 5.143 0.286 87.857 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5547700.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4746311.429 5* / -/ - --- 10804.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'AUG' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3020.143 1534.571 49692.857 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2315.286 145.429 120755.857 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1358.571 2020.571 23907.714 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2651.857 1962.143 41222.714 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2437.571 1810.286 38266.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 983.286 357.714 82794.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1193.143 456.571 119199.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1088.143 146.714 17967.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1811.571 176.429 29473.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1355.857 492.571 101284.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2694.571 955.571 176286.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2559.857 698.143 49638.143 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4606.429 586.429 72708.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2242.000 1882.429 70363.286 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2496.571 760.571 38846.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1177.000 128.857 86133.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1440.143 90.286 99578.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1219.857 89.571 46867.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4605270.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4171987.143 5* / -/ - --- 10811.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 8 'AUG' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3045.500 1525.000 49688.500 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2318.000 130.000 116915.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1510.000 2269.000 23619.500 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2694.500 1928.500 42019.500 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2585.000 1881.000 39749.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 981.500 350.000 79368.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1140.000 465.500 95263.500 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1350.000 228.500 21062.500 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1642.000 91.500 26260.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1397.000 477.500 104841.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2688.500 935.000 180835.500 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2575.500 686.500 48132.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4361.000 500.500 71022.500 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2838.000 2407.500 82784.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2231.000 646.000 36238.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1181.000 126.500 84382.500 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1435.500 88.500 102850.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1854.000 144.500 92052.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4487575.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4032965.000 5* / -/ - --- 10813.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 10 'AUG' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2791.000 1406.400 45475.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2316.800 118.800 115558.800 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1408.800 2143.800 22598.200 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2701.800 1932.800 40488.200 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2630.400 1930.400 39473.200 5* / - 'PR24_G17' 'OPEN' 'ORAT' 980.600 353.000 74271.400 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1137.800 430.200 92681.600 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1364.400 230.600 20446.400 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2403.800 176.200 67597.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1365.800 466.800 104697.400 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2633.600 923.800 174496.200 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2563.400 703.400 45274.200 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4675.600 582.200 71151.200 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2807.000 2422.200 99994.400 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2480.800 767.000 37183.600 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1175.800 126.800 82340.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1481.000 92.000 99299.800 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1610.600 136.200 88802.600 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5524456.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4688260.000 5* / -/ - -WPIMULT - 'PR06_G28' 0.900 5* / -/ - --- 10818.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 15 'AUG' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2998.857 1506.143 48389.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2331.286 119.143 117461.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1487.143 2394.286 24302.857 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2639.000 1856.714 39815.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2849.286 2089.143 66505.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 982.286 353.286 73943.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 974.000 362.857 95820.857 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1336.286 227.714 19964.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2371.714 173.714 142523.714 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1325.429 452.571 95979.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2440.571 855.000 128959.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2588.714 709.714 45740.429 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4655.714 573.714 70736.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2858.286 2463.571 110265.714 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2531.714 796.000 37835.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1172.143 126.571 81844.286 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1455.571 90.143 95701.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1489.000 126.000 86651.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5309847.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4499681.429 5* / -/ - --- 10825.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 22 'AUG' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3013.000 1574.000 48703.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2287.000 120.000 118241.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1594.000 2543.000 24982.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2310.000 1567.000 34975.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2890.000 2165.000 131802.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 967.000 355.000 73585.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1108.000 428.000 77214.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1410.000 239.000 21248.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2300.000 172.000 157982.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1288.000 450.000 93644.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2783.000 996.000 174657.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 410.000 114.000 7223.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4670.000 586.000 71125.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2833.000 2494.000 112887.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2495.000 812.000 37612.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1147.000 126.000 82018.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1288.000 82.000 92574.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1733.000 150.000 89444.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3615320.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3063690.000 5* / -/ - --- 10826.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 23 'AUG' 2006 / -/ - --- : 25/11-G-19 Perforation Top: 2036.00 Bot: 2126.00 Diam: 0.24 Skin: 130.00 --- : 25/11-G-19 Perforation Top: 2129.00 Bot: 3507.00 Diam: 0.24 Skin: 130.00 --- : 25/11-G-19 Perforation Top: 3515.00 Bot: 3593.00 Diam: 0.24 Skin: 130.00 --- : 25/11-G-19 Perforation Top: 3649.00 Bot: 4105.00 Diam: 0.24 Skin: 130.00 --- : 25/11-G-19 Connection 47 139 14 Perf. Len 23.41 ( 46.0%) --- : 25/11-G-19 Connection 47 140 14 Perf. Len 15.05 ( 30.2%) --- : 25/11-G-19 Connection 47 140 15 Perf. Len 41.54 ( 83.5%) --- : 25/11-G-19 Connection 46 140 15 Perf. Len 2.00 ( 4.0%) --- : 25/11-G-19 Connection 46 141 15 Perf. Len 56.08 (111.7%) --- : 25/11-G-19 Connection 46 142 15 Perf. Len 34.89 ( 69.8%) --- : 25/11-G-19 Connection 45 142 15 Perf. Len 23.16 ( 45.9%) --- : 25/11-G-19 Connection 45 143 15 Perf. Len 54.97 (110.9%) --- : 25/11-G-19 Connection 45 144 15 Perf. Len 40.27 ( 80.4%) --- : 25/11-G-19 Connection 44 144 15 Perf. Len 13.91 ( 27.1%) --- : 25/11-G-19 Connection 44 145 15 Perf. Len 54.90 (110.7%) --- : 25/11-G-19 Connection 44 146 15 Perf. Len 21.13 ( 41.8%) --- : 25/11-G-19 Connection 44 146 16 Perf. Len 22.64 ( 44.8%) --- : 25/11-G-19 Connection 43 146 16 Perf. Len 14.05 ( 28.9%) --- : 25/11-G-19 Connection 43 147 16 Perf. Len 58.41 (116.6%) --- : 25/11-G-19 Connection 43 148 16 Perf. Len 25.00 ( 50.3%) --- : 25/11-G-19 Connection 42 148 16 Perf. Len 33.70 ( 67.5%) --- : 25/11-G-19 Connection 42 149 16 Perf. Len 55.91 (110.9%) --- : 25/11-G-19 Connection 41 149 16 Perf. Len 4.95 ( 11.0%) --- : 25/11-G-19 Connection 41 150 16 Perf. Len 60.52 (120.0%) --- : 25/11-G-19 Connection 41 151 16 Perf. Len 21.92 ( 44.0%) --- : 25/11-G-19 Connection 40 151 16 Perf. Len 2.49 ( 5.0%) --- : 25/11-G-19 Connection 40 151 15 Perf. Len 37.40 ( 74.1%) --- : 25/11-G-19 Connection 40 152 15 Perf. Len 45.36 ( 90.2%) --- : 25/11-G-19 Connection 39 152 15 Perf. Len 17.39 ( 35.2%) --- : 25/11-G-19 Connection 39 153 15 Perf. Len 61.65 (123.4%) --- : 25/11-G-19 Connection 38 153 15 Perf. Len 3.03 ( 7.1%) --- : 25/11-G-19 Connection 38 154 15 Perf. Len 63.57 (125.9%) --- : 25/11-G-19 Connection 38 155 15 Perf. Len 15.66 ( 31.3%) --- : 25/11-G-19 Connection 37 155 15 Perf. Len 44.19 ( 89.7%) --- : 25/11-G-19 Connection 37 156 15 Perf. Len 47.64 ( 94.7%) --- : 25/11-G-19 Connection 36 156 15 Perf. Len 11.50 ( 22.9%) --- : 25/11-G-19 Connection 36 157 15 Perf. Len 56.85 (112.7%) --- : 25/11-G-19 Connection 36 158 15 Perf. Len 39.25 ( 79.5%) --- : 25/11-G-19 Connection 35 158 15 Perf. Len 16.61 ( 33.2%) --- : 25/11-G-19 Connection 35 159 15 Perf. Len 57.44 (115.6%) --- : 25/11-G-19 Connection 35 160 15 Perf. Len 25.20 ( 49.3%) --- : 25/11-G-19 Connection 34 160 15 Perf. Len 34.03 ( 68.4%) --- : 25/11-G-19 Connection 34 161 15 Perf. Len 59.69 (118.7%) --- : 25/11-G-19 Connection 34 162 15 Perf. Len 0.50 ( 1.0%) --- : 25/11-G-19 Connection 33 162 15 Perf. Len 57.81 (115.7%) --- : 25/11-G-19 Connection 33 163 15 Perf. Len 38.84 ( 78.4%) --- : 25/11-G-19 Connection 32 163 15 Perf. Len 19.39 ( 39.2%) --- : 25/11-G-19 Connection 32 164 15 Perf. Len 50.22 ( 98.7%) --- : 25/11-G-19 Connection 32 165 15 Perf. Len 18.88 ( 39.2%) --- : 25/11-G-19 Connection 31 165 15 Perf. Len 39.30 ( 78.4%) --- : 25/11-G-19 Connection 31 166 15 Perf. Len 3.70 ( 7.0%) --- : 25/11-G-19 Connection 30 167 14 Perf. Len 23.44 ( 46.9%) --- : 25/11-G-19 Connection 30 167 15 Perf. Len 34.78 ( 69.8%) --- : 25/11-G-19 Connection 30 168 15 Perf. Len 33.74 ( 68.4%) --- : 25/11-G-19 Connection 29 168 15 Perf. Len 23.93 ( 48.3%) --- : 25/11-G-19 Connection 29 169 15 Perf. Len 58.31 (114.6%) --- : 25/11-G-19 Connection 29 170 15 Perf. Len 18.54 ( 38.2%) --- : 25/11-G-19 Connection 28 170 15 Perf. Len 38.58 ( 77.4%) --- : 25/11-G-19 Connection 28 171 15 Perf. Len 58.23 (115.6%) --- : 25/11-G-19 Connection 28 172 15 Perf. Len 4.48 ( 8.0%) --- : 25/11-G-19 Connection 27 172 15 Perf. Len 53.81 (108.6%) --- : 25/11-G-19 Connection 27 173 15 Perf. Len 42.03 ( 83.5%) --- : 25/11-G-19 Connection 26 173 15 Perf. Len 16.77 ( 34.2%) --- : 25/11-G-19 Connection 26 174 15 Perf. Len 49.36 ( 98.8%) -WELOPEN - 'PR12_G19' 'SHUT' 0 0 0 2* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR12_G19' 47 139 14 14 'OPEN' 1* 31.528 0.241 78895.102 2* 'Y' 7.056 / - 'PR12_G19' 47 140 14 14 'OPEN' 1* 14.403 0.241 36040.352 2* 'Y' 7.025 / - 'PR12_G19' 47 140 15 15 'OPEN' 1* 76.268 0.241 190842.656 2* 'Y' 7.023 / - 'PR12_G19' 46 140 15 15 'OPEN' 1* 3.615 0.241 9045.227 2* 'Y' 7.025 / - 'PR12_G19' 46 141 15 15 'OPEN' 1* 101.983 0.241 255194.109 2* 'Y' 7.043 / - 'PR12_G19' 46 142 15 15 'OPEN' 1* 64.945 0.241 162514.469 2* 'Y' 7.042 / - 'PR12_G19' 45 142 15 15 'OPEN' 1* 48.089 0.241 120333.297 2* 'Y' 7.042 / - 'PR12_G19' 45 143 15 15 'OPEN' 1* 126.185 0.241 315752.062 2* 'Y' 7.029 / - 'PR12_G19' 45 144 15 15 'OPEN' 1* 63.347 0.241 158515.234 2* 'Y' 7.040 / - 'PR12_G19' 44 144 15 15 'OPEN' 1* 20.096 0.241 50285.980 2* 'Y' 7.036 / - 'PR12_G19' 44 145 15 15 'OPEN' 1* 91.519 0.241 229010.266 2* 'Y' 7.037 / - 'PR12_G19' 44 146 15 15 'OPEN' 1* 52.778 0.241 132068.781 2* 'Y' 7.051 / - 'PR12_G19' 44 146 16 16 'OPEN' 1* 40.511 0.241 101372.773 2* 'Y' 7.051 / - 'PR12_G19' 43 146 16 16 'OPEN' 1* 29.504 0.241 73827.961 2* 'Y' 7.048 / - 'PR12_G19' 43 147 16 16 'OPEN' 1* 118.281 0.241 295978.031 2* 'Y' 7.042 / - 'PR12_G19' 43 148 16 16 'OPEN' 1* 48.155 0.241 120497.141 2* 'Y' 7.026 / - 'PR12_G19' 42 148 16 16 'OPEN' 1* 74.009 0.241 185191.828 2* 'Y' 7.025 / - 'PR12_G19' 42 149 16 16 'OPEN' 1* 129.451 0.241 323928.250 2* 'Y' 7.044 / - 'PR12_G19' 41 149 16 16 'OPEN' 1* 15.570 0.241 38960.707 2* 'Y' 7.041 / - 'PR12_G19' 41 150 16 16 'OPEN' 1* 173.519 0.241 434190.531 2* 'Y' 7.021 / - 'PR12_G19' 41 151 16 16 'OPEN' 1* 66.391 0.241 166133.938 2* 'Y' 7.055 / - 'PR12_G19' 40 151 16 16 'OPEN' 1* 7.877 0.241 19710.332 2* 'Y' 7.073 / - 'PR12_G19' 40 151 15 15 'OPEN' 1* 111.656 0.241 279407.531 2* 'Y' 7.069 / - 'PR12_G19' 40 152 15 15 'OPEN' 1* 139.680 0.241 349527.281 2* 'Y' 7.046 / - 'PR12_G19' 39 152 15 15 'OPEN' 1* 50.634 0.241 126702.414 2* 'Y' 7.045 / - 'PR12_G19' 39 153 15 15 'OPEN' 1* 119.319 0.241 298568.281 2* 'Y' 7.021 / - 'PR12_G19' 38 153 15 15 'OPEN' 1* 6.353 0.241 15896.093 2* 'Y' 7.021 / - 'PR12_G19' 38 154 15 15 'OPEN' 1* 78.639 0.241 196780.734 2* 'Y' 7.043 / - 'PR12_G19' 38 155 15 15 'OPEN' 1* 25.959 0.241 64955.566 2* 'Y' 7.021 / - 'PR12_G19' 37 155 15 15 'OPEN' 1* 85.816 0.241 214734.859 2* 'Y' 7.024 / - 'PR12_G19' 37 156 15 15 'OPEN' 1* 94.530 0.241 236544.422 2* 'Y' 7.043 / - 'PR12_G19' 36 156 15 15 'OPEN' 1* 21.757 0.241 54442.191 2* 'Y' 7.042 / - 'PR12_G19' 36 157 15 15 'OPEN' 1* 106.572 0.241 266676.969 2* 'Y' 7.041 / - 'PR12_G19' 36 158 15 15 'OPEN' 1* 81.964 0.241 205098.188 2* 'Y' 7.028 / - 'PR12_G19' 35 158 15 15 'OPEN' 1* 39.341 0.241 98443.109 2* 'Y' 7.025 / - 'PR12_G19' 35 159 15 15 'OPEN' 1* 152.435 0.241 381441.281 2* 'Y' 7.039 / - 'PR12_G19' 35 160 15 15 'OPEN' 1* 60.555 0.241 151524.859 2* 'Y' 7.023 / - 'PR12_G19' 34 160 15 15 'OPEN' 1* 81.785 0.241 204649.609 2* 'Y' 7.026 / - 'PR12_G19' 34 161 15 15 'OPEN' 1* 145.247 0.241 363455.781 2* 'Y' 7.043 / - 'PR12_G19' 34 162 15 15 'OPEN' 1* 1.113 0.241 2785.578 2* 'Y' 7.043 / - 'PR12_G19' 33 162 15 15 'OPEN' 1* 144.217 0.241 360876.062 2* 'Y' 7.040 / - 'PR12_G19' 33 163 15 15 'OPEN' 1* 84.485 0.241 211404.844 2* 'Y' 7.024 / - 'PR12_G19' 32 163 15 15 'OPEN' 1* 53.648 0.241 134241.547 2* 'Y' 7.027 / - 'PR12_G19' 32 164 15 15 'OPEN' 1* 119.844 0.241 299889.750 2* 'Y' 7.043 / - 'PR12_G19' 32 165 15 15 'OPEN' 1* 51.049 0.241 127739.359 2* 'Y' 7.026 / - 'PR12_G19' 31 165 15 15 'OPEN' 1* 94.246 0.241 235831.594 2* 'Y' 7.027 / - 'PR12_G19' 31 166 15 15 'OPEN' 1* 3.719 0.241 9305.438 2* 'Y' 7.044 / - 'PR12_G19' 30 167 14 14 'OPEN' 1* 52.009 0.241 130142.859 2* 'Y' 7.040 / - 'PR12_G19' 30 167 15 15 'OPEN' 1* 92.169 0.241 230637.813 2* 'Y' 7.042 / - 'PR12_G19' 30 168 15 15 'OPEN' 1* 74.274 0.241 185855.000 2* 'Y' 7.025 / - 'PR12_G19' 29 168 15 15 'OPEN' 1* 62.743 0.241 157000.062 2* 'Y' 7.027 / - 'PR12_G19' 29 169 15 15 'OPEN' 1* 149.843 0.241 374955.500 2* 'Y' 7.043 / - 'PR12_G19' 29 170 15 15 'OPEN' 1* 52.155 0.241 130506.398 2* 'Y' 7.027 / - 'PR12_G19' 28 170 15 15 'OPEN' 1* 100.806 0.241 252244.531 2* 'Y' 7.027 / - 'PR12_G19' 28 171 15 15 'OPEN' 1* 159.315 0.241 398658.500 2* 'Y' 7.042 / - 'PR12_G19' 28 172 15 15 'OPEN' 1* 11.290 0.241 28252.178 2* 'Y' 7.042 / - 'PR12_G19' 27 172 15 15 'OPEN' 1* 154.082 0.241 385561.406 2* 'Y' 7.040 / - 'PR12_G19' 27 173 15 15 'OPEN' 1* 112.391 0.241 281232.531 2* 'Y' 7.023 / - 'PR12_G19' 26 173 15 15 'OPEN' 1* 46.634 0.241 116691.625 2* 'Y' 7.025 / - 'PR12_G19' 26 174 15 15 'OPEN' 1* 98.466 0.241 246395.500 2* 'Y' 7.043 / -/ - -COMPSEGS -'PR12_G19' / - 47 139 14 1 2036.000 2059.408 3* / - 47 140 14 1 2059.408 2074.462 3* / - 47 140 15 1 2074.462 2116.001 3* / - 46 140 15 1 2116.001 2118.000 3* / - 46 141 15 1 2118.000 2177.079 3* / - 46 142 15 1 2177.079 2211.965 3* / - 45 142 15 1 2211.965 2235.124 3* / - 45 143 15 1 2235.124 2290.093 3* / - 45 144 15 1 2290.093 2330.367 3* / - 44 144 15 1 2330.367 2344.275 3* / - 44 145 15 1 2344.275 2399.180 3* / - 44 146 15 1 2399.180 2420.309 3* / - 44 146 16 1 2420.309 2442.947 3* / - 43 146 16 1 2442.947 2456.992 3* / - 43 147 16 1 2456.992 2515.405 3* / - 43 148 16 1 2515.405 2540.400 3* / - 42 148 16 1 2540.400 2574.100 3* / - 42 149 16 1 2574.100 2630.006 3* / - 41 149 16 1 2630.006 2634.960 3* / - 41 150 16 1 2634.960 2695.485 3* / - 41 151 16 1 2695.485 2717.409 3* / - 40 151 16 1 2717.409 2719.900 3* / - 40 151 15 1 2719.900 2757.304 3* / - 40 152 15 1 2757.304 2802.659 3* / - 39 152 15 1 2802.659 2820.045 3* / - 39 153 15 1 2820.045 2881.697 3* / - 38 153 15 1 2881.697 2884.730 3* / - 38 154 15 1 2884.730 2948.304 3* / - 38 155 15 1 2948.304 2963.966 3* / - 37 155 15 1 2963.966 3008.160 3* / - 37 156 15 1 3008.160 3055.797 3* / - 36 156 15 1 3055.797 3067.296 3* / - 36 157 15 1 3067.296 3124.151 3* / - 36 158 15 1 3124.151 3163.397 3* / - 35 158 15 1 3163.397 3180.003 3* / - 35 159 15 1 3180.003 3237.443 3* / - 35 160 15 1 3237.443 3262.643 3* / - 34 160 15 1 3262.643 3296.674 3* / - 34 161 15 1 3296.674 3356.364 3* / - 34 162 15 1 3356.364 3356.862 3* / - 33 162 15 1 3356.862 3414.676 3* / - 33 163 15 1 3414.676 3453.516 3* / - 32 163 15 1 3453.516 3472.905 3* / - 32 164 15 1 3472.905 3531.121 3* / - 32 165 15 1 3531.121 3550.001 3* / - 31 165 15 1 3550.001 3589.300 3* / - 31 166 15 1 3589.300 3593.000 3* / - 30 167 14 1 3649.000 3672.444 3* / - 30 167 15 1 3672.444 3707.222 3* / - 30 168 15 1 3707.222 3740.960 3* / - 29 168 15 1 3740.960 3764.890 3* / - 29 169 15 1 3764.890 3823.200 3* / - 29 170 15 1 3823.200 3841.741 3* / - 28 170 15 1 3841.741 3880.324 3* / - 28 171 15 1 3880.324 3938.554 3* / - 28 172 15 1 3938.554 3943.037 3* / - 27 172 15 1 3943.037 3996.847 3* / - 27 173 15 1 3996.847 4038.873 3* / - 26 173 15 1 4038.873 4055.643 3* / - 26 174 15 1 4055.643 4105.000 3* / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2406.333 1206.000 41570.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2294.000 119.000 118087.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1625.167 2340.667 25957.167 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1739.500 1139.667 27146.167 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2786.667 2074.667 175089.667 5* / - 'PR24_G17' 'OPEN' 'ORAT' 969.667 354.000 74160.833 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1097.833 420.833 82023.167 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1424.167 221.000 25887.500 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2151.000 159.500 132791.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1284.500 445.333 95397.833 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2483.000 884.167 132245.500 5* / - 'PR12_G19' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4583.333 604.667 71156.667 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2824.500 2472.667 116487.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2094.000 648.000 32816.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1149.167 126.000 82042.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1381.000 87.000 92315.333 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1432.167 122.667 83173.833 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5163146.667 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4452148.333 5* / -/ - --- 10832.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 29 'AUG' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2881.500 1469.500 50333.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2262.250 119.750 117378.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2006.250 2484.750 30807.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2696.000 1895.500 41494.750 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2591.250 1962.750 187301.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 963.000 348.750 73741.750 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1085.500 413.500 79247.250 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1381.750 204.750 28355.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2086.250 169.750 148358.750 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1254.500 436.500 96629.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2528.250 898.000 165652.500 5* / - 'PR12_G19' 'OPEN' 'ORAT' 571.500 162.000 17995.500 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4543.000 612.250 70650.500 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2779.250 2450.500 119497.500 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2566.000 801.000 39438.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1129.500 126.000 83069.250 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1403.000 90.000 97063.750 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1288.750 108.500 81556.500 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5447082.500 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4807965.000 5* / -/ - --- 10836.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 2 'SEP' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2974.333 1595.333 50302.333 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2270.667 120.667 118301.667 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2085.333 2462.000 32101.667 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2717.000 1960.667 41778.333 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2542.333 1939.000 171093.333 5* / - 'PR24_G17' 'OPEN' 'ORAT' 995.333 335.333 74586.667 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1133.000 402.667 86487.333 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1274.333 194.667 19963.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 2020.333 201.667 149255.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1264.000 425.667 97351.333 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2544.333 857.333 166406.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4556.333 637.667 71138.667 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2855.667 2459.333 123605.333 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2561.333 852.000 39371.333 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1130.333 127.000 83115.333 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1399.000 90.000 97598.667 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1308.000 99.333 82251.333 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5562660.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4831556.667 5* / -/ - ---USER EVENT ---============================================================================= ---G-19 stenges ---============================================================================= - --- 10839.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 5 'SEP' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2188.571 1068.857 38489.571 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2266.571 119.857 117670.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2158.857 2414.143 33218.286 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2730.714 1954.571 42019.714 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2435.000 1847.000 162790.714 5* / - 'PR24_G17' 'OPEN' 'ORAT' 991.429 332.286 74446.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1161.000 409.286 103258.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1244.286 189.000 19159.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1649.857 163.714 97973.714 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1233.857 413.571 90103.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2521.429 844.857 165536.571 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4032.857 521.143 63936.857 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2868.857 2457.857 127526.143 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1916.857 601.714 30053.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1127.286 126.000 82387.143 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1390.143 89.143 96874.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1257.429 95.143 74859.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5563477.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4789320.000 5* / -/ - --- 10846.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 12 'SEP' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 38.857 18.143 812.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2233.000 118.143 115145.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2182.286 2361.429 33863.143 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2728.143 1939.714 42287.143 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2389.143 1814.571 180674.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 949.571 318.857 74147.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1164.000 407.571 121853.571 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1256.571 190.000 21397.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1908.286 189.857 121397.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1193.429 400.000 81257.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2479.571 832.143 164336.857 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4482.571 662.571 71366.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2844.429 2439.000 131191.143 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2484.286 786.714 38648.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1110.143 124.286 81543.143 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1364.571 87.857 94025.429 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1210.714 91.714 65938.429 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5627722.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4801525.714 5* / -/ - --- 10853.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 19 'SEP' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2228.000 118.000 115869.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2303.000 2286.000 35867.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2723.000 1937.000 42336.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2321.000 1765.000 188848.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 931.000 313.000 87205.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1169.000 414.000 133823.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1363.000 203.000 36556.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1864.000 185.000 122746.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1169.000 392.000 78812.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2464.000 828.000 164300.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4459.000 692.000 71769.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2741.000 2353.000 139521.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2568.000 868.000 39972.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1105.000 124.000 81357.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1353.000 87.000 93729.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1201.000 91.000 65848.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5651750.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4814530.000 5* / -/ - --- 10854.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 20 'SEP' 2006 / -/ - --- : 25/11-G-12_YT3 Perforation Top: 3287.00 Bot: 4250.00 Diam: 0.22 Skin: 260.00 --- WARN: 25/11-G-12_YT3 Perf interval 4244.999904 4250.000000 below grid --- : 25/11-G-12_YT3 Perforation Top: 3320.00 Bot: 4250.00 Diam: 0.22 Skin: 45.00 --- : 25/11-G-12_YT3 Connection 30 171 15 Perf. Len 10.35 ( 20.5%) --- WARN: 25/11-G-12_YT3 WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-12_YT3 Connection 30 171 14 Perf. Len 6.67 ( 14.5%) --- : 25/11-G-12_YT3 Connection 30 172 14 Perf. Len 50.87 (101.6%) --- : 25/11-G-12_YT3 Connection 30 173 14 Perf. Len 49.91 (100.2%) --- : 25/11-G-12_YT3 Connection 30 174 14 Perf. Len 50.48 (100.6%) --- : 25/11-G-12_YT3 Connection 30 175 14 Perf. Len 50.05 (100.6%) --- : 25/11-G-12_YT3 Connection 30 176 14 Perf. Len 50.87 (101.5%) --- : 25/11-G-12_YT3 Connection 30 177 14 Perf. Len 15.89 ( 31.5%) --- : 25/11-G-12_YT3 Connection 31 177 14 Perf. Len 37.38 ( 73.9%) --- : 25/11-G-12_YT3 Connection 31 178 14 Perf. Len 52.80 (106.5%) --- : 25/11-G-12_YT3 Connection 31 179 14 Perf. Len 52.69 (105.0%) --- : 25/11-G-12_YT3 Connection 31 180 14 Perf. Len 14.95 ( 30.1%) --- : 25/11-G-12_YT3 Connection 32 180 14 Perf. Len 36.63 ( 73.3%) --- : 25/11-G-12_YT3 Connection 32 181 14 Perf. Len 26.11 ( 52.1%) --- : 25/11-G-12_YT3 Connection 32 181 15 Perf. Len 24.48 ( 48.9%) --- : 25/11-G-12_YT3 Connection 32 182 15 Perf. Len 37.77 ( 76.2%) --- : 25/11-G-12_YT3 Connection 32 182 14 Perf. Len 12.03 ( 23.3%) --- : 25/11-G-12_YT3 Connection 32 183 14 Perf. Len 50.27 (100.3%) --- : 25/11-G-12_YT3 Connection 32 184 14 Perf. Len 45.30 ( 91.5%) --- : 25/11-G-12_YT3 Connection 32 184 15 Perf. Len 5.37 ( 11.4%) --- : 25/11-G-12_YT3 Connection 32 185 15 Perf. Len 30.32 ( 58.8%) --- : 25/11-G-12_YT3 Connection 31 185 15 Perf. Len 21.27 ( 42.8%) --- : 25/11-G-12_YT3 Connection 31 186 15 Perf. Len 52.07 (102.8%) --- : 25/11-G-12_YT3 Connection 31 187 15 Perf. Len 49.85 (101.3%) --- : 25/11-G-12_YT3 Connection 31 188 15 Perf. Len 1.62 ( 2.4%) --- : 25/11-G-12_YT3 Connection 31 188 14 Perf. Len 48.44 ( 97.6%) --- : 25/11-G-12_YT3 Connection 31 189 14 Perf. Len 50.86 ( 99.8%) --- : 25/11-G-12_YT3 Connection 31 190 14 Perf. Len 22.70 ( 47.4%) --- : 25/11-G-12_YT3 Connection 30 172 14 Perf. Len 12.10 ( 24.0%) --- : 25/11-G-12_YT3 Connection 29 172 14 Perf. Len 45.96 ( 91.8%) --- : 25/11-G-12_YT3 Connection 29 173 14 Perf. Len 47.41 ( 96.5%) --- : 25/11-G-12_YT3 Connection 28 173 14 Perf. Len 10.46 ( 20.1%) --- : 25/11-G-12_YT3 Connection 28 174 14 Perf. Len 57.02 (111.8%) --- : 25/11-G-12_YT3 Connection 28 175 14 Perf. Len 50.32 (101.4%) --- : 25/11-G-12_YT3 Connection 27 175 14 Perf. Len 3.14 ( 7.1%) --- : 25/11-G-12_YT3 Connection 27 176 14 Perf. Len 52.47 (105.1%) --- : 25/11-G-12_YT3 Connection 27 177 14 Perf. Len 51.86 (102.8%) --- : 25/11-G-12_YT3 Connection 27 178 14 Perf. Len 50.80 (101.8%) --- : 25/11-G-12_YT3 Connection 27 179 14 Perf. Len 50.32 ( 99.6%) --- : 25/11-G-12_YT3 Connection 27 180 14 Perf. Len 49.57 (100.6%) --- : 25/11-G-12_YT3 Connection 27 181 14 Perf. Len 50.39 (101.1%) --- : 25/11-G-12_YT3 Connection 27 182 14 Perf. Len 50.72 ( 99.9%) --- : 25/11-G-12_YT3 Connection 27 183 14 Perf. Len 49.57 ( 99.7%) --- : 25/11-G-12_YT3 Connection 27 184 14 Perf. Len 50.17 (100.3%) --- : 25/11-G-12_YT3 Connection 27 185 14 Perf. Len 49.66 ( 99.7%) --- : 25/11-G-12_YT3 Connection 27 186 14 Perf. Len 50.90 (100.7%) --- : 25/11-G-12_YT3 Connection 27 187 14 Perf. Len 49.45 ( 99.9%) --- : 25/11-G-12_YT3 Connection 27 188 14 Perf. Len 50.34 (100.1%) --- : 25/11-G-12_YT3 Connection 27 189 14 Perf. Len 47.36 ( 94.3%) --- WARN: 25/11-G-12_YT3 WCONHIST may be inconsistent, existing event took precedence over generated -WELSPECS - 'PR02_G12' 'NO-WE' 35 163 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR02_G12' 1741.403 3000.000 59.942 'INC' 2* / - 2 2 1 1 3.000 0.448 0.160 1.5E-05 0.020 0.060 / - 3 3 1 2 44.000 5.498 0.121 1.5E-05 0.012 0.509 / - 4 4 1 3 92.000 5.392 0.101 1.5E-05 0.008 0.731 / - 5 5 1 4 7.000 0.241 0.085 1.5E-05 0.006 0.040 / - 6 6 1 5 6.000 0.203 0.109 1.5E-05 0.009 0.056 / - 7 7 1 6 91.000 2.347 0.155 1.5E-05 0.019 1.710 / - 8 8 1 7 49.177 -0.422 0.121 1.5E-05 0.012 0.569 / - 9 9 1 8 8.513 -0.218 0.121 1.5E-05 0.012 0.099 / - 10 10 1 9 28.772 -0.778 0.121 1.5E-05 0.012 0.333 / - 11 11 1 10 50.393 -0.830 0.121 1.5E-05 0.012 0.583 / - 12 12 1 11 50.195 -0.122 0.121 1.5E-05 0.012 0.581 / - 13 13 1 12 50.262 0.038 0.121 1.5E-05 0.012 0.582 / - 14 14 1 13 50.458 -0.050 0.121 1.5E-05 0.012 0.584 / - 15 15 1 14 33.382 -0.050 0.121 1.5E-05 0.012 0.386 / - 16 16 1 15 26.639 -0.132 0.121 1.5E-05 0.012 0.308 / - 17 17 1 16 45.092 -0.073 0.121 1.5E-05 0.012 0.522 / - 18 18 1 17 52.742 0.485 0.121 1.5E-05 0.012 0.611 / - 19 19 1 18 33.818 0.563 0.121 1.5E-05 0.012 0.391 / - 20 20 1 19 25.789 0.439 0.121 1.5E-05 0.012 0.299 / - 21 21 1 20 31.368 0.460 0.121 1.5E-05 0.012 0.363 / - 22 22 1 21 25.293 0.209 0.121 1.5E-05 0.012 0.293 / - 23 23 1 22 31.122 0.000 0.121 1.5E-05 0.012 0.360 / - 24 24 1 23 24.901 -0.050 0.121 1.5E-05 0.012 0.288 / - 25 25 1 24 31.151 0.000 0.121 1.5E-05 0.012 0.361 / - 26 26 1 25 47.784 0.000 0.121 1.5E-05 0.012 0.553 / - 27 27 1 26 25.333 0.010 0.121 1.5E-05 0.012 0.293 / - 28 28 1 27 17.845 0.050 0.121 1.5E-05 0.012 0.207 / - 29 29 1 28 25.797 0.040 0.121 1.5E-05 0.012 0.299 / - 30 30 1 29 36.669 0.000 0.121 1.5E-05 0.012 0.424 / - 31 31 1 30 50.958 -0.047 0.121 1.5E-05 0.012 0.590 / - 32 32 1 31 25.736 -0.050 0.121 1.5E-05 0.012 0.298 / - 33 33 1 32 25.029 -0.053 0.121 1.5E-05 0.012 0.290 / - 34 34 1 33 49.649 -0.083 0.121 1.5E-05 0.012 0.575 / - 35 35 1 34 36.782 -0.050 0.121 1.5E-05 0.012 0.426 / - 36 36 2 1 3.000 0.448 0.160 1.5E-05 0.020 0.060 / - 37 37 2 36 31.000 4.224 0.163 1.5E-05 0.021 0.651 / - 38 38 2 37 45.000 4.206 0.196 1.5E-05 0.030 1.362 / - 39 39 2 38 60.000 2.244 0.086 1.5E-05 0.006 0.350 / - 40 40 2 39 60.000 -1.949 0.147 1.5E-05 0.017 1.022 / - 41 41 2 40 127.050 -0.377 0.121 1.5E-05 0.012 1.471 / - 42 42 2 41 29.030 0.000 0.121 1.5E-05 0.012 0.336 / - 43 43 2 42 46.687 0.000 0.121 1.5E-05 0.012 0.540 / - 44 44 2 43 28.938 0.000 0.121 1.5E-05 0.012 0.335 / - 45 45 2 44 33.739 0.606 0.121 1.5E-05 0.012 0.391 / - 46 46 2 45 53.669 0.932 0.121 1.5E-05 0.012 0.621 / - 47 47 2 46 26.733 0.333 0.121 1.5E-05 0.012 0.309 / - 48 48 2 47 27.807 -0.292 0.121 1.5E-05 0.012 0.322 / - 49 49 2 48 52.167 -0.172 0.121 1.5E-05 0.012 0.604 / - 50 50 2 49 51.331 0.260 0.121 1.5E-05 0.012 0.594 / - 51 51 2 50 50.558 0.084 0.121 1.5E-05 0.012 0.585 / - 52 52 2 51 49.942 -0.114 0.121 1.5E-05 0.012 0.578 / - 53 53 2 52 49.975 -0.100 0.121 1.5E-05 0.012 0.578 / - 54 54 2 53 50.553 0.016 0.121 1.5E-05 0.012 0.585 / - 55 55 2 54 50.148 0.145 0.121 1.5E-05 0.012 0.580 / - 56 56 2 55 49.870 0.148 0.121 1.5E-05 0.012 0.577 / - 57 57 2 56 49.913 0.024 0.121 1.5E-05 0.012 0.578 / - 58 58 2 57 50.281 -0.050 0.121 1.5E-05 0.012 0.582 / - 59 59 2 58 50.178 -0.019 0.121 1.5E-05 0.012 0.581 / - 60 60 2 59 49.898 0.011 0.121 1.5E-05 0.012 0.578 / - 61 61 2 60 48.853 -0.005 0.121 1.5E-05 0.012 0.565 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR02_G12' 30 171 15 15 'OPEN' 1* 15.320 0.216 75537.992 2* 'Y' 7.035 / - 'PR02_G12' 30 171 14 14 'OPEN' 1* 10.013 0.216 49373.145 2* 'Y' 7.036 / - 'PR02_G12' 30 172 14 14 'OPEN' 1* 67.765 0.216 334133.719 2* 'Y' 7.035 / - 'PR02_G12' 30 173 14 14 'OPEN' 1* 75.809 0.216 373797.812 2* 'Y' 7.032 / - 'PR02_G12' 30 174 14 14 'OPEN' 1* 69.932 0.216 344820.938 2* 'Y' 7.032 / - 'PR02_G12' 30 175 14 14 'OPEN' 1* 33.341 0.216 164397.672 2* 'Y' 7.032 / - 'PR02_G12' 30 176 14 14 'OPEN' 1* 60.083 0.216 296256.938 2* 'Y' 7.034 / - 'PR02_G12' 30 177 14 14 'OPEN' 1* 18.143 0.216 89460.859 2* 'Y' 7.035 / - 'PR02_G12' 31 177 14 14 'OPEN' 1* 43.778 0.216 215859.531 2* 'Y' 7.039 / - 'PR02_G12' 31 178 14 14 'OPEN' 1* 66.996 0.216 330341.469 2* 'Y' 7.032 / - 'PR02_G12' 31 179 14 14 'OPEN' 1* 61.959 0.216 305510.031 2* 'Y' 7.039 / - 'PR02_G12' 31 180 14 14 'OPEN' 1* 15.723 0.216 77526.977 2* 'Y' 7.034 / - 'PR02_G12' 32 180 14 14 'OPEN' 1* 42.768 0.216 210880.641 2* 'Y' 7.035 / - 'PR02_G12' 32 181 14 14 'OPEN' 1* 32.713 0.216 161303.984 2* 'Y' 7.037 / - 'PR02_G12' 32 181 15 15 'OPEN' 1* 35.813 0.216 176587.188 2* 'Y' 7.037 / - 'PR02_G12' 32 182 15 15 'OPEN' 1* 57.008 0.216 281093.531 2* 'Y' 7.036 / - 'PR02_G12' 32 182 14 14 'OPEN' 1* 14.629 0.216 72134.523 2* 'Y' 7.036 / - 'PR02_G12' 32 183 14 14 'OPEN' 1* 61.344 0.216 302474.875 2* 'Y' 7.036 / - 'PR02_G12' 32 184 14 14 'OPEN' 1* 56.316 0.216 277683.750 2* 'Y' 7.037 / - 'PR02_G12' 32 184 15 15 'OPEN' 1* 7.336 0.216 36170.953 2* 'Y' 7.038 / - 'PR02_G12' 32 185 15 15 'OPEN' 1* 34.647 0.216 170835.594 2* 'Y' 7.034 / - 'PR02_G12' 31 185 15 15 'OPEN' 1* 21.600 0.216 106504.672 2* 'Y' 7.034 / - 'PR02_G12' 31 186 15 15 'OPEN' 1* 49.551 0.216 244327.047 2* 'Y' 7.037 / - 'PR02_G12' 31 187 15 15 'OPEN' 1* 59.738 0.216 294554.406 2* 'Y' 7.037 / - 'PR02_G12' 31 188 15 15 'OPEN' 1* 1.660 0.216 8183.279 2* 'Y' 7.036 / - 'PR02_G12' 31 188 14 14 'OPEN' 1* 67.101 0.216 330864.281 2* 'Y' 7.036 / - 'PR02_G12' 31 189 14 14 'OPEN' 1* 77.606 0.216 382661.562 2* 'Y' 7.036 / - 'PR02_G12' 31 190 14 14 'OPEN' 1* 39.151 0.216 193048.266 2* 'Y' 7.036 / - 'PR02_G12' 30 172 14 14 'OPEN' 1* 86.148 0.216 79074.523 2* 'Y' 7.042 / - 'PR02_G12' 29 172 14 14 'OPEN' 1* 377.626 0.216 346622.406 2* 'Y' 7.043 / - 'PR02_G12' 29 173 14 14 'OPEN' 1* 384.395 0.216 352818.469 2* 'Y' 7.026 / - 'PR02_G12' 28 173 14 14 'OPEN' 1* 76.247 0.216 69983.961 2* 'Y' 7.027 / - 'PR02_G12' 28 174 14 14 'OPEN' 1* 446.295 0.216 409652.438 2* 'Y' 7.042 / - 'PR02_G12' 28 175 14 14 'OPEN' 1* 266.893 0.216 244972.141 2* 'Y' 7.031 / - 'PR02_G12' 27 175 14 14 'OPEN' 1* 17.003 0.216 15605.947 2* 'Y' 7.028 / - 'PR02_G12' 27 176 14 14 'OPEN' 1* 63.042 0.216 57865.238 2* 'Y' 7.035 / - 'PR02_G12' 27 177 14 14 'OPEN' 1* 330.346 0.216 303216.281 2* 'Y' 7.034 / - 'PR02_G12' 27 178 14 14 'OPEN' 1* 308.047 0.216 282746.906 2* 'Y' 7.032 / - 'PR02_G12' 27 179 14 14 'OPEN' 1* 328.408 0.216 301436.125 2* 'Y' 7.033 / - 'PR02_G12' 27 180 14 14 'OPEN' 1* 329.747 0.216 302664.750 2* 'Y' 7.032 / - 'PR02_G12' 27 181 14 14 'OPEN' 1* 274.037 0.216 251530.203 2* 'Y' 7.033 / - 'PR02_G12' 27 182 14 14 'OPEN' 1* 214.930 0.216 197277.766 2* 'Y' 7.033 / - 'PR02_G12' 27 183 14 14 'OPEN' 1* 224.905 0.216 206433.547 2* 'Y' 7.032 / - 'PR02_G12' 27 184 14 14 'OPEN' 1* 248.657 0.216 228234.781 2* 'Y' 7.033 / - 'PR02_G12' 27 185 14 14 'OPEN' 1* 260.616 0.216 239211.688 2* 'Y' 7.032 / - 'PR02_G12' 27 186 14 14 'OPEN' 1* 302.505 0.216 277660.781 2* 'Y' 7.033 / - 'PR02_G12' 27 187 14 14 'OPEN' 1* 305.630 0.216 280528.938 2* 'Y' 7.033 / - 'PR02_G12' 27 188 14 14 'OPEN' 1* 367.250 0.216 337088.406 2* 'Y' 7.032 / - 'PR02_G12' 27 189 14 14 'OPEN' 1* 389.973 0.216 357944.875 2* 'Y' 7.033 / -/ - -COMPSEGS -'PR02_G12' / - 30 171 15 1 3287.000 3297.354 3* / - 30 171 14 1 3297.354 3304.025 3* / - 30 172 14 1 3304.025 3354.899 3* / - 30 173 14 1 3354.899 3404.810 3* / - 30 174 14 1 3404.810 3455.289 3* / - 30 175 14 1 3455.289 3505.335 3* / - 30 176 14 1 3505.335 3556.205 3* / - 30 177 14 1 3556.205 3572.099 3* / - 31 177 14 1 3572.099 3609.483 3* / - 31 178 14 1 3609.483 3662.283 3* / - 31 179 14 1 3662.283 3714.968 3* / - 31 180 14 1 3714.968 3729.919 3* / - 32 180 14 1 3729.919 3766.545 3* / - 32 181 14 1 3766.545 3792.656 3* / - 32 181 15 1 3792.656 3817.131 3* / - 32 182 15 1 3817.131 3854.900 3* / - 32 182 14 1 3854.900 3866.933 3* / - 32 183 14 1 3866.933 3917.202 3* / - 32 184 14 1 3917.202 3962.500 3* / - 32 184 15 1 3962.500 3967.869 3* / - 32 185 15 1 3967.869 3998.191 3* / - 31 185 15 1 3998.191 4019.463 3* / - 31 186 15 1 4019.463 4071.529 3* / - 31 187 15 1 4071.529 4121.379 3* / - 31 188 15 1 4121.379 4123.000 3* / - 31 188 14 1 4123.000 4171.436 3* / - 31 189 14 1 4171.436 4222.297 3* / - 31 190 14 1 4222.297 4245.000 3* / - 30 172 14 2 3320.000 3332.099 3* / - 29 172 14 2 3332.099 3378.060 3* / - 29 173 14 2 3378.060 3425.474 3* / - 28 173 14 2 3425.474 3435.935 3* / - 28 174 14 2 3435.935 3492.952 3* / - 28 175 14 2 3492.952 3543.273 3* / - 27 175 14 2 3543.273 3546.417 3* / - 27 176 14 2 3546.417 3598.887 3* / - 27 177 14 2 3598.887 3650.752 3* / - 27 178 14 2 3650.752 3701.548 3* / - 27 179 14 2 3701.548 3751.867 3* / - 27 180 14 2 3751.867 3801.432 3* / - 27 181 14 2 3801.432 3851.817 3* / - 27 182 14 2 3851.817 3902.538 3* / - 27 183 14 2 3902.538 3952.113 3* / - 27 184 14 2 3952.113 4002.278 3* / - 27 185 14 2 4002.278 4051.939 3* / - 27 186 14 2 4051.939 4102.841 3* / - 27 187 14 2 4102.841 4152.294 3* / - 27 188 14 2 4152.294 4202.636 3* / - 27 189 14 2 4202.636 4250.000 3* / -/ - -WCONHIST - 'PR02_G12' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2195.500 542.500 44495.167 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2263.333 118.833 127977.333 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2283.000 2173.500 35445.500 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2739.333 1928.333 42514.833 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2311.500 1740.667 186611.833 5* / - 'PR24_G17' 'OPEN' 'ORAT' 946.500 315.000 95180.333 5* / - 'PR25_G21' 'OPEN' 'ORAT' 624.167 213.500 57329.833 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1328.000 186.500 34148.667 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1855.833 183.167 123840.500 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1069.667 355.833 71613.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2444.667 813.500 172608.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4529.500 653.000 71732.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2897.500 2464.000 142557.833 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2566.667 889.500 42839.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1107.833 122.833 82090.333 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1348.333 86.000 93801.667 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1225.833 92.333 65779.667 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5562510.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4744951.667 5* / -/ - -INCLUDE - '/d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/icd/ICD_G12_EDIT.WELDAT' / - - --- 10860.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 26 'SEP' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2915.000 1037.000 55637.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2272.000 117.000 131121.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2252.000 2318.000 34319.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2786.000 1906.000 42468.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2304.000 1694.000 190193.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 954.000 310.000 92719.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1608.000 553.000 103777.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1199.000 162.000 23802.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1840.000 178.000 122325.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2439.000 792.000 171524.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4651.000 625.000 71529.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2938.000 2439.000 146360.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2459.000 861.000 46202.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1120.000 121.000 82220.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1357.000 84.000 93046.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1255.000 92.000 65657.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5514380.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4729060.000 5* / -/ - --- 10861.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 27 'SEP' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2410.500 1010.000 51055.667 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2128.833 107.167 90690.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1544.000 1611.667 26126.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1090.500 680.667 19720.167 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1861.833 1387.000 69828.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 771.000 226.667 50390.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 810.667 251.667 39448.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1111.000 146.500 21231.667 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1344.000 127.000 46344.333 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1038.833 302.500 43764.167 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1813.000 549.667 43641.500 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4441.000 588.167 72482.333 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2434.000 2001.167 99029.833 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2214.500 687.833 38232.833 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1020.333 108.833 45485.333 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1103.667 67.667 53746.333 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1180.667 75.833 48594.500 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5419895.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3753515.000 5* / -/ - -WPIMULT - 'PR06_G28' 1.100 5* / -/ - --- 10867.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 3 'OCT' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 655.000 78.286 13072.571 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2195.000 115.286 126421.429 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2228.000 2461.714 34390.143 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2203.571 1361.429 34018.286 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2115.429 1724.429 186798.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1020.143 286.857 96218.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1237.571 377.143 178852.286 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1265.143 171.857 30438.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1862.000 183.429 123749.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1335.857 375.286 86301.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2582.000 768.429 160741.429 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4494.000 739.000 71285.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2802.429 2476.286 144270.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2668.143 981.714 65986.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1108.143 122.714 74874.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1367.286 87.000 90229.857 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1200.000 62.857 73442.286 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5623900.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4702540.000 5* / -/ - --- 10874.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 10 'OCT' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 1592.286 483.429 38170.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2139.857 112.000 111577.857 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2237.143 2438.857 34231.714 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1616.857 977.571 25934.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2024.571 1648.714 188134.571 5* / - 'PR24_G17' 'OPEN' 'ORAT' 962.857 270.286 87266.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1018.000 311.143 98835.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1323.286 104.000 27654.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1774.857 174.286 117052.429 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1252.571 351.714 84807.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2444.714 726.571 163128.571 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4444.000 747.429 69619.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2820.143 2489.286 154584.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2633.143 1024.429 87121.143 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1086.429 120.286 67430.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1304.000 82.857 86251.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1220.429 64.000 67314.857 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5487921.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4419111.429 5* / -/ - --- 10881.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 17 'OCT' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 1302.143 383.000 32446.714 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2123.000 110.571 100502.143 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2210.571 2345.143 35103.714 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1997.714 1173.000 31486.714 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1915.143 1553.571 150294.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 932.857 261.000 80628.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1016.571 336.143 59826.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1090.143 88.429 17191.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1727.286 169.286 118968.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1205.429 336.857 86449.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2377.000 704.000 160274.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4423.857 761.857 72390.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2785.714 2448.714 169486.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2491.571 1003.571 111083.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1092.000 120.286 69924.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1300.000 82.286 87021.429 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1185.286 61.714 64774.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5649417.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4592317.143 5* / -/ - --- 10888.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 24 'OCT' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 2046.000 666.714 46471.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1658.857 86.571 80057.857 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2283.571 2399.143 36220.143 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1764.571 1055.571 27755.571 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1446.857 1174.143 124886.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 876.429 245.143 75562.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1018.714 337.000 61388.857 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1136.857 108.429 17741.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1277.571 125.000 87037.286 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1121.143 313.571 82731.286 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2223.714 658.571 155598.714 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4500.429 758.000 75200.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2793.000 2457.714 172948.857 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2290.429 931.857 113748.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1000.714 110.143 58814.143 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1133.286 71.714 64505.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 812.286 42.429 41858.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4771660.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4137364.286 5* / -/ - --- 10895.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 31 'OCT' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3013.571 1126.000 57508.857 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2036.000 103.857 40175.143 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1847.286 1910.286 30897.714 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2815.857 1665.000 45362.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1604.429 1054.714 47983.571 5* / - 'PR24_G17' 'OPEN' 'ORAT' 538.143 132.571 9501.571 5* / - 'PR25_G21' 'OPEN' 'ORAT' 624.714 194.143 20867.571 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1120.857 75.429 19654.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1293.286 125.429 26439.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1034.429 228.857 30363.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1683.286 439.571 38445.286 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4409.286 607.714 72557.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2729.286 2323.429 159515.714 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2039.000 753.571 61416.143 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1011.143 109.143 60216.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 962.714 59.857 27195.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 898.143 46.000 16400.286 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4705762.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3492428.571 5* / -/ - --- 10902.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 7 'NOV' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3281.714 1459.000 57732.571 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2297.714 122.857 101371.286 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2113.714 2237.714 34474.286 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2966.286 1911.429 46265.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 2036.857 1381.429 113515.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 941.857 239.571 34076.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 847.857 273.286 22224.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1195.143 89.143 24777.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1813.429 182.286 77528.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1241.000 283.000 47823.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2345.286 634.286 74325.571 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4625.857 711.571 72930.714 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2656.286 2296.857 158216.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2219.143 933.857 112205.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1093.857 123.714 69726.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1254.429 81.429 60313.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1146.857 61.429 34658.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4789605.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3533620.000 5* / -/ - --- 10909.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 14 'NOV' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3256.000 1485.286 58194.429 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2212.857 118.000 95441.571 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2403.714 2623.000 37447.714 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2991.429 1913.143 46574.714 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1963.000 1326.286 122455.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 876.571 221.857 17357.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 966.143 309.429 41976.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1126.429 81.429 29502.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1602.857 160.857 43471.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1041.000 232.143 31564.286 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2044.857 550.143 47306.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4631.429 714.000 73242.714 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2526.714 2140.714 139854.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2125.714 890.286 107413.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1085.000 122.000 58337.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1221.429 78.571 55257.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1227.286 65.571 42838.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5139534.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3788247.143 5* / -/ - --- 10916.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 21 'NOV' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3113.571 1446.143 55960.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2184.714 118.429 97944.143 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2386.286 2679.714 37421.286 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2984.143 1942.286 46789.286 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1911.857 1311.857 125220.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 942.714 242.286 20345.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 792.571 257.143 32450.857 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1113.286 81.714 25999.857 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1714.000 174.286 64660.286 5* / - 'PR27_G11' 'OPEN' 'ORAT' 891.143 164.571 30246.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2093.000 572.143 39496.714 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4348.571 685.000 69555.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2804.000 2393.000 165932.714 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2115.429 905.143 128586.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1057.571 120.857 50880.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1170.571 77.000 54893.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1230.429 66.571 44808.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4831685.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3567154.286 5* / -/ - --- 10923.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 28 'NOV' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3215.000 1518.000 57014.333 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2161.333 116.000 99367.333 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2381.000 2670.667 37330.667 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2987.667 1930.333 46821.333 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1881.333 1279.333 124212.667 5* / - 'PR24_G17' 'OPEN' 'ORAT' 832.333 212.000 19682.667 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1006.667 325.333 53850.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1126.333 79.000 19880.333 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1690.333 171.000 63632.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 941.333 181.000 27372.333 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2092.667 567.667 38037.333 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4448.000 829.667 72195.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2834.667 2394.000 176016.667 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2060.333 868.333 135144.667 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1019.333 115.333 43540.333 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1170.667 76.333 41848.333 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1209.333 65.000 44976.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5108236.667 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3753023.333 5* / -/ - --- 10926.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'DEC' 2006 / -/ - --- : 25/11-G-19 Perforation Top: 2036.00 Bot: 2126.00 Diam: 0.24 Skin: 36.45 --- : 25/11-G-19 Perforation Top: 2129.00 Bot: 3138.00 Diam: 0.24 Skin: 36.45 --- : 25/11-G-19 Perforation Top: 3138.00 Bot: 3507.00 Diam: 0.24 Skin: 60.00 --- : 25/11-G-19 Perforation Top: 3515.00 Bot: 3593.00 Diam: 0.24 Skin: 60.00 --- : 25/11-G-19 Perforation Top: 3649.00 Bot: 4105.00 Diam: 0.24 Skin: 60.00 --- : 25/11-G-19 Connection 47 139 14 Perf. Len 23.41 ( 46.0%) --- : 25/11-G-19 Connection 47 140 14 Perf. Len 15.05 ( 30.2%) --- : 25/11-G-19 Connection 47 140 15 Perf. Len 41.54 ( 83.5%) --- : 25/11-G-19 Connection 46 140 15 Perf. Len 2.00 ( 4.0%) --- : 25/11-G-19 Connection 46 141 15 Perf. Len 56.08 (111.7%) --- : 25/11-G-19 Connection 46 142 15 Perf. Len 34.89 ( 69.8%) --- : 25/11-G-19 Connection 45 142 15 Perf. Len 23.16 ( 45.9%) --- : 25/11-G-19 Connection 45 143 15 Perf. Len 54.97 (110.9%) --- : 25/11-G-19 Connection 45 144 15 Perf. Len 40.27 ( 80.4%) --- : 25/11-G-19 Connection 44 144 15 Perf. Len 13.91 ( 27.1%) --- : 25/11-G-19 Connection 44 145 15 Perf. Len 54.90 (110.7%) --- : 25/11-G-19 Connection 44 146 15 Perf. Len 21.13 ( 41.8%) --- : 25/11-G-19 Connection 44 146 16 Perf. Len 22.64 ( 44.8%) --- : 25/11-G-19 Connection 43 146 16 Perf. Len 14.05 ( 28.9%) --- : 25/11-G-19 Connection 43 147 16 Perf. Len 58.41 (116.6%) --- : 25/11-G-19 Connection 43 148 16 Perf. Len 25.00 ( 50.3%) --- : 25/11-G-19 Connection 42 148 16 Perf. Len 33.70 ( 67.5%) --- : 25/11-G-19 Connection 42 149 16 Perf. Len 55.91 (110.9%) --- : 25/11-G-19 Connection 41 149 16 Perf. Len 4.95 ( 11.0%) --- : 25/11-G-19 Connection 41 150 16 Perf. Len 60.52 (120.0%) --- : 25/11-G-19 Connection 41 151 16 Perf. Len 21.92 ( 44.0%) --- : 25/11-G-19 Connection 40 151 16 Perf. Len 2.49 ( 5.0%) --- : 25/11-G-19 Connection 40 151 15 Perf. Len 37.40 ( 74.1%) --- : 25/11-G-19 Connection 40 152 15 Perf. Len 45.36 ( 90.2%) --- : 25/11-G-19 Connection 39 152 15 Perf. Len 17.39 ( 35.2%) --- : 25/11-G-19 Connection 39 153 15 Perf. Len 61.65 (123.4%) --- : 25/11-G-19 Connection 38 153 15 Perf. Len 3.03 ( 7.1%) --- : 25/11-G-19 Connection 38 154 15 Perf. Len 63.57 (125.9%) --- : 25/11-G-19 Connection 38 155 15 Perf. Len 15.66 ( 31.3%) --- : 25/11-G-19 Connection 37 155 15 Perf. Len 44.19 ( 89.7%) --- : 25/11-G-19 Connection 37 156 15 Perf. Len 47.64 ( 94.7%) --- : 25/11-G-19 Connection 36 156 15 Perf. Len 11.50 ( 22.9%) --- : 25/11-G-19 Connection 36 157 15 Perf. Len 56.85 (112.7%) --- : 25/11-G-19 Connection 36 158 15 Perf. Len 39.25 ( 79.5%) --- : 25/11-G-19 Connection 35 158 15 Perf. Len 16.61 ( 33.2%) --- : 25/11-G-19 Connection 35 159 15 Perf. Len 57.44 (115.6%) --- : 25/11-G-19 Connection 35 160 15 Perf. Len 25.20 ( 49.3%) --- : 25/11-G-19 Connection 34 160 15 Perf. Len 34.03 ( 68.4%) --- : 25/11-G-19 Connection 34 161 15 Perf. Len 59.69 (118.7%) --- : 25/11-G-19 Connection 34 162 15 Perf. Len 0.50 ( 1.0%) --- : 25/11-G-19 Connection 33 162 15 Perf. Len 57.81 (115.7%) --- : 25/11-G-19 Connection 33 163 15 Perf. Len 38.84 ( 78.4%) --- : 25/11-G-19 Connection 32 163 15 Perf. Len 19.39 ( 39.2%) --- : 25/11-G-19 Connection 32 164 15 Perf. Len 50.22 ( 98.7%) --- : 25/11-G-19 Connection 32 165 15 Perf. Len 18.88 ( 39.2%) --- : 25/11-G-19 Connection 31 165 15 Perf. Len 39.30 ( 78.4%) --- : 25/11-G-19 Connection 31 166 15 Perf. Len 3.70 ( 7.0%) --- : 25/11-G-19 Connection 30 167 14 Perf. Len 23.44 ( 46.9%) --- : 25/11-G-19 Connection 30 167 15 Perf. Len 34.78 ( 69.8%) --- : 25/11-G-19 Connection 30 168 15 Perf. Len 33.74 ( 68.4%) --- : 25/11-G-19 Connection 29 168 15 Perf. Len 23.93 ( 48.3%) --- : 25/11-G-19 Connection 29 169 15 Perf. Len 58.31 (114.6%) --- : 25/11-G-19 Connection 29 170 15 Perf. Len 18.54 ( 38.2%) --- : 25/11-G-19 Connection 28 170 15 Perf. Len 38.58 ( 77.4%) --- : 25/11-G-19 Connection 28 171 15 Perf. Len 58.23 (115.6%) --- : 25/11-G-19 Connection 28 172 15 Perf. Len 4.48 ( 8.0%) --- : 25/11-G-19 Connection 27 172 15 Perf. Len 53.81 (108.6%) --- : 25/11-G-19 Connection 27 173 15 Perf. Len 42.03 ( 83.5%) --- : 25/11-G-19 Connection 26 173 15 Perf. Len 16.77 ( 34.2%) --- : 25/11-G-19 Connection 26 174 15 Perf. Len 49.36 ( 98.8%) -WELOPEN - 'PR12_G19' 'SHUT' 0 0 0 2* / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR12_G19' 47 139 14 14 'OPEN' 1* 104.321 0.241 78895.102 2* 'Y' 7.056 / - 'PR12_G19' 47 140 14 14 'OPEN' 1* 47.660 0.241 36040.352 2* 'Y' 7.025 / - 'PR12_G19' 47 140 15 15 'OPEN' 1* 252.375 0.241 190842.656 2* 'Y' 7.023 / - 'PR12_G19' 46 140 15 15 'OPEN' 1* 11.962 0.241 9045.227 2* 'Y' 7.025 / - 'PR12_G19' 46 141 15 15 'OPEN' 1* 337.452 0.241 255194.109 2* 'Y' 7.043 / - 'PR12_G19' 46 142 15 15 'OPEN' 1* 214.899 0.241 162514.469 2* 'Y' 7.042 / - 'PR12_G19' 45 142 15 15 'OPEN' 1* 159.122 0.241 120333.297 2* 'Y' 7.041 / - 'PR12_G19' 45 143 15 15 'OPEN' 1* 417.550 0.241 315752.062 2* 'Y' 7.029 / - 'PR12_G19' 45 144 15 15 'OPEN' 1* 209.612 0.241 158515.234 2* 'Y' 7.040 / - 'PR12_G19' 44 144 15 15 'OPEN' 1* 66.496 0.241 50285.980 2* 'Y' 7.036 / - 'PR12_G19' 44 145 15 15 'OPEN' 1* 302.834 0.241 229010.266 2* 'Y' 7.037 / - 'PR12_G19' 44 146 15 15 'OPEN' 1* 174.634 0.241 132068.781 2* 'Y' 7.051 / - 'PR12_G19' 44 146 16 16 'OPEN' 1* 134.045 0.241 101372.773 2* 'Y' 7.051 / - 'PR12_G19' 43 146 16 16 'OPEN' 1* 97.623 0.241 73827.961 2* 'Y' 7.048 / - 'PR12_G19' 43 147 16 16 'OPEN' 1* 391.383 0.241 295978.031 2* 'Y' 7.042 / - 'PR12_G19' 43 148 16 16 'OPEN' 1* 159.347 0.241 120497.141 2* 'Y' 7.026 / - 'PR12_G19' 42 148 16 16 'OPEN' 1* 244.901 0.241 185191.828 2* 'Y' 7.025 / - 'PR12_G19' 42 149 16 16 'OPEN' 1* 428.340 0.241 323928.250 2* 'Y' 7.044 / - 'PR12_G19' 41 149 16 16 'OPEN' 1* 51.519 0.241 38960.707 2* 'Y' 7.041 / - 'PR12_G19' 41 150 16 16 'OPEN' 1* 574.188 0.241 434190.531 2* 'Y' 7.021 / - 'PR12_G19' 41 151 16 16 'OPEN' 1* 219.676 0.241 166133.938 2* 'Y' 7.055 / - 'PR12_G19' 40 151 16 16 'OPEN' 1* 26.061 0.241 19710.332 2* 'Y' 7.073 / - 'PR12_G19' 40 151 15 15 'OPEN' 1* 369.436 0.241 279407.531 2* 'Y' 7.069 / - 'PR12_G19' 40 152 15 15 'OPEN' 1* 462.187 0.241 349527.281 2* 'Y' 7.046 / - 'PR12_G19' 39 152 15 15 'OPEN' 1* 167.542 0.241 126702.414 2* 'Y' 7.045 / - 'PR12_G19' 39 153 15 15 'OPEN' 1* 394.837 0.241 298568.281 2* 'Y' 7.021 / - 'PR12_G19' 38 153 15 15 'OPEN' 1* 21.022 0.241 15896.093 2* 'Y' 7.021 / - 'PR12_G19' 38 154 15 15 'OPEN' 1* 260.210 0.241 196780.734 2* 'Y' 7.043 / - 'PR12_G19' 38 155 15 15 'OPEN' 1* 85.900 0.241 64955.566 2* 'Y' 7.021 / - 'PR12_G19' 37 155 15 15 'OPEN' 1* 283.970 0.241 214734.859 2* 'Y' 7.024 / - 'PR12_G19' 37 156 15 15 'OPEN' 1* 312.791 0.241 236544.422 2* 'Y' 7.043 / - 'PR12_G19' 36 156 15 15 'OPEN' 1* 71.991 0.241 54442.191 2* 'Y' 7.042 / - 'PR12_G19' 36 157 15 15 'OPEN' 1* 352.638 0.241 266676.969 2* 'Y' 7.041 / - 'PR12_G19' 36 158 15 15 'OPEN' 1* 206.858 0.241 205098.203 2* 'Y' 7.028 / - 'PR12_G19' 35 158 15 15 'OPEN' 1* 82.328 0.241 98443.109 2* 'Y' 7.025 / - 'PR12_G19' 35 159 15 15 'OPEN' 1* 318.988 0.241 381441.281 2* 'Y' 7.039 / - 'PR12_G19' 35 160 15 15 'OPEN' 1* 126.720 0.241 151524.859 2* 'Y' 7.023 / - 'PR12_G19' 34 160 15 15 'OPEN' 1* 171.148 0.241 204649.609 2* 'Y' 7.026 / - 'PR12_G19' 34 161 15 15 'OPEN' 1* 303.945 0.241 363455.781 2* 'Y' 7.043 / - 'PR12_G19' 34 162 15 15 'OPEN' 1* 2.329 0.241 2785.578 2* 'Y' 7.043 / - 'PR12_G19' 33 162 15 15 'OPEN' 1* 301.790 0.241 360876.062 2* 'Y' 7.040 / - 'PR12_G19' 33 163 15 15 'OPEN' 1* 176.798 0.241 211404.844 2* 'Y' 7.024 / - 'PR12_G19' 32 163 15 15 'OPEN' 1* 112.265 0.241 134241.547 2* 'Y' 7.027 / - 'PR12_G19' 32 164 15 15 'OPEN' 1* 250.787 0.241 299889.750 2* 'Y' 7.043 / - 'PR12_G19' 32 165 15 15 'OPEN' 1* 106.828 0.241 127739.359 2* 'Y' 7.026 / - 'PR12_G19' 31 165 15 15 'OPEN' 1* 197.224 0.241 235831.594 2* 'Y' 7.027 / - 'PR12_G19' 31 166 15 15 'OPEN' 1* 7.782 0.241 9305.438 2* 'Y' 7.044 / - 'PR12_G19' 30 167 14 14 'OPEN' 1* 108.835 0.241 130142.859 2* 'Y' 7.040 / - 'PR12_G19' 30 167 15 15 'OPEN' 1* 192.875 0.241 230637.813 2* 'Y' 7.042 / - 'PR12_G19' 30 168 15 15 'OPEN' 1* 155.430 0.241 185855.000 2* 'Y' 7.025 / - 'PR12_G19' 29 168 15 15 'OPEN' 1* 131.298 0.241 157000.062 2* 'Y' 7.026 / - 'PR12_G19' 29 169 15 15 'OPEN' 1* 313.562 0.241 374955.500 2* 'Y' 7.043 / - 'PR12_G19' 29 170 15 15 'OPEN' 1* 109.142 0.241 130506.398 2* 'Y' 7.027 / - 'PR12_G19' 28 170 15 15 'OPEN' 1* 210.950 0.241 252244.531 2* 'Y' 7.027 / - 'PR12_G19' 28 171 15 15 'OPEN' 1* 333.385 0.241 398658.500 2* 'Y' 7.042 / - 'PR12_G19' 28 172 15 15 'OPEN' 1* 23.626 0.241 28252.178 2* 'Y' 7.042 / - 'PR12_G19' 27 172 15 15 'OPEN' 1* 322.434 0.241 385561.406 2* 'Y' 7.040 / - 'PR12_G19' 27 173 15 15 'OPEN' 1* 235.195 0.241 281232.531 2* 'Y' 7.023 / - 'PR12_G19' 26 173 15 15 'OPEN' 1* 97.589 0.241 116691.625 2* 'Y' 7.025 / - 'PR12_G19' 26 174 15 15 'OPEN' 1* 206.052 0.241 246395.500 2* 'Y' 7.043 / -/ - -COMPSEGS -'PR12_G19' / - 47 139 14 1 2036.000 2059.408 3* / - 47 140 14 1 2059.408 2074.462 3* / - 47 140 15 1 2074.462 2116.001 3* / - 46 140 15 1 2116.001 2118.000 3* / - 46 141 15 1 2118.000 2177.079 3* / - 46 142 15 1 2177.079 2211.965 3* / - 45 142 15 1 2211.965 2235.124 3* / - 45 143 15 1 2235.124 2290.093 3* / - 45 144 15 1 2290.093 2330.367 3* / - 44 144 15 1 2330.367 2344.275 3* / - 44 145 15 1 2344.275 2399.180 3* / - 44 146 15 1 2399.180 2420.309 3* / - 44 146 16 1 2420.309 2442.947 3* / - 43 146 16 1 2442.947 2456.992 3* / - 43 147 16 1 2456.992 2515.405 3* / - 43 148 16 1 2515.405 2540.400 3* / - 42 148 16 1 2540.400 2574.100 3* / - 42 149 16 1 2574.100 2630.006 3* / - 41 149 16 1 2630.006 2634.960 3* / - 41 150 16 1 2634.960 2695.485 3* / - 41 151 16 1 2695.485 2717.409 3* / - 40 151 16 1 2717.409 2719.900 3* / - 40 151 15 1 2719.900 2757.304 3* / - 40 152 15 1 2757.304 2802.659 3* / - 39 152 15 1 2802.659 2820.045 3* / - 39 153 15 1 2820.045 2881.697 3* / - 38 153 15 1 2881.697 2884.730 3* / - 38 154 15 1 2884.730 2948.304 3* / - 38 155 15 1 2948.304 2963.966 3* / - 37 155 15 1 2963.966 3008.160 3* / - 37 156 15 1 3008.160 3055.797 3* / - 36 156 15 1 3055.797 3067.296 3* / - 36 157 15 1 3067.296 3124.151 3* / - 36 158 15 1 3124.151 3163.397 3* / - 35 158 15 1 3163.397 3180.003 3* / - 35 159 15 1 3180.003 3237.443 3* / - 35 160 15 1 3237.443 3262.643 3* / - 34 160 15 1 3262.643 3296.674 3* / - 34 161 15 1 3296.674 3356.364 3* / - 34 162 15 1 3356.364 3356.862 3* / - 33 162 15 1 3356.862 3414.676 3* / - 33 163 15 1 3414.676 3453.516 3* / - 32 163 15 1 3453.516 3472.905 3* / - 32 164 15 1 3472.905 3531.121 3* / - 32 165 15 1 3531.121 3550.001 3* / - 31 165 15 1 3550.001 3589.300 3* / - 31 166 15 1 3589.300 3593.000 3* / - 30 167 14 1 3649.000 3672.444 3* / - 30 167 15 1 3672.444 3707.222 3* / - 30 168 15 1 3707.222 3740.960 3* / - 29 168 15 1 3740.960 3764.890 3* / - 29 169 15 1 3764.890 3823.200 3* / - 29 170 15 1 3823.200 3841.741 3* / - 28 170 15 1 3841.741 3880.324 3* / - 28 171 15 1 3880.324 3938.554 3* / - 28 172 15 1 3938.554 3943.037 3* / - 27 172 15 1 3943.037 3996.847 3* / - 27 173 15 1 3996.847 4038.873 3* / - 26 173 15 1 4038.873 4055.643 3* / - 26 174 15 1 4055.643 4105.000 3* / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3268.750 1532.500 58305.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2196.750 115.750 97392.750 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2426.000 2689.500 37731.750 5* / - 'PR18_G40' 'OPEN' 'ORAT' 3051.750 1938.500 47417.750 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1908.250 1221.000 117517.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 825.250 193.500 19738.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1051.500 332.000 61647.750 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1149.000 79.250 24866.250 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1611.750 159.750 59945.750 5* / - 'PR27_G11' 'OPEN' 'ORAT' 783.250 183.750 15797.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2208.000 518.250 38708.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4551.250 819.000 73160.750 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2861.250 2539.500 182336.750 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2026.000 831.500 134389.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 993.500 110.500 34744.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1197.750 76.500 44206.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1222.500 64.500 45405.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5123160.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3774955.000 5* / -/ - --- 10930.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 5 'DEC' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3091.286 1431.857 55238.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2174.571 116.714 95667.714 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2197.000 2446.000 34533.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 3022.714 1961.571 46988.143 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1836.571 1198.429 108886.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 931.143 223.286 31711.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1030.571 332.143 54312.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1064.286 71.714 22587.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1587.857 160.286 64485.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 759.571 182.571 13851.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2043.714 489.429 36518.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 342.714 45.286 13637.714 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4507.143 828.143 72323.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2824.000 2555.857 183547.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1961.429 801.429 131245.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1027.429 116.714 51184.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1201.000 78.286 55225.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1130.429 60.714 42896.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5139167.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3775187.143 5* / -/ - ---USER EVENT ---============================================================================= ---G-19 åpnes ---============================================================================= - --- 10937.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 12 'DEC' 2006 / -/ - -WCONHIST - 'PR03A_G8' 'OPEN' 'ORAT' 3264.286 1509.429 57074.714 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2166.857 115.286 95860.286 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2083.714 2312.286 33488.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 3009.000 1947.286 46962.571 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1807.143 1168.143 109727.714 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1166.429 276.429 68034.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 1007.286 322.143 48552.571 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1054.714 84.000 20903.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1571.429 156.714 73705.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 821.286 195.143 20114.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2049.286 485.857 37239.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1590.429 91.429 29099.286 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4501.429 820.000 72201.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2737.714 2454.286 177955.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1901.429 742.714 131376.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1057.857 119.000 60836.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1142.000 73.714 59884.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1115.143 59.429 44475.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5056978.571 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3687680.000 5* / -/ - --- 10944.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 19 'DEC' 2006 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 717.857 3.857 11875.000 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3013.143 1323.714 55338.714 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1937.571 101.143 69262.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2297.857 2549.857 37274.714 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2234.857 1425.000 35641.571 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1597.714 1011.571 71811.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 715.714 167.143 20418.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 930.143 290.143 46332.286 5* / - 'PR29_G34' 'OPEN' 'ORAT' 951.429 94.429 16372.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1253.429 123.286 40804.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 816.714 190.286 18921.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1939.000 449.857 39414.571 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2851.571 140.000 45060.429 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4256.857 671.857 69214.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2618.857 2295.857 163124.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1740.429 585.714 75720.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 986.000 108.571 55142.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1231.571 77.714 54597.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1151.857 60.000 51922.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3859287.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3966824.286 5* / -/ - --- 10951.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 26 'DEC' 2006 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 4164.000 225.500 64842.833 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3315.333 1464.667 59329.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1908.667 96.833 73335.167 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2511.000 2633.667 39071.500 5* / - 'PR18_G40' 'OPEN' 'ORAT' 3056.167 1860.167 47567.667 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1789.500 1102.333 101607.667 5* / - 'PR24_G17' 'OPEN' 'ORAT' 899.500 203.167 19869.333 5* / - 'PR25_G21' 'OPEN' 'ORAT' 971.000 295.833 47888.167 5* / - 'PR29_G34' 'OPEN' 'ORAT' 995.333 115.333 16081.833 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1555.333 147.500 61249.167 5* / - 'PR27_G11' 'OPEN' 'ORAT' 840.833 189.833 32990.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2060.833 465.500 42272.500 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2743.333 135.667 44952.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4711.833 749.833 73886.500 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2758.667 2356.000 180420.833 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2098.000 674.500 124205.667 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1095.833 117.500 62420.667 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1243.167 76.500 60567.333 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1166.333 59.000 50161.500 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4938933.333 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4032845.000 5* / -/ - --- 10957.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 3565.000 446.000 56040.000 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3276.000 1462.000 59809.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2651.000 136.000 80651.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2521.000 2598.000 39677.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 3026.000 1852.000 47575.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1739.000 1082.000 103933.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1134.000 259.000 46504.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 956.000 295.000 45905.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 952.000 120.000 18381.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1521.000 147.000 66120.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 806.000 184.000 33162.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2022.000 461.000 39280.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2976.000 235.000 51920.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4654.000 733.000 73749.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2687.000 2318.000 177787.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1955.000 647.000 128845.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1078.000 116.000 61842.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1229.000 76.000 59753.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1129.000 58.000 49641.000 5* / -/ - -WCONPROD - 'BALDER' 'OPEN' 'RESV' 4* 7000.000 9* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4969590.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4044740.000 5* / -/ - --- 10958.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 2 'JAN' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 3327.429 278.571 52917.714 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3243.143 1473.571 59861.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2167.000 112.571 93539.143 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2518.571 2591.714 40008.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 3008.000 1890.000 47787.857 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1710.000 1078.857 104767.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1061.857 245.714 46540.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 950.000 296.429 47984.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 899.571 126.714 16761.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1484.857 144.429 59079.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 935.286 216.571 45415.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2020.714 467.714 43019.857 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2840.143 382.143 52556.857 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4602.000 734.714 73621.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2646.286 2315.571 176522.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1861.000 622.857 128554.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1063.571 116.571 62304.143 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1212.857 76.429 57852.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1131.429 58.857 50434.429 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4993137.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4061761.429 5* / -/ - --- 10965.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 9 'JAN' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2807.000 128.286 49094.429 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3231.857 1493.143 59269.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2084.143 109.286 92116.857 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2545.143 2573.429 40681.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2925.714 1981.571 46753.143 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1680.857 1071.714 106214.714 5* / - 'PR24_G17' 'OPEN' 'ORAT' 977.000 228.571 44263.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 943.857 297.571 50664.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 860.429 131.714 16716.857 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1460.000 142.714 59101.286 5* / - 'PR27_G11' 'OPEN' 'ORAT' 808.857 189.286 38276.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1959.429 458.286 40535.143 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2895.571 393.571 54599.143 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4587.429 741.714 73658.714 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2633.286 2328.143 178748.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1797.000 590.000 132500.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1056.714 117.000 62538.143 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1202.286 76.571 59082.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1124.286 58.857 51396.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4974274.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4029777.143 5* / -/ - --- 10972.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 16 'JAN' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2732.000 90.714 50152.286 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3218.571 1509.000 59920.286 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2055.571 108.857 89887.714 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2599.714 2549.143 41721.714 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2503.000 1743.429 56618.571 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1653.714 1063.143 107613.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 918.000 216.571 42050.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 941.143 298.714 55192.857 5* / - 'PR29_G34' 'OPEN' 'ORAT' 955.714 123.857 29612.857 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1439.143 142.286 62879.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 763.714 180.143 33814.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1897.714 447.857 41902.714 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2918.429 400.286 55652.286 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4546.571 731.143 74057.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2591.429 2311.286 176625.714 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1783.429 568.714 140806.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1047.857 117.000 62051.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1183.000 75.571 57433.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1106.571 58.571 50724.286 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4965071.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3880892.857 5* / -/ - --- 10979.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 23 'JAN' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2337.429 50.000 43604.857 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3216.429 1577.714 62403.857 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1765.571 94.286 54248.143 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1741.857 1604.857 31949.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 962.571 610.143 15920.857 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1079.286 693.143 64170.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 724.571 171.429 30306.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 696.000 221.714 32169.143 5* / - 'PR29_G34' 'OPEN' 'ORAT' 861.714 84.857 15437.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1215.429 120.571 42480.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 618.286 145.714 30095.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1433.429 340.000 30109.857 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3051.143 430.857 65955.286 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4378.714 671.286 74771.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1784.714 1568.857 104912.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1138.857 328.286 63404.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 831.857 93.286 40960.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 913.571 58.857 43520.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1248.857 68.143 53655.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3493315.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1983187.143 5* / -/ - --- 10986.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 30 'JAN' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2621.500 23.000 48897.000 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3172.000 1532.500 59276.500 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1974.500 103.500 40479.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2544.000 2504.000 40922.500 5* / - 'PR18_G40' 'OPEN' 'ORAT' 3014.000 1854.500 48298.500 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1719.500 1091.000 50427.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1082.500 252.000 45690.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 999.500 313.500 53110.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1125.000 93.500 18090.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1532.500 149.500 51787.500 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1014.500 235.000 44269.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1789.000 416.500 43977.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3335.500 451.000 104657.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4582.500 738.500 74246.500 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2703.000 2378.500 176497.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2053.000 542.000 66081.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1077.500 119.000 54129.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1120.000 71.000 57372.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1239.000 64.500 52492.500 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3649870.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2162830.000 5* / -/ - --- 10988.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'FEB' 2007 / -/ - --- : 25/11-G-30_Y Perforation Top: 2609.00 Bot: 3251.00 Diam: 0.22 Skin: 0.00 --- : 25/11-G-30_Y Perforation Top: 3254.00 Bot: 3262.00 Diam: 0.22 Skin: 0.00 --- : 25/11-G-30_Y Perforation Top: 2783.00 Bot: 3416.00 Diam: 0.22 Skin: 0.00 --- : 25/11-G-30_Y Perforation Top: 3438.00 Bot: 3442.00 Diam: 0.22 Skin: 0.00 --- : 25/11-G-30_Y Perforation Top: 3443.00 Bot: 3459.00 Diam: 0.22 Skin: 0.00 --- : 25/11-G-30_Y Perforation Top: 3460.00 Bot: 3472.00 Diam: 0.22 Skin: 0.00 --- : 25/11-G-30_Y Perforation Top: 3478.00 Bot: 3520.00 Diam: 0.22 Skin: 0.00 --- : 25/11-G-30_Y Perforation Top: 3521.00 Bot: 3547.00 Diam: 0.22 Skin: 0.00 --- : 25/11-G-30_Y Perforation Top: 3549.00 Bot: 3557.00 Diam: 0.22 Skin: 0.00 --- : 25/11-G-30_Y Perforation Top: 3577.00 Bot: 3619.00 Diam: 0.22 Skin: 0.00 --- : 25/11-G-30_Y Perforation Top: 3620.00 Bot: 3632.00 Diam: 0.22 Skin: 0.00 --- : 25/11-G-30_Y Perforation Top: 3635.00 Bot: 3728.00 Diam: 0.22 Skin: 0.00 --- : 25/11-G-30_Y Perforation Top: 3730.00 Bot: 3788.00 Diam: 0.22 Skin: 0.00 --- : 25/11-G-30_Y Perforation Top: 3804.00 Bot: 3895.00 Diam: 0.22 Skin: 0.00 --- : 25/11-G-30_Y Connection 60 104 15 Perf. Len 39.69 ( 79.1%) --- WARN: 25/11-G-30_Y WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-30_Y Connection 60 103 15 Perf. Len 50.89 (102.0%) --- : 25/11-G-30_Y Connection 60 102 15 Perf. Len 50.67 (101.1%) --- : 25/11-G-30_Y Connection 60 101 15 Perf. Len 7.02 ( 15.3%) --- : 25/11-G-30_Y Connection 61 101 15 Perf. Len 46.28 ( 91.1%) --- : 25/11-G-30_Y Connection 61 100 15 Perf. Len 55.45 (110.8%) --- : 25/11-G-30_Y Connection 61 99 15 Perf. Len 19.33 ( 38.9%) --- : 25/11-G-30_Y Connection 62 99 15 Perf. Len 39.69 ( 78.8%) --- : 25/11-G-30_Y Connection 62 98 15 Perf. Len 50.37 (100.1%) --- : 25/11-G-30_Y Connection 63 98 15 Perf. Len 11.74 ( 23.1%) --- : 25/11-G-30_Y Connection 63 97 15 Perf. Len 64.42 (129.3%) --- : 25/11-G-30_Y Connection 63 96 15 Perf. Len 3.06 ( 6.1%) --- : 25/11-G-30_Y Connection 64 96 15 Perf. Len 62.70 (125.8%) --- : 25/11-G-30_Y Connection 64 95 15 Perf. Len 13.81 ( 27.6%) --- : 25/11-G-30_Y Connection 65 95 15 Perf. Len 51.71 (103.0%) --- : 25/11-G-30_Y Connection 65 94 15 Perf. Len 28.83 ( 57.1%) --- : 25/11-G-30_Y Connection 66 94 15 Perf. Len 31.45 ( 63.9%) --- : 25/11-G-30_Y Connection 66 93 15 Perf. Len 22.90 ( 44.8%) --- : 25/11-G-30_Y Connection 60 101 15 Perf. Len 18.49 ( 36.8%) --- : 25/11-G-30_Y Connection 60 100 15 Perf. Len 49.82 ( 99.5%) --- : 25/11-G-30_Y Connection 60 99 15 Perf. Len 52.07 (104.2%) --- : 25/11-G-30_Y Connection 60 98 15 Perf. Len 44.72 ( 89.0%) --- : 25/11-G-30_Y Connection 61 98 15 Perf. Len 8.77 ( 18.0%) --- : 25/11-G-30_Y Connection 61 97 15 Perf. Len 55.76 (111.7%) --- : 25/11-G-30_Y Connection 61 96 15 Perf. Len 39.17 ( 77.8%) --- : 25/11-G-30_Y Connection 62 96 15 Perf. Len 21.74 ( 43.1%) --- : 25/11-G-30_Y Connection 62 95 15 Perf. Len 61.18 (123.6%) --- : 25/11-G-30_Y Connection 63 95 15 Perf. Len 0.51 ( 1.0%) --- : 25/11-G-30_Y Connection 63 94 15 Perf. Len 59.13 (118.6%) --- : 25/11-G-30_Y Connection 63 93 15 Perf. Len 42.45 ( 83.9%) --- : 25/11-G-30_Y Connection 64 93 15 Perf. Len 13.31 ( 26.1%) --- : 25/11-G-30_Y Connection 64 92 15 Perf. Len 53.01 (105.7%) --- : 25/11-G-30_Y Connection 64 91 15 Perf. Len 50.98 (101.8%) --- : 25/11-G-30_Y Connection 64 90 15 Perf. Len 49.78 (100.5%) --- : 25/11-G-30_Y Connection 64 89 15 Perf. Len 27.29 ( 54.0%) --- : 25/11-G-30_Y Connection 64 88 15 Perf. Len 43.46 ( 87.2%) --- : 25/11-G-30_Y Connection 64 87 15 Perf. Len 42.28 ( 85.0%) --- : 25/11-G-30_Y Connection 65 87 15 Perf. Len 5.27 ( 10.5%) --- : 25/11-G-30_Y Connection 65 86 15 Perf. Len 32.82 ( 66.2%) --- : 25/11-G-30_Y Connection 65 85 15 Perf. Len 49.45 ( 98.6%) --- : 25/11-G-30_Y Connection 65 84 15 Perf. Len 33.90 ( 68.3%) --- : 25/11-G-30_Y Connection 66 84 15 Perf. Len 20.37 ( 41.2%) --- : 25/11-G-30_Y Connection 66 83 15 Perf. Len 53.61 (104.3%) --- : 25/11-G-30_Y Connection 66 82 15 Perf. Len 30.79 ( 63.6%) --- : 25/11-G-30_Y Connection 67 82 15 Perf. Len 7.53 ( 14.1%) --- : 25/11-G-30_Y Connection 67 81 15 Perf. Len 55.55 (111.0%) --- : 25/11-G-30_Y Connection 67 80 15 Perf. Len 13.77 ( 27.4%) --- WARN: 25/11-G-30_Y WCONHIST may be inconsistent, existing event took precedence over generated -WELSPECS - 'PR17_G30' 'CE-SO' 61 111 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR17_G30' 1756.208 2510.000 50.089 'INC' 2* / - 2 2 1 1 2.000 0.043 0.159 1.5E-05 0.020 0.040 / - 3 3 1 2 9.000 0.193 0.085 1.5E-05 0.006 0.051 / - 4 4 1 3 6.000 0.128 0.102 1.5E-05 0.008 0.049 / - 5 5 1 4 25.000 0.490 0.155 1.5E-05 0.019 0.471 / - 6 6 1 5 7.000 0.057 0.191 1.5E-05 0.029 0.200 / - 7 7 1 6 43.000 0.325 0.159 1.5E-05 0.020 0.858 / - 8 8 1 7 26.846 0.018 0.128 1.5E-05 0.013 0.347 / - 9 9 1 8 45.292 0.027 0.128 1.5E-05 0.013 0.586 / - 10 10 1 9 50.780 0.030 0.128 1.5E-05 0.013 0.657 / - 11 11 1 10 28.842 0.018 0.128 1.5E-05 0.013 0.373 / - 12 12 1 11 26.649 0.012 0.128 1.5E-05 0.013 0.345 / - 13 13 1 12 50.866 0.024 0.128 1.5E-05 0.013 0.658 / - 14 14 1 13 37.388 0.019 0.128 1.5E-05 0.013 0.483 / - 15 15 1 14 29.507 0.025 0.128 1.5E-05 0.013 0.381 / - 16 16 1 15 45.028 -0.015 0.128 1.5E-05 0.013 0.582 / - 17 17 1 16 31.055 -0.050 0.128 1.5E-05 0.013 0.401 / - 18 18 1 17 38.081 -0.062 0.128 1.5E-05 0.013 0.492 / - 19 19 1 18 33.737 -0.044 0.128 1.5E-05 0.013 0.436 / - 20 20 1 19 32.879 0.017 0.128 1.5E-05 0.013 0.425 / - 21 21 1 20 38.257 0.024 0.128 1.5E-05 0.013 0.495 / - 22 22 1 21 32.760 0.029 0.128 1.5E-05 0.013 0.424 / - 23 23 1 22 40.269 0.038 0.128 1.5E-05 0.013 0.521 / - 24 24 1 23 30.140 0.036 0.128 1.5E-05 0.013 0.390 / - 25 25 1 24 28.674 0.038 0.128 1.5E-05 0.013 0.371 / - 26 26 2 1 2.000 -0.091 0.159 1.5E-05 0.020 0.040 / - 27 27 2 26 9.000 0.103 0.085 1.5E-05 0.006 0.051 / - 28 28 2 27 53.000 0.469 0.150 1.5E-05 0.018 0.942 / - 29 29 2 28 209.000 0.622 0.121 1.5E-05 0.012 2.419 / - 30 30 2 29 9.244 -0.010 0.128 1.5E-05 0.013 0.120 / - 31 31 2 30 34.153 -0.080 0.128 1.5E-05 0.013 0.442 / - 32 32 2 31 50.944 -0.124 0.128 1.5E-05 0.013 0.659 / - 33 33 2 32 48.395 -0.045 0.128 1.5E-05 0.013 0.626 / - 34 34 2 33 26.747 0.010 0.128 1.5E-05 0.013 0.346 / - 35 35 2 34 32.269 0.002 0.128 1.5E-05 0.013 0.417 / - 36 36 2 35 47.469 0.003 0.128 1.5E-05 0.013 0.614 / - 37 37 2 36 30.456 0.002 0.128 1.5E-05 0.013 0.394 / - 38 38 2 37 41.461 0.025 0.128 1.5E-05 0.013 0.536 / - 39 39 2 38 30.844 0.025 0.128 1.5E-05 0.013 0.399 / - 40 40 2 39 29.818 -0.003 0.128 1.5E-05 0.013 0.385 / - 41 41 2 40 50.793 0.000 0.128 1.5E-05 0.013 0.657 / - 42 42 2 41 27.881 0.003 0.128 1.5E-05 0.013 0.360 / - 43 43 2 42 33.158 0.006 0.128 1.5E-05 0.013 0.429 / - 44 44 2 43 51.996 -0.110 0.128 1.5E-05 0.013 0.672 / - 45 45 2 44 50.381 -0.335 0.128 1.5E-05 0.013 0.651 / - 46 46 2 45 50.037 -0.416 0.128 1.5E-05 0.013 0.647 / - 47 47 2 46 50.380 -0.415 0.128 1.5E-05 0.013 0.651 / - 48 48 2 47 47.874 -0.411 0.128 1.5E-05 0.013 0.619 / - 49 49 2 48 25.276 -0.213 0.128 1.5E-05 0.013 0.327 / - 50 50 2 49 29.045 -0.067 0.128 1.5E-05 0.013 0.376 / - 51 51 2 50 53.138 -0.034 0.128 1.5E-05 0.013 0.687 / - 52 52 2 51 43.678 0.024 0.128 1.5E-05 0.013 0.565 / - 53 53 2 52 27.135 0.022 0.128 1.5E-05 0.013 0.351 / - 54 54 2 53 37.988 0.030 0.128 1.5E-05 0.013 0.491 / - 55 55 2 54 51.199 0.020 0.128 1.5E-05 0.013 0.662 / - 56 56 2 55 27.161 0.003 0.128 1.5E-05 0.013 0.351 / - 57 57 2 56 31.540 0.028 0.128 1.5E-05 0.013 0.408 / - 58 58 2 57 34.657 0.032 0.128 1.5E-05 0.013 0.448 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR17_G30' 60 104 15 15 'OPEN' 1* 3700.208 0.216 288452.812 2* 'Y' 7.032 / - 'PR17_G30' 60 103 15 15 'OPEN' 1* 4705.360 0.216 366814.688 2* 'Y' 7.033 / - 'PR17_G30' 60 102 15 15 'OPEN' 1* 4669.717 0.216 364011.281 2* 'Y' 7.031 / - 'PR17_G30' 60 101 15 15 'OPEN' 1* 720.757 0.216 56191.777 2* 'Y' 7.035 / - 'PR17_G30' 61 101 15 15 'OPEN' 1* 4644.796 0.216 362167.469 2* 'Y' 7.039 / - 'PR17_G30' 61 100 15 15 'OPEN' 1* 5296.335 0.216 412828.812 2* 'Y' 7.029 / - 'PR17_G30' 61 99 15 15 'OPEN' 1* 1729.121 0.216 134838.031 2* 'Y' 7.042 / - 'PR17_G30' 62 99 15 15 'OPEN' 1* 3639.429 0.216 283812.781 2* 'Y' 7.043 / - 'PR17_G30' 62 98 15 15 'OPEN' 1* 4571.020 0.216 356475.844 2* 'Y' 7.044 / - 'PR17_G30' 63 98 15 15 'OPEN' 1* 929.770 0.216 72505.367 2* 'Y' 7.042 / - 'PR17_G30' 63 97 15 15 'OPEN' 1* 5692.298 0.216 443541.625 2* 'Y' 7.019 / - 'PR17_G30' 63 96 15 15 'OPEN' 1* 270.778 0.216 21116.566 2* 'Y' 7.043 / - 'PR17_G30' 64 96 15 15 'OPEN' 1* 5467.829 0.216 426443.031 2* 'Y' 7.046 / - 'PR17_G30' 64 95 15 15 'OPEN' 1* 1174.539 0.216 91523.273 2* 'Y' 7.020 / - 'PR17_G30' 65 95 15 15 'OPEN' 1* 4091.121 0.216 318799.438 2* 'Y' 7.021 / - 'PR17_G30' 65 94 15 15 'OPEN' 1* 2379.238 0.216 185548.766 2* 'Y' 7.044 / - 'PR17_G30' 66 94 15 15 'OPEN' 1* 2625.021 0.216 204689.438 2* 'Y' 7.040 / - 'PR17_G30' 66 93 15 15 'OPEN' 1* 1109.220 0.216 86481.469 2* 'Y' 7.036 / - 'PR17_G30' 60 101 15 15 'OPEN' 1* 1733.886 0.216 135166.984 2* 'Y' 7.033 / - 'PR17_G30' 60 100 15 15 'OPEN' 1* 4531.956 0.216 353283.781 2* 'Y' 7.032 / - 'PR17_G30' 60 99 15 15 'OPEN' 1* 4399.532 0.216 342989.594 2* 'Y' 7.034 / - 'PR17_G30' 60 98 15 15 'OPEN' 1* 4135.614 0.216 322430.094 2* 'Y' 7.036 / - 'PR17_G30' 61 98 15 15 'OPEN' 1* 769.932 0.216 60036.008 2* 'Y' 7.040 / - 'PR17_G30' 61 97 15 15 'OPEN' 1* 4763.326 0.216 371277.594 2* 'Y' 7.028 / - 'PR17_G30' 61 96 15 15 'OPEN' 1* 3240.805 0.216 252727.047 2* 'Y' 7.043 / - 'PR17_G30' 62 96 15 15 'OPEN' 1* 1832.544 0.216 142914.219 2* 'Y' 7.044 / - 'PR17_G30' 62 95 15 15 'OPEN' 1* 4733.881 0.216 368907.125 2* 'Y' 7.022 / - 'PR17_G30' 63 95 15 15 'OPEN' 1* 40.287 0.216 3139.291 2* 'Y' 7.020 / - 'PR17_G30' 63 94 15 15 'OPEN' 1* 4145.802 0.216 323269.625 2* 'Y' 7.040 / - 'PR17_G30' 63 93 15 15 'OPEN' 1* 2860.765 0.216 223051.609 2* 'Y' 7.038 / - 'PR17_G30' 64 93 15 15 'OPEN' 1* 969.235 0.216 75575.891 2* 'Y' 7.040 / - 'PR17_G30' 64 92 15 15 'OPEN' 1* 3688.551 0.216 287543.344 2* 'Y' 7.032 / - 'PR17_G30' 64 91 15 15 'OPEN' 1* 3548.129 0.216 276642.094 2* 'Y' 7.037 / - 'PR17_G30' 64 90 15 15 'OPEN' 1* 2444.057 0.216 190551.625 2* 'Y' 7.036 / - 'PR17_G30' 64 89 15 15 'OPEN' 1* 1269.509 0.216 98978.812 2* 'Y' 7.036 / - 'PR17_G30' 64 88 15 15 'OPEN' 1* 2302.857 0.216 179546.031 2* 'Y' 7.037 / - 'PR17_G30' 64 87 15 15 'OPEN' 1* 2340.261 0.216 182452.391 2* 'Y' 7.035 / - 'PR17_G30' 65 87 15 15 'OPEN' 1* 258.736 0.216 20171.199 2* 'Y' 7.034 / - 'PR17_G30' 65 86 15 15 'OPEN' 1* 1627.298 0.216 126882.906 2* 'Y' 7.038 / - 'PR17_G30' 65 85 15 15 'OPEN' 1* 1989.643 0.216 155097.438 2* 'Y' 7.031 / - 'PR17_G30' 65 84 15 15 'OPEN' 1* 993.424 0.216 77462.156 2* 'Y' 7.040 / - 'PR17_G30' 66 84 15 15 'OPEN' 1* 1147.371 0.216 89456.539 2* 'Y' 7.037 / - 'PR17_G30' 66 83 15 15 'OPEN' 1* 2756.843 0.216 214942.828 2* 'Y' 7.037 / - 'PR17_G30' 66 82 15 15 'OPEN' 1* 405.461 0.216 31601.426 2* 'Y' 7.026 / - 'PR17_G30' 67 82 15 15 'OPEN' 1* 138.241 0.216 10773.648 2* 'Y' 7.024 / - 'PR17_G30' 67 81 15 15 'OPEN' 1* 1938.323 0.216 151144.375 2* 'Y' 7.040 / - 'PR17_G30' 67 80 15 15 'OPEN' 1* 911.709 0.216 71392.922 2* 'Y' 7.166 / -/ - -COMPSEGS -'PR17_G30' / - 60 104 15 1 2609.000 2648.691 3* / - 60 103 15 1 2648.691 2699.584 3* / - 60 102 15 1 2699.584 2750.251 3* / - 60 101 15 1 2750.251 2757.268 3* / - 61 101 15 1 2757.268 2803.550 3* / - 61 100 15 1 2803.550 2859.000 3* / - 61 99 15 1 2859.000 2878.326 3* / - 62 99 15 1 2878.326 2918.015 3* / - 62 98 15 1 2918.015 2968.381 3* / - 63 98 15 1 2968.381 2980.124 3* / - 63 97 15 1 2980.124 3044.542 3* / - 63 96 15 1 3044.542 3047.599 3* / - 64 96 15 1 3047.599 3110.301 3* / - 64 95 15 1 3110.301 3124.113 3* / - 65 95 15 1 3124.113 3175.820 3* / - 65 94 15 1 3175.820 3204.652 3* / - 66 94 15 1 3204.652 3236.100 3* / - 66 93 15 1 3236.100 3262.000 3* / - 60 101 15 2 2783.000 2801.487 3* / - 60 100 15 2 2801.487 2851.305 3* / - 60 99 15 2 2851.305 2903.375 3* / - 60 98 15 2 2903.375 2948.095 3* / - 61 98 15 2 2948.095 2956.869 3* / - 61 97 15 2 2956.869 3012.633 3* / - 61 96 15 2 3012.633 3051.806 3* / - 62 96 15 2 3051.806 3073.546 3* / - 62 95 15 2 3073.546 3134.728 3* / - 63 95 15 2 3134.728 3135.234 3* / - 63 94 15 2 3135.234 3194.365 3* / - 63 93 15 2 3194.365 3236.819 3* / - 64 93 15 2 3236.819 3250.127 3* / - 64 92 15 2 3250.127 3303.136 3* / - 64 91 15 2 3303.136 3354.119 3* / - 64 90 15 2 3354.119 3403.898 3* / - 64 89 15 2 3403.898 3454.193 3* / - 64 88 15 2 3454.193 3504.658 3* / - 64 87 15 2 3504.658 3549.941 3* / - 65 87 15 2 3549.941 3555.210 3* / - 65 86 15 2 3555.210 3608.032 3* / - 65 85 15 2 3608.032 3661.486 3* / - 65 84 15 2 3661.486 3695.388 3* / - 66 84 15 2 3695.388 3715.755 3* / - 66 83 15 2 3715.755 3771.364 3* / - 66 82 15 2 3771.364 3818.154 3* / - 67 82 15 2 3818.154 3825.685 3* / - 67 81 15 2 3825.685 3881.234 3* / - 67 80 15 2 3881.234 3895.000 3* / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2328.800 22.600 41890.400 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3073.400 1561.800 54599.600 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2021.600 87.200 63817.800 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2481.400 2578.000 40219.000 5* / - 'PR17_G30' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2969.000 1873.800 48119.400 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1823.400 1019.200 89946.600 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1001.400 228.000 44275.200 5* / - 'PR25_G21' 'OPEN' 'ORAT' 981.200 239.000 48977.800 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1093.800 94.200 20578.400 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1513.800 172.000 61339.800 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1148.600 116.800 50938.800 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2003.600 231.000 41776.600 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2964.800 500.800 106269.400 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4442.600 753.000 72304.800 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2382.000 2276.200 168937.200 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1892.600 576.600 116528.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1062.000 95.800 56447.400 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1120.200 74.200 55236.800 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1099.800 60.200 50798.800 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5171548.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3854750.000 5* / -/ - -INCLUDE - '/d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/icd/ICD_G30_EDIT.WELDAT' / - - --- 10993.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 6 'FEB' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2160.429 12.857 36861.429 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3106.286 1578.429 54730.286 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2106.143 90.714 86597.571 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2227.571 2263.143 36523.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2984.857 1936.286 107853.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1871.857 1044.143 97532.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 968.429 220.000 44033.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 981.286 238.571 46837.286 5* / - 'PR29_G34' 'OPEN' 'ORAT' 833.429 108.714 35889.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1498.429 172.286 73621.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1061.571 110.000 52725.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1956.143 225.143 31297.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2849.286 481.286 105584.286 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4423.571 740.286 72437.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2197.143 2099.714 143765.143 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1625.857 539.143 109058.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1053.714 94.857 55768.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1071.429 70.857 43378.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 955.286 52.143 45583.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5247562.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4071780.000 5* / -/ - --- 11000.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 13 'FEB' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1097.857 18.429 23864.143 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3069.143 1581.000 55756.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2065.714 89.286 96090.429 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2511.000 2564.429 41126.571 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2721.857 1779.000 160027.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1716.143 959.571 94463.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 933.571 212.714 42548.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 956.286 233.000 46778.714 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1081.286 81.429 23423.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1445.571 167.000 57598.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1026.714 93.429 35157.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1987.286 229.286 40792.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2511.571 421.143 95234.571 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4323.143 830.714 72596.857 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2005.000 1912.143 150817.286 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1512.143 498.000 120217.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1036.000 93.714 56249.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1079.286 71.429 30264.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1003.000 54.714 52191.429 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5614784.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4389818.571 5* / -/ - --- 11007.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 20 'FEB' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1505.857 34.286 31124.857 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2800.000 1350.429 56008.571 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2059.143 88.429 85529.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2548.571 2529.429 40698.714 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2590.571 1663.429 149784.571 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1694.571 940.429 102423.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 912.857 206.429 43202.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 964.143 233.286 48164.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 889.000 92.143 27077.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1463.143 167.429 67597.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 957.714 95.143 42354.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1911.714 218.571 30915.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1513.143 254.429 34769.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 2649.286 410.143 43405.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 745.857 569.143 20864.429 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1017.286 261.429 48834.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 596.143 52.429 29263.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 536.571 34.857 17095.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 663.143 35.286 27313.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3708231.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2227711.714 5* / -/ - --- 11014.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 27 'FEB' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2245.500 53.000 40330.000 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3141.000 1485.500 55192.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2056.000 86.000 85264.500 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2603.500 2459.500 41672.500 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2536.000 1566.000 144673.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1689.500 911.500 97952.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 953.000 209.500 49624.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 956.000 225.000 48376.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 682.500 108.000 17394.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1470.000 163.500 59714.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1021.000 93.500 31161.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2106.500 234.500 39323.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2792.000 450.500 52894.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4227.500 677.500 68995.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 660.500 619.000 14743.500 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1902.500 514.500 114318.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1164.000 101.500 65817.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1169.000 74.500 35349.500 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1362.000 71.500 57001.500 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3742290.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2199315.000 5* / -/ - --- 11016.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'MAR' 2007 / -/ - --- : PR01 Perforation Top: 3815.00 Bot: 5700.00 Diam: 0.22 Skin: 0.00 --- : PR01 Perforation Top: 3969.00 Bot: 5350.00 Diam: 0.22 Skin: 0.00 --- : PR01 Perforation Top: 3807.00 Bot: 5575.00 Diam: 0.22 Skin: 0.00 --- : PR01 Connection 22 179 15 Perf. Len 18.89 ( 38.4%) --- WARN: PR01 WELSPECS may be inconsistent, existing event took precedence over generated --- : PR01 Connection 22 180 15 Perf. Len 36.61 ( 72.6%) --- : PR01 Connection 21 180 15 Perf. Len 15.77 ( 32.8%) --- : PR01 Connection 21 181 15 Perf. Len 52.52 (105.0%) --- : PR01 Connection 21 182 15 Perf. Len 52.25 (104.6%) --- : PR01 Connection 21 183 15 Perf. Len 51.71 (103.1%) --- : PR01 Connection 21 184 15 Perf. Len 3.62 ( 7.2%) --- : PR01 Connection 20 184 15 Perf. Len 47.84 ( 95.6%) --- : PR01 Connection 20 185 15 Perf. Len 51.07 (102.3%) --- : PR01 Connection 20 186 15 Perf. Len 51.90 (103.3%) --- : PR01 Connection 20 187 15 Perf. Len 49.98 ( 98.9%) --- : PR01 Connection 20 188 15 Perf. Len 50.48 (103.2%) --- : PR01 Connection 20 189 15 Perf. Len 13.64 ( 26.0%) --- : PR01 Connection 19 189 15 Perf. Len 37.09 ( 74.3%) --- : PR01 Connection 19 190 15 Perf. Len 50.13 (100.9%) --- : PR01 Connection 19 191 15 Perf. Len 50.39 (100.0%) --- : PR01 Connection 19 192 15 Perf. Len 50.51 (100.6%) --- : PR01 Connection 19 193 15 Perf. Len 49.53 (100.3%) --- : PR01 Connection 19 194 15 Perf. Len 50.68 (100.5%) --- : PR01 Connection 19 195 15 Perf. Len 48.76 ( 98.8%) --- : PR01 Connection 19 196 15 Perf. Len 50.98 (100.5%) --- : PR01 Connection 19 197 15 Perf. Len 50.10 ( 99.6%) --- : PR01 Connection 19 198 15 Perf. Len 49.96 (100.2%) --- : PR01 Connection 19 199 15 Perf. Len 49.96 (100.3%) --- : PR01 Connection 19 200 15 Perf. Len 50.94 (100.9%) --- : PR01 Connection 19 201 15 Perf. Len 49.64 (100.2%) --- : PR01 Connection 19 202 15 Perf. Len 50.45 (101.0%) --- : PR01 Connection 19 203 15 Perf. Len 49.19 ( 98.3%) --- : PR01 Connection 20 203 15 Perf. Len 0.59 ( 1.2%) --- : PR01 Connection 20 204 15 Perf. Len 49.80 (100.1%) --- : PR01 Connection 20 205 15 Perf. Len 50.71 (100.3%) --- : PR01 Connection 20 206 15 Perf. Len 49.67 ( 98.9%) --- : PR01 Connection 20 207 15 Perf. Len 50.19 (100.8%) --- : PR01 Connection 20 208 15 Perf. Len 38.12 ( 76.8%) --- : PR01 Connection 19 208 15 Perf. Len 11.49 ( 23.6%) --- : PR01 Connection 19 209 15 Perf. Len 50.42 ( 99.0%) --- : PR01 Connection 19 210 15 Perf. Len 50.51 (101.6%) --- : PR01 Connection 19 211 15 Perf. Len 50.57 (100.7%) --- : PR01 Connection 19 212 15 Perf. Len 50.13 ( 99.9%) --- : PR01 Connection 19 213 15 Perf. Len 50.82 (102.8%) --- : PR01 Connection 19 214 15 Perf. Len 50.97 (101.3%) --- : PR01 Connection 19 215 15 Perf. Len 46.26 ( 92.1%) --- : PR01 Connection 18 215 15 Perf. Len 5.16 ( 9.4%) --- : PR01 Connection 18 216 15 Perf. Len 45.00 ( 91.1%) --- : PR01 Connection 21 182 15 Perf. Len 12.45 ( 24.8%) --- : PR01 Connection 21 183 15 Perf. Len 49.70 (100.2%) --- : PR01 Connection 21 184 15 Perf. Len 50.37 (101.2%) --- : PR01 Connection 21 185 15 Perf. Len 49.67 ( 99.1%) --- : PR01 Connection 21 186 15 Perf. Len 50.60 ( 99.5%) --- : PR01 Connection 21 187 15 Perf. Len 50.34 (101.1%) --- : PR01 Connection 21 188 15 Perf. Len 49.57 ( 99.5%) --- : PR01 Connection 21 189 15 Perf. Len 47.66 ( 93.9%) --- : PR01 Connection 22 189 15 Perf. Len 3.01 ( 7.7%) --- : PR01 Connection 22 190 15 Perf. Len 49.77 ( 99.5%) --- : PR01 Connection 22 191 15 Perf. Len 50.99 (100.3%) --- : PR01 Connection 22 192 15 Perf. Len 49.90 ( 99.9%) --- : PR01 Connection 22 193 15 Perf. Len 49.76 (100.4%) --- : PR01 Connection 22 194 15 Perf. Len 49.89 ( 99.8%) --- : PR01 Connection 22 195 15 Perf. Len 50.31 (100.7%) --- : PR01 Connection 22 196 15 Perf. Len 49.88 ( 99.9%) --- : PR01 Connection 22 197 15 Perf. Len 50.85 (100.9%) --- : PR01 Connection 22 198 15 Perf. Len 49.40 ( 99.6%) --- : PR01 Connection 22 199 15 Perf. Len 50.38 (100.1%) --- : PR01 Connection 22 200 15 Perf. Len 50.47 (100.7%) --- : PR01 Connection 22 201 15 Perf. Len 49.88 ( 99.9%) --- : PR01 Connection 22 202 15 Perf. Len 44.36 ( 88.6%) --- : PR01 Connection 23 202 15 Perf. Len 6.54 ( 13.0%) --- : PR01 Connection 23 203 15 Perf. Len 50.67 (101.9%) --- : PR01 Connection 23 204 15 Perf. Len 51.93 (103.2%) --- : PR01 Connection 23 205 15 Perf. Len 50.74 (101.6%) --- : PR01 Connection 23 206 15 Perf. Len 50.43 (101.0%) --- : PR01 Connection 23 207 15 Perf. Len 50.21 ( 99.8%) --- : PR01 Connection 23 208 15 Perf. Len 49.59 ( 99.7%) --- : PR01 Connection 23 209 15 Perf. Len 50.01 (100.4%) --- : PR01 Connection 23 210 15 Perf. Len 11.67 ( 23.5%) --- : PR01 Connection 23 179 15 Perf. Len 8.06 ( 15.7%) --- : PR01 Connection 23 180 15 Perf. Len 49.83 (100.1%) --- : PR01 Connection 23 181 15 Perf. Len 50.63 (100.2%) --- : PR01 Connection 23 182 15 Perf. Len 49.76 (100.7%) --- : PR01 Connection 23 183 15 Perf. Len 49.57 ( 98.8%) --- : PR01 Connection 23 184 15 Perf. Len 50.77 (100.2%) --- : PR01 Connection 23 185 15 Perf. Len 49.21 (100.0%) --- : PR01 Connection 23 186 15 Perf. Len 50.87 (100.3%) --- : PR01 Connection 23 187 15 Perf. Len 50.45 (101.1%) --- : PR01 Connection 23 188 15 Perf. Len 47.84 ( 96.1%) --- : PR01 Connection 24 188 15 Perf. Len 2.56 ( 5.2%) --- : PR01 Connection 24 189 15 Perf. Len 51.32 (101.4%) --- : PR01 Connection 24 190 15 Perf. Len 51.37 (104.0%) --- : PR01 Connection 24 191 15 Perf. Len 51.62 (103.1%) --- : PR01 Connection 24 192 15 Perf. Len 46.95 ( 93.2%) --- : PR01 Connection 25 192 15 Perf. Len 5.53 ( 11.1%) --- : PR01 Connection 25 193 15 Perf. Len 50.98 (103.3%) --- : PR01 Connection 25 194 15 Perf. Len 52.33 (103.8%) --- : PR01 Connection 25 195 15 Perf. Len 51.33 (103.2%) --- : PR01 Connection 25 196 15 Perf. Len 31.41 ( 62.4%) --- : PR01 Connection 26 196 15 Perf. Len 20.82 ( 41.3%) --- : PR01 Connection 26 197 15 Perf. Len 52.03 (104.1%) --- : PR01 Connection 26 198 15 Perf. Len 51.43 (103.3%) --- : PR01 Connection 26 199 15 Perf. Len 52.15 (103.8%) --- : PR01 Connection 26 200 15 Perf. Len 12.59 ( 25.0%) --- : PR01 Connection 27 200 15 Perf. Len 39.38 ( 79.0%) --- : PR01 Connection 27 201 15 Perf. Len 51.74 (103.6%) --- : PR01 Connection 27 202 15 Perf. Len 51.53 (103.9%) --- : PR01 Connection 27 203 15 Perf. Len 50.82 (101.4%) --- : PR01 Connection 27 204 15 Perf. Len 19.50 ( 38.3%) --- : PR01 Connection 28 204 15 Perf. Len 31.62 ( 62.6%) --- : PR01 Connection 28 205 15 Perf. Len 50.49 (100.8%) --- : PR01 Connection 28 206 15 Perf. Len 49.63 (100.9%) --- : PR01 Connection 28 207 15 Perf. Len 50.57 ( 99.3%) --- : PR01 Connection 28 208 15 Perf. Len 49.85 (101.5%) --- : PR01 Connection 28 209 15 Perf. Len 49.86 ( 98.4%) --- : PR01 Connection 28 210 15 Perf. Len 50.92 (100.9%) --- : PR01 Connection 28 211 15 Perf. Len 49.37 ( 99.8%) --- : PR01 Connection 28 212 15 Perf. Len 50.69 (101.9%) --- : PR01 Connection 28 213 15 Perf. Len 7.62 ( 14.3%) --- : PR01 Connection 27 213 15 Perf. Len 42.65 ( 85.8%) --- : PR01 Connection 27 214 15 Perf. Len 30.36 ( 60.8%) --- WARN: PR01 WCONHIST may be inconsistent, existing event took precedence over generated --- : PR03 Perforation Top: 350.00 Bot: 1680.00 Diam: 0.22 Skin: 10.00 --- : PR03 Perforation Top: 300.00 Bot: 1650.00 Diam: 0.22 Skin: 10.00 --- : PR03 Perforation Top: 250.00 Bot: 1775.00 Diam: 0.22 Skin: 10.00 --- : PR03 Perforation Top: 150.00 Bot: 1480.00 Diam: 0.22 Skin: 10.00 --- WARN: PR03 Perf interval 150.000000 to 167.900003 outside all cells, discarded --- : PR03 Connection 33 195 15 Perf. Len 10.76 ( 21.5%) --- WARN: PR03 WELSPECS may be inconsistent, existing event took precedence over generated --- : PR03 Connection 33 196 15 Perf. Len 50.15 (100.2%) --- : PR03 Connection 33 197 15 Perf. Len 50.14 (100.2%) --- : PR03 Connection 33 198 15 Perf. Len 49.62 (100.0%) --- : PR03 Connection 33 199 15 Perf. Len 50.24 (100.1%) --- : PR03 Connection 33 200 15 Perf. Len 50.55 (100.6%) --- : PR03 Connection 33 201 15 Perf. Len 50.38 (101.1%) --- : PR03 Connection 33 202 15 Perf. Len 50.53 (100.6%) --- : PR03 Connection 33 203 15 Perf. Len 49.98 (100.3%) --- : PR03 Connection 33 204 15 Perf. Len 36.71 ( 73.1%) --- : PR03 Connection 34 204 15 Perf. Len 13.83 ( 27.5%) --- : PR03 Connection 34 205 15 Perf. Len 50.36 (100.3%) --- : PR03 Connection 34 206 15 Perf. Len 50.13 (100.6%) --- : PR03 Connection 34 207 15 Perf. Len 50.25 ( 99.2%) --- : PR03 Connection 34 208 15 Perf. Len 50.11 (102.3%) --- : PR03 Connection 34 209 15 Perf. Len 50.27 ( 99.2%) --- : PR03 Connection 34 210 15 Perf. Len 50.25 (100.0%) --- : PR03 Connection 34 211 15 Perf. Len 49.89 (100.1%) --- : PR03 Connection 34 212 15 Perf. Len 50.33 ( 99.4%) --- : PR03 Connection 34 213 15 Perf. Len 50.27 (102.0%) --- : PR03 Connection 34 214 15 Perf. Len 50.33 (100.3%) --- : PR03 Connection 34 215 15 Perf. Len 50.35 ( 99.5%) --- : PR03 Connection 34 216 15 Perf. Len 49.80 (101.0%) --- : PR03 Connection 34 217 15 Perf. Len 15.49 ( 30.9%) --- : PR03 Connection 33 217 15 Perf. Len 34.85 ( 69.5%) --- : PR03 Connection 33 218 15 Perf. Len 49.82 (100.2%) --- : PR03 Connection 33 219 15 Perf. Len 50.33 (100.3%) --- : PR03 Connection 33 220 15 Perf. Len 50.35 (100.4%) --- : PR03 Connection 33 221 15 Perf. Len 49.80 (100.1%) --- : PR03 Connection 33 222 15 Perf. Len 14.14 ( 28.6%) --- : PR03 Connection 34 194 15 Perf. Len 30.69 ( 61.6%) --- : PR03 Connection 34 195 15 Perf. Len 56.01 (112.4%) --- : PR03 Connection 34 196 15 Perf. Len 15.97 ( 32.4%) --- : PR03 Connection 35 196 15 Perf. Len 39.66 ( 77.9%) --- : PR03 Connection 35 197 15 Perf. Len 55.63 (111.4%) --- : PR03 Connection 35 198 15 Perf. Len 31.43 ( 62.2%) --- : PR03 Connection 36 198 15 Perf. Len 19.78 ( 40.7%) --- : PR03 Connection 36 199 15 Perf. Len 50.93 (102.0%) --- : PR03 Connection 36 200 15 Perf. Len 50.91 (101.9%) --- : PR03 Connection 36 201 15 Perf. Len 49.73 (100.1%) --- : PR03 Connection 36 202 15 Perf. Len 50.24 (100.3%) --- : PR03 Connection 36 203 15 Perf. Len 50.10 (100.9%) --- : PR03 Connection 36 204 15 Perf. Len 49.83 ( 99.5%) --- : PR03 Connection 36 205 15 Perf. Len 50.31 (100.3%) --- : PR03 Connection 36 206 15 Perf. Len 50.40 (100.8%) --- : PR03 Connection 36 207 15 Perf. Len 36.64 ( 72.6%) --- : PR03 Connection 37 207 15 Perf. Len 13.91 ( 27.6%) --- : PR03 Connection 37 208 15 Perf. Len 50.00 (100.8%) --- : PR03 Connection 37 209 15 Perf. Len 50.54 ( 99.4%) --- : PR03 Connection 37 210 15 Perf. Len 50.96 (100.2%) --- : PR03 Connection 37 211 15 Perf. Len 49.76 (100.3%) --- : PR03 Connection 37 212 15 Perf. Len 50.15 (100.2%) --- : PR03 Connection 37 213 15 Perf. Len 50.07 (100.9%) --- : PR03 Connection 37 214 15 Perf. Len 50.15 (100.3%) --- : PR03 Connection 37 215 15 Perf. Len 37.49 ( 74.0%) --- : PR03 Connection 36 215 15 Perf. Len 12.66 ( 26.2%) --- : PR03 Connection 36 216 15 Perf. Len 49.62 (100.1%) --- : PR03 Connection 36 217 15 Perf. Len 50.15 (100.2%) --- : PR03 Connection 36 218 15 Perf. Len 50.07 (101.0%) --- : PR03 Connection 36 219 15 Perf. Len 50.15 (100.2%) --- : PR03 Connection 36 220 15 Perf. Len 46.08 ( 92.5%) --- : PR03 Connection 32 193 15 Perf. Len 26.42 ( 52.4%) --- : PR03 Connection 32 194 15 Perf. Len 12.02 ( 25.0%) --- : PR03 Connection 31 194 15 Perf. Len 43.21 ( 86.6%) --- : PR03 Connection 31 195 15 Perf. Len 52.77 (106.8%) --- : PR03 Connection 31 196 15 Perf. Len 40.69 ( 81.7%) --- : PR03 Connection 30 196 15 Perf. Len 12.76 ( 25.5%) --- : PR03 Connection 30 197 15 Perf. Len 50.57 (101.1%) --- : PR03 Connection 30 198 15 Perf. Len 50.51 (101.8%) --- : PR03 Connection 30 199 15 Perf. Len 50.56 (102.0%) --- : PR03 Connection 30 200 15 Perf. Len 51.05 ( 98.7%) --- : PR03 Connection 30 201 15 Perf. Len 50.46 (102.8%) --- : PR03 Connection 30 202 15 Perf. Len 51.02 (101.5%) --- : PR03 Connection 30 203 15 Perf. Len 49.65 ( 98.9%) --- : PR03 Connection 31 203 15 Perf. Len 1.19 ( 3.3%) --- : PR03 Connection 31 204 15 Perf. Len 51.02 (101.6%) --- : PR03 Connection 31 205 15 Perf. Len 50.38 ( 99.5%) --- : PR03 Connection 31 206 15 Perf. Len 49.97 (100.6%) --- : PR03 Connection 31 207 15 Perf. Len 50.09 (100.0%) --- : PR03 Connection 31 208 15 Perf. Len 49.95 (100.5%) --- : PR03 Connection 31 209 15 Perf. Len 50.09 (100.0%) --- : PR03 Connection 31 210 15 Perf. Len 50.52 (100.9%) --- : PR03 Connection 31 211 15 Perf. Len 49.54 ( 99.7%) --- : PR03 Connection 31 212 15 Perf. Len 50.39 (100.4%) --- : PR03 Connection 31 213 15 Perf. Len 49.69 ( 98.9%) --- : PR03 Connection 31 214 15 Perf. Len 50.22 (100.9%) --- : PR03 Connection 31 215 15 Perf. Len 50.24 (100.0%) --- : PR03 Connection 31 216 15 Perf. Len 49.69 ( 99.8%) --- : PR03 Connection 31 217 15 Perf. Len 50.24 (100.0%) --- : PR03 Connection 31 218 15 Perf. Len 50.13 (101.6%) --- : PR03 Connection 31 219 15 Perf. Len 50.24 ( 99.1%) --- : PR03 Connection 31 220 15 Perf. Len 50.04 ( 99.6%) --- : PR03 Connection 31 221 15 Perf. Len 50.22 (101.0%) --- : PR03 Connection 31 222 15 Perf. Len 50.28 (100.2%) --- : PR03 Connection 31 223 15 Perf. Len 29.17 ( 58.3%) --- : PR03 Connection 33 192 15 Perf. Len 56.41 (112.8%) --- : PR03 Connection 34 192 15 Perf. Len 12.85 ( 25.5%) --- : PR03 Connection 34 193 15 Perf. Len 55.81 (111.8%) --- : PR03 Connection 35 193 15 Perf. Len 15.39 ( 31.0%) --- : PR03 Connection 35 194 15 Perf. Len 55.39 (110.5%) --- : PR03 Connection 36 194 15 Perf. Len 15.24 ( 30.7%) --- : PR03 Connection 36 195 15 Perf. Len 63.36 (126.7%) --- : PR03 Connection 36 196 15 Perf. Len 0.68 ( 1.5%) --- : PR03 Connection 37 196 15 Perf. Len 62.85 (125.0%) --- : PR03 Connection 37 197 15 Perf. Len 23.89 ( 47.3%) --- : PR03 Connection 38 197 15 Perf. Len 32.71 ( 65.3%) --- : PR03 Connection 38 198 15 Perf. Len 55.21 (111.2%) --- : PR03 Connection 38 199 15 Perf. Len 26.28 ( 52.4%) --- : PR03 Connection 39 199 15 Perf. Len 29.29 ( 58.5%) --- : PR03 Connection 39 200 15 Perf. Len 55.85 (111.5%) --- : PR03 Connection 39 201 15 Perf. Len 50.51 (100.6%) --- : PR03 Connection 39 202 15 Perf. Len 50.17 (100.0%) --- : PR03 Connection 39 203 15 Perf. Len 49.63 ( 99.8%) --- : PR03 Connection 39 204 15 Perf. Len 40.48 ( 80.7%) --- : PR03 Connection 40 204 15 Perf. Len 9.67 ( 19.3%) --- : PR03 Connection 40 205 15 Perf. Len 50.26 (100.2%) --- : PR03 Connection 40 206 15 Perf. Len 50.13 (100.8%) --- : PR03 Connection 40 207 15 Perf. Len 49.97 ( 99.6%) --- : PR03 Connection 40 208 15 Perf. Len 49.74 (100.0%) --- : PR03 Connection 40 209 15 Perf. Len 50.26 (100.1%) --- : PR03 Connection 40 210 15 Perf. Len 50.27 (100.2%) --- : PR03 Connection 40 211 15 Perf. Len 1.72 ( 3.5%) --- : PR03 Connection 39 211 15 Perf. Len 48.02 ( 95.7%) --- : PR03 Connection 39 212 15 Perf. Len 50.26 (100.1%) --- : PR03 Connection 39 213 15 Perf. Len 49.74 (100.9%) --- : PR03 Connection 39 214 15 Perf. Len 50.27 (100.2%) --- : PR03 Connection 39 215 15 Perf. Len 49.77 ( 99.1%) --- WARN: PR03 WCONHIST may be inconsistent, existing event took precedence over generated --- : PR04 Perforation Top: 300.00 Bot: 1675.00 Diam: 0.22 Skin: 10.00 --- : PR04 Perforation Top: 300.00 Bot: 1885.00 Diam: 0.22 Skin: 10.00 --- : PR04 Perforation Top: 250.00 Bot: 1485.00 Diam: 0.22 Skin: 10.00 --- : PR04 Connection 37 168 15 Perf. Len 36.83 ( 74.3%) --- WARN: PR04 WELSPECS may be inconsistent, existing event took precedence over generated --- : PR04 Connection 37 169 15 Perf. Len 52.52 (104.9%) --- : PR04 Connection 36 169 15 Perf. Len 1.01 ( 2.0%) --- : PR04 Connection 36 170 15 Perf. Len 52.62 (104.6%) --- : PR04 Connection 36 171 15 Perf. Len 50.15 ( 99.7%) --- : PR04 Connection 36 172 15 Perf. Len 50.59 (101.4%) --- : PR04 Connection 36 173 15 Perf. Len 49.60 ( 98.6%) --- : PR04 Connection 36 174 15 Perf. Len 50.59 (101.4%) --- : PR04 Connection 36 175 15 Perf. Len 49.60 ( 98.6%) --- : PR04 Connection 36 176 15 Perf. Len 50.53 (100.5%) --- : PR04 Connection 36 177 15 Perf. Len 50.33 (100.3%) --- : PR04 Connection 36 178 15 Perf. Len 49.76 (100.0%) --- : PR04 Connection 36 179 15 Perf. Len 38.14 ( 76.0%) --- : PR04 Connection 37 179 15 Perf. Len 12.19 ( 24.3%) --- : PR04 Connection 37 180 15 Perf. Len 49.77 (100.9%) --- : PR04 Connection 37 181 15 Perf. Len 50.31 (100.3%) --- : PR04 Connection 37 182 15 Perf. Len 50.33 ( 99.5%) --- : PR04 Connection 37 183 15 Perf. Len 50.19 (100.9%) --- : PR04 Connection 37 184 15 Perf. Len 50.31 (100.2%) --- : PR04 Connection 37 185 15 Perf. Len 49.77 (100.1%) --- : PR04 Connection 37 186 15 Perf. Len 50.33 (100.3%) --- : PR04 Connection 37 187 15 Perf. Len 50.31 (100.3%) --- : PR04 Connection 37 188 15 Perf. Len 49.77 ( 99.2%) --- : PR04 Connection 37 189 15 Perf. Len 50.33 (102.0%) --- : PR04 Connection 37 190 15 Perf. Len 50.17 (100.0%) --- : PR04 Connection 37 191 15 Perf. Len 50.33 (100.3%) --- : PR04 Connection 37 192 15 Perf. Len 32.18 ( 64.1%) --- : PR04 Connection 38 192 15 Perf. Len 18.15 ( 36.2%) --- : PR04 Connection 38 193 15 Perf. Len 49.76 (100.0%) --- : PR04 Connection 38 194 15 Perf. Len 50.33 (100.3%) --- : PR04 Connection 38 195 15 Perf. Len 28.20 ( 56.3%) --- : PR04 Connection 38 168 15 Perf. Len 26.84 ( 53.8%) --- : PR04 Connection 38 169 15 Perf. Len 50.07 (100.0%) --- : PR04 Connection 38 170 15 Perf. Len 49.95 (100.6%) --- : PR04 Connection 38 171 15 Perf. Len 50.07 ( 99.9%) --- : PR04 Connection 38 172 15 Perf. Len 33.60 ( 66.9%) --- : PR04 Connection 39 172 15 Perf. Len 16.94 ( 33.9%) --- : PR04 Connection 39 173 15 Perf. Len 50.86 (102.6%) --- : PR04 Connection 39 174 15 Perf. Len 51.05 (102.0%) --- : PR04 Connection 39 175 15 Perf. Len 50.86 (102.6%) --- : PR04 Connection 39 176 15 Perf. Len 51.07 (102.1%) --- : PR04 Connection 39 177 15 Perf. Len 18.90 ( 37.7%) --- : PR04 Connection 40 177 15 Perf. Len 31.98 ( 63.7%) --- : PR04 Connection 40 178 15 Perf. Len 49.75 (100.0%) --- : PR04 Connection 40 179 15 Perf. Len 50.72 (100.9%) --- : PR04 Connection 40 180 15 Perf. Len 49.75 (100.0%) --- : PR04 Connection 40 181 15 Perf. Len 50.73 (101.0%) --- : PR04 Connection 40 182 15 Perf. Len 50.31 (100.2%) --- : PR04 Connection 40 183 15 Perf. Len 50.16 (100.7%) --- : PR04 Connection 40 184 15 Perf. Len 50.41 ( 99.5%) --- : PR04 Connection 40 185 15 Perf. Len 49.53 (100.4%) --- : PR04 Connection 40 186 15 Perf. Len 50.09 ( 99.8%) --- : PR04 Connection 40 187 15 Perf. Len 50.51 (100.7%) --- : PR04 Connection 40 188 15 Perf. Len 49.53 (100.4%) --- : PR04 Connection 40 189 15 Perf. Len 50.07 ( 98.9%) --- : PR04 Connection 40 190 15 Perf. Len 49.97 (100.5%) --- : PR04 Connection 40 191 15 Perf. Len 50.07 ( 99.8%) --- : PR04 Connection 40 192 15 Perf. Len 50.51 (100.7%) --- : PR04 Connection 40 193 15 Perf. Len 49.53 ( 99.6%) --- : PR04 Connection 40 194 15 Perf. Len 4.13 ( 8.2%) --- : PR04 Connection 41 194 15 Perf. Len 45.96 ( 91.7%) --- : PR04 Connection 41 195 15 Perf. Len 49.96 (101.3%) --- : PR04 Connection 41 196 15 Perf. Len 50.07 ( 98.9%) --- : PR04 Connection 41 197 15 Perf. Len 50.51 (100.7%) --- : PR04 Connection 41 198 15 Perf. Len 49.53 ( 99.6%) --- : PR04 Connection 41 199 15 Perf. Len 50.09 ( 99.0%) --- : PR04 Connection 41 200 15 Perf. Len 0.90 ( 2.2%) --- : PR04 Connection 37 166 15 Perf. Len 5.35 ( 11.0%) --- : PR04 Connection 37 167 15 Perf. Len 12.10 ( 23.1%) --- : PR04 Connection 36 167 15 Perf. Len 50.90 (102.4%) --- : PR04 Connection 36 168 15 Perf. Len 31.75 ( 63.8%) --- : PR04 Connection 35 168 15 Perf. Len 27.28 ( 54.4%) --- : PR04 Connection 35 169 15 Perf. Len 54.09 (107.8%) --- : PR04 Connection 35 170 15 Perf. Len 49.05 ( 99.6%) --- : PR04 Connection 34 170 15 Perf. Len 4.55 ( 8.1%) --- : PR04 Connection 34 171 15 Perf. Len 53.60 (106.8%) --- : PR04 Connection 34 172 15 Perf. Len 54.09 (107.8%) --- : PR04 Connection 34 173 15 Perf. Len 24.78 ( 49.8%) --- : PR04 Connection 33 173 15 Perf. Len 27.85 ( 55.7%) --- : PR04 Connection 33 174 15 Perf. Len 50.43 (100.7%) --- : PR04 Connection 33 175 15 Perf. Len 22.49 ( 44.5%) --- : PR04 Connection 34 175 15 Perf. Len 27.36 ( 55.1%) --- : PR04 Connection 34 176 15 Perf. Len 50.02 ( 99.8%) --- : PR04 Connection 34 177 15 Perf. Len 50.41 (100.6%) --- : PR04 Connection 34 178 15 Perf. Len 49.87 ( 99.6%) --- : PR04 Connection 34 179 15 Perf. Len 50.41 (102.2%) --- : PR04 Connection 34 180 15 Perf. Len 49.83 ( 98.4%) --- : PR04 Connection 34 181 15 Perf. Len 50.22 (100.8%) --- : PR04 Connection 34 182 15 Perf. Len 50.23 ( 99.1%) --- : PR04 Connection 34 183 15 Perf. Len 49.67 (100.6%) --- : PR04 Connection 34 184 15 Perf. Len 50.22 ( 99.9%) --- : PR04 Connection 34 185 15 Perf. Len 50.10 (100.6%) --- : PR04 Connection 34 186 15 Perf. Len 50.22 (100.0%) --- : PR04 Connection 34 187 15 Perf. Len 50.23 (100.0%) --- : PR04 Connection 34 188 15 Perf. Len 49.67 ( 99.7%) --- : PR04 Connection 34 189 15 Perf. Len 50.22 ( 99.9%) --- : PR04 Connection 34 190 15 Perf. Len 38.00 ( 76.1%) --- WARN: PR04 WCONHIST may be inconsistent, existing event took precedence over generated --- : PR34 Perforation Top: 250.00 Bot: 1440.00 Diam: 0.22 Skin: 10.00 --- WARN: PR34 Perf interval 1429.869932 1440.000000 below grid --- : PR34 Perforation Top: 175.00 Bot: 1495.00 Diam: 0.22 Skin: 10.00 --- WARN: PR34 Perf interval 1444.589926 1495.000000 below grid --- : PR34 Perforation Top: 175.00 Bot: 1515.00 Diam: 0.22 Skin: 10.00 --- WARN: PR34 Perf interval 1449.610048 1515.000000 below grid --- : PR34 Perforation Top: 175.00 Bot: 1395.00 Diam: 0.22 Skin: 10.00 --- : PR34 Connection 23 215 15 Perf. Len 51.16 (102.1%) --- WARN: PR34 WELSPECS may be inconsistent, existing event took precedence over generated --- : PR34 Connection 23 216 15 Perf. Len 51.14 (103.9%) --- : PR34 Connection 23 217 15 Perf. Len 8.36 ( 15.7%) --- : PR34 Connection 22 217 15 Perf. Len 43.30 ( 86.4%) --- : PR34 Connection 22 218 15 Perf. Len 51.14 (102.9%) --- : PR34 Connection 22 219 15 Perf. Len 51.18 (101.1%) --- : PR34 Connection 22 220 15 Perf. Len 51.65 (104.0%) --- : PR34 Connection 22 221 15 Perf. Len 19.14 ( 38.5%) --- : PR34 Connection 21 221 15 Perf. Len 32.44 ( 65.2%) --- : PR34 Connection 21 222 15 Perf. Len 52.52 (104.6%) --- : PR34 Connection 21 223 15 Perf. Len 51.52 (103.5%) --- : PR34 Connection 21 224 15 Perf. Len 41.72 ( 83.1%) --- : PR34 Connection 20 224 15 Perf. Len 10.80 ( 21.5%) --- : PR34 Connection 20 225 15 Perf. Len 52.52 (104.6%) --- : PR34 Connection 20 226 15 Perf. Len 51.52 (103.5%) --- : PR34 Connection 20 227 15 Perf. Len 52.52 (104.6%) --- : PR34 Connection 20 228 15 Perf. Len 11.34 ( 21.8%) --- : PR34 Connection 19 228 15 Perf. Len 40.17 ( 80.7%) --- : PR34 Connection 19 229 15 Perf. Len 52.52 (105.6%) --- : PR34 Connection 19 230 15 Perf. Len 52.52 (104.6%) --- : PR34 Connection 19 231 15 Perf. Len 33.47 ( 67.3%) --- : PR34 Connection 18 231 15 Perf. Len 18.04 ( 36.3%) --- : PR34 Connection 18 232 15 Perf. Len 52.52 (103.6%) --- : PR34 Connection 18 233 15 Perf. Len 51.52 (103.5%) --- : PR34 Connection 18 234 15 Perf. Len 52.52 (105.6%) --- : PR34 Connection 18 235 15 Perf. Len 3.61 ( 7.2%) --- : PR34 Connection 17 235 15 Perf. Len 48.90 ( 97.4%) --- : PR34 Connection 17 236 15 Perf. Len 51.52 (103.5%) --- : PR34 Connection 17 237 15 Perf. Len 38.62 ( 76.9%) --- : PR34 Connection 23 213 15 Perf. Len 18.87 ( 37.5%) --- : PR34 Connection 22 213 15 Perf. Len 37.43 ( 74.9%) --- : PR34 Connection 22 214 15 Perf. Len 32.21 ( 64.4%) --- : PR34 Connection 21 214 15 Perf. Len 37.55 ( 74.5%) --- : PR34 Connection 21 215 15 Perf. Len 44.97 ( 89.8%) --- : PR34 Connection 20 215 15 Perf. Len 14.99 ( 29.9%) --- : PR34 Connection 20 216 15 Perf. Len 59.45 (119.8%) --- : PR34 Connection 20 217 15 Perf. Len 16.49 ( 32.9%) --- : PR34 Connection 19 217 15 Perf. Len 43.47 ( 86.8%) --- : PR34 Connection 19 218 15 Perf. Len 55.52 (109.8%) --- : PR34 Connection 19 219 15 Perf. Len 5.58 ( 11.1%) --- : PR34 Connection 18 219 15 Perf. Len 48.77 ( 97.7%) --- : PR34 Connection 18 220 15 Perf. Len 54.35 (107.8%) --- : PR34 Connection 18 221 15 Perf. Len 33.52 ( 67.1%) --- : PR34 Connection 17 221 15 Perf. Len 19.82 ( 39.6%) --- : PR34 Connection 17 222 15 Perf. Len 54.35 (107.8%) --- : PR34 Connection 17 223 15 Perf. Len 53.78 (107.8%) --- : PR34 Connection 17 224 15 Perf. Len 9.61 ( 19.3%) --- : PR34 Connection 16 224 15 Perf. Len 42.99 ( 86.2%) --- : PR34 Connection 16 225 15 Perf. Len 53.10 (106.4%) --- : PR34 Connection 16 226 15 Perf. Len 52.59 (107.3%) --- : PR34 Connection 15 227 15 Perf. Len 51.41 (101.3%) --- : PR34 Connection 15 228 15 Perf. Len 50.92 (102.2%) --- : PR34 Connection 15 229 15 Perf. Len 50.97 (101.4%) --- : PR34 Connection 15 230 15 Perf. Len 51.45 (102.3%) --- : PR34 Connection 15 231 15 Perf. Len 50.45 (101.2%) --- : PR34 Connection 15 232 15 Perf. Len 3.15 ( 6.3%) --- : PR34 Connection 14 232 15 Perf. Len 48.30 ( 95.1%) --- : PR34 Connection 14 233 15 Perf. Len 50.45 (102.2%) --- : PR34 Connection 14 234 15 Perf. Len 51.44 (102.3%) --- : PR34 Connection 14 235 15 Perf. Len 50.97 (101.4%) --- : PR34 Connection 14 236 15 Perf. Len 20.68 ( 41.5%) --- : PR34 Connection 24 213 15 Perf. Len 21.49 ( 43.3%) --- : PR34 Connection 25 213 15 Perf. Len 4.51 ( 9.0%) --- : PR34 Connection 25 214 15 Perf. Len 52.74 (104.1%) --- : PR34 Connection 25 215 15 Perf. Len 52.53 (103.7%) --- : PR34 Connection 25 216 15 Perf. Len 49.84 (100.2%) --- : PR34 Connection 25 217 15 Perf. Len 50.36 (100.4%) --- : PR34 Connection 25 218 15 Perf. Len 49.84 (100.2%) --- : PR34 Connection 25 219 15 Perf. Len 50.37 (100.4%) --- : PR34 Connection 25 220 15 Perf. Len 50.37 (100.4%) --- : PR34 Connection 25 221 15 Perf. Len 49.84 (100.2%) --- : PR34 Connection 25 222 15 Perf. Len 28.15 ( 56.1%) --- : PR34 Connection 24 222 15 Perf. Len 22.77 ( 45.4%) --- : PR34 Connection 24 223 15 Perf. Len 50.82 (102.2%) --- : PR34 Connection 24 224 15 Perf. Len 50.87 (100.5%) --- : PR34 Connection 24 225 15 Perf. Len 51.33 (103.3%) --- : PR34 Connection 24 226 15 Perf. Len 50.35 (101.2%) --- : PR34 Connection 24 227 15 Perf. Len 40.17 ( 80.0%) --- : PR34 Connection 23 227 15 Perf. Len 11.68 ( 23.3%) --- : PR34 Connection 23 228 15 Perf. Len 52.84 (106.2%) --- : PR34 Connection 23 229 15 Perf. Len 53.35 (107.3%) --- : PR34 Connection 23 230 15 Perf. Len 30.50 ( 59.8%) --- : PR34 Connection 22 230 15 Perf. Len 22.86 ( 45.6%) --- : PR34 Connection 22 231 15 Perf. Len 52.84 (106.2%) --- : PR34 Connection 22 232 15 Perf. Len 52.86 (105.4%) --- : PR34 Connection 22 233 15 Perf. Len 19.30 ( 37.8%) --- : PR34 Connection 21 233 15 Perf. Len 33.55 ( 69.4%) --- : PR34 Connection 21 234 15 Perf. Len 53.35 (105.3%) --- : PR34 Connection 21 235 15 Perf. Len 53.35 (106.3%) --- : PR34 Connection 21 236 15 Perf. Len 8.13 ( 16.3%) --- : PR34 Connection 20 236 15 Perf. Len 44.72 ( 89.9%) --- : PR34 Connection 20 237 15 Perf. Len 53.35 (106.3%) --- : PR34 Connection 20 238 15 Perf. Len 5.59 ( 11.3%) --- : PR34 Connection 25 213 15 Perf. Len 14.53 ( 29.4%) --- : PR34 Connection 26 213 15 Perf. Len 40.85 ( 82.0%) --- : PR34 Connection 26 214 15 Perf. Len 55.69 (111.0%) --- : PR34 Connection 27 214 15 Perf. Len 2.78 ( 5.5%) --- : PR34 Connection 27 215 15 Perf. Len 55.75 (109.1%) --- : PR34 Connection 27 216 15 Perf. Len 50.34 (101.7%) --- : PR34 Connection 27 217 15 Perf. Len 50.91 (100.3%) --- : PR34 Connection 27 218 15 Perf. Len 50.34 (101.0%) --- : PR34 Connection 27 219 15 Perf. Len 39.57 ( 78.6%) --- : PR34 Connection 28 219 15 Perf. Len 10.94 ( 21.7%) --- : PR34 Connection 28 220 15 Perf. Len 50.91 (101.2%) --- : PR34 Connection 28 221 15 Perf. Len 49.74 (100.2%) --- : PR34 Connection 28 222 15 Perf. Len 50.46 (100.9%) --- : PR34 Connection 28 223 15 Perf. Len 1.09 ( 2.2%) --- : PR34 Connection 27 223 15 Perf. Len 48.84 ( 98.5%) --- : PR34 Connection 27 224 15 Perf. Len 50.01 (100.0%) --- : PR34 Connection 27 225 15 Perf. Len 50.46 (100.9%) --- : PR34 Connection 27 226 15 Perf. Len 49.48 ( 99.8%) --- : PR34 Connection 27 227 15 Perf. Len 51.86 (102.9%) --- : PR34 Connection 27 228 15 Perf. Len 52.70 (105.8%) --- : PR34 Connection 27 229 15 Perf. Len 10.76 ( 21.4%) --- : PR34 Connection 26 229 15 Perf. Len 41.96 ( 83.5%) --- : PR34 Connection 26 230 15 Perf. Len 52.72 (105.0%) --- : PR34 Connection 26 231 15 Perf. Len 52.21 (103.9%) --- : PR34 Connection 26 232 15 Perf. Len 15.87 ( 32.6%) --- : PR34 Connection 25 232 15 Perf. Len 36.85 ( 73.4%) --- : PR34 Connection 25 233 15 Perf. Len 52.21 (104.9%) --- : PR34 Connection 25 234 15 Perf. Len 53.21 (105.9%) --- : PR34 Connection 25 235 15 Perf. Len 20.98 ( 42.8%) --- : PR34 Connection 24 235 15 Perf. Len 31.74 ( 61.2%) --- : PR34 Connection 24 236 15 Perf. Len 24.28 ( 49.3%) --- WARN: PR34 WCONHIST may be inconsistent, existing event took precedence over generated -WELSPECS - 'PR01' 'NO-WE' 28 167 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / - 'PR03' 'NO-WE' 33 188 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / - 'PR04' 'NO-WE' 39 162 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / - 'PR34' 'NO-WE' 24 210 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS - 'PR34' 1758.000 0.000 0.000 'INC' 2* / - 2 2 1 1 275.580 0.000 0.124 0.00065 0.012 3.328 / - 3 3 1 2 51.149 0.000 0.124 0.00065 0.012 0.618 / - 4 4 1 3 29.747 0.000 0.124 0.00065 0.012 0.359 / - 5 5 1 4 25.826 0.000 0.124 0.00065 0.012 0.312 / - 6 6 1 5 47.217 0.000 0.124 0.00065 0.012 0.570 / - 7 7 1 6 51.160 0.000 0.124 0.00065 0.012 0.618 / - 8 8 1 7 51.417 0.000 0.124 0.00065 0.012 0.621 / - 9 9 1 8 35.396 0.000 0.124 0.00065 0.012 0.427 / - 10 10 1 9 25.792 0.000 0.124 0.00065 0.012 0.311 / - 11 11 1 10 42.480 0.000 0.124 0.00065 0.012 0.513 / - 12 12 1 11 52.016 0.000 0.124 0.00065 0.012 0.628 / - 13 13 1 12 46.617 0.000 0.124 0.00065 0.012 0.563 / - 14 14 1 13 26.259 0.000 0.124 0.00065 0.012 0.317 / - 15 15 1 14 31.658 0.000 0.124 0.00065 0.012 0.382 / - 16 16 1 15 52.016 0.000 0.124 0.00065 0.012 0.628 / - 17 17 1 16 52.016 0.000 0.124 0.00065 0.012 0.628 / - 18 18 1 17 31.931 0.000 0.124 0.00065 0.012 0.386 / - 19 19 1 18 25.758 0.000 0.124 0.00065 0.012 0.311 / - 20 20 1 19 46.344 0.000 0.124 0.00065 0.012 0.560 / - 21 21 1 20 52.517 0.000 0.124 0.00065 0.012 0.634 / - 22 22 1 21 42.996 0.000 0.124 0.00065 0.012 0.519 / - 23 23 1 22 25.758 0.000 0.124 0.00065 0.012 0.311 / - 24 24 1 23 35.279 0.000 0.124 0.00065 0.012 0.426 / - 25 25 1 24 52.016 0.000 0.124 0.00065 0.012 0.628 / - 26 26 1 25 52.016 0.000 0.124 0.00065 0.012 0.628 / - 27 27 1 26 28.063 0.000 0.124 0.00065 0.012 0.339 / - 28 28 1 27 26.255 0.000 0.124 0.00065 0.012 0.317 / - 29 29 1 28 50.211 0.000 0.124 0.00065 0.012 0.606 / - 30 30 1 29 45.070 0.000 0.124 0.00065 0.012 0.544 / - 31 31 2 1 184.434 0.000 0.124 0.00065 0.012 2.227 / - 32 32 2 31 28.151 0.000 0.124 0.00065 0.012 0.340 / - 33 33 2 32 34.820 0.000 0.124 0.00065 0.012 0.420 / - 34 34 2 33 34.881 0.000 0.124 0.00065 0.012 0.421 / - 35 35 2 34 41.261 0.000 0.124 0.00065 0.012 0.498 / - 36 36 2 35 29.977 0.000 0.124 0.00065 0.012 0.362 / - 37 37 2 36 37.221 0.000 0.124 0.00065 0.012 0.449 / - 38 38 2 37 37.971 0.000 0.124 0.00065 0.012 0.459 / - 39 39 2 38 29.977 0.000 0.124 0.00065 0.012 0.362 / - 40 40 2 39 49.495 0.000 0.124 0.00065 0.012 0.598 / - 41 41 2 40 30.554 0.000 0.124 0.00065 0.012 0.369 / - 42 42 2 41 27.175 0.000 0.124 0.00065 0.012 0.328 / - 43 43 2 42 51.557 0.000 0.124 0.00065 0.012 0.623 / - 44 44 2 43 43.934 0.000 0.124 0.00065 0.012 0.531 / - 45 45 2 44 26.671 0.000 0.124 0.00065 0.012 0.322 / - 46 46 2 45 37.085 0.000 0.124 0.00065 0.012 0.448 / - 47 47 2 46 54.068 0.000 0.124 0.00065 0.012 0.653 / - 48 48 2 47 31.699 0.000 0.124 0.00065 0.012 0.383 / - 49 49 2 48 26.303 0.000 0.124 0.00065 0.012 0.318 / - 50 50 2 49 48.044 0.000 0.124 0.00065 0.012 0.580 / - 51 51 2 50 52.842 0.000 0.124 0.00065 0.012 0.638 / - 52 52 2 51 51.998 0.000 0.124 0.00065 0.012 0.628 / - 53 53 2 52 51.164 0.000 0.124 0.00065 0.012 0.618 / - 54 54 2 53 50.947 0.000 0.124 0.00065 0.012 0.615 / - 55 55 2 54 51.209 0.000 0.124 0.00065 0.012 0.618 / - 56 56 2 55 50.947 0.000 0.124 0.00065 0.012 0.615 / - 57 57 2 56 26.798 0.000 0.124 0.00065 0.012 0.324 / - 58 58 2 57 25.723 0.000 0.124 0.00065 0.012 0.311 / - 59 59 2 58 49.373 0.000 0.124 0.00065 0.012 0.596 / - 60 60 2 59 50.942 0.000 0.124 0.00065 0.012 0.615 / - 61 61 2 60 51.204 0.000 0.124 0.00065 0.012 0.618 / - 62 62 2 61 35.825 0.000 0.124 0.00065 0.012 0.433 / - 63 63 3 1 185.747 0.000 0.124 0.00065 0.012 2.243 / - 64 64 3 63 13.001 0.000 0.124 0.00065 0.012 0.157 / - 65 65 3 64 28.624 0.000 0.124 0.00065 0.012 0.346 / - 66 66 3 65 52.634 0.000 0.124 0.00065 0.012 0.636 / - 67 67 3 66 51.183 0.000 0.124 0.00065 0.012 0.618 / - 68 68 3 67 50.097 0.000 0.124 0.00065 0.012 0.605 / - 69 69 3 68 50.097 0.000 0.124 0.00065 0.012 0.605 / - 70 70 3 69 50.103 0.000 0.124 0.00065 0.012 0.605 / - 71 71 3 70 50.369 0.000 0.124 0.00065 0.012 0.608 / - 72 72 3 71 50.103 0.000 0.124 0.00065 0.012 0.605 / - 73 73 3 72 38.994 0.000 0.124 0.00065 0.012 0.471 / - 74 74 3 73 25.460 0.000 0.124 0.00065 0.012 0.307 / - 75 75 3 74 36.794 0.000 0.124 0.00065 0.012 0.444 / - 76 76 3 75 50.843 0.000 0.124 0.00065 0.012 0.614 / - 77 77 3 76 51.100 0.000 0.124 0.00065 0.012 0.617 / - 78 78 3 77 50.838 0.000 0.124 0.00065 0.012 0.614 / - 79 79 3 78 45.259 0.000 0.124 0.00065 0.012 0.547 / - 80 80 3 79 25.926 0.000 0.124 0.00065 0.012 0.313 / - 81 81 3 80 32.261 0.000 0.124 0.00065 0.012 0.390 / - 82 82 3 81 53.098 0.000 0.124 0.00065 0.012 0.641 / - 83 83 3 82 41.926 0.000 0.124 0.00065 0.012 0.506 / - 84 84 3 83 26.679 0.000 0.124 0.00065 0.012 0.322 / - 85 85 3 84 37.851 0.000 0.124 0.00065 0.012 0.457 / - 86 86 3 85 52.852 0.000 0.124 0.00065 0.012 0.638 / - 87 87 3 86 36.082 0.000 0.124 0.00065 0.012 0.436 / - 88 88 3 87 26.425 0.000 0.124 0.00065 0.012 0.319 / - 89 89 3 88 43.450 0.000 0.124 0.00065 0.012 0.525 / - 90 90 3 89 53.353 0.000 0.124 0.00065 0.012 0.644 / - 91 91 3 90 30.740 0.000 0.124 0.00065 0.012 0.371 / - 92 92 3 91 26.422 0.000 0.124 0.00065 0.012 0.319 / - 93 93 3 92 49.034 0.000 0.124 0.00065 0.012 0.592 / - 94 94 3 93 29.471 0.000 0.124 0.00065 0.012 0.356 / - 95 95 4 1 182.263 0.000 0.124 0.00065 0.012 2.201 / - 96 96 4 95 27.687 0.000 0.124 0.00065 0.012 0.334 / - 97 97 4 96 48.268 0.000 0.124 0.00065 0.012 0.583 / - 98 98 4 97 29.234 0.000 0.124 0.00065 0.012 0.353 / - 99 99 4 98 29.264 0.000 0.124 0.00065 0.012 0.353 / - 100 100 4 99 53.046 0.000 0.124 0.00065 0.012 0.641 / - 101 101 4 100 50.626 0.000 0.124 0.00065 0.012 0.611 / - 102 102 4 101 50.626 0.000 0.124 0.00065 0.012 0.611 / - 103 103 4 102 44.957 0.000 0.124 0.00065 0.012 0.543 / - 104 104 4 103 25.258 0.000 0.124 0.00065 0.012 0.305 / - 105 105 4 104 30.927 0.000 0.124 0.00065 0.012 0.373 / - 106 106 4 105 50.323 0.000 0.124 0.00065 0.012 0.608 / - 107 107 4 106 50.097 0.000 0.124 0.00065 0.012 0.605 / - 108 108 4 107 25.774 0.000 0.124 0.00065 0.012 0.311 / - 109 109 4 108 24.964 0.000 0.124 0.00065 0.012 0.301 / - 110 110 4 109 49.424 0.000 0.124 0.00065 0.012 0.597 / - 111 111 4 110 50.233 0.000 0.124 0.00065 0.012 0.607 / - 112 112 4 111 49.968 0.000 0.124 0.00065 0.012 0.603 / - 113 113 4 112 50.666 0.000 0.124 0.00065 0.012 0.612 / - 114 114 4 113 52.277 0.000 0.124 0.00065 0.012 0.631 / - 115 115 4 114 31.729 0.000 0.124 0.00065 0.012 0.383 / - 116 116 4 115 26.358 0.000 0.124 0.00065 0.012 0.318 / - 117 117 4 116 47.339 0.000 0.124 0.00065 0.012 0.572 / - 118 118 4 117 52.465 0.000 0.124 0.00065 0.012 0.634 / - 119 119 4 118 34.039 0.000 0.124 0.00065 0.012 0.411 / - 120 120 4 119 26.358 0.000 0.124 0.00065 0.012 0.318 / - 121 121 4 120 44.526 0.000 0.124 0.00065 0.012 0.538 / - 122 122 4 121 52.707 0.000 0.124 0.00065 0.012 0.636 / - 123 123 4 122 37.093 0.000 0.124 0.00065 0.012 0.448 / - 124 124 4 123 26.358 0.000 0.124 0.00065 0.012 0.318 / - 125 125 4 124 28.006 0.000 0.124 0.00065 0.012 0.338 / -/ - -WELSEGS - 'PR04' 1758.000 0.000 0.000 'INC' 2* / - 2 2 1 1 318.417 0.000 0.124 0.00065 0.012 3.845 / - 3 3 1 2 44.678 0.000 0.124 0.00065 0.012 0.540 / - 4 4 1 3 26.766 0.000 0.124 0.00065 0.012 0.323 / - 5 5 1 4 26.813 0.000 0.124 0.00065 0.012 0.324 / - 6 6 1 5 51.381 0.000 0.124 0.00065 0.012 0.620 / - 7 7 1 6 50.371 0.000 0.124 0.00065 0.012 0.608 / - 8 8 1 7 50.099 0.000 0.124 0.00065 0.012 0.605 / - 9 9 1 8 50.099 0.000 0.124 0.00065 0.012 0.605 / - 10 10 1 9 50.099 0.000 0.124 0.00065 0.012 0.605 / - 11 11 1 10 50.069 0.000 0.124 0.00065 0.012 0.605 / - 12 12 1 11 50.431 0.000 0.124 0.00065 0.012 0.609 / - 13 13 1 12 50.042 0.000 0.124 0.00065 0.012 0.604 / - 14 14 1 13 43.948 0.000 0.124 0.00065 0.012 0.531 / - 15 15 1 14 25.164 0.000 0.124 0.00065 0.012 0.304 / - 16 16 1 15 30.981 0.000 0.124 0.00065 0.012 0.374 / - 17 17 1 16 50.042 0.000 0.124 0.00065 0.012 0.604 / - 18 18 1 17 50.319 0.000 0.124 0.00065 0.012 0.608 / - 19 19 1 18 50.257 0.000 0.124 0.00065 0.012 0.607 / - 20 20 1 19 50.248 0.000 0.124 0.00065 0.012 0.607 / - 21 21 1 20 50.042 0.000 0.124 0.00065 0.012 0.604 / - 22 22 1 21 50.051 0.000 0.124 0.00065 0.012 0.604 / - 23 23 1 22 50.319 0.000 0.124 0.00065 0.012 0.608 / - 24 24 1 23 50.042 0.000 0.124 0.00065 0.012 0.604 / - 25 25 1 24 50.051 0.000 0.124 0.00065 0.012 0.604 / - 26 26 1 25 50.248 0.000 0.124 0.00065 0.012 0.607 / - 27 27 1 26 50.248 0.000 0.124 0.00065 0.012 0.607 / - 28 28 1 27 41.252 0.000 0.124 0.00065 0.012 0.498 / - 29 29 1 28 25.164 0.000 0.124 0.00065 0.012 0.304 / - 30 30 1 29 33.953 0.000 0.124 0.00065 0.012 0.410 / - 31 31 1 30 50.042 0.000 0.124 0.00065 0.012 0.604 / - 32 32 1 31 39.263 0.000 0.124 0.00065 0.012 0.474 / - 33 33 2 1 313.419 0.000 0.124 0.00065 0.012 3.785 / - 34 34 2 33 38.454 0.000 0.124 0.00065 0.012 0.464 / - 35 35 2 34 50.011 0.000 0.124 0.00065 0.012 0.604 / - 36 36 2 35 50.011 0.000 0.124 0.00065 0.012 0.604 / - 37 37 2 36 41.836 0.000 0.124 0.00065 0.012 0.505 / - 38 38 2 37 25.269 0.000 0.124 0.00065 0.012 0.305 / - 39 39 2 38 33.900 0.000 0.124 0.00065 0.012 0.409 / - 40 40 2 39 50.958 0.000 0.124 0.00065 0.012 0.615 / - 41 41 2 40 50.958 0.000 0.124 0.00065 0.012 0.615 / - 42 42 2 41 50.969 0.000 0.124 0.00065 0.012 0.616 / - 43 43 2 42 34.988 0.000 0.124 0.00065 0.012 0.423 / - 44 44 2 43 25.442 0.000 0.124 0.00065 0.012 0.307 / - 45 45 2 44 40.868 0.000 0.124 0.00065 0.012 0.494 / - 46 46 2 45 50.236 0.000 0.124 0.00065 0.012 0.607 / - 47 47 2 46 50.236 0.000 0.124 0.00065 0.012 0.607 / - 48 48 2 47 50.245 0.000 0.124 0.00065 0.012 0.607 / - 49 49 2 48 50.521 0.000 0.124 0.00065 0.012 0.610 / - 50 50 2 49 50.236 0.000 0.124 0.00065 0.012 0.607 / - 51 51 2 50 50.286 0.000 0.124 0.00065 0.012 0.607 / - 52 52 2 51 49.969 0.000 0.124 0.00065 0.012 0.603 / - 53 53 2 52 49.808 0.000 0.124 0.00065 0.012 0.601 / - 54 54 2 53 50.299 0.000 0.124 0.00065 0.012 0.607 / - 55 55 2 54 50.021 0.000 0.124 0.00065 0.012 0.604 / - 56 56 2 55 49.800 0.000 0.124 0.00065 0.012 0.601 / - 57 57 2 56 50.021 0.000 0.124 0.00065 0.012 0.604 / - 58 58 2 57 50.021 0.000 0.124 0.00065 0.012 0.604 / - 59 59 2 58 50.291 0.000 0.124 0.00065 0.012 0.607 / - 60 60 2 59 50.021 0.000 0.124 0.00065 0.012 0.604 / - 61 61 2 60 26.829 0.000 0.124 0.00065 0.012 0.324 / - 62 62 2 61 25.043 0.000 0.124 0.00065 0.012 0.302 / - 63 63 2 62 47.957 0.000 0.124 0.00065 0.012 0.579 / - 64 64 2 63 50.013 0.000 0.124 0.00065 0.012 0.604 / - 65 65 2 64 50.291 0.000 0.124 0.00065 0.012 0.607 / - 66 66 2 65 50.021 0.000 0.124 0.00065 0.012 0.604 / - 67 67 2 66 49.809 0.000 0.124 0.00065 0.012 0.602 / - 68 68 2 67 25.495 0.000 0.124 0.00065 0.012 0.308 / - 69 69 3 1 252.674 0.000 0.124 0.00065 0.012 3.051 / - 70 70 3 69 8.722 0.000 0.124 0.00065 0.012 0.105 / - 71 71 3 70 31.498 0.000 0.124 0.00065 0.012 0.380 / - 72 72 3 71 41.326 0.000 0.124 0.00065 0.012 0.499 / - 73 73 3 72 29.517 0.000 0.124 0.00065 0.012 0.356 / - 74 74 3 73 40.688 0.000 0.124 0.00065 0.012 0.491 / - 75 75 3 74 51.570 0.000 0.124 0.00065 0.012 0.623 / - 76 76 3 75 26.797 0.000 0.124 0.00065 0.012 0.324 / - 77 77 3 76 29.075 0.000 0.124 0.00065 0.012 0.351 / - 78 78 3 77 53.848 0.000 0.124 0.00065 0.012 0.650 / - 79 79 3 78 39.437 0.000 0.124 0.00065 0.012 0.476 / - 80 80 3 79 26.316 0.000 0.124 0.00065 0.012 0.318 / - 81 81 3 80 39.139 0.000 0.124 0.00065 0.012 0.473 / - 82 82 3 81 36.460 0.000 0.124 0.00065 0.012 0.440 / - 83 83 3 82 24.928 0.000 0.124 0.00065 0.012 0.301 / - 84 84 3 83 38.688 0.000 0.124 0.00065 0.012 0.467 / - 85 85 3 84 50.212 0.000 0.124 0.00065 0.012 0.606 / - 86 86 3 85 50.141 0.000 0.124 0.00065 0.012 0.606 / - 87 87 3 86 50.141 0.000 0.124 0.00065 0.012 0.606 / - 88 88 3 87 50.121 0.000 0.124 0.00065 0.012 0.605 / - 89 89 3 88 50.026 0.000 0.124 0.00065 0.012 0.604 / - 90 90 3 89 50.225 0.000 0.124 0.00065 0.012 0.607 / - 91 91 3 90 49.954 0.000 0.124 0.00065 0.012 0.603 / - 92 92 3 91 49.946 0.000 0.124 0.00065 0.012 0.603 / - 93 93 3 92 50.161 0.000 0.124 0.00065 0.012 0.606 / - 94 94 3 93 50.161 0.000 0.124 0.00065 0.012 0.606 / - 95 95 3 94 50.225 0.000 0.124 0.00065 0.012 0.607 / - 96 96 3 95 49.954 0.000 0.124 0.00065 0.012 0.603 / - 97 97 3 96 49.946 0.000 0.124 0.00065 0.012 0.603 / - 98 98 3 97 44.107 0.000 0.124 0.00065 0.012 0.533 / -/ - -WELSEGS - 'PR03' 1758.000 0.000 0.000 'INC' 2* / - 2 2 1 1 355.381 0.000 0.124 0.00065 0.012 4.292 / - 3 3 1 2 30.458 0.000 0.124 0.00065 0.012 0.368 / - 4 4 1 3 50.147 0.000 0.124 0.00065 0.012 0.606 / - 5 5 1 4 49.877 0.000 0.124 0.00065 0.012 0.602 / - 6 6 1 5 49.928 0.000 0.124 0.00065 0.012 0.603 / - 7 7 1 6 50.395 0.000 0.124 0.00065 0.012 0.609 / - 8 8 1 7 50.468 0.000 0.124 0.00065 0.012 0.609 / - 9 9 1 8 50.459 0.000 0.124 0.00065 0.012 0.609 / - 10 10 1 9 50.258 0.000 0.124 0.00065 0.012 0.607 / - 11 11 1 10 43.344 0.000 0.124 0.00065 0.012 0.523 / - 12 12 1 11 25.267 0.000 0.124 0.00065 0.012 0.305 / - 13 13 1 12 32.091 0.000 0.124 0.00065 0.012 0.388 / - 14 14 1 13 50.241 0.000 0.124 0.00065 0.012 0.607 / - 15 15 1 14 50.187 0.000 0.124 0.00065 0.012 0.606 / - 16 16 1 15 50.179 0.000 0.124 0.00065 0.012 0.606 / - 17 17 1 16 50.187 0.000 0.124 0.00065 0.012 0.606 / - 18 18 1 17 50.258 0.000 0.124 0.00065 0.012 0.607 / - 19 19 1 18 50.067 0.000 0.124 0.00065 0.012 0.605 / - 20 20 1 19 50.110 0.000 0.124 0.00065 0.012 0.605 / - 21 21 1 20 50.301 0.000 0.124 0.00065 0.012 0.607 / - 22 22 1 21 50.301 0.000 0.124 0.00065 0.012 0.607 / - 23 23 1 22 50.341 0.000 0.124 0.00065 0.012 0.608 / - 24 24 1 23 50.075 0.000 0.124 0.00065 0.012 0.605 / - 25 25 1 24 32.645 0.000 0.124 0.00065 0.012 0.394 / - 26 26 1 25 25.167 0.000 0.124 0.00065 0.012 0.304 / - 27 27 1 26 42.331 0.000 0.124 0.00065 0.012 0.511 / - 28 28 1 27 50.075 0.000 0.124 0.00065 0.012 0.605 / - 29 29 1 28 50.341 0.000 0.124 0.00065 0.012 0.608 / - 30 30 1 29 50.075 0.000 0.124 0.00065 0.012 0.605 / - 31 31 1 30 31.972 0.000 0.124 0.00065 0.012 0.386 / - 32 32 2 1 315.343 0.000 0.124 0.00065 0.012 3.808 / - 33 33 2 32 43.346 0.000 0.124 0.00065 0.012 0.523 / - 34 34 2 33 35.987 0.000 0.124 0.00065 0.012 0.435 / - 35 35 2 34 27.815 0.000 0.124 0.00065 0.012 0.336 / - 36 36 2 35 47.647 0.000 0.124 0.00065 0.012 0.575 / - 37 37 2 36 43.531 0.000 0.124 0.00065 0.012 0.526 / - 38 38 2 37 25.605 0.000 0.124 0.00065 0.012 0.309 / - 39 39 2 38 35.356 0.000 0.124 0.00065 0.012 0.427 / - 40 40 2 39 50.924 0.000 0.124 0.00065 0.012 0.615 / - 41 41 2 40 50.324 0.000 0.124 0.00065 0.012 0.608 / - 42 42 2 41 49.989 0.000 0.124 0.00065 0.012 0.604 / - 43 43 2 42 50.173 0.000 0.124 0.00065 0.012 0.606 / - 44 44 2 43 49.968 0.000 0.124 0.00065 0.012 0.603 / - 45 45 2 44 50.070 0.000 0.124 0.00065 0.012 0.605 / - 46 46 2 45 50.354 0.000 0.124 0.00065 0.012 0.608 / - 47 47 2 46 43.518 0.000 0.124 0.00065 0.012 0.526 / - 48 48 2 47 25.271 0.000 0.124 0.00065 0.012 0.305 / - 49 49 2 48 31.955 0.000 0.124 0.00065 0.012 0.386 / - 50 50 2 49 50.273 0.000 0.124 0.00065 0.012 0.607 / - 51 51 2 50 50.750 0.000 0.124 0.00065 0.012 0.613 / - 52 52 2 51 50.358 0.000 0.124 0.00065 0.012 0.608 / - 53 53 2 52 49.952 0.000 0.124 0.00065 0.012 0.603 / - 54 54 2 53 50.107 0.000 0.124 0.00065 0.012 0.605 / - 55 55 2 54 50.108 0.000 0.124 0.00065 0.012 0.605 / - 56 56 2 55 43.819 0.000 0.124 0.00065 0.012 0.529 / - 57 57 2 56 25.074 0.000 0.124 0.00065 0.012 0.303 / - 58 58 2 57 31.136 0.000 0.124 0.00065 0.012 0.376 / - 59 59 2 58 49.882 0.000 0.124 0.00065 0.012 0.602 / - 60 60 2 59 50.108 0.000 0.124 0.00065 0.012 0.605 / - 61 61 2 60 50.108 0.000 0.124 0.00065 0.012 0.605 / - 62 62 2 61 48.111 0.000 0.124 0.00065 0.012 0.581 / - 63 63 3 1 263.209 0.000 0.124 0.00065 0.012 3.179 / - 64 64 3 63 19.219 0.000 0.124 0.00065 0.012 0.232 / - 65 65 3 64 27.613 0.000 0.124 0.00065 0.012 0.333 / - 66 66 3 65 47.986 0.000 0.124 0.00065 0.012 0.579 / - 67 67 3 66 46.730 0.000 0.124 0.00065 0.012 0.564 / - 68 68 3 67 26.729 0.000 0.124 0.00065 0.012 0.323 / - 69 69 3 68 31.667 0.000 0.124 0.00065 0.012 0.382 / - 70 70 3 69 50.538 0.000 0.124 0.00065 0.012 0.610 / - 71 71 3 70 50.532 0.000 0.124 0.00065 0.012 0.610 / - 72 72 3 71 50.804 0.000 0.124 0.00065 0.012 0.614 / - 73 73 3 72 50.754 0.000 0.124 0.00065 0.012 0.613 / - 74 74 3 73 50.742 0.000 0.124 0.00065 0.012 0.613 / - 75 75 3 74 50.339 0.000 0.124 0.00065 0.012 0.608 / - 76 76 3 75 25.421 0.000 0.124 0.00065 0.012 0.307 / - 77 77 3 76 26.107 0.000 0.124 0.00065 0.012 0.315 / - 78 78 3 77 50.704 0.000 0.124 0.00065 0.012 0.612 / - 79 79 3 78 50.176 0.000 0.124 0.00065 0.012 0.606 / - 80 80 3 79 50.030 0.000 0.124 0.00065 0.012 0.604 / - 81 81 3 80 50.021 0.000 0.124 0.00065 0.012 0.604 / - 82 82 3 81 50.021 0.000 0.124 0.00065 0.012 0.604 / - 83 83 3 82 50.307 0.000 0.124 0.00065 0.012 0.608 / - 84 84 3 83 50.030 0.000 0.124 0.00065 0.012 0.604 / - 85 85 3 84 49.962 0.000 0.124 0.00065 0.012 0.603 / - 86 86 3 85 50.041 0.000 0.124 0.00065 0.012 0.604 / - 87 87 3 86 49.959 0.000 0.124 0.00065 0.012 0.603 / - 88 88 3 87 50.231 0.000 0.124 0.00065 0.012 0.607 / - 89 89 3 88 49.966 0.000 0.124 0.00065 0.012 0.603 / - 90 90 3 89 49.966 0.000 0.124 0.00065 0.012 0.603 / - 91 91 3 90 50.186 0.000 0.124 0.00065 0.012 0.606 / - 92 92 3 91 50.186 0.000 0.124 0.00065 0.012 0.606 / - 93 93 3 92 50.139 0.000 0.124 0.00065 0.012 0.605 / - 94 94 3 93 50.128 0.000 0.124 0.00065 0.012 0.605 / - 95 95 3 94 50.247 0.000 0.124 0.00065 0.012 0.607 / - 96 96 3 95 39.725 0.000 0.124 0.00065 0.012 0.480 / - 97 97 4 1 196.105 0.000 0.124 0.00065 0.012 2.368 / - 98 98 4 97 34.632 0.000 0.124 0.00065 0.012 0.418 / - 99 99 4 98 34.334 0.000 0.124 0.00065 0.012 0.415 / - 100 100 4 99 35.603 0.000 0.124 0.00065 0.012 0.430 / - 101 101 4 100 35.393 0.000 0.124 0.00065 0.012 0.427 / - 102 102 4 101 35.317 0.000 0.124 0.00065 0.012 0.427 / - 103 103 4 102 39.303 0.000 0.124 0.00065 0.012 0.475 / - 104 104 4 103 32.024 0.000 0.124 0.00065 0.012 0.387 / - 105 105 4 104 31.765 0.000 0.124 0.00065 0.012 0.384 / - 106 106 4 105 43.367 0.000 0.124 0.00065 0.012 0.524 / - 107 107 4 106 28.297 0.000 0.124 0.00065 0.012 0.342 / - 108 108 4 107 43.957 0.000 0.124 0.00065 0.012 0.531 / - 109 109 4 108 40.745 0.000 0.124 0.00065 0.012 0.492 / - 110 110 4 109 27.785 0.000 0.124 0.00065 0.012 0.336 / - 111 111 4 110 42.568 0.000 0.124 0.00065 0.012 0.514 / - 112 112 4 111 53.181 0.000 0.124 0.00065 0.012 0.642 / - 113 113 4 112 50.340 0.000 0.124 0.00065 0.012 0.608 / - 114 114 4 113 49.897 0.000 0.124 0.00065 0.012 0.603 / - 115 115 4 114 45.053 0.000 0.124 0.00065 0.012 0.544 / - 116 116 4 115 25.075 0.000 0.124 0.00065 0.012 0.303 / - 117 117 4 116 29.967 0.000 0.124 0.00065 0.012 0.362 / - 118 118 4 117 50.197 0.000 0.124 0.00065 0.012 0.606 / - 119 119 4 118 50.052 0.000 0.124 0.00065 0.012 0.604 / - 120 120 4 119 49.858 0.000 0.124 0.00065 0.012 0.602 / - 121 121 4 120 50.000 0.000 0.124 0.00065 0.012 0.604 / - 122 122 4 121 50.265 0.000 0.124 0.00065 0.012 0.607 / - 123 123 4 122 25.997 0.000 0.124 0.00065 0.012 0.314 / - 124 124 4 123 24.871 0.000 0.124 0.00065 0.012 0.300 / - 125 125 4 124 49.140 0.000 0.124 0.00065 0.012 0.593 / - 126 126 4 125 50.001 0.000 0.124 0.00065 0.012 0.604 / - 127 127 4 126 50.008 0.000 0.124 0.00065 0.012 0.604 / - 128 128 4 127 50.020 0.000 0.124 0.00065 0.012 0.604 / -/ - -WELSEGS - 'PR01' 1755.000 3435.762 68.563 'INC' 2* / - 2 2 1 1 115.238 2.336 0.159 1.5E-05 0.020 2.300 / - 3 3 1 2 70.000 0.337 0.159 1.5E-05 0.020 1.397 / - 4 4 1 3 70.000 0.283 0.159 1.5E-05 0.020 1.397 / - 5 5 1 4 70.000 0.144 0.159 1.5E-05 0.020 1.397 / - 6 6 1 5 63.446 0.000 0.121 1.5E-05 0.012 0.734 / - 7 7 1 6 27.751 0.000 0.121 1.5E-05 0.012 0.321 / - 8 8 1 7 26.190 0.000 0.121 1.5E-05 0.012 0.303 / - 9 9 1 8 34.147 0.000 0.121 1.5E-05 0.012 0.395 / - 10 10 1 9 52.388 0.000 0.121 1.5E-05 0.012 0.606 / - 11 11 1 10 51.981 0.000 0.121 1.5E-05 0.012 0.602 / - 12 12 1 11 27.665 0.000 0.121 1.5E-05 0.012 0.320 / - 13 13 1 12 25.733 0.000 0.121 1.5E-05 0.012 0.298 / - 14 14 1 13 49.460 0.000 0.121 1.5E-05 0.012 0.573 / - 15 15 1 14 51.485 0.000 0.121 1.5E-05 0.012 0.596 / - 16 16 1 15 50.938 0.000 0.121 1.5E-05 0.012 0.590 / - 17 17 1 16 50.229 0.000 0.121 1.5E-05 0.012 0.581 / - 18 18 1 17 32.059 0.000 0.121 1.5E-05 0.012 0.371 / - 19 19 1 18 25.363 0.000 0.121 1.5E-05 0.012 0.294 / - 20 20 1 19 43.609 0.000 0.121 1.5E-05 0.012 0.505 / - 21 21 1 20 50.261 0.000 0.121 1.5E-05 0.012 0.582 / - 22 22 1 21 50.452 0.000 0.121 1.5E-05 0.012 0.584 / - 23 23 1 22 50.020 0.000 0.121 1.5E-05 0.012 0.579 / - 24 24 1 23 50.103 0.000 0.121 1.5E-05 0.012 0.580 / - 25 25 1 24 49.719 0.000 0.121 1.5E-05 0.012 0.576 / - 26 26 1 25 49.871 0.000 0.121 1.5E-05 0.012 0.577 / - 27 27 1 26 50.541 0.000 0.121 1.5E-05 0.012 0.585 / - 28 28 1 27 50.031 0.000 0.121 1.5E-05 0.012 0.579 / - 29 29 1 28 49.962 0.000 0.121 1.5E-05 0.012 0.578 / - 30 30 1 29 50.448 0.000 0.121 1.5E-05 0.012 0.584 / - 31 31 1 30 50.290 0.000 0.121 1.5E-05 0.012 0.582 / - 32 32 1 31 50.046 0.000 0.121 1.5E-05 0.012 0.579 / - 33 33 1 32 49.820 0.000 0.121 1.5E-05 0.012 0.577 / - 34 34 1 33 24.892 0.000 0.121 1.5E-05 0.012 0.288 / - 35 35 1 34 25.198 0.000 0.121 1.5E-05 0.012 0.292 / - 36 36 1 35 50.256 0.000 0.121 1.5E-05 0.012 0.582 / - 37 37 1 36 50.187 0.000 0.121 1.5E-05 0.012 0.581 / - 38 38 1 37 49.926 0.000 0.121 1.5E-05 0.012 0.578 / - 39 39 1 38 44.154 0.000 0.121 1.5E-05 0.012 0.511 / - 40 40 1 39 24.804 0.000 0.121 1.5E-05 0.012 0.287 / - 41 41 1 40 30.951 0.000 0.121 1.5E-05 0.012 0.358 / - 42 42 1 41 50.462 0.000 0.121 1.5E-05 0.012 0.584 / - 43 43 1 42 50.542 0.000 0.121 1.5E-05 0.012 0.585 / - 44 44 1 43 50.355 0.000 0.121 1.5E-05 0.012 0.583 / - 45 45 1 44 50.477 0.000 0.121 1.5E-05 0.012 0.584 / - 46 46 1 45 50.892 0.000 0.121 1.5E-05 0.012 0.589 / - 47 47 1 46 48.612 0.000 0.121 1.5E-05 0.012 0.563 / - 48 48 1 47 25.709 0.000 0.121 1.5E-05 0.012 0.298 / - 49 49 1 48 25.077 0.000 0.121 1.5E-05 0.012 0.290 / - 50 50 2 4 284.225 0.144 0.121 1.5E-05 0.012 3.290 / - 51 51 2 50 31.073 0.000 0.121 1.5E-05 0.012 0.360 / - 52 52 2 51 50.034 0.000 0.121 1.5E-05 0.012 0.579 / - 53 53 2 52 50.023 0.000 0.121 1.5E-05 0.012 0.579 / - 54 54 2 53 50.135 0.000 0.121 1.5E-05 0.012 0.580 / - 55 55 2 54 50.468 0.000 0.121 1.5E-05 0.012 0.584 / - 56 56 2 55 49.957 0.000 0.121 1.5E-05 0.012 0.578 / - 57 57 2 56 48.616 0.000 0.121 1.5E-05 0.012 0.563 / - 58 58 2 57 25.333 0.000 0.121 1.5E-05 0.012 0.293 / - 59 59 2 58 26.388 0.000 0.121 1.5E-05 0.012 0.305 / - 60 60 2 59 50.378 0.000 0.121 1.5E-05 0.012 0.583 / - 61 61 2 60 50.444 0.000 0.121 1.5E-05 0.012 0.584 / - 62 62 2 61 49.829 0.000 0.121 1.5E-05 0.012 0.577 / - 63 63 2 62 49.827 0.000 0.121 1.5E-05 0.012 0.577 / - 64 64 2 63 50.100 0.000 0.121 1.5E-05 0.012 0.580 / - 65 65 2 64 50.095 0.000 0.121 1.5E-05 0.012 0.580 / - 66 66 2 65 50.365 0.000 0.121 1.5E-05 0.012 0.583 / - 67 67 2 66 50.125 0.000 0.121 1.5E-05 0.012 0.580 / - 68 68 2 67 49.889 0.000 0.121 1.5E-05 0.012 0.577 / - 69 69 2 68 50.423 0.000 0.121 1.5E-05 0.012 0.584 / - 70 70 2 69 50.176 0.000 0.121 1.5E-05 0.012 0.581 / - 71 71 2 70 47.124 0.000 0.121 1.5E-05 0.012 0.545 / - 72 72 2 71 25.453 0.000 0.121 1.5E-05 0.012 0.295 / - 73 73 2 72 28.603 0.000 0.121 1.5E-05 0.012 0.331 / - 74 74 2 73 51.296 0.000 0.121 1.5E-05 0.012 0.594 / - 75 75 2 74 51.333 0.000 0.121 1.5E-05 0.012 0.594 / - 76 76 2 75 50.586 0.000 0.121 1.5E-05 0.012 0.586 / - 77 77 2 76 50.320 0.000 0.121 1.5E-05 0.012 0.582 / - 78 78 2 77 49.900 0.000 0.121 1.5E-05 0.012 0.578 / - 79 79 2 78 49.804 0.000 0.121 1.5E-05 0.012 0.576 / - 80 80 2 79 30.842 0.000 0.121 1.5E-05 0.012 0.357 / - 81 81 3 3 190.031 -1.464 0.121 1.5E-05 0.012 2.200 / - 82 82 3 81 28.944 0.349 0.121 1.5E-05 0.012 0.335 / - 83 83 3 82 50.226 0.544 0.121 1.5E-05 0.012 0.581 / - 84 84 3 83 50.193 0.443 0.121 1.5E-05 0.012 0.581 / - 85 85 3 84 49.663 0.315 0.121 1.5E-05 0.012 0.575 / - 86 86 3 85 50.170 0.183 0.121 1.5E-05 0.012 0.581 / - 87 87 3 86 49.990 0.059 0.121 1.5E-05 0.012 0.579 / - 88 88 3 87 50.039 0.000 0.121 1.5E-05 0.012 0.579 / - 89 89 3 88 50.658 0.000 0.121 1.5E-05 0.012 0.586 / - 90 90 3 89 49.144 0.000 0.121 1.5E-05 0.012 0.569 / - 91 91 3 90 25.202 0.000 0.121 1.5E-05 0.012 0.292 / - 92 92 3 91 26.941 0.000 0.121 1.5E-05 0.012 0.312 / - 93 93 3 92 51.345 0.000 0.121 1.5E-05 0.012 0.594 / - 94 94 3 93 51.498 0.000 0.121 1.5E-05 0.012 0.596 / - 95 95 3 94 49.287 0.000 0.121 1.5E-05 0.012 0.571 / - 96 96 3 95 26.242 0.000 0.121 1.5E-05 0.012 0.304 / - 97 97 3 96 28.258 0.000 0.121 1.5E-05 0.012 0.327 / - 98 98 3 97 51.659 0.000 0.121 1.5E-05 0.012 0.598 / - 99 99 3 98 51.831 0.000 0.121 1.5E-05 0.012 0.600 / - 100 100 3 99 41.370 0.000 0.121 1.5E-05 0.012 0.479 / - 101 101 3 100 26.118 0.000 0.121 1.5E-05 0.012 0.302 / - 102 102 3 101 36.426 0.000 0.121 1.5E-05 0.012 0.422 / - 103 103 3 102 51.727 0.000 0.121 1.5E-05 0.012 0.599 / - 104 104 3 103 51.786 0.000 0.121 1.5E-05 0.012 0.599 / - 105 105 3 104 32.366 0.000 0.121 1.5E-05 0.012 0.375 / - 106 106 3 105 25.985 0.000 0.121 1.5E-05 0.012 0.301 / - 107 107 3 106 45.560 0.000 0.121 1.5E-05 0.012 0.527 / - 108 108 3 107 51.635 0.000 0.121 1.5E-05 0.012 0.598 / - 109 109 3 108 51.178 0.000 0.121 1.5E-05 0.012 0.592 / - 110 110 3 109 35.161 0.000 0.121 1.5E-05 0.012 0.407 / - 111 111 3 110 25.558 0.000 0.121 1.5E-05 0.012 0.296 / - 112 112 3 111 41.053 0.000 0.121 1.5E-05 0.012 0.475 / - 113 113 3 112 50.058 0.000 0.121 1.5E-05 0.012 0.579 / - 114 114 3 113 50.097 0.000 0.121 1.5E-05 0.012 0.580 / - 115 115 3 114 50.208 0.000 0.121 1.5E-05 0.012 0.581 / - 116 116 3 115 49.851 0.000 0.121 1.5E-05 0.012 0.577 / - 117 117 3 116 50.387 0.000 0.121 1.5E-05 0.012 0.583 / - 118 118 3 117 50.144 0.000 0.121 1.5E-05 0.012 0.580 / - 119 119 3 118 50.032 0.000 0.121 1.5E-05 0.012 0.579 / - 120 120 3 119 29.159 0.000 0.121 1.5E-05 0.012 0.338 / - 121 121 3 120 25.137 0.000 0.121 1.5E-05 0.012 0.291 / - 122 122 3 121 36.504 0.000 0.121 1.5E-05 0.012 0.423 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR01' 22 179 15 15 'OPEN' 1* 1406.016 0.216 109619.336 2* 'Y' 7.036 / - 'PR01' 22 180 15 15 'OPEN' 1* 2187.285 0.216 170489.922 2* 'Y' 7.029 / - 'PR01' 21 180 15 15 'OPEN' 1* 1378.912 0.216 107493.797 2* 'Y' 7.032 / - 'PR01' 21 181 15 15 'OPEN' 1* 3192.051 0.216 248888.688 2* 'Y' 7.038 / - 'PR01' 21 182 15 15 'OPEN' 1* 3539.333 0.216 275963.875 2* 'Y' 7.038 / - 'PR01' 21 183 15 15 'OPEN' 1* 2388.761 0.216 186225.844 2* 'Y' 7.034 / - 'PR01' 21 184 15 15 'OPEN' 1* 213.063 0.216 16612.438 2* 'Y' 7.038 / - 'PR01' 20 184 15 15 'OPEN' 1* 2349.180 0.216 183163.422 2* 'Y' 7.037 / - 'PR01' 20 185 15 15 'OPEN' 1* 5025.187 0.216 391769.656 2* 'Y' 7.035 / - 'PR01' 20 186 15 15 'OPEN' 1* 4954.899 0.216 386323.719 2* 'Y' 7.037 / - 'PR01' 20 187 15 15 'OPEN' 1* 3098.496 0.216 241581.844 2* 'Y' 7.037 / - 'PR01' 20 188 15 15 'OPEN' 1* 2833.147 0.216 220881.328 2* 'Y' 7.035 / - 'PR01' 20 189 15 15 'OPEN' 1* 428.242 0.216 33388.594 2* 'Y' 7.037 / - 'PR01' 19 189 15 15 'OPEN' 1* 2752.379 0.216 214567.531 2* 'Y' 7.033 / - 'PR01' 19 190 15 15 'OPEN' 1* 3914.129 0.216 305124.594 2* 'Y' 7.032 / - 'PR01' 19 191 15 15 'OPEN' 1* 3499.911 0.216 272840.375 2* 'Y' 7.033 / - 'PR01' 19 192 15 15 'OPEN' 1* 2649.077 0.216 206512.078 2* 'Y' 7.033 / - 'PR01' 19 193 15 15 'OPEN' 1* 1533.594 0.216 119552.164 2* 'Y' 7.032 / - 'PR01' 19 194 15 15 'OPEN' 1* 582.277 0.216 45391.965 2* 'Y' 7.033 / - 'PR01' 19 195 15 15 'OPEN' 1* 1352.300 0.216 105419.633 2* 'Y' 7.032 / - 'PR01' 19 196 15 15 'OPEN' 1* 4049.534 0.216 315684.906 2* 'Y' 7.032 / - 'PR01' 19 197 15 15 'OPEN' 1* 3153.212 0.216 245811.531 2* 'Y' 7.033 / - 'PR01' 19 198 15 15 'OPEN' 1* 4576.026 0.216 356727.188 2* 'Y' 7.032 / - 'PR01' 19 199 15 15 'OPEN' 1* 4606.542 0.216 359108.000 2* 'Y' 7.033 / - 'PR01' 19 200 15 15 'OPEN' 1* 4359.754 0.216 339870.625 2* 'Y' 7.033 / - 'PR01' 19 201 15 15 'OPEN' 1* 4112.967 0.216 320626.281 2* 'Y' 7.032 / - 'PR01' 19 202 15 15 'OPEN' 1* 3691.459 0.216 287772.844 2* 'Y' 7.033 / - 'PR01' 19 203 15 15 'OPEN' 1* 2765.174 0.216 215560.266 2* 'Y' 7.032 / - 'PR01' 20 203 15 15 'OPEN' 1* 40.672 0.216 3171.010 2* 'Y' 7.036 / - 'PR01' 20 204 15 15 'OPEN' 1* 3438.113 0.216 268055.719 2* 'Y' 7.036 / - 'PR01' 20 205 15 15 'OPEN' 1* 2702.955 0.216 210738.312 2* 'Y' 7.036 / - 'PR01' 20 206 15 15 'OPEN' 1* 3021.624 0.216 235583.406 2* 'Y' 7.036 / - 'PR01' 20 207 15 15 'OPEN' 1* 4815.680 0.216 375458.781 2* 'Y' 7.036 / - 'PR01' 20 208 15 15 'OPEN' 1* 3501.190 0.216 272972.250 2* 'Y' 7.036 / - 'PR01' 19 208 15 15 'OPEN' 1* 1155.816 0.216 90102.141 2* 'Y' 7.032 / - 'PR01' 19 209 15 15 'OPEN' 1* 4274.826 0.216 333248.812 2* 'Y' 7.033 / - 'PR01' 19 210 15 15 'OPEN' 1* 4107.322 0.216 320192.688 2* 'Y' 7.033 / - 'PR01' 19 211 15 15 'OPEN' 1* 3631.127 0.216 283062.969 2* 'Y' 7.032 / - 'PR01' 19 212 15 15 'OPEN' 1* 4225.758 0.216 329428.375 2* 'Y' 7.033 / - 'PR01' 19 213 15 15 'OPEN' 1* 4360.097 0.216 339883.469 2* 'Y' 7.031 / - 'PR01' 19 214 15 15 'OPEN' 1* 3670.902 0.216 286177.219 2* 'Y' 7.033 / - 'PR01' 19 215 15 15 'OPEN' 1* 2895.726 0.216 225747.703 2* 'Y' 7.034 / - 'PR01' 18 215 15 15 'OPEN' 1* 306.759 0.216 23917.588 2* 'Y' 7.037 / - 'PR01' 18 216 15 15 'OPEN' 1* 1836.064 0.216 143139.781 2* 'Y' 7.034 / - 'PR01' 21 182 15 15 'OPEN' 1* 840.911 0.216 65563.148 2* 'Y' 7.037 / - 'PR01' 21 183 15 15 'OPEN' 1* 2322.004 0.216 181034.438 2* 'Y' 7.036 / - 'PR01' 21 184 15 15 'OPEN' 1* 2979.769 0.216 232320.938 2* 'Y' 7.036 / - 'PR01' 21 185 15 15 'OPEN' 1* 2896.946 0.216 225862.734 2* 'Y' 7.036 / - 'PR01' 21 186 15 15 'OPEN' 1* 3233.933 0.216 252136.484 2* 'Y' 7.036 / - 'PR01' 21 187 15 15 'OPEN' 1* 4401.240 0.216 343147.219 2* 'Y' 7.036 / - 'PR01' 21 188 15 15 'OPEN' 1* 2511.920 0.216 195842.703 2* 'Y' 7.036 / - 'PR01' 21 189 15 15 'OPEN' 1* 867.080 0.216 67602.898 2* 'Y' 7.036 / - 'PR01' 22 189 15 15 'OPEN' 1* 94.923 0.216 7399.813 2* 'Y' 7.033 / - 'PR01' 22 190 15 15 'OPEN' 1* 3315.576 0.216 258467.047 2* 'Y' 7.032 / - 'PR01' 22 191 15 15 'OPEN' 1* 4450.079 0.216 346911.531 2* 'Y' 7.033 / - 'PR01' 22 192 15 15 'OPEN' 1* 5148.361 0.216 401346.719 2* 'Y' 7.033 / - 'PR01' 22 193 15 15 'OPEN' 1* 4807.704 0.216 374786.781 2* 'Y' 7.032 / - 'PR01' 22 194 15 15 'OPEN' 1* 4665.055 0.216 363669.969 2* 'Y' 7.033 / - 'PR01' 22 195 15 15 'OPEN' 1* 3991.016 0.216 311121.281 2* 'Y' 7.032 / - 'PR01' 22 196 15 15 'OPEN' 1* 3089.655 0.216 240857.734 2* 'Y' 7.033 / - 'PR01' 22 197 15 15 'OPEN' 1* 3929.464 0.216 306326.062 2* 'Y' 7.033 / - 'PR01' 22 198 15 15 'OPEN' 1* 3902.646 0.216 304232.250 2* 'Y' 7.032 / - 'PR01' 22 199 15 15 'OPEN' 1* 3378.224 0.216 263353.688 2* 'Y' 7.033 / - 'PR01' 22 200 15 15 'OPEN' 1* 979.807 0.216 76382.008 2* 'Y' 7.033 / - 'PR01' 22 201 15 15 'OPEN' 1* 3837.575 0.216 299158.375 2* 'Y' 7.032 / - 'PR01' 22 202 15 15 'OPEN' 1* 3445.167 0.216 268575.625 2* 'Y' 7.033 / - 'PR01' 23 202 15 15 'OPEN' 1* 504.733 0.216 39352.883 2* 'Y' 7.037 / - 'PR01' 23 203 15 15 'OPEN' 1* 4043.449 0.216 315232.750 2* 'Y' 7.035 / - 'PR01' 23 204 15 15 'OPEN' 1* 4541.461 0.216 354094.000 2* 'Y' 7.038 / - 'PR01' 23 205 15 15 'OPEN' 1* 4626.779 0.216 360739.344 2* 'Y' 7.037 / - 'PR01' 23 206 15 15 'OPEN' 1* 4195.771 0.216 327121.812 2* 'Y' 7.036 / - 'PR01' 23 207 15 15 'OPEN' 1* 1977.447 0.216 154173.625 2* 'Y' 7.036 / - 'PR01' 23 208 15 15 'OPEN' 1* 4356.664 0.216 339670.937 2* 'Y' 7.036 / - 'PR01' 23 209 15 15 'OPEN' 1* 3843.420 0.216 299655.812 2* 'Y' 7.036 / - 'PR01' 23 210 15 15 'OPEN' 1* 1034.493 0.216 80655.312 2* 'Y' 7.036 / - 'PR01' 23 179 15 15 'OPEN' 1* 576.857 0.216 44975.930 2* 'Y' 7.037 / - 'PR01' 23 180 15 15 'OPEN' 1* 2613.745 0.216 203784.422 2* 'Y' 7.036 / - 'PR01' 23 181 15 15 'OPEN' 1* 833.511 0.216 64985.855 2* 'Y' 7.036 / - 'PR01' 23 182 15 15 'OPEN' 1* 2540.530 0.216 198075.406 2* 'Y' 7.036 / - 'PR01' 23 183 15 15 'OPEN' 1* 3432.232 0.216 267597.188 2* 'Y' 7.036 / - 'PR01' 23 184 15 15 'OPEN' 1* 2643.127 0.216 206073.969 2* 'Y' 7.036 / - 'PR01' 23 185 15 15 'OPEN' 1* 2685.047 0.216 209341.516 2* 'Y' 7.036 / - 'PR01' 23 186 15 15 'OPEN' 1* 2571.108 0.216 200459.562 2* 'Y' 7.036 / - 'PR01' 23 187 15 15 'OPEN' 1* 2835.114 0.216 221044.031 2* 'Y' 7.037 / - 'PR01' 23 188 15 15 'OPEN' 1* 2528.120 0.216 197100.469 2* 'Y' 7.035 / - 'PR01' 24 188 15 15 'OPEN' 1* 124.690 0.216 9720.012 2* 'Y' 7.032 / - 'PR01' 24 189 15 15 'OPEN' 1* 3163.919 0.216 246656.438 2* 'Y' 7.034 / - 'PR01' 24 190 15 15 'OPEN' 1* 4105.881 0.216 320054.938 2* 'Y' 7.030 / - 'PR01' 24 191 15 15 'OPEN' 1* 3911.189 0.216 304918.750 2* 'Y' 7.034 / - 'PR01' 24 192 15 15 'OPEN' 1* 3842.102 0.216 299532.562 2* 'Y' 7.034 / - 'PR01' 25 192 15 15 'OPEN' 1* 435.807 0.216 33979.574 2* 'Y' 7.038 / - 'PR01' 25 193 15 15 'OPEN' 1* 4348.898 0.216 339037.594 2* 'Y' 7.034 / - 'PR01' 25 194 15 15 'OPEN' 1* 5838.872 0.216 455257.750 2* 'Y' 7.038 / - 'PR01' 25 195 15 15 'OPEN' 1* 5130.356 0.216 399956.406 2* 'Y' 7.034 / - 'PR01' 25 196 15 15 'OPEN' 1* 2980.491 0.216 232389.109 2* 'Y' 7.038 / - 'PR01' 26 196 15 15 'OPEN' 1* 2081.987 0.216 162332.938 2* 'Y' 7.038 / - 'PR01' 26 197 15 15 'OPEN' 1* 5520.917 0.216 430464.938 2* 'Y' 7.038 / - 'PR01' 26 198 15 15 'OPEN' 1* 5831.904 0.216 454647.844 2* 'Y' 7.034 / - 'PR01' 26 199 15 15 'OPEN' 1* 5843.916 0.216 455651.094 2* 'Y' 7.038 / - 'PR01' 26 200 15 15 'OPEN' 1* 1311.933 0.216 102290.703 2* 'Y' 7.038 / - 'PR01' 27 200 15 15 'OPEN' 1* 3695.653 0.216 288115.312 2* 'Y' 7.034 / - 'PR01' 27 201 15 15 'OPEN' 1* 4326.088 0.216 337215.625 2* 'Y' 7.030 / - 'PR01' 27 202 15 15 'OPEN' 1* 4013.920 0.216 312923.250 2* 'Y' 7.034 / - 'PR01' 27 203 15 15 'OPEN' 1* 3615.123 0.216 281806.094 2* 'Y' 7.031 / - 'PR01' 27 204 15 15 'OPEN' 1* 1377.067 0.216 107353.914 2* 'Y' 7.033 / - 'PR01' 28 204 15 15 'OPEN' 1* 2639.721 0.216 205811.859 2* 'Y' 7.037 / - 'PR01' 28 205 15 15 'OPEN' 1* 4954.977 0.216 386323.188 2* 'Y' 7.037 / - 'PR01' 28 206 15 15 'OPEN' 1* 5133.958 0.216 400270.687 2* 'Y' 7.036 / - 'PR01' 28 207 15 15 'OPEN' 1* 3823.497 0.216 298102.688 2* 'Y' 7.036 / - 'PR01' 28 208 15 15 'OPEN' 1* 879.163 0.216 68544.648 2* 'Y' 7.036 / - 'PR01' 28 209 15 15 'OPEN' 1* 2136.890 0.216 166604.531 2* 'Y' 7.036 / - 'PR01' 28 210 15 15 'OPEN' 1* 4270.333 0.216 332941.344 2* 'Y' 7.036 / - 'PR01' 28 211 15 15 'OPEN' 1* 2225.007 0.216 173472.719 2* 'Y' 7.036 / - 'PR01' 28 212 15 15 'OPEN' 1* 2251.321 0.216 175528.031 2* 'Y' 7.037 / - 'PR01' 28 213 15 15 'OPEN' 1* 290.210 0.216 22626.182 2* 'Y' 7.036 / - 'PR01' 27 213 15 15 'OPEN' 1* 955.528 0.216 74487.383 2* 'Y' 7.032 / - 'PR01' 27 214 15 15 'OPEN' 1* 1087.510 0.216 84779.625 2* 'Y' 7.033 / - 'PR03' 33 195 15 15 'OPEN' 1* 279.160 0.216 73866.820 2* 'Y' 7.032 / - 'PR03' 33 196 15 15 'OPEN' 1* 1582.096 0.216 418628.500 2* 'Y' 7.033 / - 'PR03' 33 197 15 15 'OPEN' 1* 1615.629 0.216 427501.406 2* 'Y' 7.033 / - 'PR03' 33 198 15 15 'OPEN' 1* 1655.622 0.216 438083.469 2* 'Y' 7.032 / - 'PR03' 33 199 15 15 'OPEN' 1* 1675.317 0.216 443296.000 2* 'Y' 7.033 / - 'PR03' 33 200 15 15 'OPEN' 1* 1710.765 0.216 452676.219 2* 'Y' 7.033 / - 'PR03' 33 201 15 15 'OPEN' 1* 1367.683 0.216 361892.312 2* 'Y' 7.032 / - 'PR03' 33 202 15 15 'OPEN' 1* 1400.769 0.216 370650.000 2* 'Y' 7.033 / - 'PR03' 33 203 15 15 'OPEN' 1* 679.290 0.216 179741.656 2* 'Y' 7.032 / - 'PR03' 33 204 15 15 'OPEN' 1* 710.710 0.216 188056.938 2* 'Y' 7.033 / - 'PR03' 34 204 15 15 'OPEN' 1* 359.792 0.216 95206.336 2* 'Y' 7.037 / - 'PR03' 34 205 15 15 'OPEN' 1* 1458.865 0.216 386036.250 2* 'Y' 7.036 / - 'PR03' 34 206 15 15 'OPEN' 1* 356.161 0.216 94244.766 2* 'Y' 7.036 / - 'PR03' 34 207 15 15 'OPEN' 1* 732.717 0.216 193887.188 2* 'Y' 7.036 / - 'PR03' 34 208 15 15 'OPEN' 1* 577.878 0.216 152914.344 2* 'Y' 7.036 / - 'PR03' 34 209 15 15 'OPEN' 1* 1341.156 0.216 354888.812 2* 'Y' 7.036 / - 'PR03' 34 210 15 15 'OPEN' 1* 1486.649 0.216 393388.062 2* 'Y' 7.036 / - 'PR03' 34 211 15 15 'OPEN' 1* 1373.956 0.216 363567.312 2* 'Y' 7.036 / - 'PR03' 34 212 15 15 'OPEN' 1* 1287.660 0.216 340732.812 2* 'Y' 7.036 / - 'PR03' 34 213 15 15 'OPEN' 1* 1342.265 0.216 355180.625 2* 'Y' 7.036 / - 'PR03' 34 214 15 15 'OPEN' 1* 1174.443 0.216 310774.094 2* 'Y' 7.036 / - 'PR03' 34 215 15 15 'OPEN' 1* 1091.317 0.216 288777.688 2* 'Y' 7.036 / - 'PR03' 34 216 15 15 'OPEN' 1* 1325.569 0.216 350762.656 2* 'Y' 7.036 / - 'PR03' 34 217 15 15 'OPEN' 1* 363.420 0.216 96166.008 2* 'Y' 7.036 / - 'PR03' 33 217 15 15 'OPEN' 1* 677.462 0.216 179259.328 2* 'Y' 7.033 / - 'PR03' 33 218 15 15 'OPEN' 1* 985.185 0.216 260682.906 2* 'Y' 7.032 / - 'PR03' 33 219 15 15 'OPEN' 1* 1013.178 0.216 268090.969 2* 'Y' 7.033 / - 'PR03' 33 220 15 15 'OPEN' 1* 1059.804 0.216 280428.406 2* 'Y' 7.033 / - 'PR03' 33 221 15 15 'OPEN' 1* 995.543 0.216 263423.750 2* 'Y' 7.032 / - 'PR03' 33 222 15 15 'OPEN' 1* 303.976 0.216 80433.359 2* 'Y' 7.033 / - 'PR03' 34 194 15 15 'OPEN' 1* 929.830 0.216 246063.250 2* 'Y' 7.043 / - 'PR03' 34 195 15 15 'OPEN' 1* 1791.176 0.216 473932.969 2* 'Y' 7.029 / - 'PR03' 34 196 15 15 'OPEN' 1* 525.349 0.216 139019.953 2* 'Y' 7.040 / - 'PR03' 35 196 15 15 'OPEN' 1* 1354.498 0.216 358424.156 2* 'Y' 7.038 / - 'PR03' 35 197 15 15 'OPEN' 1* 1718.751 0.216 454809.469 2* 'Y' 7.037 / - 'PR03' 35 198 15 15 'OPEN' 1* 961.213 0.216 254332.828 2* 'Y' 7.030 / - 'PR03' 36 198 15 15 'OPEN' 1* 667.045 0.216 176507.125 2* 'Y' 7.035 / - 'PR03' 36 199 15 15 'OPEN' 1* 1706.052 0.216 451448.094 2* 'Y' 7.037 / - 'PR03' 36 200 15 15 'OPEN' 1* 1834.167 0.216 485349.156 2* 'Y' 7.037 / - 'PR03' 36 201 15 15 'OPEN' 1* 1723.600 0.216 456085.938 2* 'Y' 7.036 / - 'PR03' 36 202 15 15 'OPEN' 1* 1858.614 0.216 491815.375 2* 'Y' 7.036 / - 'PR03' 36 203 15 15 'OPEN' 1* 1743.121 0.216 461252.750 2* 'Y' 7.036 / - 'PR03' 36 204 15 15 'OPEN' 1* 1699.932 0.216 449825.781 2* 'Y' 7.036 / - 'PR03' 36 205 15 15 'OPEN' 1* 1307.288 0.216 345926.750 2* 'Y' 7.036 / - 'PR03' 36 206 15 15 'OPEN' 1* 1368.556 0.216 362137.844 2* 'Y' 7.036 / - 'PR03' 36 207 15 15 'OPEN' 1* 962.948 0.216 254809.641 2* 'Y' 7.036 / - 'PR03' 37 207 15 15 'OPEN' 1* 372.054 0.216 98450.617 2* 'Y' 7.036 / - 'PR03' 37 208 15 15 'OPEN' 1* 1618.032 0.216 428152.531 2* 'Y' 7.036 / - 'PR03' 37 209 15 15 'OPEN' 1* 1543.307 0.216 408380.719 2* 'Y' 7.036 / - 'PR03' 37 210 15 15 'OPEN' 1* 1499.297 0.216 396735.031 2* 'Y' 7.036 / - 'PR03' 37 211 15 15 'OPEN' 1* 1402.868 0.216 371217.406 2* 'Y' 7.036 / - 'PR03' 37 212 15 15 'OPEN' 1* 1286.713 0.216 340482.375 2* 'Y' 7.036 / - 'PR03' 37 213 15 15 'OPEN' 1* 1112.327 0.216 294336.000 2* 'Y' 7.036 / - 'PR03' 37 214 15 15 'OPEN' 1* 1141.215 0.216 301981.438 2* 'Y' 7.036 / - 'PR03' 37 215 15 15 'OPEN' 1* 1130.024 0.216 299020.250 2* 'Y' 7.036 / - 'PR03' 36 215 15 15 'OPEN' 1* 293.462 0.216 77654.227 2* 'Y' 7.036 / - 'PR03' 36 216 15 15 'OPEN' 1* 1461.670 0.216 386776.656 2* 'Y' 7.036 / - 'PR03' 36 217 15 15 'OPEN' 1* 1323.609 0.216 350245.469 2* 'Y' 7.036 / - 'PR03' 36 218 15 15 'OPEN' 1* 843.489 0.216 223197.953 2* 'Y' 7.036 / - 'PR03' 36 219 15 15 'OPEN' 1* 766.556 0.216 202841.438 2* 'Y' 7.036 / - 'PR03' 36 220 15 15 'OPEN' 1* 728.864 0.216 192867.688 2* 'Y' 7.036 / - 'PR03' 32 193 15 15 'OPEN' 1* 640.120 0.216 169364.797 2* 'Y' 7.025 / - 'PR03' 32 194 15 15 'OPEN' 1* 316.603 0.216 83783.000 2* 'Y' 7.043 / - 'PR03' 31 194 15 15 'OPEN' 1* 1058.555 0.216 280116.812 2* 'Y' 7.039 / - 'PR03' 31 195 15 15 'OPEN' 1* 1265.229 0.216 334780.031 2* 'Y' 7.031 / - 'PR03' 31 196 15 15 'OPEN' 1* 1342.669 0.216 355299.062 2* 'Y' 7.039 / - 'PR03' 30 196 15 15 'OPEN' 1* 407.624 0.216 107861.586 2* 'Y' 7.035 / - 'PR03' 30 197 15 15 'OPEN' 1* 1686.953 0.216 446377.062 2* 'Y' 7.033 / - 'PR03' 30 198 15 15 'OPEN' 1* 1710.694 0.216 452651.312 2* 'Y' 7.032 / - 'PR03' 30 199 15 15 'OPEN' 1* 1696.145 0.216 448809.500 2* 'Y' 7.033 / - 'PR03' 30 200 15 15 'OPEN' 1* 1597.280 0.216 422646.719 2* 'Y' 7.033 / - 'PR03' 30 201 15 15 'OPEN' 1* 1582.437 0.216 418714.719 2* 'Y' 7.032 / - 'PR03' 30 202 15 15 'OPEN' 1* 1437.079 0.216 380259.344 2* 'Y' 7.033 / - 'PR03' 30 203 15 15 'OPEN' 1* 1357.712 0.216 359251.688 2* 'Y' 7.031 / - 'PR03' 31 203 15 15 'OPEN' 1* 42.382 0.216 11214.742 2* 'Y' 7.036 / - 'PR03' 31 204 15 15 'OPEN' 1* 1216.500 0.216 321904.625 2* 'Y' 7.037 / - 'PR03' 31 205 15 15 'OPEN' 1* 1130.692 0.216 299197.562 2* 'Y' 7.037 / - 'PR03' 31 206 15 15 'OPEN' 1* 705.728 0.216 186744.844 2* 'Y' 7.036 / - 'PR03' 31 207 15 15 'OPEN' 1* 132.612 0.216 35091.074 2* 'Y' 7.036 / - 'PR03' 31 208 15 15 'OPEN' 1* 478.349 0.216 126577.359 2* 'Y' 7.036 / - 'PR03' 31 209 15 15 'OPEN' 1* 657.411 0.216 173960.203 2* 'Y' 7.036 / - 'PR03' 31 210 15 15 'OPEN' 1* 972.089 0.216 257228.313 2* 'Y' 7.036 / - 'PR03' 31 211 15 15 'OPEN' 1* 1244.300 0.216 329258.062 2* 'Y' 7.036 / - 'PR03' 31 212 15 15 'OPEN' 1* 1096.397 0.216 290121.719 2* 'Y' 7.036 / - 'PR03' 31 213 15 15 'OPEN' 1* 1268.352 0.216 335623.094 2* 'Y' 7.036 / - 'PR03' 31 214 15 15 'OPEN' 1* 1268.594 0.216 335687.250 2* 'Y' 7.036 / - 'PR03' 31 215 15 15 'OPEN' 1* 1264.604 0.216 334631.438 2* 'Y' 7.036 / - 'PR03' 31 216 15 15 'OPEN' 1* 1154.660 0.216 305538.719 2* 'Y' 7.036 / - 'PR03' 31 217 15 15 'OPEN' 1* 1223.721 0.216 323813.406 2* 'Y' 7.036 / - 'PR03' 31 218 15 15 'OPEN' 1* 1136.702 0.216 300786.688 2* 'Y' 7.036 / - 'PR03' 31 219 15 15 'OPEN' 1* 1080.978 0.216 286041.531 2* 'Y' 7.036 / - 'PR03' 31 220 15 15 'OPEN' 1* 1055.864 0.216 279396.219 2* 'Y' 7.036 / - 'PR03' 31 221 15 15 'OPEN' 1* 980.311 0.216 259402.344 2* 'Y' 7.036 / - 'PR03' 31 222 15 15 'OPEN' 1* 1069.014 0.216 282876.406 2* 'Y' 7.037 / - 'PR03' 31 223 15 15 'OPEN' 1* 855.503 0.216 226376.812 2* 'Y' 7.036 / - 'PR03' 33 192 15 15 'OPEN' 1* 1407.900 0.216 372595.531 2* 'X' 7.049 / - 'PR03' 34 192 15 15 'OPEN' 1* 361.078 0.216 95560.086 2* 'X' 7.051 / - 'PR03' 34 193 15 15 'OPEN' 1* 1855.641 0.216 490933.625 2* 'X' 7.017 / - 'PR03' 35 193 15 15 'OPEN' 1* 546.699 0.216 144633.969 2* 'Y' 7.016 / - 'PR03' 35 194 15 15 'OPEN' 1* 1910.591 0.216 505615.875 2* 'Y' 7.046 / - 'PR03' 36 194 15 15 'OPEN' 1* 457.444 0.216 121058.680 2* 'Y' 7.047 / - 'PR03' 36 195 15 15 'OPEN' 1* 1775.439 0.216 469736.469 2* 'Y' 7.022 / - 'PR03' 36 196 15 15 'OPEN' 1* 22.686 0.216 6003.119 2* 'Y' 7.038 / - 'PR03' 37 196 15 15 'OPEN' 1* 2117.923 0.216 560478.438 2* 'Y' 7.045 / - 'PR03' 37 197 15 15 'OPEN' 1* 804.874 0.216 212992.500 2* 'Y' 7.042 / - 'PR03' 38 197 15 15 'OPEN' 1* 1159.455 0.216 306811.281 2* 'Y' 7.037 / - 'PR03' 38 198 15 15 'OPEN' 1* 1955.156 0.216 517307.938 2* 'Y' 7.026 / - 'PR03' 38 199 15 15 'OPEN' 1* 916.151 0.216 242429.641 2* 'Y' 7.038 / - 'PR03' 39 199 15 15 'OPEN' 1* 947.027 0.216 250606.984 2* 'Y' 7.041 / - 'PR03' 39 200 15 15 'OPEN' 1* 1745.513 0.216 461906.375 2* 'Y' 7.041 / - 'PR03' 39 201 15 15 'OPEN' 1* 1443.787 0.216 382044.188 2* 'Y' 7.036 / - 'PR03' 39 202 15 15 'OPEN' 1* 1152.523 0.216 304973.406 2* 'Y' 7.036 / - 'PR03' 39 203 15 15 'OPEN' 1* 1591.848 0.216 421224.250 2* 'Y' 7.036 / - 'PR03' 39 204 15 15 'OPEN' 1* 1270.045 0.216 336071.531 2* 'Y' 7.036 / - 'PR03' 40 204 15 15 'OPEN' 1* 318.720 0.216 84337.688 2* 'Y' 7.036 / - 'PR03' 40 205 15 15 'OPEN' 1* 1709.160 0.216 452267.188 2* 'Y' 7.036 / - 'PR03' 40 206 15 15 'OPEN' 1* 1710.390 0.216 452592.344 2* 'Y' 7.036 / - 'PR03' 40 207 15 15 'OPEN' 1* 1640.805 0.216 434179.406 2* 'Y' 7.036 / - 'PR03' 40 208 15 15 'OPEN' 1* 1516.010 0.216 401156.750 2* 'Y' 7.036 / - 'PR03' 40 209 15 15 'OPEN' 1* 1518.131 0.216 401718.312 2* 'Y' 7.036 / - 'PR03' 40 210 15 15 'OPEN' 1* 1344.848 0.216 355865.188 2* 'Y' 7.036 / - 'PR03' 40 211 15 15 'OPEN' 1* 43.598 0.216 11536.553 2* 'Y' 7.036 / - 'PR03' 39 211 15 15 'OPEN' 1* 1274.532 0.216 337258.438 2* 'Y' 7.036 / - 'PR03' 39 212 15 15 'OPEN' 1* 1151.771 0.216 304774.500 2* 'Y' 7.036 / - 'PR03' 39 213 15 15 'OPEN' 1* 1124.257 0.216 297493.438 2* 'Y' 7.036 / - 'PR03' 39 214 15 15 'OPEN' 1* 1037.318 0.216 274488.656 2* 'Y' 7.036 / - 'PR03' 39 215 15 15 'OPEN' 1* 1399.467 0.216 370318.062 2* 'Y' 7.036 / - 'PR04' 37 168 15 15 'OPEN' 1* 750.420 0.216 198561.547 2* 'Y' 7.031 / - 'PR04' 37 169 15 15 'OPEN' 1* 870.161 0.216 230263.266 2* 'Y' 7.039 / - 'PR04' 36 169 15 15 'OPEN' 1* 21.839 0.216 5779.205 2* 'Y' 7.040 / - 'PR04' 36 170 15 15 'OPEN' 1* 1081.621 0.216 286203.219 2* 'Y' 7.033 / - 'PR04' 36 171 15 15 'OPEN' 1* 845.628 0.216 223764.797 2* 'Y' 7.036 / - 'PR04' 36 172 15 15 'OPEN' 1* 885.931 0.216 234429.422 2* 'Y' 7.036 / - 'PR04' 36 173 15 15 'OPEN' 1* 1058.069 0.216 279979.375 2* 'Y' 7.036 / - 'PR04' 36 174 15 15 'OPEN' 1* 1150.062 0.216 304322.219 2* 'Y' 7.036 / - 'PR04' 36 175 15 15 'OPEN' 1* 868.506 0.216 229818.437 2* 'Y' 7.036 / - 'PR04' 36 176 15 15 'OPEN' 1* 410.129 0.216 108525.664 2* 'Y' 7.036 / - 'PR04' 36 177 15 15 'OPEN' 1* 677.064 0.216 179160.719 2* 'Y' 7.036 / - 'PR04' 36 178 15 15 'OPEN' 1* 441.279 0.216 116768.305 2* 'Y' 7.036 / - 'PR04' 36 179 15 15 'OPEN' 1* 32.006 0.216 8469.207 2* 'Y' 7.036 / - 'PR04' 37 179 15 15 'OPEN' 1* 48.250 0.216 12767.691 2* 'Y' 7.036 / - 'PR04' 37 180 15 15 'OPEN' 1* 416.300 0.216 110158.344 2* 'Y' 7.036 / - 'PR04' 37 181 15 15 'OPEN' 1* 883.050 0.216 233667.516 2* 'Y' 7.036 / - 'PR04' 37 182 15 15 'OPEN' 1* 1158.762 0.216 306624.719 2* 'Y' 7.036 / - 'PR04' 37 183 15 15 'OPEN' 1* 1388.359 0.216 367378.062 2* 'Y' 7.036 / - 'PR04' 37 184 15 15 'OPEN' 1* 1545.606 0.216 408988.906 2* 'Y' 7.036 / - 'PR04' 37 185 15 15 'OPEN' 1* 1662.752 0.216 439985.719 2* 'Y' 7.036 / - 'PR04' 37 186 15 15 'OPEN' 1* 1679.466 0.216 444410.156 2* 'Y' 7.036 / - 'PR04' 37 187 15 15 'OPEN' 1* 1656.772 0.216 438405.125 2* 'Y' 7.036 / - 'PR04' 37 188 15 15 'OPEN' 1* 1683.881 0.216 445576.687 2* 'Y' 7.036 / - 'PR04' 37 189 15 15 'OPEN' 1* 1664.978 0.216 440576.406 2* 'Y' 7.036 / - 'PR04' 37 190 15 15 'OPEN' 1* 1629.374 0.216 431153.500 2* 'Y' 7.036 / - 'PR04' 37 191 15 15 'OPEN' 1* 1687.850 0.216 446628.812 2* 'Y' 7.036 / - 'PR04' 37 192 15 15 'OPEN' 1* 1107.461 0.216 293049.781 2* 'Y' 7.036 / - 'PR04' 38 192 15 15 'OPEN' 1* 642.078 0.216 169896.484 2* 'Y' 7.033 / - 'PR04' 38 193 15 15 'OPEN' 1* 1796.696 0.216 475411.219 2* 'Y' 7.032 / - 'PR04' 38 194 15 15 'OPEN' 1* 1541.927 0.216 408000.188 2* 'Y' 7.033 / - 'PR04' 38 195 15 15 'OPEN' 1* 1015.563 0.216 268721.125 2* 'Y' 7.032 / - 'PR04' 38 168 15 15 'OPEN' 1* 406.595 0.216 107586.344 2* 'Y' 7.032 / - 'PR04' 38 169 15 15 'OPEN' 1* 786.942 0.216 208228.000 2* 'Y' 7.033 / - 'PR04' 38 170 15 15 'OPEN' 1* 1043.939 0.216 276229.750 2* 'Y' 7.032 / - 'PR04' 38 171 15 15 'OPEN' 1* 1218.432 0.216 322401.688 2* 'Y' 7.033 / - 'PR04' 38 172 15 15 'OPEN' 1* 886.685 0.216 234620.453 2* 'Y' 7.033 / - 'PR04' 39 172 15 15 'OPEN' 1* 387.113 0.216 102436.469 2* 'Y' 7.037 / - 'PR04' 39 173 15 15 'OPEN' 1* 1262.848 0.216 334161.406 2* 'Y' 7.035 / - 'PR04' 39 174 15 15 'OPEN' 1* 1423.995 0.216 376812.344 2* 'Y' 7.037 / - 'PR04' 39 175 15 15 'OPEN' 1* 1341.292 0.216 354918.500 2* 'Y' 7.035 / - 'PR04' 39 176 15 15 'OPEN' 1* 1230.349 0.216 325570.375 2* 'Y' 7.037 / - 'PR04' 39 177 15 15 'OPEN' 1* 445.504 0.216 117887.789 2* 'Y' 7.037 / - 'PR04' 40 177 15 15 'OPEN' 1* 585.588 0.216 154955.203 2* 'Y' 7.037 / - 'PR04' 40 178 15 15 'OPEN' 1* 1451.182 0.216 384001.281 2* 'Y' 7.036 / - 'PR04' 40 179 15 15 'OPEN' 1* 1036.237 0.216 274203.031 2* 'Y' 7.036 / - 'PR04' 40 180 15 15 'OPEN' 1* 99.848 0.216 26420.998 2* 'Y' 7.036 / - 'PR04' 40 181 15 15 'OPEN' 1* 1090.130 0.216 288463.688 2* 'Y' 7.036 / - 'PR04' 40 182 15 15 'OPEN' 1* 1437.214 0.216 380307.062 2* 'Y' 7.036 / - 'PR04' 40 183 15 15 'OPEN' 1* 1712.049 0.216 453030.125 2* 'Y' 7.036 / - 'PR04' 40 184 15 15 'OPEN' 1* 1613.611 0.216 426984.094 2* 'Y' 7.036 / - 'PR04' 40 185 15 15 'OPEN' 1* 1535.207 0.216 406236.594 2* 'Y' 7.036 / - 'PR04' 40 186 15 15 'OPEN' 1* 1454.200 0.216 384801.281 2* 'Y' 7.036 / - 'PR04' 40 187 15 15 'OPEN' 1* 1322.034 0.216 349828.406 2* 'Y' 7.036 / - 'PR04' 40 188 15 15 'OPEN' 1* 1333.228 0.216 352790.188 2* 'Y' 7.036 / - 'PR04' 40 189 15 15 'OPEN' 1* 1372.115 0.216 363080.438 2* 'Y' 7.036 / - 'PR04' 40 190 15 15 'OPEN' 1* 1451.239 0.216 384017.438 2* 'Y' 7.036 / - 'PR04' 40 191 15 15 'OPEN' 1* 1483.497 0.216 392553.531 2* 'Y' 7.036 / - 'PR04' 40 192 15 15 'OPEN' 1* 1485.348 0.216 393043.344 2* 'Y' 7.036 / - 'PR04' 40 193 15 15 'OPEN' 1* 1591.152 0.216 421040.312 2* 'Y' 7.036 / - 'PR04' 40 194 15 15 'OPEN' 1* 99.699 0.216 26381.809 2* 'Y' 7.036 / - 'PR04' 41 194 15 15 'OPEN' 1* 1525.528 0.216 403660.281 2* 'Y' 7.033 / - 'PR04' 41 195 15 15 'OPEN' 1* 1535.461 0.216 406288.531 2* 'Y' 7.032 / - 'PR04' 41 196 15 15 'OPEN' 1* 1513.716 0.216 400534.875 2* 'Y' 7.033 / - 'PR04' 41 197 15 15 'OPEN' 1* 1699.837 0.216 449735.969 2* 'Y' 7.022 / - 'PR04' 41 198 15 15 'OPEN' 1* 1663.009 0.216 439991.375 2* 'Y' 7.022 / - 'PR04' 41 199 15 15 'OPEN' 1* 1733.726 0.216 458750.500 2* 'Y' 7.033 / - 'PR04' 41 200 15 15 'OPEN' 1* 38.501 0.216 10187.467 2* 'Y' 7.033 / - 'PR04' 37 166 15 15 'OPEN' 1* 90.614 0.216 23979.592 2* 'Y' 7.044 / - 'PR04' 37 167 15 15 'OPEN' 1* 232.243 0.216 61459.926 2* 'Y' 7.045 / - 'PR04' 36 167 15 15 'OPEN' 1* 1116.364 0.216 295429.344 2* 'Y' 7.044 / - 'PR04' 36 168 15 15 'OPEN' 1* 628.955 0.216 166406.891 2* 'Y' 7.022 / - 'PR04' 35 168 15 15 'OPEN' 1* 610.251 0.216 161463.578 2* 'Y' 7.026 / - 'PR04' 35 169 15 15 'OPEN' 1* 1196.089 0.216 316500.562 2* 'Y' 7.036 / - 'PR04' 35 170 15 15 'OPEN' 1* 1146.658 0.216 303395.938 2* 'Y' 7.028 / - 'PR04' 34 170 15 15 'OPEN' 1* 90.718 0.216 24004.029 2* 'Y' 7.032 / - 'PR04' 34 171 15 15 'OPEN' 1* 1272.786 0.216 336806.688 2* 'Y' 7.039 / - 'PR04' 34 172 15 15 'OPEN' 1* 1201.874 0.216 318041.938 2* 'Y' 7.039 / - 'PR04' 34 173 15 15 'OPEN' 1* 587.261 0.216 155389.469 2* 'Y' 7.031 / - 'PR04' 33 173 15 15 'OPEN' 1* 618.832 0.216 163742.250 2* 'Y' 7.031 / - 'PR04' 33 174 15 15 'OPEN' 1* 1067.505 0.216 282466.094 2* 'Y' 7.033 / - 'PR04' 33 175 15 15 'OPEN' 1* 523.017 0.216 138391.812 2* 'Y' 7.032 / - 'PR04' 34 175 15 15 'OPEN' 1* 547.654 0.216 144916.266 2* 'Y' 7.036 / - 'PR04' 34 176 15 15 'OPEN' 1* 699.057 0.216 184980.281 2* 'Y' 7.036 / - 'PR04' 34 177 15 15 'OPEN' 1* 939.075 0.216 248492.391 2* 'Y' 7.036 / - 'PR04' 34 178 15 15 'OPEN' 1* 1420.808 0.216 375964.125 2* 'Y' 7.036 / - 'PR04' 34 179 15 15 'OPEN' 1* 451.283 0.216 119415.812 2* 'Y' 7.036 / - 'PR04' 34 180 15 15 'OPEN' 1* 389.313 0.216 103017.312 2* 'Y' 7.036 / - 'PR04' 34 181 15 15 'OPEN' 1* 436.447 0.216 115489.906 2* 'Y' 7.036 / - 'PR04' 34 182 15 15 'OPEN' 1* 729.861 0.216 193131.125 2* 'Y' 7.036 / - 'PR04' 34 183 15 15 'OPEN' 1* 1201.546 0.216 317945.469 2* 'Y' 7.036 / - 'PR04' 34 184 15 15 'OPEN' 1* 1433.081 0.216 379212.719 2* 'Y' 7.036 / - 'PR04' 34 185 15 15 'OPEN' 1* 1460.395 0.216 386440.312 2* 'Y' 7.036 / - 'PR04' 34 186 15 15 'OPEN' 1* 1393.764 0.216 368809.000 2* 'Y' 7.036 / - 'PR04' 34 187 15 15 'OPEN' 1* 1346.978 0.216 356428.781 2* 'Y' 7.036 / - 'PR04' 34 188 15 15 'OPEN' 1* 1303.325 0.216 344877.438 2* 'Y' 7.036 / - 'PR04' 34 189 15 15 'OPEN' 1* 1587.725 0.216 420133.750 2* 'Y' 7.036 / - 'PR04' 34 190 15 15 'OPEN' 1* 1189.163 0.216 314668.719 2* 'Y' 7.036 / - 'PR34' 23 215 15 15 'OPEN' 1* 506.824 0.216 134114.156 2* 'Y' 7.037 / - 'PR34' 23 216 15 15 'OPEN' 1* 667.204 0.216 176547.656 2* 'Y' 7.034 / - 'PR34' 23 217 15 15 'OPEN' 1* 67.274 0.216 17801.752 2* 'Y' 7.037 / - 'PR34' 22 217 15 15 'OPEN' 1* 985.983 0.216 260898.375 2* 'Y' 7.034 / - 'PR34' 22 218 15 15 'OPEN' 1* 955.100 0.216 252718.375 2* 'Y' 7.031 / - 'PR34' 22 219 15 15 'OPEN' 1* 1063.083 0.216 281299.438 2* 'Y' 7.034 / - 'PR34' 22 220 15 15 'OPEN' 1* 1129.647 0.216 298913.000 2* 'Y' 7.034 / - 'PR34' 22 221 15 15 'OPEN' 1* 428.626 0.216 113413.305 2* 'Y' 7.030 / - 'PR34' 21 221 15 15 'OPEN' 1* 668.696 0.216 176940.781 2* 'Y' 7.033 / - 'PR34' 21 222 15 15 'OPEN' 1* 1035.924 0.216 274124.500 2* 'Y' 7.038 / - 'PR34' 21 223 15 15 'OPEN' 1* 1091.483 0.216 288812.594 2* 'Y' 7.033 / - 'PR34' 21 224 15 15 'OPEN' 1* 1030.507 0.216 272690.969 2* 'Y' 7.038 / - 'PR34' 20 224 15 15 'OPEN' 1* 260.253 0.216 68867.781 2* 'Y' 7.038 / - 'PR34' 20 225 15 15 'OPEN' 1* 1365.959 0.216 361457.781 2* 'Y' 7.038 / - 'PR34' 20 226 15 15 'OPEN' 1* 1278.341 0.216 338256.281 2* 'Y' 7.033 / - 'PR34' 20 227 15 15 'OPEN' 1* 1233.802 0.216 326486.500 2* 'Y' 7.038 / - 'PR34' 20 228 15 15 'OPEN' 1* 244.767 0.216 64767.117 2* 'Y' 7.034 / - 'PR34' 19 228 15 15 'OPEN' 1* 769.522 0.216 203612.750 2* 'Y' 7.030 / - 'PR34' 19 229 15 15 'OPEN' 1* 1012.591 0.216 267940.781 2* 'Y' 7.035 / - 'PR34' 19 230 15 15 'OPEN' 1* 1033.142 0.216 273378.781 2* 'Y' 7.035 / - 'PR34' 19 231 15 15 'OPEN' 1* 663.810 0.216 175641.672 2* 'Y' 7.030 / - 'PR34' 18 231 15 15 'OPEN' 1* 315.231 0.216 83411.961 2* 'Y' 7.033 / - 'PR34' 18 232 15 15 'OPEN' 1* 921.973 0.216 243970.937 2* 'Y' 7.038 / - 'PR34' 18 233 15 15 'OPEN' 1* 936.960 0.216 247924.922 2* 'Y' 7.033 / - 'PR34' 18 234 15 15 'OPEN' 1* 1011.950 0.216 267780.500 2* 'Y' 7.038 / - 'PR34' 18 235 15 15 'OPEN' 1* 71.074 0.216 18807.436 2* 'Y' 7.038 / - 'PR34' 17 235 15 15 'OPEN' 1* 905.573 0.216 239631.156 2* 'Y' 7.038 / - 'PR34' 17 236 15 15 'OPEN' 1* 1021.674 0.216 270340.906 2* 'Y' 7.033 / - 'PR34' 17 237 15 15 'OPEN' 1* 746.263 0.216 197474.766 2* 'Y' 7.038 / - 'PR34' 23 213 15 15 'OPEN' 1* 172.896 0.216 45741.617 2* 'X' 7.017 / - 'PR34' 22 213 15 15 'OPEN' 1* 248.423 0.216 65722.164 2* 'X' 7.015 / - 'PR34' 22 214 15 15 'OPEN' 1* 226.990 0.216 60070.586 2* 'X' 7.046 / - 'PR34' 21 214 15 15 'OPEN' 1* 278.437 0.216 73685.969 2* 'Y' 7.047 / - 'PR34' 21 215 15 15 'OPEN' 1* 914.033 0.216 241881.906 2* 'Y' 7.043 / - 'PR34' 20 215 15 15 'OPEN' 1* 315.905 0.216 83598.484 2* 'Y' 7.043 / - 'PR34' 20 216 15 15 'OPEN' 1* 1255.697 0.216 332236.719 2* 'Y' 7.025 / - 'PR34' 20 217 15 15 'OPEN' 1* 392.343 0.216 103826.430 2* 'Y' 7.043 / - 'PR34' 19 217 15 15 'OPEN' 1* 542.602 0.216 143585.906 2* 'Y' 7.040 / - 'PR34' 19 218 15 15 'OPEN' 1* 683.140 0.216 180749.578 2* 'Y' 7.026 / - 'PR34' 19 219 15 15 'OPEN' 1* 87.517 0.216 23158.213 2* 'Y' 7.036 / - 'PR34' 18 219 15 15 'OPEN' 1* 800.471 0.216 211822.047 2* 'Y' 7.039 / - 'PR34' 18 220 15 15 'OPEN' 1* 1109.218 0.216 293523.250 2* 'Y' 7.039 / - 'PR34' 18 221 15 15 'OPEN' 1* 784.291 0.216 207523.188 2* 'Y' 7.031 / - 'PR34' 17 221 15 15 'OPEN' 1* 452.214 0.216 119655.992 2* 'Y' 7.031 / - 'PR34' 17 222 15 15 'OPEN' 1* 1234.863 0.216 326771.562 2* 'Y' 7.039 / - 'PR34' 17 223 15 15 'OPEN' 1* 1205.113 0.216 318873.375 2* 'Y' 7.031 / - 'PR34' 17 224 15 15 'OPEN' 1* 216.068 0.216 57176.031 2* 'Y' 7.039 / - 'PR34' 16 224 15 15 'OPEN' 1* 951.940 0.216 251894.125 2* 'Y' 7.035 / - 'PR34' 16 225 15 15 'OPEN' 1* 1223.395 0.216 323724.188 2* 'Y' 7.035 / - 'PR34' 16 226 15 15 'OPEN' 1* 1200.254 0.216 317579.219 2* 'Y' 7.029 / - 'PR34' 15 227 15 15 'OPEN' 1* 1001.294 0.216 264958.969 2* 'Y' 7.037 / - 'PR34' 15 228 15 15 'OPEN' 1* 1078.198 0.216 285301.969 2* 'Y' 7.035 / - 'PR34' 15 229 15 15 'OPEN' 1* 1026.207 0.216 271550.406 2* 'Y' 7.037 / - 'PR34' 15 230 15 15 'OPEN' 1* 856.761 0.216 226712.344 2* 'Y' 7.037 / - 'PR34' 15 231 15 15 'OPEN' 1* 560.809 0.216 148395.766 2* 'Y' 7.035 / - 'PR34' 15 232 15 15 'OPEN' 1* 45.769 0.216 12111.182 2* 'Y' 7.037 / - 'PR34' 14 232 15 15 'OPEN' 1* 664.573 0.216 175856.266 2* 'Y' 7.037 / - 'PR34' 14 233 15 15 'OPEN' 1* 748.049 0.216 197941.375 2* 'Y' 7.035 / - 'PR34' 14 234 15 15 'OPEN' 1* 911.961 0.216 241319.141 2* 'Y' 7.037 / - 'PR34' 14 235 15 15 'OPEN' 1* 1058.341 0.216 280053.562 2* 'Y' 7.037 / - 'PR34' 14 236 15 15 'OPEN' 1* 440.272 0.216 116500.281 2* 'Y' 7.035 / - 'PR34' 24 213 15 15 'OPEN' 1* 296.391 0.216 78423.812 2* 'Y' 7.029 / - 'PR34' 25 213 15 15 'OPEN' 1* 41.900 0.216 11086.795 2* 'Y' 7.033 / - 'PR34' 25 214 15 15 'OPEN' 1* 246.733 0.216 65290.414 2* 'Y' 7.039 / - 'PR34' 25 215 15 15 'OPEN' 1* 94.116 0.216 24904.691 2* 'Y' 7.037 / - 'PR34' 25 216 15 15 'OPEN' 1* 0.188 0.216 49.832 2* 'Y' 7.036 / - 'PR34' 25 217 15 15 'OPEN' 1* 386.650 0.216 102313.016 2* 'Y' 7.036 / - 'PR34' 25 218 15 15 'OPEN' 1* 1250.321 0.216 330851.031 2* 'Y' 7.036 / - 'PR34' 25 219 15 15 'OPEN' 1* 1408.300 0.216 372655.844 2* 'Y' 7.036 / - 'PR34' 25 220 15 15 'OPEN' 1* 1200.485 0.216 317665.094 2* 'Y' 7.036 / - 'PR34' 25 221 15 15 'OPEN' 1* 1130.416 0.216 299122.844 2* 'Y' 7.036 / - 'PR34' 25 222 15 15 'OPEN' 1* 649.958 0.216 171989.094 2* 'Y' 7.037 / - 'PR34' 24 222 15 15 'OPEN' 1* 507.744 0.216 134352.078 2* 'Y' 7.033 / - 'PR34' 24 223 15 15 'OPEN' 1* 1198.693 0.216 317174.625 2* 'Y' 7.031 / - 'PR34' 24 224 15 15 'OPEN' 1* 1256.646 0.216 332515.844 2* 'Y' 7.033 / - 'PR34' 24 225 15 15 'OPEN' 1* 1260.369 0.216 333501.500 2* 'Y' 7.033 / - 'PR34' 24 226 15 15 'OPEN' 1* 1147.283 0.216 303571.656 2* 'Y' 7.031 / - 'PR34' 24 227 15 15 'OPEN' 1* 850.260 0.216 224983.984 2* 'Y' 7.033 / - 'PR34' 23 227 15 15 'OPEN' 1* 299.471 0.216 79246.172 2* 'Y' 7.039 / - 'PR34' 23 228 15 15 'OPEN' 1* 1195.240 0.216 316263.094 2* 'Y' 7.032 / - 'PR34' 23 229 15 15 'OPEN' 1* 1082.384 0.216 286421.062 2* 'Y' 7.039 / - 'PR34' 23 230 15 15 'OPEN' 1* 564.971 0.216 149502.812 2* 'Y' 7.039 / - 'PR34' 22 230 15 15 'OPEN' 1* 416.211 0.216 110134.352 2* 'Y' 7.035 / - 'PR34' 22 231 15 15 'OPEN' 1* 939.283 0.216 248527.781 2* 'Y' 7.029 / - 'PR34' 22 232 15 15 'OPEN' 1* 891.065 0.216 235785.906 2* 'Y' 7.035 / - 'PR34' 22 233 15 15 'OPEN' 1* 337.105 0.216 89195.633 2* 'Y' 7.029 / - 'PR34' 21 233 15 15 'OPEN' 1* 629.423 0.216 166546.562 2* 'Y' 7.032 / - 'PR34' 21 234 15 15 'OPEN' 1* 1068.128 0.216 282648.375 2* 'Y' 7.039 / - 'PR34' 21 235 15 15 'OPEN' 1* 1097.612 0.216 290450.500 2* 'Y' 7.039 / - 'PR34' 21 236 15 15 'OPEN' 1* 146.979 0.216 38891.012 2* 'Y' 7.032 / - 'PR34' 20 236 15 15 'OPEN' 1* 1015.603 0.216 268730.719 2* 'Y' 7.032 / - 'PR34' 20 237 15 15 'OPEN' 1* 1152.958 0.216 305096.375 2* 'Y' 7.039 / - 'PR34' 20 238 15 15 'OPEN' 1* 120.312 0.216 31834.818 2* 'Y' 7.032 / - 'PR34' 25 213 15 15 'OPEN' 1* 136.205 0.216 36035.957 2* 'Y' 7.021 / - 'PR34' 26 213 15 15 'OPEN' 1* 237.080 0.216 62727.910 2* 'Y' 7.026 / - 'PR34' 26 214 15 15 'OPEN' 1* 380.960 0.216 100813.164 2* 'Y' 7.042 / - 'PR34' 27 214 15 15 'OPEN' 1* 29.226 0.216 7733.728 2* 'Y' 7.038 / - 'PR34' 27 215 15 15 'OPEN' 1* 515.127 0.216 136310.281 2* 'Y' 7.037 / - 'PR34' 27 216 15 15 'OPEN' 1* 370.317 0.216 97986.602 2* 'Y' 7.032 / - 'PR34' 27 217 15 15 'OPEN' 1* 241.526 0.216 63908.895 2* 'Y' 7.033 / - 'PR34' 27 218 15 15 'OPEN' 1* 799.275 0.216 211489.625 2* 'Y' 7.032 / - 'PR34' 27 219 15 15 'OPEN' 1* 836.062 0.216 221226.125 2* 'Y' 7.033 / - 'PR34' 28 219 15 15 'OPEN' 1* 253.375 0.216 67046.930 2* 'Y' 7.037 / - 'PR34' 28 220 15 15 'OPEN' 1* 1025.239 0.216 271293.312 2* 'Y' 7.037 / - 'PR34' 28 221 15 15 'OPEN' 1* 987.434 0.216 261287.703 2* 'Y' 7.036 / - 'PR34' 28 222 15 15 'OPEN' 1* 1045.001 0.216 276521.969 2* 'Y' 7.036 / - 'PR34' 28 223 15 15 'OPEN' 1* 26.445 0.216 6997.613 2* 'Y' 7.036 / - 'PR34' 27 223 15 15 'OPEN' 1* 1102.227 0.216 291652.406 2* 'Y' 7.032 / - 'PR34' 27 224 15 15 'OPEN' 1* 1008.381 0.216 266821.875 2* 'Y' 7.033 / - 'PR34' 27 225 15 15 'OPEN' 1* 926.327 0.216 245110.031 2* 'Y' 7.033 / - 'PR34' 27 226 15 15 'OPEN' 1* 825.500 0.216 218429.828 2* 'Y' 7.032 / - 'PR34' 27 227 15 15 'OPEN' 1* 904.970 0.216 239461.797 2* 'Y' 7.034 / - 'PR34' 27 228 15 15 'OPEN' 1* 1100.822 0.216 291271.875 2* 'Y' 7.029 / - 'PR34' 27 229 15 15 'OPEN' 1* 198.582 0.216 52546.898 2* 'Y' 7.035 / - 'PR34' 26 229 15 15 'OPEN' 1* 732.326 0.216 193787.719 2* 'Y' 7.038 / - 'PR34' 26 230 15 15 'OPEN' 1* 1006.675 0.216 266385.719 2* 'Y' 7.038 / - 'PR34' 26 231 15 15 'OPEN' 1* 1173.065 0.216 310397.938 2* 'Y' 7.033 / - 'PR34' 26 232 15 15 'OPEN' 1* 409.883 0.216 108463.109 2* 'Y' 7.038 / - 'PR34' 25 232 15 15 'OPEN' 1* 835.543 0.216 221100.844 2* 'Y' 7.038 / - 'PR34' 25 233 15 15 'OPEN' 1* 1191.859 0.216 315370.688 2* 'Y' 7.033 / - 'PR34' 25 234 15 15 'OPEN' 1* 1180.209 0.216 312306.188 2* 'Y' 7.038 / - 'PR34' 25 235 15 15 'OPEN' 1* 446.461 0.216 118142.164 2* 'Y' 7.038 / - 'PR34' 24 235 15 15 'OPEN' 1* 661.438 0.216 175022.953 2* 'Y' 7.035 / - 'PR34' 24 236 15 15 'OPEN' 1* 526.734 0.216 139371.188 2* 'Y' 7.029 / -/ - -COMPSEGS - 'PR34' / - 23 215 15 1 250.000 301.159 3* / - 23 216 15 1 301.159 352.297 3* / - 23 217 15 1 352.297 360.653 3* / - 22 217 15 1 360.653 403.949 3* / - 22 218 15 1 403.949 455.087 3* / - 22 219 15 1 455.087 506.270 3* / - 22 220 15 1 506.270 557.922 3* / - 22 221 15 1 557.922 577.063 3* / - 21 221 15 1 577.063 609.506 3* / - 21 222 15 1 609.506 662.023 3* / - 21 223 15 1 662.023 713.538 3* / - 21 224 15 1 713.538 755.256 3* / - 20 224 15 1 755.256 766.056 3* / - 20 225 15 1 766.056 818.573 3* / - 20 226 15 1 818.573 870.088 3* / - 20 227 15 1 870.088 922.606 3* / - 20 228 15 1 922.606 933.950 3* / - 19 228 15 1 933.950 974.121 3* / - 19 229 15 1 974.121 1026.638 3* / - 19 230 15 1 1026.638 1079.155 3* / - 19 231 15 1 1079.155 1112.630 3* / - 18 231 15 1 1112.630 1130.671 3* / - 18 232 15 1 1130.671 1183.188 3* / - 18 233 15 1 1183.188 1234.704 3* / - 18 234 15 1 1234.704 1287.221 3* / - 18 235 15 1 1287.221 1290.831 3* / - 17 235 15 1 1290.831 1339.731 3* / - 17 236 15 1 1339.731 1391.254 3* / - 17 237 15 1 1391.254 1429.870 3* / - 23 213 15 2 175.000 193.868 3* / - 22 213 15 2 193.868 231.301 3* / - 22 214 15 2 231.301 263.508 3* / - 21 214 15 2 263.508 301.063 3* / - 21 215 15 2 301.063 346.030 3* / - 20 215 15 2 346.030 361.017 3* / - 20 216 15 2 361.017 420.471 3* / - 20 217 15 2 420.471 436.959 3* / - 19 217 15 2 436.959 480.425 3* / - 19 218 15 2 480.425 535.950 3* / - 19 219 15 2 535.950 541.533 3* / - 18 219 15 2 541.533 590.301 3* / - 18 220 15 2 590.301 644.647 3* / - 18 221 15 2 644.647 678.169 3* / - 17 221 15 2 678.169 697.989 3* / - 17 222 15 2 697.989 752.340 3* / - 17 223 15 2 752.340 806.125 3* / - 17 224 15 2 806.125 815.738 3* / - 16 224 15 2 815.738 858.731 3* / - 16 225 15 2 858.731 911.826 3* / - 16 226 15 2 911.826 964.416 3* / - 15 227 15 2 964.416 1015.822 3* / - 15 228 15 2 1015.822 1066.743 3* / - 15 229 15 2 1066.743 1117.716 3* / - 15 230 15 2 1117.716 1169.162 3* / - 15 231 15 2 1169.162 1219.610 3* / - 15 232 15 2 1219.610 1222.758 3* / - 14 232 15 2 1222.758 1271.056 3* / - 14 233 15 2 1271.056 1321.504 3* / - 14 234 15 2 1321.504 1372.940 3* / - 14 235 15 2 1372.940 1423.913 3* / - 14 236 15 2 1423.913 1444.590 3* / - 24 213 15 3 175.000 196.494 3* / - 25 213 15 3 196.494 201.001 3* / - 25 214 15 3 201.001 253.741 3* / - 25 215 15 3 253.741 306.270 3* / - 25 216 15 3 306.270 356.107 3* / - 25 217 15 3 356.107 406.463 3* / - 25 218 15 3 406.463 456.300 3* / - 25 219 15 3 456.300 506.670 3* / - 25 220 15 3 506.670 557.039 3* / - 25 221 15 3 557.039 606.877 3* / - 25 222 15 3 606.877 635.027 3* / - 24 222 15 3 635.027 657.797 3* / - 24 223 15 3 657.797 708.614 3* / - 24 224 15 3 708.614 759.483 3* / - 24 225 15 3 759.483 810.813 3* / - 24 226 15 3 810.813 861.158 3* / - 24 227 15 3 861.158 901.332 3* / - 23 227 15 3 901.332 913.010 3* / - 23 228 15 3 913.010 965.853 3* / - 23 229 15 3 965.853 1019.206 3* / - 23 230 15 3 1019.206 1049.706 3* / - 22 230 15 3 1049.706 1072.564 3* / - 22 231 15 3 1072.564 1125.408 3* / - 22 232 15 3 1125.408 1178.269 3* / - 22 233 15 3 1178.269 1197.572 3* / - 21 233 15 3 1197.572 1231.118 3* / - 21 234 15 3 1231.118 1284.471 3* / - 21 235 15 3 1284.471 1337.823 3* / - 21 236 15 3 1337.823 1345.952 3* / - 20 236 15 3 1345.952 1390.667 3* / - 20 237 15 3 1390.667 1444.020 3* / - 20 238 15 3 1444.020 1449.610 3* / - 25 213 15 4 175.000 189.527 3* / - 26 213 15 4 189.527 230.374 3* / - 26 214 15 4 230.374 286.064 3* / - 27 214 15 4 286.064 288.842 3* / - 27 215 15 4 288.842 344.591 3* / - 27 216 15 4 344.591 394.933 3* / - 27 217 15 4 394.933 445.844 3* / - 27 218 15 4 445.844 496.186 3* / - 27 219 15 4 496.186 535.757 3* / - 28 219 15 4 535.757 546.702 3* / - 28 220 15 4 546.702 597.612 3* / - 28 221 15 4 597.612 647.347 3* / - 28 222 15 4 647.347 697.807 3* / - 28 223 15 4 697.807 698.895 3* / - 27 223 15 4 698.895 747.736 3* / - 27 224 15 4 747.736 797.742 3* / - 27 225 15 4 797.742 848.202 3* / - 27 226 15 4 848.202 897.678 3* / - 27 227 15 4 897.678 949.535 3* / - 27 228 15 4 949.535 1002.231 3* / - 27 229 15 4 1002.231 1012.993 3* / - 26 229 15 4 1012.993 1054.948 3* / - 26 230 15 4 1054.948 1107.671 3* / - 26 231 15 4 1107.671 1159.878 3* / - 26 232 15 4 1159.878 1175.749 3* / - 25 232 15 4 1175.749 1212.594 3* / - 25 233 15 4 1212.594 1264.802 3* / - 25 234 15 4 1264.802 1318.007 3* / - 25 235 15 4 1318.007 1338.988 3* / - 24 235 15 4 1338.988 1370.724 3* / - 24 236 15 4 1370.724 1395.000 3* / -/ - -COMPSEGS - 'PR04' / - 37 168 15 1 300.000 336.835 3* / - 37 169 15 1 336.835 389.356 3* / - 36 169 15 1 389.356 390.366 3* / - 36 170 15 1 390.366 442.981 3* / - 36 171 15 1 442.981 493.128 3* / - 36 172 15 1 493.128 543.723 3* / - 36 173 15 1 543.723 593.327 3* / - 36 174 15 1 593.327 643.921 3* / - 36 175 15 1 643.921 693.525 3* / - 36 176 15 1 693.525 744.059 3* / - 36 177 15 1 744.059 794.386 3* / - 36 178 15 1 794.386 844.143 3* / - 36 179 15 1 844.143 882.282 3* / - 37 179 15 1 882.282 894.471 3* / - 37 180 15 1 894.471 944.245 3* / - 37 181 15 1 944.245 994.555 3* / - 37 182 15 1 994.555 1044.882 3* / - 37 183 15 1 1044.882 1095.069 3* / - 37 184 15 1 1095.069 1145.379 3* / - 37 185 15 1 1145.379 1195.153 3* / - 37 186 15 1 1195.153 1245.481 3* / - 37 187 15 1 1245.481 1295.791 3* / - 37 188 15 1 1295.791 1345.565 3* / - 37 189 15 1 1345.565 1395.893 3* / - 37 190 15 1 1395.893 1446.061 3* / - 37 191 15 1 1446.061 1496.389 3* / - 37 192 15 1 1496.389 1528.566 3* / - 38 192 15 1 1528.566 1546.717 3* / - 38 193 15 1 1546.717 1596.473 3* / - 38 194 15 1 1596.473 1646.801 3* / - 38 195 15 1 1646.801 1675.000 3* / - 38 168 15 2 300.000 326.838 3* / - 38 169 15 2 326.838 376.908 3* / - 38 170 15 2 376.908 426.860 3* / - 38 171 15 2 426.860 476.930 3* / - 38 172 15 2 476.930 510.532 3* / - 39 172 15 2 510.532 527.467 3* / - 39 173 15 2 527.467 578.332 3* / - 39 174 15 2 578.332 629.384 3* / - 39 175 15 2 629.384 680.249 3* / - 39 176 15 2 680.249 731.322 3* / - 39 177 15 2 731.322 750.224 3* / - 40 177 15 2 750.224 782.205 3* / - 40 178 15 2 782.205 831.960 3* / - 40 179 15 2 831.960 882.676 3* / - 40 180 15 2 882.676 932.431 3* / - 40 181 15 2 932.431 983.165 3* / - 40 182 15 2 983.165 1033.473 3* / - 40 183 15 2 1033.473 1083.637 3* / - 40 184 15 2 1083.637 1134.045 3* / - 40 185 15 2 1134.045 1183.574 3* / - 40 186 15 2 1183.574 1233.661 3* / - 40 187 15 2 1233.661 1284.173 3* / - 40 188 15 2 1284.173 1333.703 3* / - 40 189 15 2 1333.703 1383.773 3* / - 40 190 15 2 1383.773 1433.745 3* / - 40 191 15 2 1433.745 1483.815 3* / - 40 192 15 2 1483.815 1534.326 3* / - 40 193 15 2 1534.326 1583.857 3* / - 40 194 15 2 1583.857 1587.984 3* / - 41 194 15 2 1587.984 1633.943 3* / - 41 195 15 2 1633.943 1683.898 3* / - 41 196 15 2 1683.898 1733.969 3* / - 41 197 15 2 1733.969 1784.480 3* / - 41 198 15 2 1784.480 1834.010 3* / - 41 199 15 2 1834.010 1884.097 3* / - 41 200 15 2 1884.097 1885.000 3* / - 37 166 15 3 250.000 255.347 3* / - 37 167 15 3 255.347 267.444 3* / - 36 167 15 3 267.444 318.344 3* / - 36 168 15 3 318.344 350.096 3* / - 35 168 15 3 350.096 377.378 3* / - 35 169 15 3 377.378 431.472 3* / - 35 170 15 3 431.472 480.518 3* / - 34 170 15 3 480.518 485.066 3* / - 34 171 15 3 485.066 538.669 3* / - 34 172 15 3 538.669 592.763 3* / - 34 173 15 3 592.763 617.543 3* / - 33 173 15 3 617.543 645.394 3* / - 33 174 15 3 645.394 695.820 3* / - 33 175 15 3 695.820 718.314 3* / - 34 175 15 3 718.314 745.675 3* / - 34 176 15 3 745.675 795.691 3* / - 34 177 15 3 795.691 846.099 3* / - 34 178 15 3 846.099 895.972 3* / - 34 179 15 3 895.972 946.380 3* / - 34 180 15 3 946.380 996.214 3* / - 34 181 15 3 996.214 1046.431 3* / - 34 182 15 3 1046.431 1096.665 3* / - 34 183 15 3 1096.665 1146.339 3* / - 34 184 15 3 1146.339 1196.557 3* / - 34 185 15 3 1196.557 1246.661 3* / - 34 186 15 3 1246.661 1296.878 3* / - 34 187 15 3 1296.878 1347.111 3* / - 34 188 15 3 1347.111 1396.786 3* / - 34 189 15 3 1396.786 1447.003 3* / - 34 190 15 3 1447.003 1485.000 3* / -/ - -COMPSEGS - 'PR03' / - 33 195 15 1 350.000 360.762 3* / - 33 196 15 1 360.762 410.917 3* / - 33 197 15 1 410.917 461.055 3* / - 33 198 15 1 461.055 510.672 3* / - 33 199 15 1 510.672 560.910 3* / - 33 200 15 1 560.910 611.463 3* / - 33 201 15 1 611.463 661.847 3* / - 33 202 15 1 661.847 712.380 3* / - 33 203 15 1 712.380 762.362 3* / - 33 204 15 1 762.362 799.069 3* / - 34 204 15 1 799.069 812.896 3* / - 34 205 15 1 812.896 863.251 3* / - 34 206 15 1 863.251 913.377 3* / - 34 207 15 1 913.377 963.626 3* / - 34 208 15 1 963.626 1013.735 3* / - 34 209 15 1 1013.735 1064.001 3* / - 34 210 15 1 1064.001 1114.250 3* / - 34 211 15 1 1114.250 1164.136 3* / - 34 212 15 1 1164.136 1214.470 3* / - 34 213 15 1 1214.470 1264.738 3* / - 34 214 15 1 1264.738 1315.073 3* / - 34 215 15 1 1315.073 1365.421 3* / - 34 216 15 1 1365.421 1415.223 3* / - 34 217 15 1 1415.223 1430.711 3* / - 33 217 15 1 1430.711 1465.558 3* / - 33 218 15 1 1465.558 1515.373 3* / - 33 219 15 1 1515.373 1565.708 3* / - 33 220 15 1 1565.708 1616.056 3* / - 33 221 15 1 1616.056 1665.858 3* / - 33 222 15 1 1665.858 1680.000 3* / - 34 194 15 2 300.000 330.685 3* / - 34 195 15 2 330.685 386.691 3* / - 34 196 15 2 386.691 402.659 3* / - 35 196 15 2 402.659 442.322 3* / - 35 197 15 2 442.322 497.953 3* / - 35 198 15 2 497.953 529.385 3* / - 36 198 15 2 529.385 549.163 3* / - 36 199 15 2 549.163 600.097 3* / - 36 200 15 2 600.097 651.010 3* / - 36 201 15 2 651.010 700.745 3* / - 36 202 15 2 700.745 750.989 3* / - 36 203 15 2 750.989 801.092 3* / - 36 204 15 2 801.092 850.924 3* / - 36 205 15 2 850.924 901.232 3* / - 36 206 15 2 901.232 951.632 3* / - 36 207 15 2 951.632 988.269 3* / - 37 207 15 2 988.269 1002.175 3* / - 37 208 15 2 1002.175 1052.178 3* / - 37 209 15 2 1052.178 1102.721 3* / - 37 210 15 2 1102.721 1153.679 3* / - 37 211 15 2 1153.679 1203.437 3* / - 37 212 15 2 1203.437 1253.583 3* / - 37 213 15 2 1253.583 1303.651 3* / - 37 214 15 2 1303.651 1353.799 3* / - 37 215 15 2 1353.799 1391.290 3* / - 36 215 15 2 1391.290 1403.946 3* / - 36 216 15 2 1403.946 1453.562 3* / - 36 217 15 2 1453.562 1503.710 3* / - 36 218 15 2 1503.710 1553.778 3* / - 36 219 15 2 1553.778 1603.925 3* / - 36 220 15 2 1603.925 1650.000 3* / - 32 193 15 3 250.000 276.417 3* / - 32 194 15 3 276.417 288.437 3* / - 31 194 15 3 288.437 331.643 3* / - 31 195 15 3 331.643 384.409 3* / - 31 196 15 3 384.409 425.102 3* / - 30 196 15 3 425.102 437.867 3* / - 30 197 15 3 437.867 488.437 3* / - 30 198 15 3 488.437 538.942 3* / - 30 199 15 3 538.942 589.502 3* / - 30 200 15 3 589.502 640.550 3* / - 30 201 15 3 640.550 691.009 3* / - 30 202 15 3 691.009 742.033 3* / - 30 203 15 3 742.033 791.686 3* / - 31 203 15 3 791.686 792.876 3* / - 31 204 15 3 792.876 843.900 3* / - 31 205 15 3 843.900 894.284 3* / - 31 206 15 3 894.284 944.253 3* / - 31 207 15 3 944.253 994.343 3* / - 31 208 15 3 994.343 1044.295 3* / - 31 209 15 3 1044.295 1094.386 3* / - 31 210 15 3 1094.386 1144.908 3* / - 31 211 15 3 1144.908 1194.445 3* / - 31 212 15 3 1194.445 1244.833 3* / - 31 213 15 3 1244.833 1294.527 3* / - 31 214 15 3 1294.527 1344.750 3* / - 31 215 15 3 1344.750 1394.989 3* / - 31 216 15 3 1394.989 1444.683 3* / - 31 217 15 3 1444.683 1494.922 3* / - 31 218 15 3 1494.922 1545.055 3* / - 31 219 15 3 1545.055 1595.293 3* / - 31 220 15 3 1595.293 1645.334 3* / - 31 221 15 3 1645.334 1695.549 3* / - 31 222 15 3 1695.549 1745.828 3* / - 31 223 15 3 1745.828 1775.000 3* / - 33 192 15 4 167.900 224.309 3* / - 34 192 15 4 224.309 237.164 3* / - 34 193 15 4 237.164 292.977 3* / - 35 193 15 4 292.977 308.370 3* / - 35 194 15 4 308.370 363.763 3* / - 36 194 15 4 363.763 379.005 3* / - 36 195 15 4 379.005 442.369 3* / - 36 196 15 4 442.369 443.052 3* / - 37 196 15 4 443.052 505.900 3* / - 37 197 15 4 505.900 529.787 3* / - 38 197 15 4 529.787 562.494 3* / - 38 198 15 4 562.494 617.702 3* / - 38 199 15 4 617.702 643.984 3* / - 39 199 15 4 643.984 673.271 3* / - 39 200 15 4 673.271 729.121 3* / - 39 201 15 4 729.121 779.634 3* / - 39 202 15 4 779.634 829.800 3* / - 39 203 15 4 829.800 879.428 3* / - 39 204 15 4 879.428 919.906 3* / - 40 204 15 4 919.906 929.577 3* / - 40 205 15 4 929.577 979.840 3* / - 40 206 15 4 979.840 1029.970 3* / - 40 207 15 4 1029.970 1079.943 3* / - 40 208 15 4 1079.943 1129.686 3* / - 40 209 15 4 1129.686 1179.944 3* / - 40 210 15 4 1179.944 1230.217 3* / - 40 211 15 4 1230.217 1231.937 3* / - 39 211 15 4 1231.937 1279.959 3* / - 39 212 15 4 1279.959 1330.217 3* / - 39 213 15 4 1330.217 1379.960 3* / - 39 214 15 4 1379.960 1430.233 3* / - 39 215 15 4 1430.233 1480.000 3* / -/ - -COMPSEGS - 'PR01' / - 22 179 15 1 3815.000 3833.893 3* / - 22 180 15 1 3833.893 3870.502 3* / - 21 180 15 1 3870.502 3886.273 3* / - 21 181 15 1 3886.273 3938.797 3* / - 21 182 15 1 3938.797 3991.049 3* / - 21 183 15 1 3991.049 4042.759 3* / - 21 184 15 1 4042.759 4046.379 3* / - 20 184 15 1 4046.379 4094.224 3* / - 20 185 15 1 4094.224 4145.299 3* / - 20 186 15 1 4145.299 4197.194 3* / - 20 187 15 1 4197.194 4247.175 3* / - 20 188 15 1 4247.175 4297.653 3* / - 20 189 15 1 4297.653 4311.293 3* / - 19 189 15 1 4311.293 4348.379 3* / - 19 190 15 1 4348.379 4398.511 3* / - 19 191 15 1 4398.511 4448.901 3* / - 19 192 15 1 4448.901 4499.414 3* / - 19 193 15 1 4499.414 4548.941 3* / - 19 194 15 1 4548.941 4599.620 3* / - 19 195 15 1 4599.620 4648.380 3* / - 19 196 15 1 4648.380 4699.362 3* / - 19 197 15 1 4699.362 4749.461 3* / - 19 198 15 1 4749.461 4799.424 3* / - 19 199 15 1 4799.424 4849.385 3* / - 19 200 15 1 4849.385 4900.320 3* / - 19 201 15 1 4900.320 4949.964 3* / - 19 202 15 1 4949.964 5000.412 3* / - 19 203 15 1 5000.412 5049.604 3* / - 20 203 15 1 5049.604 5050.197 3* / - 20 204 15 1 5050.197 5100.000 3* / - 20 205 15 1 5100.000 5150.709 3* / - 20 206 15 1 5150.709 5200.374 3* / - 20 207 15 1 5200.374 5250.562 3* / - 20 208 15 1 5250.562 5288.682 3* / - 19 208 15 1 5288.682 5300.169 3* / - 19 209 15 1 5300.169 5350.584 3* / - 19 210 15 1 5350.584 5401.094 3* / - 19 211 15 1 5401.094 5451.668 3* / - 19 212 15 1 5451.668 5501.803 3* / - 19 213 15 1 5501.803 5552.621 3* / - 19 214 15 1 5552.621 5603.587 3* / - 19 215 15 1 5603.587 5649.845 3* / - 18 215 15 1 5649.845 5655.004 3* / - 18 216 15 1 5655.004 5700.000 3* / - 21 182 15 2 3969.000 3981.450 3* / - 21 183 15 2 3981.450 4031.146 3* / - 21 184 15 2 4031.146 4081.519 3* / - 21 185 15 2 4081.519 4131.192 3* / - 21 186 15 2 4131.192 4181.788 3* / - 21 187 15 2 4181.788 4232.128 3* / - 21 188 15 2 4232.128 4281.703 3* / - 21 189 15 2 4281.703 4329.360 3* / - 22 189 15 2 4329.360 4332.369 3* / - 22 190 15 2 4332.369 4382.137 3* / - 22 191 15 2 4382.137 4433.126 3* / - 22 192 15 2 4433.126 4483.024 3* / - 22 193 15 2 4483.024 4532.785 3* / - 22 194 15 2 4532.785 4582.678 3* / - 22 195 15 2 4582.678 4632.984 3* / - 22 196 15 2 4632.984 4682.868 3* / - 22 197 15 2 4682.868 4733.715 3* / - 22 198 15 2 4733.715 4783.118 3* / - 22 199 15 2 4783.118 4833.494 3* / - 22 200 15 2 4833.494 4883.963 3* / - 22 201 15 2 4883.963 4933.846 3* / - 22 202 15 2 4933.846 4978.211 3* / - 23 202 15 2 4978.211 4984.752 3* / - 23 203 15 2 4984.752 5035.417 3* / - 23 204 15 2 5035.417 5087.344 3* / - 23 205 15 2 5087.344 5138.083 3* / - 23 206 15 2 5138.083 5188.517 3* / - 23 207 15 2 5188.517 5238.723 3* / - 23 208 15 2 5238.723 5288.316 3* / - 23 209 15 2 5288.316 5338.331 3* / - 23 210 15 2 5338.331 5350.000 3* / - 23 179 15 3 3807.000 3815.062 3* / - 23 180 15 3 3815.062 3864.888 3* / - 23 181 15 3 3864.888 3915.514 3* / - 23 182 15 3 3915.514 3965.273 3* / - 23 183 15 3 3965.273 4014.840 3* / - 23 184 15 3 4014.840 4065.612 3* / - 23 185 15 3 4065.612 4114.821 3* / - 23 186 15 3 4114.821 4165.689 3* / - 23 187 15 3 4165.689 4216.137 3* / - 23 188 15 3 4216.137 4263.977 3* / - 24 188 15 3 4263.977 4266.540 3* / - 24 189 15 3 4266.540 4317.858 3* / - 24 190 15 3 4317.858 4369.230 3* / - 24 191 15 3 4369.230 4420.854 3* / - 24 192 15 3 4420.854 4467.805 3* / - 25 192 15 3 4467.805 4473.338 3* / - 25 193 15 3 4473.338 4524.321 3* / - 25 194 15 3 4524.321 4576.655 3* / - 25 195 15 3 4576.655 4627.984 3* / - 25 196 15 3 4627.984 4659.396 3* / - 26 196 15 3 4659.396 4680.219 3* / - 26 197 15 3 4680.219 4732.249 3* / - 26 198 15 3 4732.249 4783.674 3* / - 26 199 15 3 4783.674 4835.820 3* / - 26 200 15 3 4835.820 4848.406 3* / - 27 200 15 3 4848.406 4887.791 3* / - 27 201 15 3 4887.791 4939.527 3* / - 27 202 15 3 4939.527 4991.060 3* / - 27 203 15 3 4991.060 5041.883 3* / - 27 204 15 3 5041.883 5061.382 3* / - 28 204 15 3 5061.382 5092.998 3* / - 28 205 15 3 5092.998 5143.488 3* / - 28 206 15 3 5143.488 5193.114 3* / - 28 207 15 3 5193.114 5243.682 3* / - 28 208 15 3 5243.682 5293.530 3* / - 28 209 15 3 5293.530 5343.385 3* / - 28 210 15 3 5343.385 5394.305 3* / - 28 211 15 3 5394.305 5443.674 3* / - 28 212 15 3 5443.674 5494.368 3* / - 28 213 15 3 5494.368 5501.992 3* / - 27 213 15 3 5501.992 5544.642 3* / - 27 214 15 3 5544.642 5575.000 3* / -/ - -WCONHIST - 'PR01' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / - 'PR02_G12' 'OPEN' 'ORAT' 2195.200 31.200 38207.600 5* / - 'PR03' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3044.800 1620.800 52488.000 5* / - 'PR04' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / - 'PR34' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2018.200 83.200 86504.800 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2554.400 2538.800 41900.800 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2451.600 1605.800 143611.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1745.800 842.200 97999.600 5* / - 'PR24_G17' 'OPEN' 'ORAT' 934.000 220.000 50769.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 947.000 223.400 48031.600 5* / - 'PR29_G34' 'OPEN' 'ORAT' 668.600 109.400 13924.200 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1425.200 169.400 54654.200 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1136.200 105.800 27811.600 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2053.800 245.000 42810.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 3019.000 530.600 99917.800 5* / - 'PR09_G10' 'OPEN' 'ORAT' 2340.400 350.800 39611.200 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2546.600 2097.000 124173.600 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1555.800 486.400 134580.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1079.400 101.000 63253.600 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1171.200 66.000 56001.200 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1223.000 63.400 56710.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4438446.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2938684.000 5* / -/ - --- 11021.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 6 'MAR' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2149.714 37.000 41736.571 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2982.286 1637.429 52508.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2033.143 82.143 86747.143 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2447.000 1994.000 40125.286 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2495.429 1551.571 168458.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1729.571 816.429 89000.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 924.571 213.286 50010.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 866.286 199.714 38839.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 686.429 99.857 12634.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1424.000 166.000 53822.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1122.000 103.143 25140.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2048.714 239.429 46519.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2780.286 475.714 110507.571 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4154.714 1047.000 69318.714 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2716.143 2437.286 178086.286 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1510.429 428.571 137966.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1049.571 96.000 56314.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1164.571 64.429 76817.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1173.429 59.429 59640.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4467560.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2919007.143 5* / -/ - --- 11028.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 13 'MAR' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2131.000 34.429 43283.286 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3055.857 1550.857 54595.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1833.000 74.143 64011.571 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2500.571 2154.429 41301.714 5* / - 'PR17_G30' 'OPEN' 'ORAT' 0.000 0.000 3.857 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2413.857 1465.857 169462.857 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1666.857 790.429 103903.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 882.286 204.429 40460.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 993.429 230.000 51989.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 724.286 88.143 12826.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1382.429 161.857 59696.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 941.429 70.000 22643.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1978.857 232.000 57719.571 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2614.143 446.286 108909.143 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4251.571 949.143 71506.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2509.429 2375.571 176813.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1539.571 330.714 108831.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1012.571 92.857 52714.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1174.286 65.286 76688.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1067.000 54.286 60287.857 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5249361.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3844682.857 5* / -/ - --- 11035.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 20 'MAR' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2080.857 45.286 42825.714 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3032.571 1601.857 54276.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1969.000 83.143 71559.857 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2490.000 1944.286 41214.286 5* / - 'PR17_G30' 'OPEN' 'ORAT' 2376.857 0.714 40953.857 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2116.143 1340.000 87047.714 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1633.286 806.429 103029.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 874.571 210.857 41168.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 979.000 236.000 53853.286 5* / - 'PR29_G34' 'OPEN' 'ORAT' 724.143 98.429 13402.857 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1348.571 164.857 59991.714 5* / - 'PR27_G11' 'OPEN' 'ORAT' 975.429 83.571 21700.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1877.000 229.286 39814.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2532.714 454.143 109801.286 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4200.000 930.714 71408.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2416.429 2359.000 169724.714 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1707.143 276.000 117626.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1009.857 96.429 55741.286 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1147.286 66.429 70657.429 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1062.571 56.429 61143.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5177187.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3606868.571 5* / -/ - --- 11042.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 27 'MAR' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1985.429 49.143 46977.857 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3060.857 1588.571 53650.286 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1697.857 69.143 57848.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2114.857 1760.714 36412.714 5* / - 'PR17_G30' 'OPEN' 'ORAT' 3657.571 0.571 66396.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2323.286 1318.429 150287.571 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1609.429 771.000 103240.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 875.286 207.857 41566.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 966.286 224.857 55570.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 711.429 98.429 12207.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1330.286 159.857 57070.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 928.143 66.714 20750.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1886.714 226.429 40224.143 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2515.286 438.714 109587.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4199.571 923.143 71080.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2351.429 2286.857 171006.143 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1882.857 178.286 100457.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 994.714 93.571 55914.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1139.571 61.000 69188.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1034.429 53.143 62042.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5309788.571 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3872604.286 5* / -/ - --- 11049.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 3 'APR' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1833.571 52.429 48672.286 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3037.429 1618.714 54214.429 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1074.429 43.429 29923.286 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2505.286 2015.000 41758.571 5* / - 'PR17_G30' 'OPEN' 'ORAT' 3947.143 9.429 76775.857 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2270.714 1242.286 160966.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1609.286 766.000 105600.571 5* / - 'PR24_G17' 'OPEN' 'ORAT' 857.286 208.857 45118.571 5* / - 'PR25_G21' 'OPEN' 'ORAT' 962.143 219.000 55781.571 5* / - 'PR29_G34' 'OPEN' 'ORAT' 743.429 94.571 13445.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1311.000 161.286 53316.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 1007.857 71.429 22435.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1843.429 227.429 38449.714 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2465.857 442.286 109081.571 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4170.286 949.429 70830.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2295.286 2328.000 174080.143 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2041.571 83.143 80889.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 984.286 95.143 55608.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1125.714 52.286 68983.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1025.000 52.286 62245.429 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5197855.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3757660.000 5* / -/ - --- 11056.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 10 'APR' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1962.000 64.429 42584.429 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3035.000 1387.714 54221.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1937.429 89.000 59217.714 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2436.429 1703.286 41806.429 5* / - 'PR17_G30' 'OPEN' 'ORAT' 4549.714 80.714 90438.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2220.714 976.286 163607.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1588.000 854.571 105067.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 857.143 236.143 37887.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 949.286 244.143 56733.286 5* / - 'PR29_G34' 'OPEN' 'ORAT' 833.429 73.143 14216.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1267.857 175.571 54543.714 5* / - 'PR27_G11' 'OPEN' 'ORAT' 953.571 89.143 23218.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1833.857 256.000 39764.857 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2436.429 494.571 108178.714 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4119.429 988.714 69746.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2284.571 2637.000 174780.286 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2022.857 56.714 91935.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 979.714 107.000 55542.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1112.571 58.143 67689.429 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1027.286 59.429 61238.857 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5427710.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3892082.857 5* / -/ - --- 11063.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 17 'APR' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1911.714 57.714 44217.571 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3117.571 1563.143 52670.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2036.571 113.000 85760.143 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2621.571 1860.714 41145.000 5* / - 'PR17_G30' 'OPEN' 'ORAT' 4624.143 139.857 142877.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2183.286 1013.000 156954.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1467.857 829.571 95686.571 5* / - 'PR24_G17' 'OPEN' 'ORAT' 810.429 199.143 39987.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 924.857 242.857 51119.714 5* / - 'PR29_G34' 'OPEN' 'ORAT' 990.429 54.143 17317.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1167.143 137.857 48983.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 641.000 100.857 23570.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1877.714 219.000 42027.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2482.857 460.143 125963.714 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4177.143 961.000 67191.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2423.857 2349.571 177050.143 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 2123.286 18.857 85833.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 945.571 109.857 57283.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1102.286 87.000 70188.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 981.000 54.286 74126.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5321884.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3977695.714 5* / -/ - --- 11070.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 24 'APR' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1924.714 66.143 36702.857 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3082.000 1580.286 51448.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1968.143 110.857 92015.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2697.571 1784.286 42591.429 5* / - 'PR17_G30' 'OPEN' 'ORAT' 4014.143 126.286 151059.857 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2086.857 957.000 148294.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1454.000 834.429 95279.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 796.429 198.857 33450.571 5* / - 'PR25_G21' 'OPEN' 'ORAT' 900.571 240.429 52432.714 5* / - 'PR29_G34' 'OPEN' 'ORAT' 813.429 71.857 14454.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1184.429 140.286 59907.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 613.143 97.857 22542.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2123.857 251.143 93538.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2448.571 460.571 134272.429 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3932.571 906.857 64660.714 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2454.714 2414.429 185429.143 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1958.000 0.286 74660.143 5* / - 'PR13_G22' 'OPEN' 'ORAT' 990.286 116.286 61982.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 907.143 72.857 57119.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1061.429 59.429 60246.286 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2549336.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1338069.857 5* / -/ - --- 11077.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'MAY' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1850.000 69.571 36146.857 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3066.143 1588.571 51708.857 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1935.286 108.857 85185.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2757.429 1731.143 43503.000 5* / - 'PR17_G30' 'OPEN' 'ORAT' 4177.000 211.143 173089.857 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2053.571 871.571 166751.714 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1433.286 822.286 89822.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 791.000 197.286 49844.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 906.571 233.714 52680.714 5* / - 'PR29_G34' 'OPEN' 'ORAT' 652.429 80.143 18361.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1145.429 136.000 53642.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 717.000 97.000 44839.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2021.000 239.429 96395.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2410.571 453.000 134694.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4213.714 926.571 67542.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2415.143 2373.143 183916.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1877.000 3.571 102902.143 5* / - 'PR13_G22' 'OPEN' 'ORAT' 979.143 114.143 61699.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1081.714 89.000 73564.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 983.857 55.143 75078.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5332991.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4058428.571 5* / -/ - --- 11084.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 8 'MAY' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1995.000 62.571 38166.571 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3107.286 1553.429 50965.857 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1950.857 105.429 83296.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2687.143 1570.286 41072.857 5* / - 'PR17_G30' 'OPEN' 'ORAT' 4176.000 238.286 169122.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2034.714 793.857 145967.857 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1427.000 787.429 85792.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 811.714 197.429 43721.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 926.143 214.714 51178.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 761.429 82.429 19369.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1097.143 126.000 49122.429 5* / - 'PR27_G11' 'OPEN' 'ORAT' 769.714 77.429 47458.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2027.429 230.000 103453.143 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2399.571 434.286 131335.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4238.286 928.857 65693.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2361.000 2234.143 168339.143 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1245.714 242.714 155618.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 984.286 113.000 59097.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1105.714 86.429 65219.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 930.143 49.857 75668.857 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5671954.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4431574.286 5* / -/ - --- 11091.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 15 'MAY' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2045.714 69.429 39530.143 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3072.429 1557.143 51024.714 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1930.000 104.714 89774.857 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2782.714 1641.286 43750.857 5* / - 'PR17_G30' 'OPEN' 'ORAT' 3708.429 198.000 164215.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2038.286 708.857 161778.571 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1402.857 782.429 93357.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1042.143 254.429 44680.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 914.857 206.857 52802.714 5* / - 'PR29_G34' 'OPEN' 'ORAT' 887.429 126.000 47533.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1115.571 128.714 55173.286 5* / - 'PR27_G11' 'OPEN' 'ORAT' 677.857 61.857 41531.286 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1995.857 229.429 96816.143 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2360.714 431.429 134952.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4166.429 954.857 66478.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2400.286 2295.571 182821.286 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1121.857 205.429 120127.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 973.857 113.857 59443.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1079.714 84.571 68223.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 893.000 48.286 74321.286 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5769645.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4674941.429 5* / -/ - --- 11098.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 22 'MAY' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1409.286 77.286 27779.286 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3071.143 1540.857 49171.429 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1930.714 104.143 90367.429 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2861.714 1600.286 45021.571 5* / - 'PR17_G30' 'OPEN' 'ORAT' 2247.571 114.286 124235.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2090.286 628.286 159536.286 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1437.571 739.143 94555.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 884.000 213.000 34373.571 5* / - 'PR25_G21' 'OPEN' 'ORAT' 902.000 201.714 52404.714 5* / - 'PR29_G34' 'OPEN' 'ORAT' 591.143 90.143 34864.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1131.000 129.143 58372.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 789.571 71.143 40269.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2053.000 233.571 108000.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2343.714 423.429 134730.143 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4043.000 1043.571 64140.857 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2314.571 2282.000 180124.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1077.714 180.571 111476.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 953.714 109.286 54388.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 998.857 77.714 64310.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1099.429 59.143 76715.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4060514.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2403977.143 5* / -/ - --- 11105.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 29 'MAY' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 281.143 135.429 4985.571 5* / - 'PR06_G28' 'OPEN' 'ORAT' 116.429 41.286 6779.857 5* / - 'PR15_G35' 'OPEN' 'ORAT' 262.429 137.000 4349.571 5* / - 'PR17_G30' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 188.857 51.571 13854.143 5* / - 'PR22_G25' 'OPEN' 'ORAT' 143.714 84.000 8977.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 79.714 18.571 2548.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 67.857 14.714 3701.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 0.000 0.000 0.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 80.143 8.857 3920.429 5* / - 'PR27_G11' 'OPEN' 'ORAT' 58.714 5.000 3801.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 100.857 11.286 4669.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 154.571 26.714 8126.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 316.286 93.429 5291.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 190.571 186.571 14582.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 3.143 0.429 365.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 3.571 0.286 51.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 73.143 5.571 5203.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 95.000 4.857 5890.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 62784.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 0.000 5* / -/ - --- 11112.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 5 'JUN' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 920.000 15.286 14986.429 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2463.286 842.286 39370.286 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1441.286 60.143 22207.429 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2482.143 797.143 36951.143 5* / - 'PR17_G30' 'OPEN' 'ORAT' 2217.857 106.714 32693.714 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1281.286 306.143 18943.571 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1049.429 396.857 24469.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 776.286 142.714 18371.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 798.286 139.714 22845.857 5* / - 'PR29_G34' 'OPEN' 'ORAT' 742.571 15.000 11152.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 906.571 82.429 21178.429 5* / - 'PR27_G11' 'OPEN' 'ORAT' 730.000 52.143 28185.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1557.000 137.714 28963.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1736.429 238.286 31685.143 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3661.571 345.571 53209.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2024.714 1608.429 102199.857 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1389.143 174.429 83626.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 789.714 68.714 19578.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 887.429 52.286 26222.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1053.000 44.000 33759.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3282745.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2715434.286 5* / -/ - --- 11119.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 12 'JUN' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2179.571 151.000 42004.000 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3016.429 1250.857 52565.286 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1863.857 85.000 53292.286 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2668.857 1178.571 41477.429 5* / - 'PR17_G30' 'OPEN' 'ORAT' 3096.714 163.000 49557.571 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1793.286 476.143 31875.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1530.143 620.714 57691.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 811.000 163.429 20830.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 933.286 176.429 51893.143 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1035.000 2.429 15809.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1231.571 117.857 45897.429 5* / - 'PR27_G11' 'OPEN' 'ORAT' 850.857 64.429 51873.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1923.143 184.143 50905.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2438.286 371.286 57110.571 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4332.857 693.143 67693.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2260.857 1942.429 158125.286 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1334.143 186.286 104021.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 985.857 94.429 35056.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 940.429 60.714 30226.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1148.143 52.143 63136.286 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5067524.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3741804.286 5* / -/ - --- 11126.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 19 'JUN' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2050.286 202.714 40120.429 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3117.857 1465.143 54289.714 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2041.143 105.571 110818.857 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2893.857 1499.429 45445.000 5* / - 'PR17_G30' 'OPEN' 'ORAT' 3276.714 225.429 64445.714 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2017.571 615.571 115310.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1551.143 719.286 94876.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 1107.429 255.714 59730.571 5* / - 'PR25_G21' 'OPEN' 'ORAT' 928.571 176.286 66225.286 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1132.143 13.714 21326.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1209.429 132.143 61263.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 793.714 68.000 56177.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2115.571 230.571 110361.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2626.286 456.857 114515.857 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4328.143 856.571 68947.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2330.429 2297.000 188938.857 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1253.143 161.000 121427.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 1015.286 111.857 43495.286 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1129.857 83.286 68816.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1137.429 59.286 71445.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4675329.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3954138.571 5* / -/ - --- 11133.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 26 'JUN' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1620.600 193.200 33425.600 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2802.800 1369.200 47343.400 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1721.800 92.000 83855.800 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2216.600 1098.200 37666.400 5* / - 'PR17_G30' 'OPEN' 'ORAT' 3110.400 248.800 159136.200 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1910.200 556.600 131598.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1529.800 727.400 91954.200 5* / - 'PR24_G17' 'OPEN' 'ORAT' 993.000 236.400 54152.200 5* / - 'PR25_G21' 'OPEN' 'ORAT' 902.600 160.600 64174.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1041.400 11.400 18161.200 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1174.200 132.200 67798.400 5* / - 'PR27_G11' 'OPEN' 'ORAT' 779.800 69.000 55817.200 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2154.200 241.000 114238.600 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2449.000 437.000 119653.200 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4026.400 791.000 64227.400 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2289.600 2315.600 186679.600 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1140.400 128.000 130404.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 969.400 110.600 44660.200 5* / - 'PR14_G27' 'OPEN' 'ORAT' 943.200 72.800 67633.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1170.400 62.600 69992.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 563817.200 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 803615.200 5* / -/ - --- 11138.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JUL' 2007 / -/ - --- : 25/11-G-02_Y Perforation Top: 4406.00 Bot: 5005.00 Diam: 0.22 Skin: 280.00 --- : 25/11-G-02_Y Perforation Top: 4140.00 Bot: 4685.00 Diam: 0.22 Skin: 280.00 --- : 25/11-G-02_Y Perforation Top: 3890.00 Bot: 4555.00 Diam: 0.22 Skin: 0.00 --- : 25/11-G-02_Y Connection 61 201 14 Perf. Len 28.77 ( 58.2%) --- WARN: 25/11-G-02_Y WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-02_Y Connection 61 202 14 Perf. Len 34.90 ( 68.7%) --- : 25/11-G-02_Y Connection 62 202 14 Perf. Len 27.10 ( 54.9%) --- : 25/11-G-02_Y Connection 62 203 14 Perf. Len 55.07 (110.3%) --- : 25/11-G-02_Y Connection 63 203 14 Perf. Len 8.54 ( 17.1%) --- : 25/11-G-02_Y Connection 63 204 14 Perf. Len 64.17 (128.1%) --- : 25/11-G-02_Y Connection 63 205 14 Perf. Len 6.68 ( 13.3%) --- : 25/11-G-02_Y Connection 64 205 14 Perf. Len 57.33 (114.4%) --- : 25/11-G-02_Y Connection 64 206 14 Perf. Len 23.37 ( 47.0%) --- : 25/11-G-02_Y Connection 65 206 14 Perf. Len 40.43 ( 80.8%) --- : 25/11-G-02_Y Connection 65 207 14 Perf. Len 39.89 ( 79.4%) --- : 25/11-G-02_Y Connection 66 207 14 Perf. Len 24.10 ( 47.8%) --- : 25/11-G-02_Y Connection 66 208 14 Perf. Len 58.57 (118.3%) --- : 25/11-G-02_Y Connection 67 208 14 Perf. Len 3.52 ( 7.0%) --- : 25/11-G-02_Y Connection 67 209 14 Perf. Len 6.17 ( 12.4%) --- : 25/11-G-02_Y Connection 67 209 15 Perf. Len 55.18 (110.1%) --- : 25/11-G-02_Y Connection 67 210 15 Perf. Len 21.79 ( 43.3%) --- : 25/11-G-02_Y Connection 68 210 15 Perf. Len 38.80 ( 77.3%) --- : 25/11-G-02_Y Connection 68 211 15 Perf. Len 4.61 ( 9.2%) --- : 25/11-G-02_Y Connection 59 196 14 Perf. Len 14.92 ( 30.1%) --- : 25/11-G-02_Y Connection 59 197 14 Perf. Len 4.53 ( 9.0%) --- : 25/11-G-02_Y Connection 59 197 15 Perf. Len 52.43 (104.1%) --- : 25/11-G-02_Y Connection 59 198 15 Perf. Len 15.00 ( 30.6%) --- : 25/11-G-02_Y Connection 60 198 15 Perf. Len 45.63 ( 91.4%) --- : 25/11-G-02_Y Connection 60 199 15 Perf. Len 38.46 ( 76.9%) --- : 25/11-G-02_Y Connection 61 199 15 Perf. Len 26.41 ( 52.1%) --- : 25/11-G-02_Y Connection 61 200 15 Perf. Len 47.35 ( 94.8%) --- : 25/11-G-02_Y Connection 62 200 15 Perf. Len 21.52 ( 42.7%) --- : 25/11-G-02_Y Connection 62 201 15 Perf. Len 48.46 ( 97.8%) --- : 25/11-G-02_Y Connection 62 201 14 Perf. Len 4.67 ( 9.5%) --- : 25/11-G-02_Y Connection 63 201 14 Perf. Len 13.16 ( 26.3%) --- : 25/11-G-02_Y Connection 63 202 14 Perf. Len 64.34 (127.7%) --- : 25/11-G-02_Y Connection 63 203 14 Perf. Len 2.30 ( 5.1%) --- : 25/11-G-02_Y Connection 64 203 14 Perf. Len 61.73 (124.2%) --- : 25/11-G-02_Y Connection 64 204 14 Perf. Len 17.74 ( 35.5%) --- : 25/11-G-02_Y Connection 65 204 14 Perf. Len 46.92 ( 93.7%) --- : 25/11-G-02_Y Connection 65 205 14 Perf. Len 19.41 ( 38.7%) --- : 25/11-G-02_Y Connection 58 191 14 Perf. Len 8.56 ( 16.7%) --- : 25/11-G-02_Y Connection 58 192 14 Perf. Len 50.02 ( 99.4%) --- : 25/11-G-02_Y Connection 58 193 14 Perf. Len 49.91 (100.7%) --- : 25/11-G-02_Y Connection 58 194 14 Perf. Len 50.21 (100.1%) --- : 25/11-G-02_Y Connection 58 195 14 Perf. Len 20.64 ( 41.7%) --- : 25/11-G-02_Y Connection 58 195 15 Perf. Len 29.39 ( 59.1%) --- : 25/11-G-02_Y Connection 58 196 15 Perf. Len 50.12 ( 99.4%) --- : 25/11-G-02_Y Connection 58 197 15 Perf. Len 30.46 ( 59.9%) --- : 25/11-G-02_Y Connection 58 197 14 Perf. Len 19.82 ( 40.6%) --- : 25/11-G-02_Y Connection 58 198 14 Perf. Len 49.66 (100.0%) --- : 25/11-G-02_Y Connection 58 199 14 Perf. Len 51.42 (102.9%) --- : 25/11-G-02_Y Connection 58 200 14 Perf. Len 52.09 (102.2%) --- : 25/11-G-02_Y Connection 58 201 14 Perf. Len 37.85 ( 76.9%) --- : 25/11-G-02_Y Connection 59 201 14 Perf. Len 14.93 ( 29.4%) --- : 25/11-G-02_Y Connection 59 202 14 Perf. Len 55.43 (111.4%) --- : 25/11-G-02_Y Connection 59 203 14 Perf. Len 41.54 ( 83.7%) --- : 25/11-G-02_Y Connection 60 203 14 Perf. Len 16.52 ( 32.7%) --- : 25/11-G-02_Y Connection 60 204 14 Perf. Len 36.42 ( 72.5%) --- WARN: 25/11-G-02_Y WCONHIST may be inconsistent, existing event took precedence over generated -WELSPECS - 'PR07_G02' 'NO-EA' 57 184 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR07_G02' 1704.950 3564.000 71.122 'INC' 2* / - 2 2 1 1 4.040 1.281 0.159 1.5E-05 0.020 0.081 / - 3 3 1 2 0.960 0.304 0.075 1.5E-05 0.004 0.004 / - 4 4 1 3 6.000 1.903 0.075 1.5E-05 0.004 0.027 / - 5 5 1 4 168.000 40.745 0.101 1.5E-05 0.008 1.335 / - 6 6 1 5 58.000 5.540 0.100 1.5E-05 0.008 0.458 / - 7 7 1 6 7.000 0.343 0.191 1.5E-05 0.029 0.200 / - 8 8 1 7 44.000 1.092 0.121 1.5E-05 0.011 0.503 / - 9 9 1 8 3.000 0.004 0.085 1.5E-05 0.006 0.017 / - 10 10 1 9 6.000 0.008 0.105 1.5E-05 0.009 0.052 / - 11 11 1 10 61.000 0.064 0.155 1.5E-05 0.019 1.147 / - 12 12 1 11 2.000 0.001 0.121 1.5E-05 0.011 0.023 / - 13 13 1 12 3.000 0.002 0.085 1.5E-05 0.006 0.017 / - 14 14 1 13 6.000 0.003 0.105 1.5E-05 0.009 0.052 / - 15 15 1 14 54.000 0.067 0.155 1.5E-05 0.019 1.015 / - 16 16 1 15 433.385 -1.468 0.121 1.5E-05 0.012 5.016 / - 17 17 1 16 31.833 -0.125 0.121 1.5E-05 0.012 0.368 / - 18 18 1 17 30.999 -0.058 0.121 1.5E-05 0.012 0.359 / - 19 19 1 18 41.088 -0.071 0.121 1.5E-05 0.012 0.476 / - 20 20 1 19 31.808 -0.057 0.121 1.5E-05 0.012 0.368 / - 21 21 1 20 36.357 0.011 0.121 1.5E-05 0.012 0.421 / - 22 22 1 21 35.426 0.024 0.121 1.5E-05 0.012 0.410 / - 23 23 1 22 32.004 0.044 0.121 1.5E-05 0.012 0.370 / - 24 24 1 23 40.348 0.048 0.121 1.5E-05 0.012 0.467 / - 25 25 1 24 31.899 0.056 0.121 1.5E-05 0.012 0.369 / - 26 26 1 25 40.162 0.045 0.121 1.5E-05 0.012 0.465 / - 27 27 1 26 31.998 -0.019 0.121 1.5E-05 0.012 0.370 / - 28 28 1 27 41.336 0.075 0.121 1.5E-05 0.012 0.478 / - 29 29 1 28 31.046 0.106 0.121 1.5E-05 0.012 0.359 / - 30 30 1 29 4.847 0.049 0.121 1.5E-05 0.012 0.056 / - 31 31 1 30 30.676 0.444 0.121 1.5E-05 0.012 0.355 / - 32 32 1 31 38.484 0.504 0.121 1.5E-05 0.012 0.445 / - 33 33 1 32 30.294 0.085 0.121 1.5E-05 0.012 0.351 / - 34 34 1 33 21.707 -0.016 0.121 1.5E-05 0.012 0.251 / - 35 35 2 12 223.458 -1.375 0.150 1.5E-05 0.018 3.970 / - 36 36 2 35 9.723 0.099 0.150 1.5E-05 0.018 0.173 / - 37 37 2 36 28.483 0.431 0.150 1.5E-05 0.018 0.506 / - 38 38 2 37 33.716 0.468 0.150 1.5E-05 0.018 0.599 / - 39 39 2 38 30.314 0.131 0.150 1.5E-05 0.018 0.539 / - 40 40 2 39 42.044 0.027 0.150 1.5E-05 0.018 0.747 / - 41 41 2 40 32.435 -0.032 0.150 1.5E-05 0.018 0.576 / - 42 42 2 41 36.881 0.320 0.150 1.5E-05 0.018 0.655 / - 43 43 2 42 34.438 0.340 0.150 1.5E-05 0.018 0.612 / - 44 44 2 43 34.995 -0.815 0.150 1.5E-05 0.018 0.622 / - 45 45 2 44 26.566 -0.943 0.150 1.5E-05 0.018 0.472 / - 46 46 2 45 8.914 -0.453 0.150 1.5E-05 0.018 0.158 / - 47 47 2 46 38.751 -1.896 0.150 1.5E-05 0.018 0.688 / - 48 48 2 47 33.321 -1.601 0.150 1.5E-05 0.018 0.592 / - 49 49 2 48 32.018 -0.409 0.150 1.5E-05 0.018 0.569 / - 50 50 2 49 39.739 -0.347 0.150 1.5E-05 0.018 0.706 / - 51 51 2 50 32.331 0.026 0.150 1.5E-05 0.018 0.574 / - 52 52 2 51 33.167 -0.000103381 0.150 1.5E-05 0.018 0.589 / - 53 53 3 3 325.281 48.032 0.150 1.5E-05 0.018 5.779 / - 54 54 3 53 29.291 -1.007 0.150 1.5E-05 0.018 0.520 / - 55 55 3 54 49.962 -0.309 0.150 1.5E-05 0.018 0.888 / - 56 56 3 55 50.058 0.957 0.150 1.5E-05 0.018 0.889 / - 57 57 3 56 35.425 0.626 0.150 1.5E-05 0.018 0.629 / - 58 58 3 57 25.015 0.623 0.150 1.5E-05 0.018 0.444 / - 59 59 3 58 39.759 0.460 0.150 1.5E-05 0.018 0.706 / - 60 60 3 59 40.294 -0.459 0.150 1.5E-05 0.018 0.716 / - 61 61 3 60 25.144 -0.810 0.150 1.5E-05 0.018 0.447 / - 62 62 3 61 34.744 -0.944 0.150 1.5E-05 0.018 0.617 / - 63 63 3 62 50.542 -0.571 0.150 1.5E-05 0.018 0.898 / - 64 64 3 63 51.754 -0.004 0.150 1.5E-05 0.018 0.919 / - 65 65 3 64 44.968 -0.070 0.150 1.5E-05 0.018 0.799 / - 66 66 3 65 26.391 -0.059 0.150 1.5E-05 0.018 0.469 / - 67 67 3 66 35.180 -0.006 0.150 1.5E-05 0.018 0.625 / - 68 68 3 67 48.482 0.040 0.150 1.5E-05 0.018 0.861 / - 69 69 3 68 29.031 0.044 0.150 1.5E-05 0.018 0.516 / - 70 70 3 69 26.471 0.037 0.150 1.5E-05 0.018 0.470 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR07_G02' 61 201 14 14 'OPEN' 1* 32.571 0.216 172757.656 2* 'Y' 7.024 / - 'PR07_G02' 61 202 14 14 'OPEN' 1* 37.810 0.216 200547.328 2* 'Y' 7.045 / - 'PR07_G02' 62 202 14 14 'OPEN' 1* 19.258 0.216 102149.398 2* 'Y' 7.043 / - 'PR07_G02' 62 203 14 14 'OPEN' 1* 9.044 0.216 47970.609 2* 'Y' 7.022 / - 'PR07_G02' 63 203 14 14 'OPEN' 1* 3.323 0.216 17626.535 2* 'Y' 7.019 / - 'PR07_G02' 63 204 14 14 'OPEN' 1* 52.321 0.216 277518.562 2* 'Y' 7.043 / - 'PR07_G02' 63 205 14 14 'OPEN' 1* 6.400 0.216 33948.176 2* 'Y' 7.042 / - 'PR07_G02' 64 205 14 14 'OPEN' 1* 50.746 0.216 269165.500 2* 'Y' 7.045 / - 'PR07_G02' 64 206 14 14 'OPEN' 1* 22.547 0.216 119589.148 2* 'Y' 7.022 / - 'PR07_G02' 65 206 14 14 'OPEN' 1* 21.927 0.216 116302.125 2* 'Y' 7.021 / - 'PR07_G02' 65 207 14 14 'OPEN' 1* 37.459 0.216 198687.734 2* 'Y' 7.045 / - 'PR07_G02' 66 207 14 14 'OPEN' 1* 17.133 0.216 90875.023 2* 'Y' 7.043 / - 'PR07_G02' 66 208 14 14 'OPEN' 1* 81.757 0.216 433643.500 2* 'Y' 7.021 / - 'PR07_G02' 67 208 14 14 'OPEN' 1* 5.007 0.216 26556.371 2* 'Y' 7.024 / - 'PR07_G02' 67 209 14 14 'OPEN' 1* 9.273 0.216 49186.930 2* 'Y' 7.044 / - 'PR07_G02' 67 209 15 15 'OPEN' 1* 99.493 0.216 527725.000 2* 'Y' 7.044 / - 'PR07_G02' 67 210 15 15 'OPEN' 1* 37.070 0.216 196624.172 2* 'Y' 7.044 / - 'PR07_G02' 68 210 15 15 'OPEN' 1* 59.965 0.216 318061.906 2* 'Y' 7.043 / - 'PR07_G02' 68 211 15 15 'OPEN' 1* 7.305 0.216 38744.613 2* 'Y' 7.024 / - 'PR07_G02' 59 196 14 14 'OPEN' 1* 24.000 0.216 127297.063 2* 'Y' 7.040 / - 'PR07_G02' 59 197 14 14 'OPEN' 1* 6.496 0.216 34458.070 2* 'Y' 7.042 / - 'PR07_G02' 59 197 15 15 'OPEN' 1* 82.604 0.216 438138.969 2* 'Y' 7.042 / - 'PR07_G02' 59 198 15 15 'OPEN' 1* 23.487 0.216 124575.414 2* 'Y' 7.027 / - 'PR07_G02' 60 198 15 15 'OPEN' 1* 63.507 0.216 336844.469 2* 'Y' 7.021 / - 'PR07_G02' 60 199 15 15 'OPEN' 1* 43.507 0.216 230768.141 2* 'Y' 7.042 / - 'PR07_G02' 61 199 15 15 'OPEN' 1* 32.783 0.216 173883.297 2* 'Y' 7.047 / - 'PR07_G02' 61 200 15 15 'OPEN' 1* 63.754 0.216 338157.750 2* 'Y' 7.047 / - 'PR07_G02' 62 200 15 15 'OPEN' 1* 27.072 0.216 143595.453 2* 'X' 7.048 / - 'PR07_G02' 62 201 15 15 'OPEN' 1* 59.858 0.216 317492.781 2* 'Y' 7.023 / - 'PR07_G02' 62 201 14 14 'OPEN' 1* 4.889 0.216 25932.689 2* 'Y' 7.030 / - 'PR07_G02' 63 201 14 14 'OPEN' 1* 13.804 0.216 73218.477 2* 'Y' 7.024 / - 'PR07_G02' 63 202 14 14 'OPEN' 1* 41.942 0.216 222468.594 2* 'Y' 7.049 / - 'PR07_G02' 63 203 14 14 'OPEN' 1* 0.999 0.216 5300.690 2* 'Y' 7.030 / - 'PR07_G02' 64 203 14 14 'OPEN' 1* 37.287 0.216 197770.703 2* 'Y' 7.022 / - 'PR07_G02' 64 204 14 14 'OPEN' 1* 20.440 0.216 108413.758 2* 'Y' 7.045 / - 'PR07_G02' 65 204 14 14 'OPEN' 1* 42.192 0.216 223791.531 2* 'Y' 7.045 / - 'PR07_G02' 65 205 14 14 'OPEN' 1* 20.478 0.216 108618.883 2* 'Y' 7.045 / - 'PR07_G02' 58 191 14 14 'OPEN' 1* 940.496 0.216 73329.875 2* 'Y' 7.038 / - 'PR07_G02' 58 192 14 14 'OPEN' 1* 5808.677 0.216 452854.812 2* 'Y' 7.035 / - 'PR07_G02' 58 193 14 14 'OPEN' 1* 5777.064 0.216 450368.219 2* 'Y' 7.033 / - 'PR07_G02' 58 194 14 14 'OPEN' 1* 5639.353 0.216 439632.062 2* 'Y' 7.033 / - 'PR07_G02' 58 195 14 14 'OPEN' 1* 2239.946 0.216 174619.422 2* 'Y' 7.033 / - 'PR07_G02' 58 195 15 15 'OPEN' 1* 3173.100 0.216 247378.609 2* 'Y' 7.034 / - 'PR07_G02' 58 196 15 15 'OPEN' 1* 5397.056 0.216 420732.438 2* 'Y' 7.033 / - 'PR07_G02' 58 197 15 15 'OPEN' 1* 3285.028 0.216 256104.656 2* 'Y' 7.035 / - 'PR07_G02' 58 197 14 14 'OPEN' 1* 2324.470 0.216 181221.672 2* 'Y' 7.035 / - 'PR07_G02' 58 198 14 14 'OPEN' 1* 5354.555 0.216 417431.906 2* 'Y' 7.033 / - 'PR07_G02' 58 199 14 14 'OPEN' 1* 4412.945 0.216 344022.875 2* 'Y' 7.033 / - 'PR07_G02' 58 200 14 14 'OPEN' 1* 4151.335 0.216 323643.625 2* 'Y' 7.035 / - 'PR07_G02' 58 201 14 14 'OPEN' 1* 2971.810 0.216 231641.328 2* 'Y' 7.029 / - 'PR07_G02' 59 201 14 14 'OPEN' 1* 944.473 0.216 73620.484 2* 'Y' 7.030 / - 'PR07_G02' 59 202 14 14 'OPEN' 1* 3373.297 0.216 263036.750 2* 'Y' 7.040 / - 'PR07_G02' 59 203 14 14 'OPEN' 1* 3582.568 0.216 279230.156 2* 'Y' 7.027 / - 'PR07_G02' 60 203 14 14 'OPEN' 1* 1126.251 0.216 87765.391 2* 'Y' 7.022 / - 'PR07_G02' 60 204 14 14 'OPEN' 1* 1225.941 0.216 95598.484 2* 'Y' 7.041 / -/ - -COMPSEGS -'PR07_G02' / - 61 201 14 1 4406.000 4434.769 3* / - 61 202 14 1 4434.769 4469.665 3* / - 62 202 14 1 4469.665 4496.766 3* / - 62 203 14 1 4496.766 4551.840 3* / - 63 203 14 1 4551.840 4560.382 3* / - 63 204 14 1 4560.382 4624.554 3* / - 63 205 14 1 4624.554 4631.234 3* / - 64 205 14 1 4631.234 4688.563 3* / - 64 206 14 1 4688.563 4711.929 3* / - 65 206 14 1 4711.929 4752.362 3* / - 65 207 14 1 4752.362 4792.253 3* / - 66 207 14 1 4792.253 4816.357 3* / - 66 208 14 1 4816.357 4874.924 3* / - 67 208 14 1 4874.924 4878.449 3* / - 67 209 14 1 4878.449 4884.618 3* / - 67 209 15 1 4884.618 4939.800 3* / - 67 210 15 1 4939.800 4961.586 3* / - 68 210 15 1 4961.586 5000.387 3* / - 68 211 15 1 5000.387 5005.000 3* / - 59 196 14 2 4140.000 4154.915 3* / - 59 197 14 2 4154.915 4159.447 3* / - 59 197 15 2 4159.447 4211.881 3* / - 59 198 15 2 4211.881 4226.879 3* / - 60 198 15 2 4226.879 4272.509 3* / - 60 199 15 2 4272.509 4310.967 3* / - 61 199 15 2 4310.967 4337.378 3* / - 61 200 15 2 4337.378 4384.730 3* / - 62 200 15 2 4384.730 4406.254 3* / - 62 201 15 2 4406.254 4454.719 3* / - 62 201 14 2 4454.719 4459.385 3* / - 63 201 14 2 4459.385 4472.548 3* / - 63 202 14 2 4472.548 4536.887 3* / - 63 203 14 2 4536.887 4539.189 3* / - 64 203 14 2 4539.189 4600.923 3* / - 64 204 14 2 4600.923 4618.667 3* / - 65 204 14 2 4618.667 4665.586 3* / - 65 205 14 2 4665.586 4685.000 3* / - 58 191 14 3 3890.000 3898.562 3* / - 58 192 14 3 3898.562 3948.582 3* / - 58 193 14 3 3948.582 3998.487 3* / - 58 194 14 3 3998.487 4048.699 3* / - 58 195 14 3 4048.699 4069.336 3* / - 58 195 15 3 4069.336 4098.730 3* / - 58 196 15 3 4098.730 4148.854 3* / - 58 197 15 3 4148.854 4179.318 3* / - 58 197 14 3 4179.318 4199.141 3* / - 58 198 14 3 4199.141 4248.806 3* / - 58 199 14 3 4248.806 4300.225 3* / - 58 200 14 3 4300.225 4352.313 3* / - 58 201 14 3 4352.313 4390.161 3* / - 59 201 14 3 4390.161 4405.094 3* / - 59 202 14 3 4405.094 4460.521 3* / - 59 203 14 3 4460.521 4502.058 3* / - 60 203 14 3 4502.058 4518.583 3* / - 60 204 14 3 4518.583 4555.000 3* / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 788.000 193.000 30058.500 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 3091.000 1435.500 54069.500 5* / - 'PR06_G28' 'OPEN' 'ORAT' 2117.500 105.500 112147.500 5* / - 'PR07_G02' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2952.000 1439.000 46161.500 5* / - 'PR17_G30' 'OPEN' 'ORAT' 2737.000 230.000 148564.500 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1627.500 493.000 85874.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1526.500 686.000 95200.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 986.500 220.500 57706.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 895.000 150.500 63930.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1122.000 3.000 17559.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1185.000 125.000 73025.500 5* / - 'PR27_G11' 'OPEN' 'ORAT' 278.500 24.500 19329.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2033.500 216.500 108304.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2422.000 408.000 119360.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4314.500 833.500 68589.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2245.500 2142.500 185525.500 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1105.000 117.000 127966.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 988.000 105.500 52843.500 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1032.500 75.000 65805.500 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1167.000 58.000 79616.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4114350.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3059900.000 5* / -/ - -INCLUDE - '/d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/icd/ICD_G2_EDIT.WELDAT' / - - --- 11140.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 3 'JUL' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1036.143 236.429 32916.429 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2979.714 1597.286 57243.429 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1802.857 62.857 89531.857 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2744.000 1693.714 44035.714 5* / - 'PR17_G30' 'OPEN' 'ORAT' 2589.429 235.000 133578.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2056.714 473.143 126996.857 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1492.571 686.714 95341.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 940.000 207.571 51234.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 800.857 119.286 41752.714 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1105.000 11.857 17722.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1149.571 70.714 72311.286 5* / - 'PR27_G11' 'OPEN' 'ORAT' 812.714 29.714 77097.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 2028.000 146.000 112015.143 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2329.857 437.857 125414.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4193.571 915.857 69426.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2161.429 2302.000 186666.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1113.714 67.000 112196.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 964.143 114.000 56766.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1058.714 50.143 74445.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1025.000 46.714 80183.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5680017.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4194425.714 5* / -/ - --- 11147.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 10 'JUL' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2068.714 236.143 41597.429 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2865.429 1881.857 70173.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1820.571 69.000 113628.857 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2627.000 1955.857 43515.429 5* / - 'PR17_G30' 'OPEN' 'ORAT' 2713.000 178.000 154331.857 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2452.571 309.429 127450.857 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1418.286 744.571 95210.714 5* / - 'PR24_G17' 'OPEN' 'ORAT' 992.143 249.429 66407.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 887.857 149.000 62681.714 5* / - 'PR29_G34' 'OPEN' 'ORAT' 1015.429 20.000 16821.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1083.714 69.857 71615.714 5* / - 'PR27_G11' 'OPEN' 'ORAT' 732.286 27.429 75878.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1935.429 151.000 110474.143 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2217.429 479.571 130656.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 4021.143 997.286 68170.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2059.571 2522.857 186950.286 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1110.429 65.286 113424.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 927.000 124.857 60996.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1007.143 50.143 73650.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 952.286 48.286 69959.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5832972.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4499748.571 5* / -/ - --- 11154.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 17 'JUL' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1992.000 229.143 39421.143 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2926.429 1922.143 107987.429 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1806.143 66.286 113461.429 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2649.143 1841.714 43914.429 5* / - 'PR17_G30' 'OPEN' 'ORAT' 2952.143 22.286 134773.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1826.571 317.429 73206.714 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1311.857 669.429 82899.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 979.143 239.000 76189.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 850.429 138.143 74251.571 5* / - 'PR29_G34' 'OPEN' 'ORAT' 972.286 29.857 16466.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1072.571 67.286 70844.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 714.714 26.714 68716.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1919.286 146.000 115444.857 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2186.143 458.429 129625.143 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3971.000 1098.286 66973.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2122.000 2516.571 188209.143 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1108.857 66.571 117748.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 945.714 98.714 58972.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 996.714 48.714 73881.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 984.000 48.714 75815.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5516332.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4252262.857 5* / -/ - --- 11161.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 24 'JUL' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2031.286 245.429 38064.857 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2954.286 1775.000 129463.714 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1798.714 62.714 115174.857 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2873.714 1580.286 48295.714 5* / - 'PR17_G30' 'OPEN' 'ORAT' 2758.000 0.571 107806.714 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2092.143 391.429 89452.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1449.000 695.857 96856.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 793.857 185.857 53944.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 677.429 106.000 52341.857 5* / - 'PR29_G34' 'OPEN' 'ORAT' 745.286 22.857 13080.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 908.714 55.000 54928.429 5* / - 'PR27_G11' 'OPEN' 'ORAT' 590.714 20.429 48304.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1906.000 136.571 113646.714 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2172.857 429.429 131536.714 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3844.857 1197.143 63963.857 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1662.286 1894.714 126000.429 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 945.286 54.143 92166.143 5* / - 'PR13_G22' 'OPEN' 'ORAT' 795.000 79.714 46338.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 787.429 37.429 54831.429 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1008.429 46.857 76941.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5119382.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3937791.429 5* / -/ - --- 11168.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 31 'JUL' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2138.000 303.000 45040.714 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2815.429 1936.571 144537.571 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1765.714 69.286 130757.857 5* / - 'PR07_G02' 'OPEN' 'ORAT' 9.571 0.714 754.857 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2970.000 1808.857 71580.000 5* / - 'PR17_G30' 'OPEN' 'ORAT' 2528.571 7.143 93115.571 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2426.714 216.143 75341.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1356.286 736.857 95757.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 931.857 241.571 72584.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 868.857 150.143 76046.143 5* / - 'PR29_G34' 'OPEN' 'ORAT' 986.857 9.000 18015.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1075.429 71.714 78608.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 738.000 29.000 63320.286 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1810.000 146.714 113297.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2079.143 465.286 131183.571 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3621.714 1449.286 76304.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2117.857 2684.429 181063.857 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1114.429 71.857 117966.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 939.857 103.429 59324.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 1024.143 54.000 77163.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 915.286 48.286 77201.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5663517.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4718448.571 5* / -/ - --- 11175.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 7 'AUG' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2026.571 298.714 43856.429 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2838.714 1972.000 168990.286 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1746.857 68.286 130354.286 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1635.143 22.857 61153.143 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2963.571 1828.143 125374.571 5* / - 'PR17_G30' 'OPEN' 'ORAT' 2457.429 3.857 89737.714 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2633.857 98.000 65685.857 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1335.571 718.714 95269.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 850.000 218.857 67361.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 774.000 133.000 70929.714 5* / - 'PR29_G34' 'OPEN' 'ORAT' 937.571 0.000 18610.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 985.857 65.143 75103.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 656.143 26.143 59010.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1792.857 143.714 112865.143 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2056.286 455.857 130556.857 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3497.571 1584.429 84502.714 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2001.714 2512.857 178975.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 1011.714 66.571 111392.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 885.429 96.857 56432.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 937.571 49.000 72759.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 902.714 47.143 76022.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5591407.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4881911.429 5* / -/ - --- 11182.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 14 'AUG' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1866.857 271.857 40115.714 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2751.714 1720.286 156565.286 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1633.000 61.000 107515.571 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1828.571 178.714 48630.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2719.429 1517.143 136490.000 5* / - 'PR17_G30' 'OPEN' 'ORAT' 2377.143 19.143 84835.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2301.143 124.286 52934.714 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1179.286 609.143 79584.571 5* / - 'PR24_G17' 'OPEN' 'ORAT' 758.286 188.000 49650.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 668.143 111.000 42793.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 708.000 32.000 23669.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 889.429 57.429 57296.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 554.714 21.000 41077.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1651.429 85.571 92535.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1896.857 346.857 106661.429 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3240.429 1321.286 86054.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1870.286 2256.857 158851.714 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 963.143 48.714 109155.143 5* / - 'PR13_G22' 'OPEN' 'ORAT' 746.857 68.143 46061.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 789.429 40.143 48896.429 5* / - 'PR26_G26' 'OPEN' 'ORAT' 896.143 45.429 63758.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5214111.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4271855.714 5* / -/ - --- 11189.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 21 'AUG' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2122.571 275.143 43072.857 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2995.429 1686.429 185765.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1773.000 61.286 104798.714 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1375.429 126.429 25220.429 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2834.143 1410.714 117103.571 5* / - 'PR17_G30' 'OPEN' 'ORAT' 900.571 7.429 23327.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1783.714 378.714 68553.143 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1326.571 638.286 85377.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 916.714 210.286 69540.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 889.143 136.714 70883.571 5* / - 'PR29_G34' 'OPEN' 'ORAT' 880.143 0.000 14531.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 989.286 58.429 73528.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 705.857 24.429 60802.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1805.571 84.571 90585.857 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1569.143 260.714 37072.714 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3895.286 944.286 79665.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1703.429 1907.429 138285.714 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 988.857 46.714 123928.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 961.286 81.571 58220.286 5* / - 'PR14_G27' 'OPEN' 'ORAT' 994.286 45.857 71328.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1073.000 50.143 64057.857 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4896005.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3340142.857 5* / -/ - --- 11196.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 28 'AUG' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2078.571 268.429 42272.143 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2909.857 1679.000 199242.571 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1763.571 63.857 124120.714 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1655.429 320.571 30037.714 5* / - 'PR15_G35' 'OPEN' 'ORAT' 3052.857 1483.857 197638.000 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1778.857 164.000 49105.571 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1856.143 315.286 63334.857 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1303.714 651.857 91511.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 864.286 206.571 72344.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 826.714 131.714 76800.143 5* / - 'PR29_G34' 'OPEN' 'ORAT' 889.714 0.000 14872.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1009.714 61.143 77074.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 668.714 24.286 68762.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1754.429 85.571 115662.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2292.286 399.571 129241.857 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3849.857 1129.714 103269.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 2027.571 2367.429 191613.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 909.714 44.143 121819.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 932.571 81.857 59087.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 951.857 46.000 74926.857 5* / - 'PR26_G26' 'OPEN' 'ORAT' 982.429 48.000 77179.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5482984.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4295050.000 5* / -/ - --- 11203.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 4 'SEP' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1927.571 272.286 43047.571 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2686.286 1657.714 190958.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1697.143 66.429 126821.429 5* / - 'PR07_G02' 'OPEN' 'ORAT' 2163.571 109.429 38340.429 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2776.429 1441.286 194983.429 5* / - 'PR17_G30' 'OPEN' 'ORAT' 2857.143 133.429 71540.571 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2170.429 161.571 53658.857 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1242.143 672.286 96976.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 810.571 209.857 71968.571 5* / - 'PR25_G21' 'OPEN' 'ORAT' 774.143 133.286 73859.857 5* / - 'PR29_G34' 'OPEN' 'ORAT' 865.429 0.000 15045.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 928.714 61.857 76441.429 5* / - 'PR27_G11' 'OPEN' 'ORAT' 617.714 23.857 64338.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1677.714 88.286 115442.143 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1048.714 201.429 31310.714 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3680.000 1275.429 126457.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1581.429 1997.714 186979.857 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 839.143 44.286 119825.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 892.000 84.857 58803.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 908.571 47.857 74395.429 5* / - 'PR26_G26' 'OPEN' 'ORAT' 880.429 46.429 79187.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5736914.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4867815.714 5* / -/ - --- 11210.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 11 'SEP' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1919.857 325.429 41458.857 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2619.286 1683.286 197703.571 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1672.857 67.857 127037.429 5* / - 'PR07_G02' 'OPEN' 'ORAT' 2143.143 61.714 38328.286 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2654.857 1349.429 190109.857 5* / - 'PR17_G30' 'OPEN' 'ORAT' 2586.143 0.000 45786.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 2240.857 104.143 49660.857 5* / - 'PR22_G25' 'OPEN' 'ORAT' 967.857 539.143 64469.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 781.429 209.857 71957.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 751.714 134.429 72696.286 5* / - 'PR29_G34' 'OPEN' 'ORAT' 861.429 1.714 15294.857 5* / - 'PR23_G9' 'OPEN' 'ORAT' 600.000 40.286 28294.429 5* / - 'PR27_G11' 'OPEN' 'ORAT' 601.429 24.286 63946.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1621.714 88.571 115014.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2198.571 431.857 115324.429 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3581.000 1316.429 144380.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1528.714 2005.714 183340.429 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 794.571 43.714 121654.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 871.714 86.286 58592.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 884.571 49.429 74149.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 919.429 50.000 75998.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5128144.286 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3952792.857 5* / -/ - --- 11217.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 18 'SEP' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1950.857 268.714 34616.143 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2371.714 1208.857 73852.714 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1800.143 60.571 127768.286 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1073.143 430.286 21625.857 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2371.857 969.857 62353.286 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1577.429 299.286 104585.143 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1461.571 349.857 136632.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1369.429 641.000 96231.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 829.143 167.857 61329.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 763.143 111.571 47830.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 765.429 64.286 15554.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1086.571 62.143 63397.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 674.714 23.000 58065.286 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1671.429 76.000 88031.857 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2082.143 338.143 96169.714 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3674.000 936.000 99456.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1606.714 1741.429 173967.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 713.714 19.857 58449.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 877.000 72.429 49171.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 908.571 41.571 58111.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 991.429 44.714 59039.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 2912662.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2435100.571 5* / -/ - --- 11224.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 25 'SEP' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2126.571 321.143 39839.429 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2852.286 1517.571 61573.857 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1837.571 61.143 127685.429 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1166.857 417.143 19875.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2893.714 1141.429 47853.143 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1557.714 294.429 110910.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1465.429 344.571 138268.143 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1360.000 624.429 107527.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 868.286 163.714 73420.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 844.286 123.429 69778.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 686.429 82.714 36663.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 1055.000 59.571 74206.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 218.000 7.000 18533.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1775.857 79.143 117821.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2194.000 351.143 133448.429 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3971.714 1145.429 106195.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1668.571 1787.429 187210.143 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 776.143 16.857 63465.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 938.571 75.571 65779.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 930.857 41.571 69334.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 1042.857 46.286 74327.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3127331.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 1910148.571 5* / -/ - --- 11231.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 2 'OCT' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1647.143 245.286 31951.571 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2695.714 1468.143 167776.714 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1295.143 43.000 91625.143 5* / - 'PR07_G02' 'OPEN' 'ORAT' 983.286 358.857 17049.143 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2808.429 1096.857 164672.000 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1482.714 287.286 111728.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1405.286 338.857 131330.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1285.857 605.429 101792.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 709.429 136.000 58908.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 791.571 118.571 62954.143 5* / - 'PR29_G34' 'OPEN' 'ORAT' 631.714 77.286 51864.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 971.000 55.857 73698.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 222.714 6.143 7203.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1647.857 75.429 114931.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2078.429 341.143 132194.714 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3269.143 914.571 145529.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1631.857 1792.429 197790.429 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 726.429 16.429 65577.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 915.857 76.571 61047.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 946.429 43.714 71720.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 904.143 41.286 66788.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5493508.571 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4475007.143 5* / -/ - --- 11238.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 9 'OCT' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2138.286 266.286 39937.571 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2712.286 1431.429 209343.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 961.857 32.000 27192.286 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1300.571 463.714 22289.429 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2822.143 1025.857 210675.143 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1307.286 247.714 98196.857 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1392.143 327.571 117524.571 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1273.571 585.000 95907.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 789.286 148.143 53939.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 770.571 112.429 61135.714 5* / - 'PR29_G34' 'OPEN' 'ORAT' 678.286 81.857 29810.857 5* / - 'PR23_G9' 'OPEN' 'ORAT' 956.143 53.571 73741.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 748.714 26.571 45051.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1689.000 75.429 114500.429 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2078.286 332.714 131426.857 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3772.571 1039.429 147165.143 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1665.000 1784.000 205668.143 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 678.000 14.714 60686.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 925.000 75.714 56273.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 934.143 43.000 58644.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 909.429 40.714 67748.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4905316.571 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4369431.429 5* / -/ - --- 11245.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 16 'OCT' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2211.714 321.857 41520.571 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2608.857 1387.429 205797.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1949.286 65.714 108031.429 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1218.571 444.286 21190.857 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2716.286 966.571 210742.857 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1573.857 302.857 73661.857 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1336.857 320.000 98372.286 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1242.857 581.000 93543.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 840.571 162.000 66852.143 5* / - 'PR25_G21' 'OPEN' 'ORAT' 772.429 114.429 62014.286 5* / - 'PR29_G34' 'OPEN' 'ORAT' 629.429 77.857 28379.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 941.000 54.000 74555.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 723.429 24.429 71353.286 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1606.286 74.714 114669.143 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2029.000 330.571 131221.143 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3969.429 1130.429 221693.714 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1562.714 1704.286 188897.429 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 655.286 14.714 60718.286 5* / - 'PR13_G22' 'OPEN' 'ORAT' 894.857 73.571 65099.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 904.286 41.571 49365.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 896.857 41.000 71181.286 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5757198.571 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4443800.000 5* / -/ - --- 11252.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 23 'OCT' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1906.571 294.429 34928.571 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2186.000 1178.286 180583.857 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1591.714 54.714 105293.571 5* / - 'PR07_G02' 'OPEN' 'ORAT' 969.000 391.429 17034.857 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2240.429 795.000 177330.143 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1507.429 302.429 108603.714 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1125.429 275.143 84556.857 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1226.286 598.429 93619.714 5* / - 'PR24_G17' 'OPEN' 'ORAT' 815.571 165.143 67089.571 5* / - 'PR25_G21' 'OPEN' 'ORAT' 681.143 104.429 55543.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 633.857 80.143 42884.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 810.714 47.571 65701.286 5* / - 'PR27_G11' 'OPEN' 'ORAT' 587.000 20.429 62486.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1364.143 64.571 99192.857 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1976.000 335.286 126846.143 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3755.429 967.286 208401.714 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1440.143 1625.714 172397.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 559.143 12.857 55669.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 810.714 68.286 58760.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 769.429 35.714 46005.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 869.000 40.143 63993.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4353612.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3111145.714 5* / -/ - --- 11259.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 30 'OCT' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1813.429 233.857 35651.714 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2427.857 1242.000 132541.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1680.143 55.143 77776.429 5* / - 'PR07_G02' 'OPEN' 'ORAT' 963.286 489.000 16433.143 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2538.286 756.857 85035.571 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1287.714 248.000 86733.857 5* / - 'PR18_G40' 'OPEN' 'ORAT' 571.286 136.429 17839.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1163.429 540.429 76269.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 761.857 145.000 54931.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 668.429 97.286 24549.857 5* / - 'PR29_G34' 'OPEN' 'ORAT' 523.857 64.429 34097.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 646.000 37.143 35617.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 513.571 16.571 17128.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1301.857 57.000 55104.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 2067.143 337.714 126362.857 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3652.571 868.143 151305.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1433.429 1549.857 147267.857 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 549.000 11.143 40200.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 783.000 63.857 40620.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 769.714 34.714 29048.857 5* / - 'PR26_G26' 'OPEN' 'ORAT' 955.714 43.000 62846.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3468290.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3995767.143 5* / -/ - --- 11266.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 6 'NOV' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2273.571 383.000 42007.429 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2574.286 1420.429 215045.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1778.714 61.571 126838.571 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1256.571 640.857 22190.571 5* / - 'PR15_G35' 'OPEN' 'ORAT' 3030.000 845.857 213009.714 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1449.286 286.143 109147.714 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1493.714 367.143 93745.857 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1210.429 580.429 95107.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 813.571 161.143 65650.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 839.286 128.143 64775.857 5* / - 'PR29_G34' 'OPEN' 'ORAT' 623.000 77.286 44559.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 959.429 56.714 71774.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 610.571 21.429 21216.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1563.857 72.714 114044.571 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1921.143 321.286 130655.571 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3773.714 934.000 212614.429 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1531.714 1714.571 190051.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 731.143 16.714 62013.143 5* / - 'PR13_G22' 'OPEN' 'ORAT' 916.286 77.000 64451.143 5* / - 'PR14_G27' 'OPEN' 'ORAT' 940.143 44.000 52423.143 5* / - 'PR26_G26' 'OPEN' 'ORAT' 855.571 39.857 69949.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5776087.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4527630.000 5* / -/ - --- 11273.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 13 'NOV' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2256.000 389.714 44639.857 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2470.429 1365.714 212946.857 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1719.714 61.429 127076.286 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1413.000 517.714 25176.429 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2800.143 767.286 216562.143 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1384.000 278.143 109773.714 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1335.000 330.000 99366.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1172.857 571.857 96659.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 787.857 157.857 65763.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 784.857 120.000 63069.286 5* / - 'PR29_G34' 'OPEN' 'ORAT' 594.571 76.000 49266.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 890.000 53.857 70584.857 5* / - 'PR27_G11' 'OPEN' 'ORAT' 585.714 20.714 20490.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1472.286 69.857 106158.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1889.143 321.143 135110.857 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3538.143 886.714 214671.714 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1343.714 1859.000 191452.429 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 680.143 16.143 61601.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 880.143 85.000 64364.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 901.000 42.714 53342.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 906.143 43.143 68585.857 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5484417.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4056752.857 5* / -/ - --- 11280.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 20 'NOV' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2265.286 517.714 42072.143 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2449.571 1308.429 212478.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1696.143 78.857 126584.429 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1393.571 637.429 24646.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2726.571 720.000 202944.286 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1367.143 268.571 108032.857 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1356.000 265.857 99417.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1036.143 491.429 78718.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 807.857 146.000 69131.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 814.714 89.143 66462.143 5* / - 'PR29_G34' 'OPEN' 'ORAT' 589.714 81.286 47100.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 878.571 62.571 70100.714 5* / - 'PR27_G11' 'OPEN' 'ORAT' 592.714 19.857 21017.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1497.143 68.429 111095.714 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1888.429 314.000 135298.714 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3468.714 845.429 220038.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1293.286 1823.429 187282.714 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 677.571 15.429 61950.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 877.571 84.857 63850.143 5* / - 'PR14_G27' 'OPEN' 'ORAT' 898.571 42.143 55154.571 5* / - 'PR26_G26' 'OPEN' 'ORAT' 892.429 41.714 69386.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5495838.571 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3772935.714 5* / -/ - --- 11287.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 27 'NOV' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1901.000 342.286 42348.000 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2292.000 1219.857 178648.857 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1058.286 49.857 22346.286 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1352.000 633.143 23811.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1841.714 488.571 41418.143 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1056.286 206.571 18190.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1072.857 215.571 49207.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1172.714 512.714 87589.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 640.143 117.429 44281.857 5* / - 'PR25_G21' 'OPEN' 'ORAT' 698.714 69.000 41902.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 533.571 67.143 30836.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 769.714 55.429 53100.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 560.286 12.000 18759.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1330.286 46.857 78467.857 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1670.286 280.286 73697.286 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3307.714 761.286 161440.286 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1324.143 1754.714 173910.143 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 487.571 11.000 47640.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 757.143 75.571 48820.143 5* / - 'PR14_G27' 'OPEN' 'ORAT' 719.000 33.857 49938.857 5* / - 'PR26_G26' 'OPEN' 'ORAT' 876.429 40.857 47799.286 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4292958.571 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2904992.857 5* / -/ - --- 11294.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 4 'DEC' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2363.000 489.000 51484.500 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2434.500 1300.500 214680.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1674.000 80.500 62998.000 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1447.500 694.500 25827.500 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2999.500 794.000 162165.500 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1477.500 300.000 39284.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1400.000 284.000 101130.500 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1201.000 537.000 107337.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 797.500 146.000 67438.500 5* / - 'PR25_G21' 'OPEN' 'ORAT' 870.000 87.000 66314.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 622.500 79.500 41902.500 5* / - 'PR23_G9' 'OPEN' 'ORAT' 878.500 65.000 71980.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 625.000 14.500 22055.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1490.500 53.000 115669.500 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1931.500 331.500 140627.500 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3482.500 858.000 217129.500 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1305.500 1763.000 178122.500 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 539.500 12.000 63198.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 881.500 88.000 64156.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 921.000 44.500 70654.500 5* / - 'PR26_G26' 'OPEN' 'ORAT' 890.500 43.000 70029.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5222605.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4003115.000 5* / -/ - --- 11296.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 6 'DEC' 2007 / -/ - --- : 25/11-G-39_BY Perforation Top: 4653.00 Bot: 6129.00 Diam: 0.22 Skin: 0.00 --- : 25/11-G-39_BY Perforation Top: 4523.00 Bot: 6651.00 Diam: 0.22 Skin: 0.00 --- : 25/11-G-39_BY Perforation Top: 4456.00 Bot: 5394.00 Diam: 0.22 Skin: 0.00 --- : 25/11-G-39_BY Connection 54 58 15 Perf. Len 1.35 ( 2.6%) --- WARN: 25/11-G-39_BY Connection 54 58 15 SUPPRESSED, perf percentage too small --- : 25/11-G-39_BY Connection 54 58 14 Perf. Len 6.46 ( 12.8%) --- WARN: 25/11-G-39_BY WELSPECS may be inconsistent, existing event took precedence over generated --- : 25/11-G-39_BY Connection 54 57 14 Perf. Len 19.45 ( 40.1%) --- : 25/11-G-39_BY Connection 53 57 14 Perf. Len 31.53 ( 62.1%) --- : 25/11-G-39_BY Connection 53 56 14 Perf. Len 50.65 (100.8%) --- : 25/11-G-39_BY Connection 53 55 14 Perf. Len 50.40 (100.7%) --- : 25/11-G-39_BY Connection 53 54 14 Perf. Len 50.34 (101.2%) --- : 25/11-G-39_BY Connection 53 53 14 Perf. Len 50.40 (100.2%) --- : 25/11-G-39_BY Connection 53 52 14 Perf. Len 49.56 (100.1%) --- : 25/11-G-39_BY Connection 53 51 14 Perf. Len 51.08 (100.6%) --- : 25/11-G-39_BY Connection 53 50 14 Perf. Len 48.77 ( 99.3%) --- : 25/11-G-39_BY Connection 53 49 14 Perf. Len 50.78 (100.4%) --- : 25/11-G-39_BY Connection 53 48 14 Perf. Len 49.81 ( 99.8%) --- : 25/11-G-39_BY Connection 53 47 14 Perf. Len 50.15 (100.5%) --- : 25/11-G-39_BY Connection 53 46 14 Perf. Len 50.43 (100.5%) --- : 25/11-G-39_BY Connection 53 45 14 Perf. Len 50.06 (100.1%) --- : 25/11-G-39_BY Connection 53 44 14 Perf. Len 50.98 (102.3%) --- : 25/11-G-39_BY Connection 53 43 14 Perf. Len 50.58 (101.5%) --- : 25/11-G-39_BY Connection 53 42 14 Perf. Len 5.38 ( 10.6%) --- : 25/11-G-39_BY Connection 54 42 14 Perf. Len 45.70 ( 91.2%) --- : 25/11-G-39_BY Connection 54 41 14 Perf. Len 51.58 (103.1%) --- : 25/11-G-39_BY Connection 54 40 14 Perf. Len 51.61 (103.3%) --- : 25/11-G-39_BY Connection 54 39 14 Perf. Len 51.32 (103.7%) --- : 25/11-G-39_BY Connection 54 38 14 Perf. Len 7.40 ( 15.4%) --- : 25/11-G-39_BY Connection 55 38 14 Perf. Len 44.63 ( 87.9%) --- : 25/11-G-39_BY Connection 55 37 14 Perf. Len 50.56 (101.9%) --- : 25/11-G-39_BY Connection 55 36 14 Perf. Len 51.14 (100.8%) --- : 25/11-G-39_BY Connection 55 35 14 Perf. Len 50.31 (100.7%) --- : 25/11-G-39_BY Connection 55 34 14 Perf. Len 49.80 ( 99.7%) --- : 25/11-G-39_BY Connection 55 33 14 Perf. Len 49.99 ( 99.8%) --- : 25/11-G-39_BY Connection 55 32 14 Perf. Len 49.62 (100.1%) --- : 25/11-G-39_BY Connection 55 31 14 Perf. Len 50.39 (100.3%) --- : 25/11-G-39_BY Connection 55 30 14 Perf. Len 50.44 (100.6%) --- : 25/11-G-39_BY Connection 55 29 14 Perf. Len 49.92 (100.1%) --- : 25/11-G-39_BY Connection 55 28 14 Perf. Len 3.41 ( 7.0%) --- : 25/11-G-39_BY Connection 54 60 15 Perf. Len 19.28 ( 39.0%) --- : 25/11-G-39_BY Connection 54 60 14 Perf. Len 18.10 ( 36.4%) --- : 25/11-G-39_BY Connection 54 59 14 Perf. Len 51.14 (102.6%) --- : 25/11-G-39_BY Connection 54 58 14 Perf. Len 50.35 (100.0%) --- : 25/11-G-39_BY Connection 54 57 14 Perf. Len 7.79 ( 15.5%) --- : 25/11-G-39_BY Connection 55 57 14 Perf. Len 42.18 ( 83.9%) --- : 25/11-G-39_BY Connection 55 56 14 Perf. Len 50.35 (100.6%) --- : 25/11-G-39_BY Connection 55 55 14 Perf. Len 49.79 (100.6%) --- : 25/11-G-39_BY Connection 55 54 14 Perf. Len 50.22 (100.0%) --- : 25/11-G-39_BY Connection 55 53 14 Perf. Len 49.94 ( 99.9%) --- : 25/11-G-39_BY Connection 55 52 14 Perf. Len 50.12 (100.8%) --- : 25/11-G-39_BY Connection 55 51 14 Perf. Len 50.35 ( 99.8%) --- : 25/11-G-39_BY Connection 55 50 14 Perf. Len 49.55 ( 99.8%) --- : 25/11-G-39_BY Connection 55 49 14 Perf. Len 50.26 (100.7%) --- : 25/11-G-39_BY Connection 55 48 14 Perf. Len 50.16 (101.5%) --- : 25/11-G-39_BY Connection 55 47 14 Perf. Len 50.73 (100.0%) --- : 25/11-G-39_BY Connection 55 46 14 Perf. Len 50.90 (101.6%) --- : 25/11-G-39_BY Connection 55 45 14 Perf. Len 33.39 ( 66.3%) --- : 25/11-G-39_BY Connection 56 45 14 Perf. Len 17.62 ( 34.9%) --- : 25/11-G-39_BY Connection 56 44 14 Perf. Len 52.11 (104.9%) --- : 25/11-G-39_BY Connection 56 43 14 Perf. Len 52.49 (105.0%) --- : 25/11-G-39_BY Connection 56 42 14 Perf. Len 51.46 (103.6%) --- : 25/11-G-39_BY Connection 56 41 14 Perf. Len 7.78 ( 15.5%) --- : 25/11-G-39_BY Connection 57 41 14 Perf. Len 44.01 ( 87.5%) --- : 25/11-G-39_BY Connection 57 40 14 Perf. Len 51.83 (101.7%) --- : 25/11-G-39_BY Connection 57 39 14 Perf. Len 50.34 (102.9%) --- : 25/11-G-39_BY Connection 57 38 14 Perf. Len 50.31 (100.7%) --- : 25/11-G-39_BY Connection 57 37 14 Perf. Len 50.08 (100.4%) --- : 25/11-G-39_BY Connection 57 36 14 Perf. Len 50.53 (100.1%) --- : 25/11-G-39_BY Connection 57 35 14 Perf. Len 50.01 ( 99.8%) --- : 25/11-G-39_BY Connection 57 34 14 Perf. Len 49.81 (100.6%) --- : 25/11-G-39_BY Connection 57 33 14 Perf. Len 50.16 ( 99.8%) --- : 25/11-G-39_BY Connection 57 32 14 Perf. Len 49.64 ( 99.6%) --- : 25/11-G-39_BY Connection 57 31 14 Perf. Len 50.23 (100.3%) --- : 25/11-G-39_BY Connection 57 30 14 Perf. Len 50.27 (100.8%) --- : 25/11-G-39_BY Connection 57 29 14 Perf. Len 49.31 ( 99.4%) --- : 25/11-G-39_BY Connection 57 28 14 Perf. Len 50.68 (100.0%) --- : 25/11-G-39_BY Connection 57 27 14 Perf. Len 49.65 ( 99.9%) --- : 25/11-G-39_BY Connection 57 26 14 Perf. Len 50.83 (101.7%) --- : 25/11-G-39_BY Connection 57 25 14 Perf. Len 50.61 (100.7%) --- : 25/11-G-39_BY Connection 57 24 14 Perf. Len 50.56 (100.7%) --- : 25/11-G-39_BY Connection 57 23 14 Perf. Len 51.55 (103.1%) --- : 25/11-G-39_BY Connection 57 22 14 Perf. Len 13.56 ( 27.5%) --- : 25/11-G-39_BY Connection 56 22 14 Perf. Len 37.59 ( 76.6%) --- : 25/11-G-39_BY Connection 56 21 14 Perf. Len 51.49 (101.3%) --- : 25/11-G-39_BY Connection 56 20 14 Perf. Len 51.82 (102.6%) --- : 25/11-G-39_BY Connection 56 19 14 Perf. Len 49.55 (102.1%) --- : 25/11-G-39_BY Connection 56 18 14 Perf. Len 17.50 ( 34.1%) --- : 25/11-G-39_BY Connection 54 62 14 Perf. Len 3.65 ( 7.7%) --- : 25/11-G-39_BY Connection 54 61 14 Perf. Len 51.82 (102.0%) --- : 25/11-G-39_BY Connection 54 60 14 Perf. Len 40.65 ( 82.6%) --- : 25/11-G-39_BY Connection 55 60 14 Perf. Len 10.83 ( 21.6%) --- : 25/11-G-39_BY Connection 55 59 14 Perf. Len 53.15 (106.4%) --- : 25/11-G-39_BY Connection 55 58 14 Perf. Len 53.04 (105.7%) --- : 25/11-G-39_BY Connection 55 57 14 Perf. Len 41.94 ( 83.8%) --- : 25/11-G-39_BY Connection 56 57 14 Perf. Len 10.09 ( 19.7%) --- : 25/11-G-39_BY Connection 56 56 14 Perf. Len 51.58 (103.3%) --- : 25/11-G-39_BY Connection 56 55 14 Perf. Len 50.07 (100.8%) --- : 25/11-G-39_BY Connection 56 54 14 Perf. Len 50.61 (101.0%) --- : 25/11-G-39_BY Connection 56 53 14 Perf. Len 50.11 (100.8%) --- : 25/11-G-39_BY Connection 56 52 14 Perf. Len 50.65 (100.7%) --- : 25/11-G-39_BY Connection 56 51 14 Perf. Len 50.92 (102.7%) --- : 25/11-G-39_BY Connection 56 50 14 Perf. Len 1.65 ( 2.4%) --- : 25/11-G-39_BY Connection 57 50 14 Perf. Len 48.69 ( 97.9%) --- : 25/11-G-39_BY Connection 57 49 14 Perf. Len 50.72 (102.1%) --- : 25/11-G-39_BY Connection 57 48 14 Perf. Len 51.21 (100.6%) --- : 25/11-G-39_BY Connection 57 47 14 Perf. Len 50.91 (102.5%) --- : 25/11-G-39_BY Connection 57 46 14 Perf. Len 51.31 (102.5%) --- : 25/11-G-39_BY Connection 57 45 14 Perf. Len 14.76 ( 29.7%) --- : 25/11-G-39_BY Connection 58 45 14 Perf. Len 36.12 ( 72.8%) --- : 25/11-G-39_BY Connection 58 44 14 Perf. Len 51.49 (102.5%) --- : 25/11-G-39_BY Connection 58 43 14 Perf. Len 12.04 ( 24.0%) --- WARN: 25/11-G-39_BY WCONHIST may be inconsistent, existing event took precedence over generated -WELSPECS - 'PR20_G39' 'SOUTH' 54 69 1* 'OIL' 2* 'SHUT' 'YES' 1* 'SEG' 0 / -/ - -WELSEGS -'PR20_G39' 1705.797 4097.583 81.770 'INC' 2* / - 2 2 1 1 43.417 9.545 0.159 1.5E-05 0.020 0.866 / - 3 3 1 2 7.000 1.551 0.071 1.5E-05 0.004 0.028 / - 4 4 1 3 2.000 0.443 0.075 1.5E-05 0.004 0.009 / - 5 5 1 4 25.000 5.582 0.076 1.5E-05 0.005 0.113 / - 6 6 1 5 3.000 0.623 0.075 1.5E-05 0.004 0.013 / - 7 7 1 6 1.000 0.209 0.071 1.5E-05 0.004 0.004 / - 8 8 1 7 8.000 1.743 0.071 1.5E-05 0.004 0.032 / - 9 9 1 8 2.000 0.436 0.075 1.5E-05 0.004 0.009 / - 10 10 1 9 6.000 1.307 0.101 1.5E-05 0.008 0.048 / - 11 11 1 10 3.000 0.654 0.099 1.5E-05 0.008 0.023 / - 12 12 1 11 1.720 0.362 0.101 1.5E-05 0.008 0.014 / - 13 13 1 12 3.010 0.625 0.099 1.5E-05 0.008 0.023 / - 14 14 1 13 119.790 13.282 0.101 1.5E-05 0.008 0.950 / - 15 15 1 14 1.830 0.045 0.100 1.5E-05 0.008 0.014 / - 16 16 1 15 2.040 0.050 0.121 1.5E-05 0.012 0.024 / - 17 17 1 16 2.720 0.066 0.085 1.5E-05 0.006 0.015 / - 18 18 1 17 6.090 0.148 0.102 1.5E-05 0.008 0.049 / - 19 19 1 18 0.800 0.019 0.109 1.5E-05 0.009 0.007 / - 20 20 1 19 42.000 0.933 0.155 1.5E-05 0.019 0.790 / - 21 21 1 20 3.000 0.060 0.191 1.5E-05 0.029 0.086 / - 22 22 1 21 6.000 0.119 0.155 1.5E-05 0.019 0.113 / - 23 23 1 22 26.000 0.516 0.155 1.5E-05 0.019 0.489 / - 24 24 1 23 4.000 0.078 0.085 1.5E-05 0.006 0.023 / - 25 25 1 24 6.000 0.117 0.102 1.5E-05 0.008 0.049 / - 26 26 1 25 1.000 0.019 0.109 1.5E-05 0.009 0.009 / - 27 27 1 26 37.000 0.709 0.155 1.5E-05 0.019 0.696 / - 28 28 1 27 5.000 0.055 0.157 1.5E-05 0.019 0.097 / - 29 29 1 28 31.000 0.338 0.155 1.5E-05 0.019 0.583 / - 30 30 1 29 156.677 -7.391 0.150 1.5E-05 0.018 2.784 / - 31 31 1 30 3.906 -0.236 0.150 1.5E-05 0.018 0.069 / - 32 32 1 31 12.954 -0.800 0.150 1.5E-05 0.018 0.230 / - 33 33 1 32 25.491 -1.403 0.150 1.5E-05 0.018 0.453 / - 34 34 1 33 41.089 -1.207 0.150 1.5E-05 0.018 0.730 / - 35 35 1 34 50.523 -0.502 0.150 1.5E-05 0.018 0.898 / - 36 36 1 35 50.367 -0.050 0.150 1.5E-05 0.018 0.895 / - 37 37 1 36 50.370 0.131 0.150 1.5E-05 0.018 0.895 / - 38 38 1 37 49.980 0.175 0.150 1.5E-05 0.018 0.888 / - 39 39 1 38 50.318 0.186 0.150 1.5E-05 0.018 0.894 / - 40 40 1 39 49.924 0.093 0.150 1.5E-05 0.018 0.887 / - 41 41 1 40 17.521 -0.004 0.150 1.5E-05 0.018 0.311 / - 42 42 1 41 32.254 0.082 0.121 1.5E-05 0.012 0.373 / - 43 43 1 42 50.295 0.265 0.121 1.5E-05 0.012 0.582 / - 44 44 1 43 49.976 0.347 0.121 1.5E-05 0.012 0.578 / - 45 45 1 44 50.289 0.195 0.121 1.5E-05 0.012 0.582 / - 46 46 1 45 50.244 0.052 0.121 1.5E-05 0.012 0.582 / - 47 47 1 46 50.520 0.025 0.121 1.5E-05 0.012 0.585 / - 48 48 1 47 50.783 -0.084 0.121 1.5E-05 0.012 0.588 / - 49 49 1 48 27.981 -0.096 0.121 1.5E-05 0.012 0.324 / - 50 50 1 49 25.541 -0.043 0.121 1.5E-05 0.012 0.296 / - 51 51 1 50 48.643 0.155 0.121 1.5E-05 0.012 0.563 / - 52 52 1 51 51.599 0.233 0.121 1.5E-05 0.012 0.597 / - 53 53 1 52 51.470 0.007 0.121 1.5E-05 0.012 0.596 / - 54 54 1 53 29.365 -0.041 0.121 1.5E-05 0.012 0.340 / - 55 55 1 54 26.019 -0.068 0.121 1.5E-05 0.012 0.301 / - 56 56 1 55 47.598 -0.222 0.121 1.5E-05 0.012 0.551 / - 57 57 1 56 50.853 -0.375 0.121 1.5E-05 0.012 0.589 / - 58 58 1 57 50.725 -0.229 0.121 1.5E-05 0.012 0.587 / - 59 59 1 58 50.051 0.079 0.121 1.5E-05 0.012 0.579 / - 60 60 1 59 49.894 0.114 0.121 1.5E-05 0.012 0.578 / - 61 61 1 60 49.806 -0.012 0.121 1.5E-05 0.012 0.577 / - 62 62 1 61 50.008 -0.101 0.121 1.5E-05 0.012 0.579 / - 63 63 1 62 50.416 -0.110 0.121 1.5E-05 0.012 0.584 / - 64 64 1 63 50.180 -0.014 0.121 1.5E-05 0.012 0.581 / - 65 65 1 64 26.666 0.036 0.121 1.5E-05 0.012 0.309 / - 66 66 2 23 9.000 -0.383 0.085 1.5E-05 0.006 0.051 / - 67 67 2 66 29.000 -0.645 0.150 1.5E-05 0.018 0.515 / - 68 68 2 67 1.000 -0.022 0.089 1.5E-05 0.006 0.006 / - 69 69 2 68 16.000 -0.722 0.150 1.5E-05 0.018 0.284 / - 70 70 2 69 2.000 -0.108 0.102 1.5E-05 0.008 0.016 / - 71 71 2 70 62.639 -3.617 0.150 1.5E-05 0.018 1.113 / - 72 72 2 71 18.688 -1.136 0.150 1.5E-05 0.018 0.332 / - 73 73 2 72 34.621 -1.163 0.150 1.5E-05 0.018 0.615 / - 74 74 2 73 50.748 -0.642 0.150 1.5E-05 0.018 0.902 / - 75 75 2 74 29.071 0.003 0.150 1.5E-05 0.018 0.516 / - 76 76 2 75 24.988 -0.021 0.150 1.5E-05 0.018 0.444 / - 77 77 2 76 46.269 -0.104 0.150 1.5E-05 0.018 0.822 / - 78 78 2 77 50.074 -0.229 0.150 1.5E-05 0.018 0.890 / - 79 79 2 78 50.005 -0.199 0.150 1.5E-05 0.018 0.888 / - 80 80 2 79 50.078 -0.036 0.150 1.5E-05 0.018 0.890 / - 81 81 2 80 50.030 0.050 0.150 1.5E-05 0.018 0.889 / - 82 82 2 81 12.490 0.017 0.150 1.5E-05 0.018 0.222 / - 83 83 2 82 37.747 0.072 0.121 1.5E-05 0.012 0.437 / - 84 84 2 83 49.952 0.087 0.121 1.5E-05 0.012 0.578 / - 85 85 2 84 49.907 0.063 0.121 1.5E-05 0.012 0.578 / - 86 86 2 85 50.212 0.055 0.121 1.5E-05 0.012 0.581 / - 87 87 2 86 50.443 0.103 0.121 1.5E-05 0.012 0.584 / - 88 88 2 87 50.814 0.192 0.121 1.5E-05 0.012 0.588 / - 89 89 2 88 42.146 0.207 0.121 1.5E-05 0.012 0.488 / - 90 90 2 89 25.505 0.157 0.121 1.5E-05 0.012 0.295 / - 91 91 2 90 34.862 0.259 0.121 1.5E-05 0.012 0.404 / - 92 92 2 91 52.300 0.375 0.121 1.5E-05 0.012 0.605 / - 93 93 2 92 51.978 0.178 0.121 1.5E-05 0.012 0.602 / - 94 94 2 93 29.619 -0.009 0.121 1.5E-05 0.012 0.343 / - 95 95 2 94 25.893 -0.043 0.121 1.5E-05 0.012 0.300 / - 96 96 2 95 47.923 -0.035 0.121 1.5E-05 0.012 0.555 / - 97 97 2 96 51.087 -0.125 0.121 1.5E-05 0.012 0.591 / - 98 98 2 97 50.325 -0.134 0.121 1.5E-05 0.012 0.583 / - 99 99 2 98 50.197 0.025 0.121 1.5E-05 0.012 0.581 / - 100 100 2 99 50.306 0.126 0.121 1.5E-05 0.012 0.582 / - 101 101 2 100 50.267 0.264 0.121 1.5E-05 0.012 0.582 / - 102 102 2 101 49.906 -0.127 0.121 1.5E-05 0.012 0.578 / - 103 103 2 102 49.985 -0.682 0.121 1.5E-05 0.012 0.579 / - 104 104 2 103 49.903 -0.606 0.121 1.5E-05 0.012 0.578 / - 105 105 2 104 49.938 -0.267 0.121 1.5E-05 0.012 0.578 / - 106 106 2 105 50.250 -0.072 0.121 1.5E-05 0.012 0.582 / - 107 107 2 106 49.788 -0.077 0.121 1.5E-05 0.012 0.576 / - 108 108 2 107 49.997 -0.037 0.121 1.5E-05 0.012 0.579 / - 109 109 2 108 50.168 0.050 0.121 1.5E-05 0.012 0.581 / - 110 110 2 109 50.244 0.075 0.121 1.5E-05 0.012 0.582 / - 111 111 2 110 50.722 0.037 0.121 1.5E-05 0.012 0.587 / - 112 112 2 111 50.583 -0.055 0.121 1.5E-05 0.012 0.586 / - 113 113 2 112 51.051 -0.104 0.121 1.5E-05 0.012 0.591 / - 114 114 2 113 32.553 -0.060 0.121 1.5E-05 0.012 0.377 / - 115 115 2 114 25.573 -0.015 0.121 1.5E-05 0.012 0.296 / - 116 116 2 115 44.537 0.045 0.121 1.5E-05 0.012 0.516 / - 117 117 2 116 51.656 0.383 0.121 1.5E-05 0.012 0.598 / - 118 118 2 117 50.688 0.767 0.121 1.5E-05 0.012 0.587 / - 119 119 2 118 33.526 0.587 0.121 1.5E-05 0.012 0.388 / - 120 120 3 2 38.000 2463.658 0.212 1.5E-05 0.035 1.341 / - 121 121 3 120 8.000 8.000 0.134 1.5E-05 0.014 0.114 / - 122 122 3 121 75.000 75.000 0.196 1.5E-05 0.030 2.270 / - 123 123 3 122 6.000 6.000 0.133 1.5E-05 0.014 0.083 / - 124 124 3 123 58.000 58.000 0.086 1.5E-05 0.006 0.340 / - 125 125 3 124 8.000 8.000 0.085 1.5E-05 0.006 0.046 / - 126 126 3 125 38.000 -2593.715 0.150 1.5E-05 0.018 0.675 / - 127 127 3 126 14.000 -0.866 0.101 1.5E-05 0.008 0.111 / - 128 128 3 127 19.000 -1.175 0.150 1.5E-05 0.018 0.338 / - 129 129 3 128 26.000 -1.239 0.114 1.5E-05 0.010 0.267 / - 130 130 3 129 26.823 -1.212 0.150 1.5E-05 0.018 0.477 / - 131 131 3 130 27.732 -0.315 0.150 1.5E-05 0.018 0.493 / - 132 132 3 131 46.233 -0.278 0.150 1.5E-05 0.018 0.821 / - 133 133 3 132 25.740 -0.053 0.150 1.5E-05 0.018 0.457 / - 134 134 3 133 31.992 0.030 0.150 1.5E-05 0.018 0.568 / - 135 135 3 134 53.097 0.051 0.150 1.5E-05 0.018 0.943 / - 136 136 3 135 47.492 -0.037 0.150 1.5E-05 0.018 0.844 / - 137 137 3 136 26.015 -0.066 0.150 1.5E-05 0.018 0.462 / - 138 138 3 137 30.832 -0.097 0.150 1.5E-05 0.018 0.548 / - 139 139 3 138 50.821 -0.138 0.150 1.5E-05 0.018 0.903 / - 140 140 3 139 50.337 -0.010 0.150 1.5E-05 0.018 0.894 / - 141 141 3 140 22.887 0.043 0.150 1.5E-05 0.018 0.407 / - 142 142 3 141 27.475 0.051 0.121 1.5E-05 0.012 0.318 / - 143 143 3 142 50.384 0.104 0.121 1.5E-05 0.012 0.583 / - 144 144 3 143 50.785 0.070 0.121 1.5E-05 0.012 0.588 / - 145 145 3 144 26.284 0.012 0.121 1.5E-05 0.012 0.304 / - 146 146 3 145 25.170 0.006 0.121 1.5E-05 0.012 0.291 / - 147 147 3 146 49.705 0.020 0.121 1.5E-05 0.012 0.575 / - 148 148 3 147 50.966 0.026 0.121 1.5E-05 0.012 0.590 / - 149 149 3 148 51.061 0.017 0.121 1.5E-05 0.012 0.591 / - 150 150 3 149 51.111 0.009 0.121 1.5E-05 0.012 0.592 / - 151 151 3 150 33.032 0.007 0.121 1.5E-05 0.012 0.382 / - 152 152 3 151 25.436 0.014 0.121 1.5E-05 0.012 0.294 / - 153 153 3 152 43.805 0.021 0.121 1.5E-05 0.012 0.507 / - 154 154 3 153 31.766 0.009 0.121 1.5E-05 0.012 0.368 / -/ - -COMPDAT --- WELL I J K1 K2 Sat. CF DIAM KH SKIN ND DIR Ro - 'PR20_G39' 54 58 14 14 'OPEN' 1* 638.499 0.216 49795.344 2* 'Y' 7.045 / - 'PR20_G39' 54 57 14 14 'OPEN' 1* 1755.433 0.216 136896.062 2* 'Y' 7.043 / - 'PR20_G39' 53 57 14 14 'OPEN' 1* 2989.857 0.216 233142.172 2* 'Y' 7.041 / - 'PR20_G39' 53 56 14 14 'OPEN' 1* 4909.389 0.216 382780.187 2* 'Y' 7.037 / - 'PR20_G39' 53 55 14 14 'OPEN' 1* 4937.185 0.216 384922.906 2* 'Y' 7.036 / - 'PR20_G39' 53 54 14 14 'OPEN' 1* 5145.524 0.216 401178.875 2* 'Y' 7.037 / - 'PR20_G39' 53 53 14 14 'OPEN' 1* 4733.037 0.216 369018.094 2* 'Y' 7.036 / - 'PR20_G39' 53 52 14 14 'OPEN' 1* 4668.024 0.216 363945.000 2* 'Y' 7.036 / - 'PR20_G39' 53 51 14 14 'OPEN' 1* 5105.808 0.216 398079.812 2* 'Y' 7.036 / - 'PR20_G39' 53 50 14 14 'OPEN' 1* 5339.517 0.216 416299.812 2* 'Y' 7.036 / - 'PR20_G39' 53 49 14 14 'OPEN' 1* 5379.420 0.216 419411.438 2* 'Y' 7.036 / - 'PR20_G39' 53 48 14 14 'OPEN' 1* 4956.837 0.216 386466.094 2* 'Y' 7.036 / - 'PR20_G39' 53 47 14 14 'OPEN' 1* 4175.669 0.216 325558.250 2* 'Y' 7.036 / - 'PR20_G39' 53 46 14 14 'OPEN' 1* 3512.898 0.216 273888.188 2* 'Y' 7.036 / - 'PR20_G39' 53 45 14 14 'OPEN' 1* 3507.765 0.216 273479.719 2* 'Y' 7.036 / - 'PR20_G39' 53 44 14 14 'OPEN' 1* 4190.505 0.216 326722.750 2* 'Y' 7.037 / - 'PR20_G39' 53 43 14 14 'OPEN' 1* 3387.990 0.216 264154.469 2* 'Y' 7.037 / - 'PR20_G39' 53 42 14 14 'OPEN' 1* 336.146 0.216 26206.699 2* 'Y' 7.035 / - 'PR20_G39' 54 42 14 14 'OPEN' 1* 3108.994 0.216 242383.000 2* 'Y' 7.035 / - 'PR20_G39' 54 41 14 14 'OPEN' 1* 3370.398 0.216 262787.312 2* 'Y' 7.038 / - 'PR20_G39' 54 40 14 14 'OPEN' 1* 3897.287 0.216 303870.531 2* 'Y' 7.038 / - 'PR20_G39' 54 39 14 14 'OPEN' 1* 2334.479 0.216 181992.344 2* 'Y' 7.033 / - 'PR20_G39' 54 38 14 14 'OPEN' 1* 404.888 0.216 31569.312 2* 'Y' 7.038 / - 'PR20_G39' 55 38 14 14 'OPEN' 1* 2000.624 0.216 155969.172 2* 'Y' 7.034 / - 'PR20_G39' 55 37 14 14 'OPEN' 1* 1914.388 0.216 149231.438 2* 'Y' 7.031 / - 'PR20_G39' 55 36 14 14 'OPEN' 1* 1692.968 0.216 131979.125 2* 'Y' 7.033 / - 'PR20_G39' 55 35 14 14 'OPEN' 1* 2665.195 0.216 207768.484 2* 'Y' 7.033 / - 'PR20_G39' 55 34 14 14 'OPEN' 1* 3378.699 0.216 263389.594 2* 'Y' 7.033 / - 'PR20_G39' 55 33 14 14 'OPEN' 1* 3272.226 0.216 255089.750 2* 'Y' 7.033 / - 'PR20_G39' 55 32 14 14 'OPEN' 1* 2676.702 0.216 208663.672 2* 'Y' 7.032 / - 'PR20_G39' 55 31 14 14 'OPEN' 1* 2796.958 0.216 218040.062 2* 'Y' 7.033 / - 'PR20_G39' 55 30 14 14 'OPEN' 1* 2342.244 0.216 182592.016 2* 'Y' 7.033 / - 'PR20_G39' 55 29 14 14 'OPEN' 1* 2250.646 0.216 175450.953 2* 'Y' 7.032 / - 'PR20_G39' 55 28 14 14 'OPEN' 1* 177.576 0.216 13843.121 2* 'Y' 7.033 / - 'PR20_G39' 54 60 15 15 'OPEN' 1* 1676.003 0.216 130705.672 2* 'Y' 7.044 / - 'PR20_G39' 54 60 14 14 'OPEN' 1* 1639.067 0.216 127816.437 2* 'Y' 7.042 / - 'PR20_G39' 54 59 14 14 'OPEN' 1* 4972.591 0.216 387719.625 2* 'Y' 7.038 / - 'PR20_G39' 54 58 14 14 'OPEN' 1* 4977.752 0.216 388100.375 2* 'Y' 7.037 / - 'PR20_G39' 54 57 14 14 'OPEN' 1* 676.993 0.216 52781.687 2* 'Y' 7.036 / - 'PR20_G39' 55 57 14 14 'OPEN' 1* 3892.240 0.216 303421.094 2* 'Y' 7.032 / - 'PR20_G39' 55 56 14 14 'OPEN' 1* 4498.643 0.216 350696.125 2* 'Y' 7.033 / - 'PR20_G39' 55 55 14 14 'OPEN' 1* 5484.354 0.216 427538.063 2* 'Y' 7.033 / - 'PR20_G39' 55 54 14 14 'OPEN' 1* 5287.497 0.216 412192.156 2* 'Y' 7.033 / - 'PR20_G39' 55 53 14 14 'OPEN' 1* 5466.583 0.216 426152.875 2* 'Y' 7.033 / - 'PR20_G39' 55 52 14 14 'OPEN' 1* 5512.783 0.216 429752.625 2* 'Y' 7.032 / - 'PR20_G39' 55 51 14 14 'OPEN' 1* 5311.507 0.216 414063.969 2* 'Y' 7.033 / - 'PR20_G39' 55 50 14 14 'OPEN' 1* 5251.834 0.216 409409.094 2* 'Y' 7.032 / - 'PR20_G39' 55 49 14 14 'OPEN' 1* 5200.562 0.216 405417.500 2* 'Y' 7.033 / - 'PR20_G39' 55 48 14 14 'OPEN' 1* 5007.223 0.216 390348.031 2* 'Y' 7.033 / - 'PR20_G39' 55 47 14 14 'OPEN' 1* 4957.325 0.216 386444.500 2* 'Y' 7.032 / - 'PR20_G39' 55 46 14 14 'OPEN' 1* 4999.265 0.216 389730.500 2* 'Y' 7.033 / - 'PR20_G39' 55 45 14 14 'OPEN' 1* 3027.877 0.216 236032.844 2* 'Y' 7.032 / - 'PR20_G39' 56 45 14 14 'OPEN' 1* 1554.082 0.216 121159.070 2* 'Y' 7.035 / - 'PR20_G39' 56 44 14 14 'OPEN' 1* 4582.745 0.216 357319.156 2* 'Y' 7.038 / - 'PR20_G39' 56 43 14 14 'OPEN' 1* 4269.056 0.216 332865.594 2* 'Y' 7.038 / - 'PR20_G39' 56 42 14 14 'OPEN' 1* 4021.574 0.216 313514.250 2* 'Y' 7.033 / - 'PR20_G39' 56 41 14 14 'OPEN' 1* 572.888 0.216 44667.973 2* 'Y' 7.038 / - 'PR20_G39' 57 41 14 14 'OPEN' 1* 3182.778 0.216 248157.828 2* 'Y' 7.037 / - 'PR20_G39' 57 40 14 14 'OPEN' 1* 3476.804 0.216 271080.781 2* 'Y' 7.037 / - 'PR20_G39' 57 39 14 14 'OPEN' 1* 3757.197 0.216 292918.781 2* 'Y' 7.035 / - 'PR20_G39' 57 38 14 14 'OPEN' 1* 2923.046 0.216 227901.516 2* 'Y' 7.037 / - 'PR20_G39' 57 37 14 14 'OPEN' 1* 2749.133 0.216 214335.688 2* 'Y' 7.036 / - 'PR20_G39' 57 36 14 14 'OPEN' 1* 2550.115 0.216 198822.359 2* 'Y' 7.036 / - 'PR20_G39' 57 35 14 14 'OPEN' 1* 2694.304 0.216 210064.531 2* 'Y' 7.036 / - 'PR20_G39' 57 34 14 14 'OPEN' 1* 2992.464 0.216 233312.094 2* 'Y' 7.037 / - 'PR20_G39' 57 33 14 14 'OPEN' 1* 3400.643 0.216 265138.625 2* 'Y' 7.037 / - 'PR20_G39' 57 32 14 14 'OPEN' 1* 3361.814 0.216 262108.078 2* 'Y' 7.036 / - 'PR20_G39' 57 31 14 14 'OPEN' 1* 3230.546 0.216 251872.438 2* 'Y' 7.036 / - 'PR20_G39' 57 30 14 14 'OPEN' 1* 3211.007 0.216 250349.125 2* 'Y' 7.036 / - 'PR20_G39' 57 29 14 14 'OPEN' 1* 3151.947 0.216 245743.953 2* 'Y' 7.036 / - 'PR20_G39' 57 28 14 14 'OPEN' 1* 3185.891 0.216 248391.297 2* 'Y' 7.036 / - 'PR20_G39' 57 27 14 14 'OPEN' 1* 3469.017 0.216 270463.719 2* 'Y' 7.036 / - 'PR20_G39' 57 26 14 14 'OPEN' 1* 3563.152 0.216 277806.281 2* 'Y' 7.036 / - 'PR20_G39' 57 25 14 14 'OPEN' 1* 3412.082 0.216 266030.500 2* 'Y' 7.037 / - 'PR20_G39' 57 24 14 14 'OPEN' 1* 2976.276 0.216 232036.172 2* 'Y' 7.035 / - 'PR20_G39' 57 23 14 14 'OPEN' 1* 3391.395 0.216 264423.000 2* 'Y' 7.037 / - 'PR20_G39' 57 22 14 14 'OPEN' 1* 984.266 0.216 76734.156 2* 'Y' 7.034 / - 'PR20_G39' 56 22 14 14 'OPEN' 1* 2194.457 0.216 171082.156 2* 'Y' 7.034 / - 'PR20_G39' 56 21 14 14 'OPEN' 1* 2322.294 0.216 181067.078 2* 'Y' 7.037 / - 'PR20_G39' 56 20 14 14 'OPEN' 1* 2459.290 0.216 191748.969 2* 'Y' 7.038 / - 'PR20_G39' 56 19 14 14 'OPEN' 1* 2487.256 0.216 193875.688 2* 'Y' 7.029 / - 'PR20_G39' 56 18 14 14 'OPEN' 1* 874.999 0.216 68209.641 2* 'Y' 7.032 / - 'PR20_G39' 54 62 14 14 'OPEN' 1* 328.383 0.216 25605.666 2* 'Y' 7.040 / - 'PR20_G39' 54 61 14 14 'OPEN' 1* 4760.323 0.216 371155.750 2* 'Y' 7.037 / - 'PR20_G39' 54 60 14 14 'OPEN' 1* 3718.591 0.216 289891.969 2* 'Y' 7.033 / - 'PR20_G39' 55 60 14 14 'OPEN' 1* 958.892 0.216 74742.945 2* 'Y' 7.029 / - 'PR20_G39' 55 59 14 14 'OPEN' 1* 5107.561 0.216 398203.625 2* 'Y' 7.035 / - 'PR20_G39' 55 58 14 14 'OPEN' 1* 5712.918 0.216 445396.562 2* 'Y' 7.035 / - 'PR20_G39' 55 57 14 14 'OPEN' 1* 3887.612 0.216 303034.094 2* 'Y' 7.030 / - 'PR20_G39' 56 57 14 14 'OPEN' 1* 1044.088 0.216 81395.773 2* 'Y' 7.034 / - 'PR20_G39' 56 56 14 14 'OPEN' 1* 5733.051 0.216 446998.875 2* 'Y' 7.037 / - 'PR20_G39' 56 55 14 14 'OPEN' 1* 5600.857 0.216 436664.250 2* 'Y' 7.036 / - 'PR20_G39' 56 54 14 14 'OPEN' 1* 5629.488 0.216 438914.344 2* 'Y' 7.037 / - 'PR20_G39' 56 53 14 14 'OPEN' 1* 5571.740 0.216 434412.406 2* 'Y' 7.037 / - 'PR20_G39' 56 52 14 14 'OPEN' 1* 5584.334 0.216 435376.000 2* 'Y' 7.035 / - 'PR20_G39' 56 51 14 14 'OPEN' 1* 5459.951 0.216 425697.094 2* 'Y' 7.037 / - 'PR20_G39' 56 50 14 14 'OPEN' 1* 117.899 0.216 9192.084 2* 'Y' 7.036 / - 'PR20_G39' 57 50 14 14 'OPEN' 1* 4334.169 0.216 337906.000 2* 'Y' 7.035 / - 'PR20_G39' 57 49 14 14 'OPEN' 1* 5024.380 0.216 391738.281 2* 'Y' 7.037 / - 'PR20_G39' 57 48 14 14 'OPEN' 1* 3665.145 0.216 285763.125 2* 'Y' 7.037 / - 'PR20_G39' 57 47 14 14 'OPEN' 1* 4050.471 0.216 315780.250 2* 'Y' 7.035 / - 'PR20_G39' 57 46 14 14 'OPEN' 1* 4664.620 0.216 363693.594 2* 'Y' 7.037 / - 'PR20_G39' 57 45 14 14 'OPEN' 1* 1291.176 0.216 100662.266 2* 'Y' 7.035 / - 'PR20_G39' 58 45 14 14 'OPEN' 1* 3055.232 0.216 238160.234 2* 'Y' 7.031 / - 'PR20_G39' 58 44 14 14 'OPEN' 1* 4273.396 0.216 333149.906 2* 'Y' 7.034 / - 'PR20_G39' 58 43 14 14 'OPEN' 1* 985.765 0.216 76849.406 2* 'Y' 7.034 / -/ - -COMPSEGS -'PR20_G39' / - 54 58 14 1 4654.355 4660.813 3* / - 54 57 14 1 4660.813 4680.263 3* / - 53 57 14 1 4680.263 4711.794 3* / - 53 56 14 1 4711.794 4762.440 3* / - 53 55 14 1 4762.440 4812.839 3* / - 53 54 14 1 4812.839 4863.175 3* / - 53 53 14 1 4863.175 4913.579 3* / - 53 52 14 1 4913.579 4963.135 3* / - 53 51 14 1 4963.135 5014.216 3* / - 53 50 14 1 5014.216 5062.982 3* / - 53 49 14 1 5062.982 5113.765 3* / - 53 48 14 1 5113.765 5163.572 3* / - 53 47 14 1 5163.572 5213.718 3* / - 53 46 14 1 5213.718 5264.150 3* / - 53 45 14 1 5264.150 5314.206 3* / - 53 44 14 1 5314.206 5365.190 3* / - 53 43 14 1 5365.190 5415.773 3* / - 53 42 14 1 5415.773 5421.151 3* / - 54 42 14 1 5421.151 5466.854 3* / - 54 41 14 1 5466.854 5518.437 3* / - 54 40 14 1 5518.437 5570.052 3* / - 54 39 14 1 5570.052 5621.377 3* / - 54 38 14 1 5621.377 5628.781 3* / - 55 38 14 1 5628.781 5673.415 3* / - 55 37 14 1 5673.415 5723.977 3* / - 55 36 14 1 5723.977 5775.121 3* / - 55 35 14 1 5775.121 5825.427 3* / - 55 34 14 1 5825.427 5875.224 3* / - 55 33 14 1 5875.224 5925.215 3* / - 55 32 14 1 5925.215 5974.836 3* / - 55 31 14 1 5974.836 6025.230 3* / - 55 30 14 1 6025.230 6075.668 3* / - 55 29 14 1 6075.668 6125.591 3* / - 55 28 14 1 6125.591 6129.000 3* / - 54 60 15 2 4523.000 4542.277 3* / - 54 60 14 2 4542.277 4560.375 3* / - 54 59 14 2 4560.375 4611.520 3* / - 54 58 14 2 4611.520 4661.870 3* / - 54 57 14 2 4661.870 4669.662 3* / - 55 57 14 2 4669.662 4711.847 3* / - 55 56 14 2 4711.847 4762.201 3* / - 55 55 14 2 4762.201 4811.994 3* / - 55 54 14 2 4811.994 4862.211 3* / - 55 53 14 2 4862.211 4912.151 3* / - 55 52 14 2 4912.151 4962.271 3* / - 55 51 14 2 4962.271 5012.624 3* / - 55 50 14 2 5012.624 5062.174 3* / - 55 49 14 2 5062.174 5112.438 3* / - 55 48 14 2 5112.438 5162.597 3* / - 55 47 14 2 5162.597 5213.324 3* / - 55 46 14 2 5213.324 5264.225 3* / - 55 45 14 2 5264.225 5297.616 3* / - 56 45 14 2 5297.616 5315.235 3* / - 56 44 14 2 5315.235 5367.340 3* / - 56 43 14 2 5367.340 5419.835 3* / - 56 42 14 2 5419.835 5471.296 3* / - 56 41 14 2 5471.296 5479.072 3* / - 57 41 14 2 5479.072 5523.083 3* / - 57 40 14 2 5523.083 5574.918 3* / - 57 39 14 2 5574.918 5625.257 3* / - 57 38 14 2 5625.257 5675.568 3* / - 57 37 14 2 5675.568 5725.651 3* / - 57 36 14 2 5725.651 5776.180 3* / - 57 35 14 2 5776.180 5826.185 3* / - 57 34 14 2 5826.185 5875.992 3* / - 57 33 14 2 5875.992 5926.156 3* / - 57 32 14 2 5926.156 5975.797 3* / - 57 31 14 2 5975.797 6026.032 3* / - 57 30 14 2 6026.032 6076.298 3* / - 57 29 14 2 6076.298 6125.609 3* / - 57 28 14 2 6125.609 6176.292 3* / - 57 27 14 2 6176.292 6225.946 3* / - 57 26 14 2 6225.946 6276.780 3* / - 57 25 14 2 6276.780 6327.389 3* / - 57 24 14 2 6327.389 6377.945 3* / - 57 23 14 2 6377.945 6429.490 3* / - 57 22 14 2 6429.490 6443.051 3* / - 56 22 14 2 6443.051 6480.636 3* / - 56 21 14 2 6480.636 6532.125 3* / - 56 20 14 2 6532.125 6583.948 3* / - 56 19 14 2 6583.948 6633.501 3* / - 56 18 14 2 6633.501 6651.000 3* / - 54 62 14 3 4456.000 4459.646 3* / - 54 61 14 3 4459.646 4511.465 3* / - 54 60 14 3 4511.465 4552.112 3* / - 55 60 14 3 4552.112 4562.944 3* / - 55 59 14 3 4562.944 4616.096 3* / - 55 58 14 3 4616.096 4669.138 3* / - 55 57 14 3 4669.138 4711.080 3* / - 56 57 14 3 4711.080 4721.167 3* / - 56 56 14 3 4721.167 4772.744 3* / - 56 55 14 3 4772.744 4822.809 3* / - 56 54 14 3 4822.809 4873.418 3* / - 56 53 14 3 4873.418 4923.532 3* / - 56 52 14 3 4923.532 4974.186 3* / - 56 51 14 3 4974.186 5025.101 3* / - 56 50 14 3 5025.101 5026.754 3* / - 57 50 14 3 5026.754 5075.442 3* / - 57 49 14 3 5075.442 5126.164 3* / - 57 48 14 3 5126.164 5177.373 3* / - 57 47 14 3 5177.373 5228.287 3* / - 57 46 14 3 5228.287 5279.596 3* / - 57 45 14 3 5279.596 5294.351 3* / - 58 45 14 3 5294.351 5330.468 3* / - 58 44 14 3 5330.468 5381.962 3* / - 58 43 14 3 5381.962 5394.000 3* / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2345.000 504.000 46506.500 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2413.500 1293.500 212707.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1671.500 81.000 71312.500 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1503.000 729.000 26810.500 5* / - 'PR20_G39' 'SHUT' 'RESV' 0.000 0.000 0.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 3004.000 797.500 208623.000 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1558.000 319.000 100294.500 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1378.000 283.000 100586.500 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1166.000 526.500 95648.500 5* / - 'PR24_G17' 'OPEN' 'ORAT' 790.500 147.000 66885.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 854.500 86.000 66592.500 5* / - 'PR29_G34' 'OPEN' 'ORAT' 615.500 80.000 43039.500 5* / - 'PR23_G9' 'OPEN' 'ORAT' 861.500 64.000 71689.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 620.500 14.000 21913.500 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1485.000 53.500 115926.500 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1874.000 325.000 134264.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3453.500 858.500 220473.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1313.500 1792.000 180766.500 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 525.000 12.000 62494.500 5* / - 'PR13_G22' 'OPEN' 'ORAT' 878.000 89.000 64047.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 906.000 44.500 67661.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 878.500 42.500 69507.500 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5317795.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4068310.000 5* / -/ - -INCLUDE - '/d/proj/bg/ior_fsenter/grane/ressim/hstruct/2008/schedule/icd/ICD_G39_EDIT.WELDAT' / - --- 11298.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 8 'DEC' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2316.000 498.333 47593.667 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2396.000 1257.667 209719.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1666.667 80.000 73591.000 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1531.000 730.667 27157.333 5* / - 'PR20_G39' 'OPEN' 'ORAT' 2427.000 177.333 41958.333 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2808.000 790.667 207278.667 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1459.667 295.333 108530.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1368.000 277.333 100776.667 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1165.000 519.000 93323.333 5* / - 'PR24_G17' 'OPEN' 'ORAT' 782.000 145.333 66713.667 5* / - 'PR25_G21' 'OPEN' 'ORAT' 855.000 84.667 66311.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 616.667 79.000 44011.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 864.667 63.333 71553.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 601.667 14.000 21288.333 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1475.333 52.333 115831.667 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1847.333 317.000 132623.333 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3385.333 828.000 218649.333 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1316.000 1771.333 180524.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 516.667 12.000 62595.667 5* / - 'PR13_G22' 'OPEN' 'ORAT' 880.333 87.667 64096.667 5* / - 'PR14_G27' 'OPEN' 'ORAT' 908.333 43.667 61625.667 5* / - 'PR26_G26' 'OPEN' 'ORAT' 862.667 41.667 69221.667 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 5332000.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 4046813.333 5* / -/ - ---USER EVENT ---============================================================================= --- Start Production G-39BY ---============================================================================= - --- 11301.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 11 'DEC' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2068.286 378.429 48629.000 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2190.714 1134.857 175006.571 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1486.143 69.429 63769.571 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1473.714 745.143 26071.571 5* / - 'PR20_G39' 'OPEN' 'ORAT' 2413.143 1054.143 45387.143 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2427.286 726.571 168562.143 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1270.286 254.000 83774.571 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1193.714 239.857 86078.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1092.857 479.857 83368.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 663.143 121.571 57373.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 699.714 68.000 56667.143 5* / - 'PR29_G34' 'OPEN' 'ORAT' 541.714 67.857 35929.429 5* / - 'PR23_G9' 'OPEN' 'ORAT' 717.714 51.714 58467.286 5* / - 'PR27_G11' 'OPEN' 'ORAT' 613.286 13.714 19704.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1361.000 46.857 99496.714 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1592.143 267.857 104925.714 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3150.000 683.000 144371.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1207.857 1603.571 151448.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 458.571 10.143 54765.429 5* / - 'PR13_G22' 'OPEN' 'ORAT' 776.857 76.143 52951.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 809.714 38.286 51689.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 891.000 42.000 63438.429 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4523712.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3363487.143 5* / -/ - --- 11308.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 18 'DEC' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2253.429 511.714 45757.000 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2064.714 1112.857 136974.714 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1498.571 68.857 46096.857 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1438.000 714.429 24879.143 5* / - 'PR20_G39' 'OPEN' 'ORAT' 1610.714 1602.286 27856.286 5* / - 'PR15_G35' 'OPEN' 'ORAT' 1525.571 415.143 54850.571 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1195.000 235.857 46754.571 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1059.571 208.857 62900.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1012.143 438.000 64893.429 5* / - 'PR24_G17' 'OPEN' 'ORAT' 646.857 116.143 49277.429 5* / - 'PR25_G21' 'OPEN' 'ORAT' 700.857 67.000 50305.286 5* / - 'PR29_G34' 'OPEN' 'ORAT' 573.857 70.857 47407.571 5* / - 'PR23_G9' 'OPEN' 'ORAT' 750.571 52.571 37132.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 574.286 12.143 18214.571 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1344.143 46.857 88181.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1641.571 272.000 76749.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3409.857 747.571 169225.714 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1188.429 1540.857 133636.429 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 446.143 9.000 49793.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 768.000 74.429 42669.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 776.000 36.000 38682.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 824.857 38.286 53755.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4314131.429 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3608838.571 5* / -/ - --- 11315.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 25 'DEC' 2007 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2382.000 661.143 53595.143 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2386.000 1296.571 224320.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1768.286 85.714 104281.429 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1569.429 814.429 27719.286 5* / - 'PR20_G39' 'OPEN' 'ORAT' 1625.000 2158.857 28708.571 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2356.000 622.429 68433.000 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1325.286 270.429 75551.143 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1223.143 249.571 91553.857 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1204.429 541.857 102436.714 5* / - 'PR24_G17' 'OPEN' 'ORAT' 708.143 133.714 65808.571 5* / - 'PR25_G21' 'OPEN' 'ORAT' 748.429 75.286 68799.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 584.429 75.143 57717.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 818.714 60.286 64007.714 5* / - 'PR27_G11' 'OPEN' 'ORAT' 677.857 15.714 20498.143 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1456.714 52.000 110878.143 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1801.857 311.714 119283.714 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3484.429 833.571 229078.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1344.429 1826.571 185122.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 617.143 14.286 53327.571 5* / - 'PR13_G22' 'OPEN' 'ORAT' 843.143 84.714 47436.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 910.143 43.571 66585.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 926.286 44.286 70045.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4540022.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3750687.143 5* / -/ - --- 11322.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 1 'JAN' 2008 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2332.143 580.429 53685.286 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2326.143 1272.571 233787.429 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1737.143 84.571 121193.714 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1839.714 965.714 32619.429 5* / - 'PR20_G39' 'OPEN' 'ORAT' 1340.571 2458.143 23774.857 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2923.714 749.571 179070.714 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1265.714 261.143 96195.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1178.857 243.143 91795.286 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1090.714 495.714 102919.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 688.143 130.286 69288.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 735.429 74.714 69845.143 5* / - 'PR29_G34' 'OPEN' 'ORAT' 576.286 74.857 58465.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 795.571 59.000 77594.429 5* / - 'PR27_G11' 'OPEN' 'ORAT' 644.714 15.286 19947.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1415.571 50.857 111685.857 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1723.429 301.000 119418.143 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3340.143 798.000 234701.714 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1318.714 1809.286 188398.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 706.571 16.857 65644.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 833.286 84.714 62908.429 5* / - 'PR14_G27' 'OPEN' 'ORAT' 890.857 43.571 66706.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 882.000 42.714 69323.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4656120.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3769451.429 5* / -/ - --- 11329.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 8 'JAN' 2008 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2269.143 562.286 61751.857 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2213.714 1199.571 223964.857 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1659.714 80.286 98366.000 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1913.429 999.143 34332.857 5* / - 'PR20_G39' 'OPEN' 'ORAT' 1050.857 2361.000 18822.571 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2811.714 688.714 214106.429 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1194.429 245.000 97824.429 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1114.429 228.286 82046.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 942.143 425.714 96306.571 5* / - 'PR24_G17' 'OPEN' 'ORAT' 655.714 123.286 35790.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 729.000 73.429 37481.429 5* / - 'PR29_G34' 'OPEN' 'ORAT' 516.714 66.429 32688.286 5* / - 'PR23_G9' 'OPEN' 'ORAT' 737.429 54.286 62140.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 654.857 15.286 20405.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1397.429 49.857 110511.571 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1662.571 288.857 118852.143 5* / - 'PR09_G10' 'OPEN' 'ORAT' 2669.286 576.714 143327.714 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1223.000 1668.714 169558.286 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 651.857 15.286 63138.143 5* / - 'PR13_G22' 'OPEN' 'ORAT' 818.429 83.000 63654.143 5* / - 'PR14_G27' 'OPEN' 'ORAT' 873.000 42.143 61268.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 884.429 42.714 78594.143 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4542228.571 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3712754.286 5* / -/ - --- 11336.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 15 'JAN' 2008 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2253.714 583.714 57854.000 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2147.429 1225.143 217395.571 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1685.000 86.429 110158.714 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1889.714 1088.571 33934.714 5* / - 'PR20_G39' 'OPEN' 'ORAT' 1139.857 2718.000 20470.143 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2635.143 661.000 214069.286 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1150.429 249.286 98938.286 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1120.429 242.857 91849.429 5* / - 'PR22_G25' 'OPEN' 'ORAT' 951.143 454.857 96217.143 5* / - 'PR24_G17' 'OPEN' 'ORAT' 565.000 112.714 16389.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 714.571 74.857 19532.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 563.286 77.286 64924.857 5* / - 'PR23_G9' 'OPEN' 'ORAT' 748.286 58.571 76870.714 5* / - 'PR27_G11' 'OPEN' 'ORAT' 646.857 16.000 20248.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1383.429 51.857 110923.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1120.857 212.286 66978.571 5* / - 'PR09_G10' 'OPEN' 'ORAT' 2970.286 649.571 177656.571 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1237.143 1537.286 144366.857 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 458.286 5.714 35239.857 5* / - 'PR13_G22' 'OPEN' 'ORAT' 814.286 86.857 63840.857 5* / - 'PR14_G27' 'OPEN' 'ORAT' 867.286 44.286 61039.286 5* / - 'PR26_G26' 'OPEN' 'ORAT' 877.143 45.143 79394.857 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 4218037.143 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3466554.286 5* / -/ - --- 11343.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 22 'JAN' 2008 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2261.429 543.143 60235.714 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2119.571 1129.000 216888.714 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1700.143 62.571 110156.571 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1746.143 945.286 31313.286 5* / - 'PR20_G39' 'OPEN' 'ORAT' 1126.143 2553.000 20199.286 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2558.571 579.143 211907.143 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1071.714 265.857 97163.714 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1112.857 210.143 92072.286 5* / - 'PR22_G25' 'OPEN' 'ORAT' 905.143 406.571 95873.286 5* / - 'PR24_G17' 'OPEN' 'ORAT' 547.714 102.429 16076.286 5* / - 'PR25_G21' 'OPEN' 'ORAT' 719.286 45.571 19319.571 5* / - 'PR29_G34' 'OPEN' 'ORAT' 547.143 64.571 64961.143 5* / - 'PR23_G9' 'OPEN' 'ORAT' 732.000 45.143 70695.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 652.571 15.143 20376.857 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1334.286 71.857 98243.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1271.714 184.143 32287.714 5* / - 'PR09_G10' 'OPEN' 'ORAT' 2796.000 505.714 132836.857 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1244.000 1431.857 144185.571 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 616.714 6.714 50347.714 5* / - 'PR13_G22' 'OPEN' 'ORAT' 831.143 63.143 63719.714 5* / - 'PR14_G27' 'OPEN' 'ORAT' 861.143 40.714 60781.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 891.143 42.429 79338.857 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3903362.857 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3221674.286 5* / -/ - --- 11350.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 29 'JAN' 2008 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 1889.429 440.286 48894.143 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 1966.143 1034.857 196473.143 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1744.143 61.000 124237.857 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1741.857 926.429 30836.286 5* / - 'PR20_G39' 'OPEN' 'ORAT' 956.000 2771.571 16945.143 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2413.000 512.286 199130.000 5* / - 'PR17_G30' 'OPEN' 'ORAT' 913.571 224.286 84194.571 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1004.571 183.714 83254.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 923.857 385.857 83150.571 5* / - 'PR24_G17' 'OPEN' 'ORAT' 579.000 96.571 42457.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 679.714 40.571 23702.857 5* / - 'PR29_G34' 'OPEN' 'ORAT' 463.286 57.571 41000.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 657.714 38.286 62198.571 5* / - 'PR27_G11' 'OPEN' 'ORAT' 637.286 14.571 19844.429 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1186.286 70.000 91118.286 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1815.286 253.571 109725.143 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3181.143 565.714 141516.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1057.286 1183.286 119089.143 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 379.143 4.143 55499.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 735.286 52.571 55593.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 759.714 35.429 54652.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 829.857 39.571 72680.571 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3770915.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3055045.714 5* / -/ - --- 11357.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 5 'FEB' 2008 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2233.429 571.714 56256.571 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 1982.143 1101.429 169007.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1725.857 64.143 95591.143 5* / - 'PR07_G02' 'OPEN' 'ORAT' 1797.286 1025.286 31560.714 5* / - 'PR20_G39' 'OPEN' 'ORAT' 865.000 2543.571 15218.714 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2357.143 591.429 133308.143 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1138.000 241.143 62150.714 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1010.714 197.571 59772.571 5* / - 'PR22_G25' 'OPEN' 'ORAT' 954.429 424.286 47947.857 5* / - 'PR24_G17' 'OPEN' 'ORAT' 653.143 86.714 48186.714 5* / - 'PR25_G21' 'OPEN' 'ORAT' 716.000 44.429 54096.143 5* / - 'PR29_G34' 'OPEN' 'ORAT' 579.857 76.571 25447.714 5* / - 'PR23_G9' 'OPEN' 'ORAT' 669.286 33.429 39156.143 5* / - 'PR27_G11' 'OPEN' 'ORAT' 653.286 15.714 20158.714 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1288.000 80.571 89005.143 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1685.571 251.571 105763.143 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3399.143 751.000 228210.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1153.857 1378.000 99489.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 470.143 4.429 61440.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 790.429 59.857 52486.571 5* / - 'PR14_G27' 'OPEN' 'ORAT' 790.429 39.143 41594.714 5* / - 'PR26_G26' 'OPEN' 'ORAT' 896.714 45.000 61581.714 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3652275.714 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 3118547.143 5* / -/ - --- 11364.000000 days from start of simulation ( 1 'JAN' 1977 ) -DATES - 12 'FEB' 2008 / -/ - -WCONHIST - 'PR02_G12' 'OPEN' 'ORAT' 2427.000 629.000 49586.000 5* / - 'PR03A_G8' 'OPEN' 'ORAT' 2012.000 1155.000 151792.000 5* / - 'PR06_G28' 'OPEN' 'ORAT' 1755.000 69.000 102701.000 5* / - 'PR07_G02' 'OPEN' 'ORAT' 2011.000 1186.000 28142.000 5* / - 'PR20_G39' 'OPEN' 'ORAT' 551.000 1537.000 7697.000 5* / - 'PR15_G35' 'OPEN' 'ORAT' 2608.000 623.000 169694.000 5* / - 'PR17_G30' 'OPEN' 'ORAT' 1203.000 266.000 75234.000 5* / - 'PR18_G40' 'OPEN' 'ORAT' 1157.000 237.000 72380.000 5* / - 'PR22_G25' 'OPEN' 'ORAT' 1193.000 553.000 63676.000 5* / - 'PR24_G17' 'OPEN' 'ORAT' 712.000 99.000 50544.000 5* / - 'PR25_G21' 'OPEN' 'ORAT' 774.000 52.000 52187.000 5* / - 'PR29_G34' 'OPEN' 'ORAT' 587.000 80.000 24567.000 5* / - 'PR23_G9' 'OPEN' 'ORAT' 779.000 41.000 55873.000 5* / - 'PR27_G11' 'OPEN' 'ORAT' 636.000 16.000 15703.000 5* / - 'PR10_G18' 'OPEN' 'ORAT' 1351.000 90.000 89419.000 5* / - 'PR12_G19' 'OPEN' 'ORAT' 1698.000 263.000 94893.000 5* / - 'PR09_G10' 'OPEN' 'ORAT' 3241.000 736.000 183570.000 5* / - 'PR11_G6' 'OPEN' 'ORAT' 1199.000 1503.000 93258.000 5* / - 'PR11E_G5' 'OPEN' 'ORAT' 456.000 5.000 56087.000 5* / - 'PR13_G22' 'OPEN' 'ORAT' 848.000 67.000 50940.000 5* / - 'PR14_G27' 'OPEN' 'ORAT' 895.000 47.000 48479.000 5* / - 'PR26_G26' 'OPEN' 'ORAT' 871.000 45.000 54580.000 5* / -/ - -WCONINJE - 'GI6_G24A' 'GAS' 'OPEN' 'RATE' 3453240.000 5* / - 'GI3_G20A' 'GAS' 'OPEN' 'RATE' 2864730.000 5* / -/ - -DATES - 13 'FEB' 2008 / -/ --- END OF SIMULATION diff --git a/ThirdParty/Ert/devel/python/CMakeLists.txt b/ThirdParty/Ert/devel/python/CMakeLists.txt index 4722867c52..eff179dba0 100644 --- a/ThirdParty/Ert/devel/python/CMakeLists.txt +++ b/ThirdParty/Ert/devel/python/CMakeLists.txt @@ -1,2 +1,3 @@ +set(PYTHON_INSTALL_PREFIX "python") add_subdirectory( test ) -add_subdirectory( python ) \ No newline at end of file +add_subdirectory( python ) diff --git a/ThirdParty/Ert/devel/python/python/CMakeLists.txt b/ThirdParty/Ert/devel/python/python/CMakeLists.txt index 5dbe86acad..970c600891 100644 --- a/ThirdParty/Ert/devel/python/python/CMakeLists.txt +++ b/ThirdParty/Ert/devel/python/python/CMakeLists.txt @@ -1,2 +1 @@ -set(PYTHON_INSTALL_PREFIX "python") add_subdirectory( ert ) diff --git a/ThirdParty/Ert/devel/python/python/ert/CMakeLists.txt b/ThirdParty/Ert/devel/python/python/ert/CMakeLists.txt index 6e6f141fbc..08727c8c72 100644 --- a/ThirdParty/Ert/devel/python/python/ert/CMakeLists.txt +++ b/ThirdParty/Ert/devel/python/python/ert/CMakeLists.txt @@ -1,4 +1,5 @@ -add_python_target( python_ert ${PYTHON_INSTALL_PREFIX}/ert __init__ ) +add_python_package("Python ert" ${PYTHON_INSTALL_PREFIX}/ert "__init__.py" T) + add_subdirectory( config ) add_subdirectory( cwrap ) add_subdirectory( ecl ) @@ -9,3 +10,4 @@ add_subdirectory( rms ) add_subdirectory( sched ) add_subdirectory( util ) add_subdirectory( well ) + diff --git a/ThirdParty/Ert/devel/python/python/ert/config/CMakeLists.txt b/ThirdParty/Ert/devel/python/python/ert/config/CMakeLists.txt index 50bca4e099..63bc5fa791 100644 --- a/ThirdParty/Ert/devel/python/python/ert/config/CMakeLists.txt +++ b/ThirdParty/Ert/devel/python/python/ert/config/CMakeLists.txt @@ -1 +1 @@ -add_python_target(python_config ${PYTHON_INSTALL_PREFIX}/ert/config "config;__init__;libconfig;config_enums;config_parser") +add_python_package("Python ert.config" ${PYTHON_INSTALL_PREFIX}/ert/config "config.py;__init__.py;libconfig.py;config_enums.py;config_parser.py" True) diff --git a/ThirdParty/Ert/devel/python/python/ert/cwrap/CMakeLists.txt b/ThirdParty/Ert/devel/python/python/ert/cwrap/CMakeLists.txt index d98e8e581c..38297e14f2 100644 --- a/ThirdParty/Ert/devel/python/python/ert/cwrap/CMakeLists.txt +++ b/ThirdParty/Ert/devel/python/python/ert/cwrap/CMakeLists.txt @@ -1 +1 @@ -add_python_target(python_cwrap ${PYTHON_INSTALL_PREFIX}/ert/cwrap "cclass;cenum;cfile;clib;cwrap;__init__") +add_python_package("Python ert.cwrap" ${PYTHON_INSTALL_PREFIX}/ert/cwrap "cclass.py;cenum.py;cfile.py;clib.py;cwrap.py;__init__.py" True) diff --git a/ThirdParty/Ert/devel/python/python/ert/ecl/CMakeLists.txt b/ThirdParty/Ert/devel/python/python/ert/ecl/CMakeLists.txt index 7966d30103..b61bbe51de 100644 --- a/ThirdParty/Ert/devel/python/python/ert/ecl/CMakeLists.txt +++ b/ThirdParty/Ert/devel/python/python/ert/ecl/CMakeLists.txt @@ -1,5 +1,5 @@ -add_python_target(python_ecl ${PYTHON_INSTALL_PREFIX}/ert/ecl "ecl_case;ecl_default;ecl_file;ecl_grav_calc;ecl_grav;ecl_grid;ecl_kw;ecl;ecl_queue;ecl_region;ecl_rft;ecl_subsidence;ecl_sum;ecl_util;fortio;__init__;libecl") +add_python_package("Python ert.ecl" ${PYTHON_INSTALL_PREFIX}/ert/ecl "ecl_case.py;ecl_default.py;ecl_file.py;ecl_grav_calc.py;ecl_grav.py;ecl_grid.py;ecl_kw.py;ecl.py;ecl_queue.py;ecl_region.py;ecl_rft.py;ecl_subsidence.py;ecl_sum.py;ecl_util.py;fortio.py;__init__.py;libecl.py" True) if (EXISTS "ecl_local.py") - add_python_target( python_ecl_local ${PYTHON_INSTALL_PREFIX}/ert/ecl "ecl_local") + add_python_file( "Python ert.ecl.ecl_local" ${PYTHON_INSTALL_PREFIX}/ert/ecl "ecl_local.py" True) endif() diff --git a/ThirdParty/Ert/devel/python/python/ert/ecl/ecl_file.py b/ThirdParty/Ert/devel/python/python/ert/ecl/ecl_file.py index 2853089e47..37ab3eed4b 100644 --- a/ThirdParty/Ert/devel/python/python/ert/ecl/ecl_file.py +++ b/ThirdParty/Ert/devel/python/python/ert/ecl/ecl_file.py @@ -173,31 +173,31 @@ class EclFile(CClass): return "EclFile: %s" % self.name - def __init__( self , filename , read_only = True): + def __init__( self , filename , flags = 0): """ Loads the complete file @filename. Will create a new EclFile instance with the content of file @filename. The file @filename must be in 'restart format' - otherwise it will be crash and burn. + + The optional argument flags can be an or'ed combination of the + flags: + + ecl.ECL_FILE_WRITABLE : It is possible to update the + content of the keywords in the file. + + ecl.ECL_FILE_CLOSE_STREAM : The underlying FILE * is closed + when not used; to save number of open file descriptors + in cases where a high number of EclFile instances are + open concurrently. - The optional argument @kw_list can be used to limit the - loading to only some of the keywords in the file, @kw_list - should be a an ordinary Python list of strings. To load only - the solution data from a restart file: - - sol_data = ecl.EclFile("ECLIPSE.UNRST" , kw_list = ["PRESSURE" , "SWAT" , "SGAS"]) - When the file has been loaded the EclFile instance can be used to query for and get reference to the EclKW instances constituting the file, like e.g. SWAT from a restart file or FIPNUM from an INIT file. """ - if read_only: - c_ptr = cfunc.open( filename ) - else: - c_ptr = cfunc.open_writable( filename ) - + c_ptr = cfunc.open( filename , flags ) self.init_cobj( c_ptr , cfunc.close ) if c_ptr is None: raise IOError("Failed to open file file:%s" % filename) @@ -227,7 +227,7 @@ class EclFile(CClass): keyword you got from this EclFile instance, otherwise the function will fail. """ - if cfunc.is_writable( self ): + if cfunc.writable( self ): cfunc.save_kw( self , kw ) else: raise IOError("save_kw: the file:%s has been opened read only." % self.name) @@ -712,9 +712,8 @@ cwrapper.registerType( "ecl_file" , EclFile ) # used outside this scope. cfunc = CWrapperNameSpace("ecl_file") -cfunc.open = cwrapper.prototype("c_void_p ecl_file_try_open( char* )") -cfunc.open_writable = cwrapper.prototype("c_void_p ecl_file_open_writable( char* )") -cfunc.is_writable = cwrapper.prototype("bool ecl_file_writable( ecl_file )") +cfunc.open = cwrapper.prototype("c_void_p ecl_file_try_open( char* , int )") +cfunc.writable = cwrapper.prototype("bool ecl_file_writable( ecl_file )") cfunc.new = cwrapper.prototype("c_void_p ecl_file_alloc_empty( )") cfunc.save_kw = cwrapper.prototype("void ecl_file_save_kw( ecl_file , ecl_kw )") diff --git a/ThirdParty/Ert/devel/python/python/ert/ecl/ecl_grid.py b/ThirdParty/Ert/devel/python/python/ert/ecl/ecl_grid.py index 61148c1c13..fa65609ae1 100644 --- a/ThirdParty/Ert/devel/python/python/ert/ecl/ecl_grid.py +++ b/ThirdParty/Ert/devel/python/python/ert/ecl/ecl_grid.py @@ -772,3 +772,4 @@ cfunc.fwrite_GRID = cwrapper.prototype("void ecl_grid_fwrite_ cfunc.fwrite_EGRID = cwrapper.prototype("void ecl_grid_fwrite_EGRID( ecl_grid , char* )") cfunc.equal = cwrapper.prototype("bool ecl_grid_compare(ecl_grid , ecl_grid , bool, bool)") cfunc.dual_grid = cwrapper.prototype("bool ecl_grid_dual_grid( ecl_grid )") + diff --git a/ThirdParty/Ert/devel/python/python/ert/ecl/ecl_rft.py b/ThirdParty/Ert/devel/python/python/ert/ecl/ecl_rft.py index 1b2c59c377..d567759a1f 100644 --- a/ThirdParty/Ert/devel/python/python/ert/ecl/ecl_rft.py +++ b/ThirdParty/Ert/devel/python/python/ert/ecl/ecl_rft.py @@ -33,7 +33,7 @@ class EclRFTFile(CClass): c_ptr = cfunc_file.load( case ) if c_ptr: obj = object.__new__( cls ) - self.init_cobj( c_ptr , cfunc_file.free ) + obj.init_cobj( c_ptr , cfunc_file.free ) return obj else: return None diff --git a/ThirdParty/Ert/devel/python/python/ert/ecl/ecl_util.py b/ThirdParty/Ert/devel/python/python/ert/ecl/ecl_util.py index 8baccb78bd..f4217d4334 100644 --- a/ThirdParty/Ert/devel/python/python/ert/ecl/ecl_util.py +++ b/ThirdParty/Ert/devel/python/python/ert/ecl/ecl_util.py @@ -40,6 +40,9 @@ create_enum( libecl.lib , "ecl_util_phase_enum_iget" , "ecl_phase_enum" , name_s # ecl_type_enum defintion from ecl_util.h create_enum( libecl.lib , "ecl_util_type_enum_iget" , "ecl_type_enum" , name_space = globals()) +# ecl_file_flag_type defintion from ecl_file.h +create_enum( libecl.lib , "ecl_util_file_flags_enum_iget" , "ecl_file_flag_enum" , name_space = globals()) + def get_num_cpu( datafile ): diff --git a/ThirdParty/Ert/devel/python/python/ert/enkf/CMakeLists.txt b/ThirdParty/Ert/devel/python/python/ert/enkf/CMakeLists.txt index a300bb9803..cd664575a1 100644 --- a/ThirdParty/Ert/devel/python/python/ert/enkf/CMakeLists.txt +++ b/ThirdParty/Ert/devel/python/python/ert/enkf/CMakeLists.txt @@ -1 +1 @@ -add_python_target(python_enkf ${PYTHON_INSTALL_PREFIX}/ert/enkf "enkf_enum;enkf_main;enkf;ens_config;__init__;libenkf") +add_python_package("Python ert.enkf" ${PYTHON_INSTALL_PREFIX}/ert/enkf "enkf_enum.py;enkf_main.py;enkf.py;ens_config.py;__init__.py;analysis_config.py;libenkf.py" True) diff --git a/ThirdParty/Ert/devel/python/python/ert/enkf/analysis_config.py b/ThirdParty/Ert/devel/python/python/ert/enkf/analysis_config.py index 8425919f67..567c632451 100644 --- a/ThirdParty/Ert/devel/python/python/ert/enkf/analysis_config.py +++ b/ThirdParty/Ert/devel/python/python/ert/enkf/analysis_config.py @@ -20,6 +20,7 @@ from ert.cwrap.cclass import CClass from ert.util.tvector import * from enkf_enum import * import libenkf + class AnalysisConfig(CClass): def __init__(self , c_ptr = None): diff --git a/ThirdParty/Ert/devel/python/python/ert/enkf/enkf.py b/ThirdParty/Ert/devel/python/python/ert/enkf/enkf.py index 156571cb8a..c664e6287a 100644 --- a/ThirdParty/Ert/devel/python/python/ert/enkf/enkf.py +++ b/ThirdParty/Ert/devel/python/python/ert/enkf/enkf.py @@ -1,3 +1,3 @@ import libenkf -from enkf_main import EnKFMain +#from enkf_main import EnKFMain from enkf_enum import * diff --git a/ThirdParty/Ert/devel/python/python/ert/enkf/libenkf.py b/ThirdParty/Ert/devel/python/python/ert/enkf/libenkf.py index 24f55f5dcb..89452d3add 100644 --- a/ThirdParty/Ert/devel/python/python/ert/enkf/libenkf.py +++ b/ThirdParty/Ert/devel/python/python/ert/enkf/libenkf.py @@ -19,7 +19,7 @@ import ert.job_queue.libjob_queue import ert.rms.librms import ert.cwrap.clib as clib -clib.load("libsched.so") -clib.load("libanalysis.so") -lib = clib.load("libenkf.so") +clib.ert_load("libsched.so") +clib.ert_load("libanalysis.so") +lib = clib.ert_load("libenkf.so") diff --git a/ThirdParty/Ert/devel/python/python/ert/geo/CMakeLists.txt b/ThirdParty/Ert/devel/python/python/ert/geo/CMakeLists.txt index 58dff2de34..f2337e0759 100644 --- a/ThirdParty/Ert/devel/python/python/ert/geo/CMakeLists.txt +++ b/ThirdParty/Ert/devel/python/python/ert/geo/CMakeLists.txt @@ -1 +1 @@ -add_python_target(python_geo ${PYTHON_INSTALL_PREFIX}/ert/geo "geo_polygon;geo;__init__;libgeo") +add_python_package("Python ert.geo" ${PYTHON_INSTALL_PREFIX}/ert/geo "geo_polygon.py;geo.py;__init__.py;libgeo.py" True) diff --git a/ThirdParty/Ert/devel/python/python/ert/job_queue/CMakeLists.txt b/ThirdParty/Ert/devel/python/python/ert/job_queue/CMakeLists.txt index 01e8f151fe..a7d4e1102e 100644 --- a/ThirdParty/Ert/devel/python/python/ert/job_queue/CMakeLists.txt +++ b/ThirdParty/Ert/devel/python/python/ert/job_queue/CMakeLists.txt @@ -1 +1 @@ -add_python_target(pythonjob_queue ${PYTHON_INSTALL_PREFIX}/ert/job_queue "driver;__init__;job;job_queue;libjob_queue;queue;ext_job") +add_python_package("Python ert.job_queue" ${PYTHON_INSTALL_PREFIX}/ert/job_queue "driver.py;__init__.py;job.py;job_queue.py;libjob_queue.py;queue.py;ext_job.py;ext_joblist.py;forward_model.py" True) diff --git a/ThirdParty/Ert/devel/python/python/ert/job_queue/driver.py b/ThirdParty/Ert/devel/python/python/ert/job_queue/driver.py index 27086b501d..e0866bfd94 100644 --- a/ThirdParty/Ert/devel/python/python/ert/job_queue/driver.py +++ b/ThirdParty/Ert/devel/python/python/ert/job_queue/driver.py @@ -48,12 +48,9 @@ class Driver(CClass): If the option is sucessfully set the method will return True, otherwise the method will return False. If the @option is not recognized the method will return False. The supplied value - should be a string or integer. + should be a string. """ - if isinstance( value , int ): - return cfunc.set_int_option( self , option , value ) - else: - return cfunc.set_str_option( self , option , str(value) ) + return cfunc.set_str_option( self , option , str(value) ) def is_driver_instance( self ): return True @@ -150,7 +147,6 @@ cfunc.free_job = cwrapper.prototype("void queue_driver_free_job( d cfunc.cget_status = cwrapper.prototype("int job_queue_get_status( driver , job)") cfunc.kill_job = cwrapper.prototype("void queue_driver_kill_job( driver , job )") cfunc.set_str_option = cwrapper.prototype("void queue_driver_set_string_option( driver , char* , char*)") -cfunc.set_int_option = cwrapper.prototype("void queue_driver_set_int_option( driver , char* , int)") cfunc.set_max_running = cwrapper.prototype("void queue_driver_set_max_running( driver , int )") cfunc.get_max_running = cwrapper.prototype("int queue_driver_get_max_running( driver )") diff --git a/ThirdParty/Ert/devel/python/python/ert/job_queue/ext_job.py b/ThirdParty/Ert/devel/python/python/ert/job_queue/ext_job.py index 68badc3553..5cb9458e88 100644 --- a/ThirdParty/Ert/devel/python/python/ert/job_queue/ext_job.py +++ b/ThirdParty/Ert/devel/python/python/ert/job_queue/ext_job.py @@ -18,8 +18,10 @@ import ctypes from ert.cwrap.cwrap import * from ert.cwrap.cclass import CClass from ert.util.tvector import * -from enkf_enum import * -import libenkf +from ert.enkf.enkf_enum import * +import libjob_queue + + class ExtJob(CClass): def __init__(self , c_ptr = None): @@ -39,7 +41,7 @@ class ExtJob(CClass): ################################################################## -cwrapper = CWrapper( libenkf.lib ) +cwrapper = CWrapper( libjob_queue.lib ) cwrapper.registerType( "ext_job" , ExtJob ) # 3. Installing the c-functions used to manipulate ecl_kw instances. diff --git a/ThirdParty/Ert/devel/python/python/ert/job_queue/ext_joblist.py b/ThirdParty/Ert/devel/python/python/ert/job_queue/ext_joblist.py index d0eba9d220..9199cca390 100644 --- a/ThirdParty/Ert/devel/python/python/ert/job_queue/ext_joblist.py +++ b/ThirdParty/Ert/devel/python/python/ert/job_queue/ext_joblist.py @@ -18,8 +18,8 @@ import ctypes from ert.cwrap.cwrap import * from ert.cwrap.cclass import CClass from ert.util.tvector import * -from enkf_enum import * -import libenkf +#from enkf_enum import * +import libjob_queue class ExtJoblist(CClass): def __init__(self , c_ptr = None): @@ -39,7 +39,7 @@ class ExtJoblist(CClass): ################################################################## -cwrapper = CWrapper( libenkf.lib ) +cwrapper = CWrapper( libjob_queue.lib ) cwrapper.registerType( "ext_joblist" , ExtJoblist ) # 3. Installing the c-functions used to manipulate ecl_kw instances. diff --git a/ThirdParty/Ert/devel/python/python/ert/job_queue/forward_model.py b/ThirdParty/Ert/devel/python/python/ert/job_queue/forward_model.py index 3d3de30e77..cf3885d1f1 100644 --- a/ThirdParty/Ert/devel/python/python/ert/job_queue/forward_model.py +++ b/ThirdParty/Ert/devel/python/python/ert/job_queue/forward_model.py @@ -18,8 +18,7 @@ import ctypes from ert.cwrap.cwrap import * from ert.cwrap.cclass import CClass from ert.util.tvector import * -from enkf_enum import * -import libenkf +import libjob_queue class ForwardModel(CClass): def __init__(self , c_ptr = None): @@ -39,7 +38,7 @@ class ForwardModel(CClass): ################################################################## -cwrapper = CWrapper( libenkf.lib ) +cwrapper = CWrapper( libjob_queue.lib ) cwrapper.registerType( "forward_model" , ForwardModel ) # 3. Installing the c-functions used to manipulate ecl_kw instances. diff --git a/ThirdParty/Ert/devel/python/python/ert/rms/CMakeLists.txt b/ThirdParty/Ert/devel/python/python/ert/rms/CMakeLists.txt index 6602b25ff3..3c92090d20 100644 --- a/ThirdParty/Ert/devel/python/python/ert/rms/CMakeLists.txt +++ b/ThirdParty/Ert/devel/python/python/ert/rms/CMakeLists.txt @@ -1 +1 @@ -add_python_target(python_rms ${PYTHON_INSTALL_PREFIX}/ert/rms "__init__;librms;rms") +add_python_package("Python ert.rms" ${PYTHON_INSTALL_PREFIX}/ert/rms "__init__.py;librms.py;rms.py" True) diff --git a/ThirdParty/Ert/devel/python/python/ert/rms/librms.py b/ThirdParty/Ert/devel/python/python/ert/rms/librms.py index f38fc35aab..7c82a72b25 100644 --- a/ThirdParty/Ert/devel/python/python/ert/rms/librms.py +++ b/ThirdParty/Ert/devel/python/python/ert/rms/librms.py @@ -15,7 +15,6 @@ # for more details. -import ctypes import ert.cwrap.clib as clib -lib = clib.load("librms.so") +lib = clib.ert_load("librms.so") diff --git a/ThirdParty/Ert/devel/python/python/ert/sched/CMakeLists.txt b/ThirdParty/Ert/devel/python/python/ert/sched/CMakeLists.txt index 5ebb8e443f..16885d61a5 100644 --- a/ThirdParty/Ert/devel/python/python/ert/sched/CMakeLists.txt +++ b/ThirdParty/Ert/devel/python/python/ert/sched/CMakeLists.txt @@ -1 +1 @@ -add_python_target(python_sched ${PYTHON_INSTALL_PREFIX}/ert/sched "__init__;libsched;sched_file;sched") +add_python_package("Python ert.sched" ${PYTHON_INSTALL_PREFIX}/ert/sched "__init__.py;libsched.py;sched_file.py;sched.py" True) diff --git a/ThirdParty/Ert/devel/python/python/ert/util/CMakeLists.txt b/ThirdParty/Ert/devel/python/python/ert/util/CMakeLists.txt index adaa648254..92e1128323 100644 --- a/ThirdParty/Ert/devel/python/python/ert/util/CMakeLists.txt +++ b/ThirdParty/Ert/devel/python/python/ert/util/CMakeLists.txt @@ -1 +1,2 @@ -add_python_target(python_util ${PYTHON_INSTALL_PREFIX}/ert/util "ctime;hash;__init__;latex;libutil;lookup_table;matrix;stat;stringlist;tvector;util_func") +add_python_package("Python ert.util" ${PYTHON_INSTALL_PREFIX}/ert/util + "ctime.py;hash.py;__init__.py;latex.py;libutil.py;lookup_table.py;matrix.py;stat.py;stringlist.py;tvector.py;util_func.py" T) diff --git a/ThirdParty/Ert/devel/python/python/ert/util/stringlist.py b/ThirdParty/Ert/devel/python/python/ert/util/stringlist.py index 6fa3ab7a7b..833e733249 100644 --- a/ThirdParty/Ert/devel/python/python/ert/util/stringlist.py +++ b/ThirdParty/Ert/devel/python/python/ert/util/stringlist.py @@ -85,7 +85,20 @@ class StringList(CClass): else: raise TypeError("Item:%s not a string" % s) - + + def __setitem__(self, index , value): + if isinstance( index , types.IntType): + length = self.__len__() + if index < 0: + # Will only wrap backwards once + index = self.size + index + + if index < 0 or index >= length: + raise IndexError + if isinstance(value , types.StringType): + cfunc.stringlist_iset( self , index , value) + else: + raise TypeError("Item:%s not string type" % value) def __getitem__(self , index): @@ -216,6 +229,8 @@ cfunc.stringlist_alloc = cwrapper.prototype("c_void_p stringlist_alloc_new( cfunc.free = cwrapper.prototype("void stringlist_free( stringlist )") cfunc.stringlist_append = cwrapper.prototype("void stringlist_append_copy( stringlist , char* )") cfunc.stringlist_iget = cwrapper.prototype("char* stringlist_iget( stringlist , int )") +cfunc.stringlist_iget_copy = cwrapper.prototype("char* stringlist_iget_copy(stringlist, int)") +cfunc.stringlist_iset = cwrapper.prototype("void stringlist_iset_copy( stringlist , int , char* )") cfunc.stringlist_get_size = cwrapper.prototype("int stringlist_get_size( stringlist )") cfunc.contains = cwrapper.prototype("bool stringlist_contains(stringlist , char*)") cfunc.sort = cwrapper.prototype("void stringlist_python_sort( stringlist , int)") diff --git a/ThirdParty/Ert/devel/python/python/ert/well/CMakeLists.txt b/ThirdParty/Ert/devel/python/python/ert/well/CMakeLists.txt index 3d51ba2760..0ca38624ff 100644 --- a/ThirdParty/Ert/devel/python/python/ert/well/CMakeLists.txt +++ b/ThirdParty/Ert/devel/python/python/ert/well/CMakeLists.txt @@ -1 +1 @@ -add_python_target(python_well ${PYTHON_INSTALL_PREFIX}/ert/well "__init__;libwell;well_info;well;well_state;well_ts") +add_python_package("Python ert.well" ${PYTHON_INSTALL_PREFIX}/ert/well "__init__.py;libwell.py;well_info.py;well.py;well_state.py;well_ts.py" True) diff --git a/ThirdParty/Ert/devel/python/python/ert/well/libwell.py b/ThirdParty/Ert/devel/python/python/ert/well/libwell.py index 6666bbc502..223cb5090a 100644 --- a/ThirdParty/Ert/devel/python/python/ert/well/libwell.py +++ b/ThirdParty/Ert/devel/python/python/ert/well/libwell.py @@ -1,4 +1,3 @@ import ert.ecl.libecl - import ert.cwrap.clib as clib -lib = clib.load("libecl_well.so") +lib = clib.ert_load("libecl_well.so") diff --git a/ThirdParty/Ert/devel/python/test/CMakeLists.txt b/ThirdParty/Ert/devel/python/test/CMakeLists.txt index 62ac45fc5b..19f7a9b772 100644 --- a/ThirdParty/Ert/devel/python/test/CMakeLists.txt +++ b/ThirdParty/Ert/devel/python/test/CMakeLists.txt @@ -1,2 +1,22 @@ -set(PYTHON_INSTALL_PREFIX "python/test") -add_python_target(python_tests ${PYTHON_INSTALL_PREFIX} "ecl_isosurf;enkf_test;ens_config_test;file_test;fortio_test;grav_test;grdecl_test;grid_test0;grid_test;import_test;job_test;kw_test;large_mem_test;latex_test;petrel_kw;poly_test;region_test;restart_test;rft_test;sched_test;stringlist_test;sum_test;test_all;test_fast;test_util;troll_test;util_test") +add_python_package("Python test" "${PYTHON_INSTALL_PREFIX}/test" "ecl_isosurf.py;enkf_test.py;ens_config_test.py;file_test.py;fortio_test.py;grav_test.py;grdecl_test.py;grid_test0.py;grid_test.py;import_test.py;job_test.py;kw_test.py;large_mem_test.py;latex_test.py;petrel_kw.py;poly_test.py;region_test.py;restart_test.py;rft_test.py;sched_test.py;stringlist_test.py;sum_test.py;test_all.py;test_fast.py;test_util.py;troll_test.py;util_test.py;ctest_run.py" OFF) + +add_test( NAME python.import_all WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMMAND ctest_run.py ${PROJECT_BINARY_DIR}/${PYTHON_INSTALL_PREFIX} import_test ) + +add_test( NAME python.ert.util.stringlist WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMMAND ctest_run.py ${PROJECT_BINARY_DIR}/${PYTHON_INSTALL_PREFIX} stringlist_test ) + +add_test( NAME python.ert.ecl.ecl_grid WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMMAND ctest_run.py ${PROJECT_BINARY_DIR}/${PYTHON_INSTALL_PREFIX} grid_test ) +add_test( NAME python.ert.ecl.ecl_kw WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMMAND ctest_run.py ${PROJECT_BINARY_DIR}/${PYTHON_INSTALL_PREFIX} kw_test ) +add_test( NAME python.ert.ecl.ecl_sum WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMMAND ctest_run.py ${PROJECT_BINARY_DIR}/${PYTHON_INSTALL_PREFIX} sum_test ) +add_test( NAME python.ert.ecl.ecl_file WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMMAND ctest_run.py ${PROJECT_BINARY_DIR}/${PYTHON_INSTALL_PREFIX} file_test False) +add_test( NAME python.ert.ecl.ecl_file_slow WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMMAND ctest_run.py ${PROJECT_BINARY_DIR}/${PYTHON_INSTALL_PREFIX} file_test True) + + + +set_property( TEST python.ert.ecl.ecl_file PROPERTY LABELS Python:Statoil ) +set_property( TEST python.ert.ecl.ecl_file_slow PROPERTY LABELS Python:Statoil:Slow ) +set_property( TEST python.ert.ecl.ecl_sum PROPERTY LABELS Python:Statoil ) +set_property( TEST python.ert.ecl.ecl_kw PROPERTY LABELS Python:Statoil ) +set_property( TEST python.ert.ecl.ecl_grid PROPERTY LABELS Python:Statoil:Slow ) + +set_property( TEST python.import_all PROPERTY LABELS Python ) +set_property( TEST python.ert.util.stringlist PROPERTY LABELS Python ) diff --git a/ThirdParty/Ert/devel/python/test/README b/ThirdParty/Ert/devel/python/test/README index 3dd4301430..9fbf5a1619 100644 --- a/ThirdParty/Ert/devel/python/test/README +++ b/ThirdParty/Ert/devel/python/test/README @@ -1,26 +1,27 @@ This directory contains some tests which can be used to test a local -ert-python installation before installing. To make sure you are indeed -using the local copies you must source one of the scripts 'local_bash' -or 'local_csh' with the command: +ert-python installation before installing. To be certain that you are +actually testing the Python installation you are working on, and not +picking up previously installed versions you must make sure that: + + 1. The path $ERT-ROOT/devel/python/python is on the front of your + $PYTHONPATH environment variable. + + 2. That the python modules will find the shared libraries built as + part of your build process. This is achieved by adding a link + $ERT-ROOT/devel/python/lib64 pointing to the $ERT-BUILD/lib64 + area; where $ERT-BUILD is wherever you have compiled ert. + +The scripts local_bash and local_csh will update your environment with +a correct value of $PYTHONPATH: ps1> source local_xxx -first. - -The local scripts will: - - 1. Create a directory lib and populate lib with symbolic links to - all the required shared libraries. - - 2. Create a symbolic link ../ert/util/pycfile.so -> ../../C/libpycfile/slib/libpycfile.so - - 3. Create symbolic link lib/ert -> ../../ert for importing python modules. - - 4. Update the LD_LIBRARY_PATH and PYTHONPATH environment variables - to ensure that the Python modules and shared libraries will be found. - -Observe that in a production setting one would probably not put the -Python modules and the shared C libraries in the same directory. +The lib64 link can not be made automagically, because your personal +build area could be anywhere. However the script will check that a +directory link lib64 exists and print a warning if not. + + + diff --git a/ThirdParty/Ert/devel/python/test/ctest_run.py b/ThirdParty/Ert/devel/python/test/ctest_run.py new file mode 100644 index 0000000000..3a92296e4d --- /dev/null +++ b/ThirdParty/Ert/devel/python/test/ctest_run.py @@ -0,0 +1,40 @@ +#!/usr/bin/env python +import sys +import os +import unittest + +def run_suite( test_suite ): + test_result = unittest.TextTestRunner(verbosity = 0).run( test_suite ) + if test_result.errors: + for (test , trace_back) in test_result.errors: + sys.stderr.write("=================================================================\n") + sys.stderr.write("Test:%s failed \n" % test.id()) + sys.stderr.write("%s\n" % trace_back) + return False + else: + return True + + + +PYTHONPATH = sys.argv[1] +test_module = sys.argv[2] +argv = [] + +sys.path.insert( 0 , PYTHONPATH ) + +test_module = __import__(sys.argv[2]) + +try: + argv = sys.argv[3:] +except: + pass + +test_suite = test_module.test_suite( argv ) +if test_suite: + if run_suite( test_suite ): + sys.exit( 0 ) + else: + sys.exit( 1 ) +else: + sys.exit( 0 ) + diff --git a/ThirdParty/Ert/devel/python/test/file_test.py b/ThirdParty/Ert/devel/python/test/file_test.py index 407cc8b8ee..bf80c7219e 100644 --- a/ThirdParty/Ert/devel/python/test/file_test.py +++ b/ThirdParty/Ert/devel/python/test/file_test.py @@ -65,7 +65,7 @@ class FileTest( unittest.TestCase ): def test_save(self): self.addFile( "/tmp/ECLIPSE.UNRST" ) shutil.copyfile( file , "/tmp/ECLIPSE.UNRST" ) - rst_file = ecl.EclFile( "/tmp/ECLIPSE.UNRST" , read_only = False ) + rst_file = ecl.EclFile( "/tmp/ECLIPSE.UNRST" , flags = ecl.ECL_FILE_WRITABLE ) swat0 = rst_file["SWAT"][0] swat0.assign( 0.75 ) rst_file.save_kw( swat0 ) @@ -73,7 +73,7 @@ class FileTest( unittest.TestCase ): self.assertFalse( file_equal( "/tmp/ECLIPSE.UNRST" , file ) ) rst_file1 = ecl.EclFile( file ) - rst_file2 = ecl.EclFile( "/tmp/ECLIPSE.UNRST" , read_only = False) + rst_file2 = ecl.EclFile( "/tmp/ECLIPSE.UNRST" , flags = ecl.ECL_FILE_WRITABLE) swat1 = rst_file1["SWAT"][0] swat2 = rst_file2["SWAT"][0] @@ -91,7 +91,7 @@ class FileTest( unittest.TestCase ): def test_save_fmt(self): self.addFile( "/tmp/ECLIPSE.FUNRST" ) shutil.copyfile( fmt_file , "/tmp/ECLIPSE.FUNRST" ) - rst_file = ecl.EclFile( "/tmp/ECLIPSE.FUNRST" , read_only = False ) + rst_file = ecl.EclFile( "/tmp/ECLIPSE.FUNRST" , flags = ecl.ECL_FILE_WRITABLE) swat0 = rst_file["SWAT"][0] swat0.assign( 0.75 ) rst_file.save_kw( swat0 ) @@ -99,7 +99,7 @@ class FileTest( unittest.TestCase ): self.assertFalse( file_equal( "/tmp/ECLIPSE.FUNRST" , fmt_file ) ) rst_file1 = ecl.EclFile( fmt_file ) - rst_file2 = ecl.EclFile( "/tmp/ECLIPSE.FUNRST" , read_only = False) + rst_file2 = ecl.EclFile( "/tmp/ECLIPSE.FUNRST" , flags = ecl.ECL_FILE_WRITABLE) swat1 = rst_file1["SWAT"][0] swat2 = rst_file2["SWAT"][0] @@ -129,5 +129,18 @@ def fast_suite(): return suite + + +def test_suite( argv ): + test_list = fast_suite() + if argv: + if argv[0][0] == "T": + for t in slow_suite(): + test_list.addTest( t ) + return test_list + + + if __name__ == "__main__": unittest.TextTestRunner().run( fast_suite() ) + unittest.TextTestRunner().run( slow_suite() ) diff --git a/ThirdParty/Ert/devel/python/test/grid_test.py b/ThirdParty/Ert/devel/python/test/grid_test.py index 4f2ca07f23..10f35d67df 100644 --- a/ThirdParty/Ert/devel/python/test/grid_test.py +++ b/ThirdParty/Ert/devel/python/test/grid_test.py @@ -226,6 +226,9 @@ def fast_suite(): suite.addTest( GridTest( 'testCoarse' )) return suite +def test_suite(argv): + return fast_suite() + if __name__ == "__main__": unittest.TextTestRunner().run( fast_suite() ) diff --git a/ThirdParty/Ert/devel/python/test/import_test.py b/ThirdParty/Ert/devel/python/test/import_test.py index c80f3a1b91..ddb049ec2b 100644 --- a/ThirdParty/Ert/devel/python/test/import_test.py +++ b/ThirdParty/Ert/devel/python/test/import_test.py @@ -33,7 +33,7 @@ test_import( "ert.job_queue" ) test_import( "ert.rms" ) test_import( "ert.enkf" ) test_import( "ert.sched" ) -test_import("ert.well") +test_import( "ert.well") test_import("ert.ecl.ecl") test_import("ert.rms.rms") @@ -44,3 +44,5 @@ test_import("ert.geo.geo") test_import("ert.well.well") +def test_suite( argv ): + return False diff --git a/ThirdParty/Ert/devel/python/test/kw_test.py b/ThirdParty/Ert/devel/python/test/kw_test.py index 3d8d4129ad..8b64501de3 100644 --- a/ThirdParty/Ert/devel/python/test/kw_test.py +++ b/ThirdParty/Ert/devel/python/test/kw_test.py @@ -172,6 +172,10 @@ def fast_suite(): suite.addTest( KWTest( 'testSubCopy' )) return suite + +def test_suite(argv): + return fast_suite() + if __name__ == "__main__": diff --git a/ThirdParty/Ert/devel/python/test/local_bash b/ThirdParty/Ert/devel/python/test/local_bash index 828ca31a33..66b6f95ed1 100644 --- a/ThirdParty/Ert/devel/python/test/local_bash +++ b/ThirdParty/Ert/devel/python/test/local_bash @@ -1,15 +1,14 @@ -mkdir -p ../lib64 -ln -sf ../../../build/lib64/libert_util.so ../lib64/libert_util.so -ln -sf ../../../build/lib64/libert_geometry.so ../lib64/libert_geometry.so -ln -sf ../../../build/lib64/libanalysis.so ../lib64/libanalysis.so -ln -sf ../../../build/lib64/libecl.so ../lib64/libecl.so -ln -sf ../../../build/lib64/librms.so ../lib64/librms.so -ln -sf ../../../build/lib64/libsched.so ../lib64/libsched.so -ln -sf ../../../build/lib64/libenkf.so ../lib64/libenkf.so -ln -sf ../../../build/lib64/libjob_queue.so ../lib64/libjob_queue.so -ln -sf ../../../build/lib64/libconfig.so ../lib64/libconfig.so -ln -sf ../../../build/lib64/libecl_well.so ../lib64/libecl_well.so export PYTHONPATH=$PWD/../python:$PYTHONPATH +lib_path="../lib64"; - - +if [ -d "$lib_path" ]; then + if [ -s "$lib_path" ]; then + target=$(readlink -f $lib_path) + echo "Using $lib_path -> $target for shared libraries." + else + echo "** Warning: $lib_path is not a symbolic link ??" + fi +else + echo "** Warning: can not find directory/link: $lib_path - will not find newly compiled shared libraries." +fi + \ No newline at end of file diff --git a/ThirdParty/Ert/devel/python/test/local_csh b/ThirdParty/Ert/devel/python/test/local_csh index 874de02c90..01ef14cc42 100644 --- a/ThirdParty/Ert/devel/python/test/local_csh +++ b/ThirdParty/Ert/devel/python/test/local_csh @@ -1,13 +1,14 @@ -mkdir -p ../lib64 -ln -sf ../../../build/lib64/libert_util.so ../lib64/libert_util.so -ln -sf ../../../build/lib64/libert_geometry.so ../lib64/libert_geometry.so -ln -sf ../../../build/lib64/libanalysis.so ../lib64/libanalysis.so -ln -sf ../../../build/lib64/libecl.so ../lib64/libecl.so -ln -sf ../../../build/lib64/librms.so ../lib64/librms.so -ln -sf ../../../build/lib64/libsched.so ../lib64/libsched.so -ln -sf ../../../build/lib64/libenkf.so ../lib64/libenkf.so -ln -sf ../../../build/lib64/libjob_queue.so ../lib64/libjob_queue.so -ln -sf ../../../build/lib64/libconfig.so ../lib64/libconfig.so -ln -sf ../../../build/lib64/libecl_well.so ../lib64/libecl_well.so setenv PYTHONPATH $PWD/../python:$PYTHONPATH +set lib_path="../lib64"; +if ( -d "$lib_path") then + if ( -s "$lib_path") then + set target=`readlink -f $lib_path` + echo "Using $lib_path -> $target for shared libraries." + else + echo "** Warning: $lib_path is not a symbolic link ??" + endif +else + echo "** Warning: can not find directory/link: $lib_path - will not find newly compiled shared libraries." +endif + \ No newline at end of file diff --git a/ThirdParty/Ert/devel/python/test/stringlist_test.py b/ThirdParty/Ert/devel/python/test/stringlist_test.py index 7a441f9176..d25225df71 100644 --- a/ThirdParty/Ert/devel/python/test/stringlist_test.py +++ b/ThirdParty/Ert/devel/python/test/stringlist_test.py @@ -92,6 +92,7 @@ class StringListTest( unittest.TestCase ): for i in range(len(s)): self.assertTrue( s3[i] == initList[i] ) + def test_last( self ): s = StringList( initial = initList ) l = s.last @@ -99,24 +100,21 @@ class StringListTest( unittest.TestCase ): self.assertRaises( IndexError , last_empty) - def test_reference(self): - sum = ecl.EclSum( case ) - wells = sum.wells() - self.assertTrue( approx_equalv( wells , ['OP_1','OP_2','OP_3','OP_4','OP_5','WI_1','WI_2','WI_3'])) - self.assertTrue( isinstance( wells , StringList )) - + def fast_suite(): suite = unittest.TestSuite() suite.addTest( StringListTest( 'test_create' )) - suite.addTest( StringListTest( 'test_reference' )) suite.addTest( StringListTest( 'test_pop' )) suite.addTest( StringListTest( 'test_last' )) return suite +def test_suite(argv): + return fast_suite() + if __name__ == "__main__": unittest.TextTestRunner().run( fast_suite() ) diff --git a/ThirdParty/Ert/devel/python/test/sum_test.py b/ThirdParty/Ert/devel/python/test/sum_test.py index c2b254f8fa..67514ca8ea 100644 --- a/ThirdParty/Ert/devel/python/test/sum_test.py +++ b/ThirdParty/Ert/devel/python/test/sum_test.py @@ -20,8 +20,10 @@ import datetime import unittest import ert import ert.ecl.ecl as ecl +from ert.util.stringlist import StringList from test_util import approx_equal, approx_equalv + base = "ECLIPSE" path = "test-data/Statoil/ECLIPSE/Gurbat" case = "%s/%s" % (path , base) @@ -156,11 +158,11 @@ class SumTest( unittest.TestCase ): def test_restart(self): - hist = ecl.EclSum( "test-data/ECLIPSE/sum-restart/history/T07-4A-W2011-18-P1" ) - base = ecl.EclSum( "test-data/ECLIPSE/sum-restart/prediction/BASECASE" ) - pred = ecl.EclSum( "test-data/ECLIPSE/sum-restart/prediction/BASECASE" , include_restart = False) + hist = ecl.EclSum( "test-data/Statoil/ECLIPSE/sum-restart/history/T07-4A-W2011-18-P1" ) + base = ecl.EclSum( "test-data/Statoil/ECLIPSE/sum-restart/prediction/BASECASE" ) + pred = ecl.EclSum( "test-data/Statoil/ECLIPSE/sum-restart/prediction/BASECASE" , include_restart = False) - self.assertTrue( True ) + self.assertTrue( pred ) def test_case1(self ): @@ -228,6 +230,33 @@ class SumTest( unittest.TestCase ): node = sum.smspec_node( "BPR:1095" ) self.assertTrue( node.num == 1095 ) + def test_stringlist_gc(self): + sum = ecl.EclSum( case ) + wells = sum.wells() + well1 = wells[0] + del wells + self.assertTrue( well1 == "OP_1" ) + + + def test_stringlist_reference(self): + sum = ecl.EclSum( case ) + wells = sum.wells() + self.assertTrue( approx_equalv( wells , ['OP_1','OP_2','OP_3','OP_4','OP_5','WI_1','WI_2','WI_3'])) + self.assertTrue( isinstance( wells , StringList )) + + + def test_stringlist_setitem(self): + sum = ecl.EclSum( case ) + wells = sum.wells() + wells[0] = "Bjarne" + well0 = wells[0] + self.assertTrue( well0 == "Bjarne" ) + self.assertTrue( wells[0] == "Bjarne" ) + wells[0] = "XXX" + self.assertTrue( well0 == "Bjarne" ) + self.assertTrue( wells[0] == "XXX" ) + + def fast_suite(): @@ -246,8 +275,15 @@ def fast_suite(): suite.addTest( SumTest( 'test_block' )) suite.addTest( SumTest( 'test_restart' )) suite.addTest( SumTest( 'test_var_properties' )) + suite.addTest( SumTest( 'test_stringlist_gc')) + suite.addTest( SumTest( 'test_stringlist_reference')) + suite.addTest( SumTest( 'test_stringlist_setitem')) return suite +def test_suite( argv ): + return fast_suite() + + if __name__ == "__main__": unittest.TextTestRunner().run( fast_suite() ) diff --git a/ThirdParty/Ert/devel/redhat/ert.ecl.spec b/ThirdParty/Ert/devel/redhat/ert.ecl.spec index 64f138af60..5a34d71da6 100644 --- a/ThirdParty/Ert/devel/redhat/ert.ecl.spec +++ b/ThirdParty/Ert/devel/redhat/ert.ecl.spec @@ -10,7 +10,7 @@ License: GPL-3+ Group: Development/Libraries/C and C++ Url: http://ert.nr.no Source0: %{name}-%{version}.tar.gz -BuildRequires: lapack-devel +BuildRequires: lapack-devel zlib-devel iputils BuildRequires: gcc BuildRequires: cmake28 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -38,7 +38,6 @@ Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: lapack-devel Requires: libert.ecl1 = %{version} -BuildArch: noarch %description devel This package contains the development and header files for ert.ecl diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/doc/documentation.txt b/ThirdParty/Ert/devel/share/gui/doc/documentation.txt similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/doc/documentation.txt rename to ThirdParty/Ert/devel/share/gui/doc/documentation.txt diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/doc/info.txt b/ThirdParty/Ert/devel/share/gui/doc/info.txt similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/doc/info.txt rename to ThirdParty/Ert/devel/share/gui/doc/info.txt diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/doc/initializers b/ThirdParty/Ert/devel/share/gui/doc/initializers similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/doc/initializers rename to ThirdParty/Ert/devel/share/gui/doc/initializers diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/doc/run_info b/ThirdParty/Ert/devel/share/gui/doc/run_info similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/doc/run_info rename to ThirdParty/Ert/devel/share/gui/doc/run_info diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/doc/tmp_info.txt b/ThirdParty/Ert/devel/share/gui/doc/tmp_info.txt similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/doc/tmp_info.txt rename to ThirdParty/Ert/devel/share/gui/doc/tmp_info.txt diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/analysis/enkf_alpha.html b/ThirdParty/Ert/devel/share/gui/help/config/analysis/enkf_alpha.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/analysis/enkf_alpha.html rename to ThirdParty/Ert/devel/share/gui/help/config/analysis/enkf_alpha.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/analysis/enkf_merge_observations.html b/ThirdParty/Ert/devel/share/gui/help/config/analysis/enkf_merge_observations.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/analysis/enkf_merge_observations.html rename to ThirdParty/Ert/devel/share/gui/help/config/analysis/enkf_merge_observations.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/analysis/enkf_mode.html b/ThirdParty/Ert/devel/share/gui/help/config/analysis/enkf_mode.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/analysis/enkf_mode.html rename to ThirdParty/Ert/devel/share/gui/help/config/analysis/enkf_mode.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/analysis/enkf_rerun.html b/ThirdParty/Ert/devel/share/gui/help/config/analysis/enkf_rerun.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/analysis/enkf_rerun.html rename to ThirdParty/Ert/devel/share/gui/help/config/analysis/enkf_rerun.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/analysis/enkf_sched_file.html b/ThirdParty/Ert/devel/share/gui/help/config/analysis/enkf_sched_file.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/analysis/enkf_sched_file.html rename to ThirdParty/Ert/devel/share/gui/help/config/analysis/enkf_sched_file.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/analysis/enkf_truncation.html b/ThirdParty/Ert/devel/share/gui/help/config/analysis/enkf_truncation.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/analysis/enkf_truncation.html rename to ThirdParty/Ert/devel/share/gui/help/config/analysis/enkf_truncation.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/analysis/local_config.html b/ThirdParty/Ert/devel/share/gui/help/config/analysis/local_config.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/analysis/local_config.html rename to ThirdParty/Ert/devel/share/gui/help/config/analysis/local_config.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/analysis/rerun_start.html b/ThirdParty/Ert/devel/share/gui/help/config/analysis/rerun_start.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/analysis/rerun_start.html rename to ThirdParty/Ert/devel/share/gui/help/config/analysis/rerun_start.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/analysis/update_log.html b/ThirdParty/Ert/devel/share/gui/help/config/analysis/update_log.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/analysis/update_log.html rename to ThirdParty/Ert/devel/share/gui/help/config/analysis/update_log.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/eclipse/add_static_kw.html b/ThirdParty/Ert/devel/share/gui/help/config/eclipse/add_static_kw.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/eclipse/add_static_kw.html rename to ThirdParty/Ert/devel/share/gui/help/config/eclipse/add_static_kw.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/eclipse/data_file.html b/ThirdParty/Ert/devel/share/gui/help/config/eclipse/data_file.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/eclipse/data_file.html rename to ThirdParty/Ert/devel/share/gui/help/config/eclipse/data_file.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/eclipse/data_kw.html b/ThirdParty/Ert/devel/share/gui/help/config/eclipse/data_kw.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/eclipse/data_kw.html rename to ThirdParty/Ert/devel/share/gui/help/config/eclipse/data_kw.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/eclipse/eclbase.html b/ThirdParty/Ert/devel/share/gui/help/config/eclipse/eclbase.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/eclipse/eclbase.html rename to ThirdParty/Ert/devel/share/gui/help/config/eclipse/eclbase.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/eclipse/grid.html b/ThirdParty/Ert/devel/share/gui/help/config/eclipse/grid.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/eclipse/grid.html rename to ThirdParty/Ert/devel/share/gui/help/config/eclipse/grid.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/eclipse/init_section.html b/ThirdParty/Ert/devel/share/gui/help/config/eclipse/init_section.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/eclipse/init_section.html rename to ThirdParty/Ert/devel/share/gui/help/config/eclipse/init_section.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/eclipse/refcase.html b/ThirdParty/Ert/devel/share/gui/help/config/eclipse/refcase.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/eclipse/refcase.html rename to ThirdParty/Ert/devel/share/gui/help/config/eclipse/refcase.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/eclipse/schedule_file.html b/ThirdParty/Ert/devel/share/gui/help/config/eclipse/schedule_file.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/eclipse/schedule_file.html rename to ThirdParty/Ert/devel/share/gui/help/config/eclipse/schedule_file.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/eclipse/schedule_prediction_file.html b/ThirdParty/Ert/devel/share/gui/help/config/eclipse/schedule_prediction_file.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/eclipse/schedule_prediction_file.html rename to ThirdParty/Ert/devel/share/gui/help/config/eclipse/schedule_prediction_file.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/field_file_generated_by_enkf.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/field_file_generated_by_enkf.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/field_file_generated_by_enkf.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/field_file_generated_by_enkf.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/field_file_loaded_by_enkf.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/field_file_loaded_by_enkf.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/field_file_loaded_by_enkf.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/field_file_loaded_by_enkf.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/field_init.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/field_init.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/field_init.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/field_init.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/field_init_files.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/field_init_files.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/field_init_files.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/field_init_files.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/field_max.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/field_max.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/field_max.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/field_max.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/field_min.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/field_min.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/field_min.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/field_min.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/field_min_std.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/field_min_std.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/field_min_std.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/field_min_std.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/field_output.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/field_output.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/field_output.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/field_output.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/field_type.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/field_type.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/field_type.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/field_type.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_data_file_generated_by_enkf.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_data_file_generated_by_enkf.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_data_file_generated_by_enkf.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_data_file_generated_by_enkf.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_data_file_loaded_by_enkf.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_data_file_loaded_by_enkf.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_data_file_loaded_by_enkf.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_data_file_loaded_by_enkf.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_data_init_file_fmt.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_data_init_file_fmt.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_data_init_file_fmt.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_data_init_file_fmt.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_data_min_std.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_data_min_std.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_data_min_std.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_data_min_std.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_data_param_init.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_data_param_init.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_data_param_init.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_data_param_init.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_data_param_output.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_data_param_output.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_data_param_output.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_data_param_output.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_data_template_file.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_data_template_file.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_data_template_file.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_data_template_file.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_data_template_key.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_data_template_key.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_data_template_key.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_data_template_key.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_kw_enkf_outfile.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_kw_enkf_outfile.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_kw_enkf_outfile.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_kw_enkf_outfile.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_kw_init_files.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_kw_init_files.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_kw_init_files.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_kw_init_files.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_kw_min_std.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_kw_min_std.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_kw_min_std.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_kw_min_std.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_kw_parameter_file.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_kw_parameter_file.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_kw_parameter_file.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_kw_parameter_file.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_kw_template.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_kw_template.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/gen_kw_template.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/gen_kw_template.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/num_realizations.html b/ThirdParty/Ert/devel/share/gui/help/config/ensemble/num_realizations.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/ensemble/num_realizations.html rename to ThirdParty/Ert/devel/share/gui/help/config/ensemble/num_realizations.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/observations/history_source.html b/ThirdParty/Ert/devel/share/gui/help/config/observations/history_source.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/observations/history_source.html rename to ThirdParty/Ert/devel/share/gui/help/config/observations/history_source.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/observations/obs_config.html b/ThirdParty/Ert/devel/share/gui/help/config/observations/obs_config.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/observations/obs_config.html rename to ThirdParty/Ert/devel/share/gui/help/config/observations/obs_config.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/plot/image_type.html b/ThirdParty/Ert/devel/share/gui/help/config/plot/image_type.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/plot/image_type.html rename to ThirdParty/Ert/devel/share/gui/help/config/plot/image_type.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/plot/image_viewer.html b/ThirdParty/Ert/devel/share/gui/help/config/plot/image_viewer.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/plot/image_viewer.html rename to ThirdParty/Ert/devel/share/gui/help/config/plot/image_viewer.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/plot/path.html b/ThirdParty/Ert/devel/share/gui/help/config/plot/path.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/plot/path.html rename to ThirdParty/Ert/devel/share/gui/help/config/plot/path.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/plot/plot_driver.html b/ThirdParty/Ert/devel/share/gui/help/config/plot/plot_driver.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/plot/plot_driver.html rename to ThirdParty/Ert/devel/share/gui/help/config/plot/plot_driver.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/plot/plot_errorbar_max.html b/ThirdParty/Ert/devel/share/gui/help/config/plot/plot_errorbar_max.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/plot/plot_errorbar_max.html rename to ThirdParty/Ert/devel/share/gui/help/config/plot/plot_errorbar_max.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/plot/plot_height.html b/ThirdParty/Ert/devel/share/gui/help/config/plot/plot_height.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/plot/plot_height.html rename to ThirdParty/Ert/devel/share/gui/help/config/plot/plot_height.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/plot/width.html b/ThirdParty/Ert/devel/share/gui/help/config/plot/width.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/plot/width.html rename to ThirdParty/Ert/devel/share/gui/help/config/plot/width.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/queue_system/lsf_queue.html b/ThirdParty/Ert/devel/share/gui/help/config/queue_system/lsf_queue.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/queue_system/lsf_queue.html rename to ThirdParty/Ert/devel/share/gui/help/config/queue_system/lsf_queue.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/queue_system/lsf_resources.html b/ThirdParty/Ert/devel/share/gui/help/config/queue_system/lsf_resources.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/queue_system/lsf_resources.html rename to ThirdParty/Ert/devel/share/gui/help/config/queue_system/lsf_resources.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/queue_system/max_running_local.html b/ThirdParty/Ert/devel/share/gui/help/config/queue_system/max_running_local.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/queue_system/max_running_local.html rename to ThirdParty/Ert/devel/share/gui/help/config/queue_system/max_running_local.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/queue_system/max_running_lsf.html b/ThirdParty/Ert/devel/share/gui/help/config/queue_system/max_running_lsf.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/queue_system/max_running_lsf.html rename to ThirdParty/Ert/devel/share/gui/help/config/queue_system/max_running_lsf.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/queue_system/max_running_rsh.html b/ThirdParty/Ert/devel/share/gui/help/config/queue_system/max_running_rsh.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/queue_system/max_running_rsh.html rename to ThirdParty/Ert/devel/share/gui/help/config/queue_system/max_running_rsh.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/queue_system/queue_system.html b/ThirdParty/Ert/devel/share/gui/help/config/queue_system/queue_system.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/queue_system/queue_system.html rename to ThirdParty/Ert/devel/share/gui/help/config/queue_system/queue_system.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/queue_system/rsh_command.html b/ThirdParty/Ert/devel/share/gui/help/config/queue_system/rsh_command.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/queue_system/rsh_command.html rename to ThirdParty/Ert/devel/share/gui/help/config/queue_system/rsh_command.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/queue_system/rsh_host_list.html b/ThirdParty/Ert/devel/share/gui/help/config/queue_system/rsh_host_list.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/queue_system/rsh_host_list.html rename to ThirdParty/Ert/devel/share/gui/help/config/queue_system/rsh_host_list.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/case_table.html b/ThirdParty/Ert/devel/share/gui/help/config/simulation/case_table.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/case_table.html rename to ThirdParty/Ert/devel/share/gui/help/config/simulation/case_table.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/forward_model.html b/ThirdParty/Ert/devel/share/gui/help/config/simulation/forward_model.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/forward_model.html rename to ThirdParty/Ert/devel/share/gui/help/config/simulation/forward_model.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/forward_model_arguments.html b/ThirdParty/Ert/devel/share/gui/help/config/simulation/forward_model_arguments.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/forward_model_arguments.html rename to ThirdParty/Ert/devel/share/gui/help/config/simulation/forward_model_arguments.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/license_path.html b/ThirdParty/Ert/devel/share/gui/help/config/simulation/license_path.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/license_path.html rename to ThirdParty/Ert/devel/share/gui/help/config/simulation/license_path.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/max_resample.html b/ThirdParty/Ert/devel/share/gui/help/config/simulation/max_resample.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/max_resample.html rename to ThirdParty/Ert/devel/share/gui/help/config/simulation/max_resample.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/max_submit.html b/ThirdParty/Ert/devel/share/gui/help/config/simulation/max_submit.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/max_submit.html rename to ThirdParty/Ert/devel/share/gui/help/config/simulation/max_submit.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/pre_clear_runpath.html b/ThirdParty/Ert/devel/share/gui/help/config/simulation/pre_clear_runpath.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/pre_clear_runpath.html rename to ThirdParty/Ert/devel/share/gui/help/config/simulation/pre_clear_runpath.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/run_template.html b/ThirdParty/Ert/devel/share/gui/help/config/simulation/run_template.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/run_template.html rename to ThirdParty/Ert/devel/share/gui/help/config/simulation/run_template.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/run_template_arguments.html b/ThirdParty/Ert/devel/share/gui/help/config/simulation/run_template_arguments.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/run_template_arguments.html rename to ThirdParty/Ert/devel/share/gui/help/config/simulation/run_template_arguments.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/run_template_file.html b/ThirdParty/Ert/devel/share/gui/help/config/simulation/run_template_file.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/run_template_file.html rename to ThirdParty/Ert/devel/share/gui/help/config/simulation/run_template_file.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/run_template_target.html b/ThirdParty/Ert/devel/share/gui/help/config/simulation/run_template_target.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/run_template_target.html rename to ThirdParty/Ert/devel/share/gui/help/config/simulation/run_template_target.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/runpath.html b/ThirdParty/Ert/devel/share/gui/help/config/simulation/runpath.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/runpath.html rename to ThirdParty/Ert/devel/share/gui/help/config/simulation/runpath.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/runpath_retain.html b/ThirdParty/Ert/devel/share/gui/help/config/simulation/runpath_retain.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/simulation/runpath_retain.html rename to ThirdParty/Ert/devel/share/gui/help/config/simulation/runpath_retain.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_arglist.html b/ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_arglist.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_arglist.html rename to ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_arglist.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_env.html b/ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_env.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_env.html rename to ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_env.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_executable.html b/ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_executable.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_executable.html rename to ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_executable.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_lsf_resources.html b/ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_lsf_resources.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_lsf_resources.html rename to ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_lsf_resources.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_max_running.html b/ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_max_running.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_max_running.html rename to ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_max_running.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_max_running_minutes.html b/ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_max_running_minutes.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_max_running_minutes.html rename to ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_max_running_minutes.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_path.html b/ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_path.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_path.html rename to ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_path.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_stderr.html b/ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_stderr.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_stderr.html rename to ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_stderr.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_stdin.html b/ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_stdin.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_stdin.html rename to ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_stdin.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_stdout.html b/ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_stdout.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_stdout.html rename to ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_stdout.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_target_file.html b/ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_target_file.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_job_target_file.html rename to ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_job_target_file.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_jobs.html b/ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_jobs.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/install_jobs.html rename to ThirdParty/Ert/devel/share/gui/help/config/systemenv/install_jobs.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/job_script.html b/ThirdParty/Ert/devel/share/gui/help/config/systemenv/job_script.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/job_script.html rename to ThirdParty/Ert/devel/share/gui/help/config/systemenv/job_script.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/log_file.html b/ThirdParty/Ert/devel/share/gui/help/config/systemenv/log_file.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/log_file.html rename to ThirdParty/Ert/devel/share/gui/help/config/systemenv/log_file.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/log_level.html b/ThirdParty/Ert/devel/share/gui/help/config/systemenv/log_level.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/log_level.html rename to ThirdParty/Ert/devel/share/gui/help/config/systemenv/log_level.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/setenv.html b/ThirdParty/Ert/devel/share/gui/help/config/systemenv/setenv.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/setenv.html rename to ThirdParty/Ert/devel/share/gui/help/config/systemenv/setenv.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/update_path.html b/ThirdParty/Ert/devel/share/gui/help/config/systemenv/update_path.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/config/systemenv/update_path.html rename to ThirdParty/Ert/devel/share/gui/help/config/systemenv/update_path.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/init/case_list.html b/ThirdParty/Ert/devel/share/gui/help/init/case_list.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/init/case_list.html rename to ThirdParty/Ert/devel/share/gui/help/init/case_list.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/init/current_case_selection.html b/ThirdParty/Ert/devel/share/gui/help/init/current_case_selection.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/init/current_case_selection.html rename to ThirdParty/Ert/devel/share/gui/help/init/current_case_selection.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/template.html b/ThirdParty/Ert/devel/share/gui/help/template.html similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/help/template.html rename to ThirdParty/Ert/devel/share/gui/help/template.html diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/add.png b/ThirdParty/Ert/devel/share/gui/img/add.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/add.png rename to ThirdParty/Ert/devel/share/gui/img/add.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/arrow_down.png b/ThirdParty/Ert/devel/share/gui/img/arrow_down.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/arrow_down.png rename to ThirdParty/Ert/devel/share/gui/img/arrow_down.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/arrow_right.png b/ThirdParty/Ert/devel/share/gui/img/arrow_right.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/arrow_right.png rename to ThirdParty/Ert/devel/share/gui/img/arrow_right.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/arrow_up.png b/ThirdParty/Ert/devel/share/gui/img/arrow_up.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/arrow_up.png rename to ThirdParty/Ert/devel/share/gui/img/arrow_up.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/cancel.png b/ThirdParty/Ert/devel/share/gui/img/cancel.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/cancel.png rename to ThirdParty/Ert/devel/share/gui/img/cancel.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/checked.png b/ThirdParty/Ert/devel/share/gui/img/checked.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/checked.png rename to ThirdParty/Ert/devel/share/gui/img/checked.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/config.png b/ThirdParty/Ert/devel/share/gui/img/config.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/config.png rename to ThirdParty/Ert/devel/share/gui/img/config.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/cross.png b/ThirdParty/Ert/devel/share/gui/img/cross.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/cross.png rename to ThirdParty/Ert/devel/share/gui/img/cross.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/data.png b/ThirdParty/Ert/devel/share/gui/img/data.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/data.png rename to ThirdParty/Ert/devel/share/gui/img/data.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/db.png b/ThirdParty/Ert/devel/share/gui/img/db.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/db.png rename to ThirdParty/Ert/devel/share/gui/img/db.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/disk.png b/ThirdParty/Ert/devel/share/gui/img/disk.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/disk.png rename to ThirdParty/Ert/devel/share/gui/img/disk.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/exclamation.png b/ThirdParty/Ert/devel/share/gui/img/exclamation.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/exclamation.png rename to ThirdParty/Ert/devel/share/gui/img/exclamation.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/folder.png b/ThirdParty/Ert/devel/share/gui/img/folder.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/folder.png rename to ThirdParty/Ert/devel/share/gui/img/folder.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/grid_16.png b/ThirdParty/Ert/devel/share/gui/img/grid_16.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/grid_16.png rename to ThirdParty/Ert/devel/share/gui/img/grid_16.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/help.png b/ThirdParty/Ert/devel/share/gui/img/help.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/help.png rename to ThirdParty/Ert/devel/share/gui/img/help.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/key.png b/ThirdParty/Ert/devel/share/gui/img/key.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/key.png rename to ThirdParty/Ert/devel/share/gui/img/key.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/notchecked.png b/ThirdParty/Ert/devel/share/gui/img/notchecked.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/notchecked.png rename to ThirdParty/Ert/devel/share/gui/img/notchecked.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/observation.png b/ThirdParty/Ert/devel/share/gui/img/observation.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/observation.png rename to ThirdParty/Ert/devel/share/gui/img/observation.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/pause.png b/ThirdParty/Ert/devel/share/gui/img/pause.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/pause.png rename to ThirdParty/Ert/devel/share/gui/img/pause.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/plot.png b/ThirdParty/Ert/devel/share/gui/img/plot.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/plot.png rename to ThirdParty/Ert/devel/share/gui/img/plot.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/plugin.png b/ThirdParty/Ert/devel/share/gui/img/plugin.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/plugin.png rename to ThirdParty/Ert/devel/share/gui/img/plugin.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/read.me b/ThirdParty/Ert/devel/share/gui/img/read.me similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/read.me rename to ThirdParty/Ert/devel/share/gui/img/read.me diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/refresh.png b/ThirdParty/Ert/devel/share/gui/img/refresh.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/refresh.png rename to ThirdParty/Ert/devel/share/gui/img/refresh.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/refresh_resample.png b/ThirdParty/Ert/devel/share/gui/img/refresh_resample.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/refresh_resample.png rename to ThirdParty/Ert/devel/share/gui/img/refresh_resample.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/remove.png b/ThirdParty/Ert/devel/share/gui/img/remove.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/remove.png rename to ThirdParty/Ert/devel/share/gui/img/remove.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/run.png b/ThirdParty/Ert/devel/share/gui/img/run.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/run.png rename to ThirdParty/Ert/devel/share/gui/img/run.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/save_plots.png b/ThirdParty/Ert/devel/share/gui/img/save_plots.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/save_plots.png rename to ThirdParty/Ert/devel/share/gui/img/save_plots.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/splash.jpg b/ThirdParty/Ert/devel/share/gui/img/splash.jpg similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/splash.jpg rename to ThirdParty/Ert/devel/share/gui/img/splash.jpg diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/summary.png b/ThirdParty/Ert/devel/share/gui/img/summary.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/summary.png rename to ThirdParty/Ert/devel/share/gui/img/summary.png diff --git a/ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/warning.png b/ThirdParty/Ert/devel/share/gui/img/warning.png similarity index 100% rename from ThirdParty/Ert/devel/libenkf/applications/ert_gui/share/img/warning.png rename to ThirdParty/Ert/devel/share/gui/img/warning.png