From ec5aad348915ad2f38115f661ecc313ae38038a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Lind-Johansen?= <47847084+lindjoha@users.noreply.github.com> Date: Tue, 24 Aug 2021 22:11:23 +0200 Subject: [PATCH] Removed warning from well completion documentation (#744) --- webviz_subsurface/plugins/_well_completions.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/webviz_subsurface/plugins/_well_completions.py b/webviz_subsurface/plugins/_well_completions.py index c789dc55d..7a6f9cc60 100644 --- a/webviz_subsurface/plugins/_well_completions.py +++ b/webviz_subsurface/plugins/_well_completions.py @@ -35,9 +35,6 @@ class WellCompletions(WebvizPluginABC): """Visualizes well completions data per well coming from export of the Eclipse COMPDAT output. \ Data is grouped per well and zone and can be filtered accoring to flexible well categories. - !> The plugin will not see lumps of completions that are shut using the WELOPEN keyword. \ - This is being worked on and will be fixed in future relases. - --- * **`ensembles`:** Which ensembles in `shared_settings` to visualize. @@ -55,7 +52,7 @@ class WellCompletions(WebvizPluginABC): **COMPDAT input** `compdat_file` is a path to a file stored per realization (e.g. in \ - `share/results/wells/compdat.csv`). + `share/results/tables/compdat.csv`). The `compdat_file` file can be dumped to disk per realization by a forward model in ERT that wraps the command `ecl2csv compdat input_file -o output_file` (requires that you have `ecl2df`