Skip to content

Releases: equinor/webviz-subsurface

Version 0.2.13

05 May 18:50
8dc8387
Compare
Choose a tag to compare

Added

  • #938 - ProdMisfit - New plugin for well production misfit visualization. Features visualization of production misfit at selected dates, production coverage at selected dates and heatmap representation of ensemble mean misfit for selected dates.
  • #1013 - MapViewerFMU - Added option to specify the folder where maps are located (relative to runpath in each realization).

Changed

  • #1015 - Improved error reporting for .arrow files where dates are not monotonically increasing.

Fixed

  • #1014 - ParameterResponseCorrelation and BhpQc - fix bug in range slider. VolumetricAnalysis - prevent "Totals" volumes (if present) beeing included in the sum when comparing static and dynamic volumes, and do not include non-numeric columns as volumetric responses.

Version 0.2.13-rc.1

03 May 15:45
4026d92
Compare
Choose a tag to compare
Version 0.2.13-rc.1 Pre-release
Pre-release
Improved error reporting for `.arrow` files where dates are not monot…

Version 0.2.13-rc.0

24 Apr 20:53
89d76dd
Compare
Choose a tag to compare
Version 0.2.13-rc.0 Pre-release
Pre-release
Fix store for `ProdMisfit` (#1009)

Version 0.2.12

07 Apr 21:52
3b8be31
Compare
Choose a tag to compare

Added

  • #981 - WellAnalysis - New plugin well analysis. One tab for well production overview plots and one for well control mode and network analysis.
  • #987 - SwatinitQC - New plugin for QC of Water Initialization in Eclipse runs where the SWATINIT keyword has been used.
  • #988 - ParameterAnalysis and PropertyStatistics - Switched to the VectorSelector component, and other various improvements.

Fixed

  • #996 - VolumetricAnalysis - Fixed issue with the Tornadoplot tab not shown if volumes from both dynamic and static sources were included.
  • #985 - WellLogViewer - Updated data format to latest version. Requires no changes in input data.

Changed

  • #988 - ParameterAnalysis and PropertyStatistics- Changed to reading unsmry data from .arrow files and deprecated the usage of aggregated csvfiles as input.
  • #986 - Avoid copying surfaces when using MapViewerFMU in non-portable mode.

Version 0.2.12-rc.1

01 Apr 12:02
e25e8cb
Compare
Choose a tag to compare
Version 0.2.12-rc.1 Pre-release
Pre-release
Add backwards compatibility for older portables using `ParameterAnaly…

Version 0.2.12-rc.0

28 Mar 07:29
5dac1ed
Compare
Choose a tag to compare
Version 0.2.12-rc.0 Pre-release
Pre-release
Avoid copying surfaces when using `MapViewerFMU` in non-portable mode…

Version 0.2.11

14 Mar 12:22
ef0d69f
Compare
Choose a tag to compare

Added

  • #971 - MapViewerFMU - New plugin for visualizing surface from FMU.
  • #940 - SimulationTimeSeries - Added configurable user defined vector definitions.
  • #951 - SimulationTimeSeries - Added calculating delta relative to date within ensemble - i.e. subtract realization values on selected date from corresponding realization values for each date in the selected vectors.
  • #944 - WellCompletions - Added support for zone to layer mappings that are potentially different across realizations.
  • #949 - RftPlotter - Added zone filter to the map options and parameter filter and some more options to the parameter response tab.

Changed

  • #940 - SimulationTimeSeries - Changed vector annotation from "AVG_" with suffix "R" and "INTVL_" to "PER_DAY_" and "PER_INTVL_". Retrieve VectorDefinitions via Python-API for webviz-subsurface-components.
  • #956 - SimulationTimeSeries - Deprecate usage of user input options {vector1, vector2, vector3}. Add list of vectors as user input options for initially selected vectors.
  • #961 - Improved error message when there are none valid realizations in an ensemble.
  • #970 - Replaced modals with new Dialog component in StructuralUncertainty. Changed display of uncertainty table to be a Dialog.
  • #980 - Deprecated plugin SurfaceViewerFMU. This has been replaced by the faster, and more
    feature-rich plugin MapViewerFMU.

Fixed

  • #965 - Allow a filtered subset of surface names for multiple attributes in StructuralUncertainty.
  • #972 - FIxed bug occuring when ensembles had different PORE/PORV naming standards in the volumetric input files. Also fixed bug occuring if only BO and/or BG was selected in the table.
  • #958 - Disable unwanted calculation of marks in some RangeSlider components.

Version 0.2.11-rc.0

24 Feb 21:44
cfde875
Compare
Choose a tag to compare
Version 0.2.11-rc.0 Pre-release
Pre-release
Replace modals with `wcc.Dialog` in `StructuralUncertainty` (#970)

Version 0.2.10

09 Feb 11:31
32bb6b0
Compare
Choose a tag to compare

Fixed

  • #921 - Fixed bug with History Vectors in new SimulationTimeSeries plugin. Replaced hard coded realization number of 0, with first valid realization in provider.
  • #926 - VolumetricAnalysis - Fixed bug when building portables with aggregated (csvfile_vol) input.
  • #929 - TornadoWidget - No longer skipping sensitivities with SENSNAME="ref" from tornado bars if there is more than one realization with SENSNAME="ref".
  • #932 - RftPlotter - Fixed bug related to calculated correlations returning NaN if the response variable has constant values.
  • #937 - SimulationTimeSeries - Fixed hover info for observation trace

Changed

  • #935 - Deprecated plugin ReservoirSimulationTimeSeries. This has been replaced by the faster, more flexible and less memory hungry plugin SimulationTimeSeries.
  • #924 - Improvements to the ParameterFilter functionality, e.g information regarding active filters and which relizatons are filtered out, and better handling of multiple ensembles. Improvements to the ParameterAnalysis plugin, e.g. added boxplot, fixed table formatting and update of parameters based on selected ensemble.

Version 0.2.10-rc.1

28 Jan 12:39
0fd30b1
Compare
Choose a tag to compare
Version 0.2.10-rc.1 Pre-release
Pre-release
Fix hover info for observation trace in `SimulationTimeSeries` (#937)