Skip to content

Commit

Permalink
Removed warning from well completion documentation (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
lindjoha authored Aug 24, 2021
1 parent 7eea7c6 commit ec5aad3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions webviz_subsurface/plugins/_well_completions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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`
Expand Down

0 comments on commit ec5aad3

Please sign in to comment.