Releases: equinor/webviz-subsurface
Releases · equinor/webviz-subsurface
Version 0.2.6
Added
- #783 -
VolumetricAnalysis
- added tab with Fipfile QC for inspection of whichFIPNUM's
andREGION∕ZONE's
that have been combined in order to get comparable volumes between dynamic and static sources. This tab is only available if a fipfile is given as input. - #777 -
VolumetricAnalysis
- added tabs withSource comparison
andEnsemble comparison
as QC tools for quick identification of where and why volumetric changes occur across sources (e.g. static vs dynamic) or ensembles (e.g. model revisions or ahm iterations). - #709 - Added
VectorCalculator
component inReservoirSimulationTimeSeries
plugin for calculation and graphing of custom simulation time series vectors. - #773 -
VolumetricAnalysis
- added functionality of easy switching bewteenFIPNUM
andREGION/ZONE
filter for cases where each fipnum belongs to a unique region and zone. - #770 - Added support for dynamic volumetric files in
VolumetricAnalysis
and possibility of combining static and dynamic volumes on a comparable level. To trigger this behaviour a fipfile withFIPNUM
toREGION/ZONE
mapping information needs to be provided. Also added support for giving multiple files as input per source. - #755 - Updated existing and added new tests for the Drogon dataset.
Changed
- #788 - Prevent mixing volumes from different sensitivities in
VolumetricAnalysis
by not allowing to select more than one sensitivity as a filter unless SENSNAME has been grouped on by the user. - #760 - Updated to
Dash 2.0
. - #761 - Store
xtgeo.RegularSurface
as bytestream instead of serializing tojson
.
Fixed
- #802 - Removed
BO
orBG
as response options for the tornados inVolumetricAnalysis
, selecting them caused an error. - #794 - Fixed an issue in
VolumetricAnalysis
to prevent design matrix runs with only a single montecarlo sensitivity to be interpreted as a sensitivity run. - #765 - Use correct inline/xline ranges for axes in
SegyViewer
z-slice graph. - #782 - Fixed an issue in
VolumetricAnalysis
when calculating property columns on grouped selections. - #791 - Ensure correct map bounds in
SurfaceViewerFMU
when switching between attributes with different geometry.
Version 0.2.6-rc.0
`GroupTree` plugin for network visualization (#771)
Version 0.2.6-alpha.0
Fix bug when no predefined_expressions are defined (#779)
Version 0.2.5
Added
- #733 - Added plugin to visualize well logs from files using videx-welllog.
- #708 - Added support for new report format for
DiskUsage
, which improves the estimate of free disk space.
Changed
- #724 - Seperated out Tables as a new tab to
VolumetricAnalysis
- #723 - Added custom option to allow free selection of responses shown in the tornadoplots in
VolumetricAnalysis
- #717 - Keep zoom state in
ReservoirSimulationTimeseries
(incRegional
andOneByOne
) andRelativePermeability
plugins usinguirevision
. - #707 - Generalized and improved some plot functions in
PropertyStatistics
,ParameterAnalysis
andVolumetricAnalysis
. Replaced histogram with distribution plot inPropertyStatistics
.
Fixed
- #749 -
LinePlotterFMU
check function forx
axis value alignment across realizations now supports single valued columns. - #747 - Added missing realization filter on
OK
file inEnsembleTableProviderFactory
. - #753 - Do not add
Count
column from grid property statistics input data as a selector inPropertyStatistics
. Handle missing surfaces inPropertyStatistics
Version 0.2.5-rc.0
Removed warning from well completion documentation (#744)
Version 0.2.4
Added
- #669 - New generic plugin to visualize tornado plots from a csv file of responses.
- #685 - Added ERT forward model to convert from
.UNSMRY
to Arrow IPC file format (.arrow
). - #662 - Added support in
WellCompletion
for connection history from summary data.
Changed
- #681 -
VolumetricAnalysis
upgrades - added page with tornadoplots toVolumetricAnalysis
, automatic computation of volumes
from the water zone if the volumes from the full grid geometry are included, and possibility of computing NTG from facies. - #683 - Added deprecation warning to
InplaceVolumesOneByOne
. - #661 - Moved existing clientside function to a general dash_clientside file to facilitate adding more functions later on.
- #658 - Refactored Tornado figure code to be more reusable. Improved the Tornado bar visualization, added table display
and improved layout in relevant plugins. - #676 - Added realization points to Tornado visualization. Various improvements to Tornado figure layout.
- #667 - Standardized layout and styling of plugins.
Fixed
- #666 - Handle operations between surfaces with different topology in
SurfaceViewerFMU
- #675 - Adjust minimum zoom level in surface plugins for visualization of large surfaces.
- #715 - After this, the
WellCompletion
plugin finds the kh unit even if the unit system is in an INCLUDE file. Also,well_connection_status_file
refers to the same variable in the plugin and ert job.
Version 0.2.4-rc.0
Remove Frame wrapper from WellCompletions (#691)
Version 0.2.3
Changed
- #651 - Fixed issue with
_
in regions forReservoirSimulationTimeseriesRegional
. - #642 - New functionality in
WellCompletions
: New stratigraphy input and tree selector in filters. Possibility to input colors either in stratigraphy or in the zone_layer_mapping.lyr
-file. And kh unit automatically found in Eclipse files.
Fixed
- #659 - Added missing
display: block
in option selectors (e.g. radio items).
Added
Version 0.2.3-rc.0
Volumetric Analysis plugin (#648)
Version 0.2.2
Changed
- #618 - Added deprecation warning to
HorizonUncertaintyViewer
,WellCrossSection
andWellCrossSectionFMU
. These plugins will soon be removed. Relevant functionality is implememented in the newStructuralUncertainty
plugin.