Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@anders-kiaer anders-kiaer released this 14 Sep 15:23
· 108 commits to master since this release
88e6b6c

Added

  • #160 Adds the possibility to extract regions from an existing model when the data source is a simulation model. For equil, the scheme key can be set to 'regions_from_sim'
  • #157 Adds a new 'time-weighted average open perforation location' perforation strategy called time_avg_open_location.
  • #150 Adds this changelog.
  • #146 Added about page to documentation with logo of industry and research institute partners.
  • #138 Print message to terminal when the schedule is being generated instead of utter silence.
  • #134 Egg model added in CI.
  • #128 Add possibility to use the original simulation model volume as volumetric constraints for adding new nodes as well as the option to set a maximum connection length.
  • #115 Documentation of the preliminary Egg model results have been added.
  • #104 Adds a new FlowNet logo.
  • #98 Rock and Aquifer keywords are now allowed to be optional parameters.
  • #95, #97 Relative permeability and training_set_end_date are now allowed to be optional. The training set definition will be checked upon parsing the configfile.
  • #90 Running the analysis workflow is now optional.
  • #77 Adds a warning message when the WSTAT keyword is not present in the original simulation data deck. The default status is OPEN.

Fixed

  • #141 Fixed misplacement of WCONINJH target (RATE / BHP). The default RATE is however still always used.
  • #137 After having moved all example data to flownet-testdata the examples folder had no use longer. Removed.
  • #136 The ERT queue name was wrongly required in the config file. It is now allowed to have no value.
  • #119 Workaround for equinor/libres#984
  • #92 Fixed problem where the last production well would not correctly be shut.
  • #88, #106, #108, #110 Fixed bugs in parsing the config that were a result of a changed behavior in configsuite where an item that has subitems with subitems, no longer can be tested for all None as the subitem with subitems in fact is a NamedDict with all None.
  • #89, #91, #99 Updates and fixes in git workflow.
  • #81 Various bugfixes in the analysis workflow are now solved.
  • #75 Resampling via the config path is no longer supported. This PR removes also the resampling option from the config file parser.

Changed

  • #147 The observation uncertainty now only needs to be specified for the vectors that are actually used in the conditioning. This PR also adds possibility of defining uncertainty for WWIR and WGIR into the flownet config YAML.
  • #132 The observation uncertainty, used for conditioning models, is now exposed to the user via the configuration file instead of hidden in the observations.yamlobs.jinja2 template. This PR also introduced a wider usage of passing around the ConfigSuit.snapshot.
  • #128 Simulation models and configuration files used in CI are now coming from flownet-testdata and are thus no longer an integral part of the flownet repository.
  • #125 AHM and prediction subprocess call are now being performed through a common run_ert_subprocess function call.
  • #123 Significant speed-up of the fault raytracing by limiting the ray tracing to the bounding box of individual connections instead of ray tracing over all triangles of all faults for each connection.
  • #111 Phases present in the FlowNet model are to be set manually in configuration by the user.
  • #63 The default simulator name has now been changed to Flow.
  • #80 FlowNet now supports relative paths in the config file.