Releases: equinor/webviz-subsurface
Releases · equinor/webviz-subsurface
Version 0.2.13
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
andBhpQc
- 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
Improved error reporting for `.arrow` files where dates are not monot…
Version 0.2.13-rc.0
Fix store for `ProdMisfit` (#1009)
Version 0.2.12
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 theSWATINIT
keyword has been used. - #988 -
ParameterAnalysis
andPropertyStatistics
- Switched to the VectorSelector component, and other various improvements.
Fixed
- #996 -
VolumetricAnalysis
- Fixed issue with theTornadoplot
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
Version 0.2.12-rc.1
Add backwards compatibility for older portables using `ParameterAnaly…
Version 0.2.12-rc.0
Avoid copying surfaces when using `MapViewerFMU` in non-portable mode…
Version 0.2.11
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_". RetrieveVectorDefinitions
via Python-API forwebviz-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 pluginMapViewerFMU
.
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 someRangeSlider
components.
Version 0.2.11-rc.0
Replace modals with `wcc.Dialog` in `StructuralUncertainty` (#970)
Version 0.2.10
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 withSENSNAME="ref"
from tornado bars if there is more than one realization withSENSNAME="ref"
. - #932 -
RftPlotter
- Fixed bug related to calculated correlations returningNaN
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 pluginSimulationTimeSeries
. - #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 theParameterAnalysis
plugin, e.g. added boxplot, fixed table formatting and update of parameters based on selected ensemble.
Version 0.2.10-rc.1
Fix hover info for observation trace in `SimulationTimeSeries` (#937)