Jostein Alvestad
981e6c9b22
Added changes to improve code quality according to comments from Joakim Hove
2019-02-01 08:36:11 +01:00
Jostein Alvestad
4e83b63a0d
minor change on code in CreateDoutHead to avoid conflicts with pullrequest 548
2019-02-01 08:36:09 +01:00
Jostein Alvestad
4c1333fb4f
Added correction to element [25] in DoubHead (DRSDT) to account for unitsystem conversion of time
2019-02-01 08:36:07 +01:00
Jostein Alvestad
6db8a45d88
Changes to avoid name conflict
2019-02-01 08:36:05 +01:00
Jostein Alvestad
c33f69fd1b
Added changes to extend the eclipse restart file export to handle hysteresis option in eclipse
2019-02-01 08:33:13 +01:00
tskille
92b1b34dca
new class Ecl_IO including 14 unit tests
2019-01-31 22:07:41 +01:00
Joakim Hove
bb5b2f4232
Merge pull request #629 from joakim-hove/initial-complump
...
Initial completion number set to connection number
2019-01-31 15:42:48 +01:00
Joakim Hove
ebe2f28c67
Initial completion number set to connection number
2019-01-31 12:40:39 +01:00
Joakim Hove
414661b898
Merge pull request #630 from akva2/janitoring
...
changed: add some harmless comparisons to test
2019-01-31 11:31:40 +01:00
Arne Morten Kvarving
4e00897117
changed: add some harmless comparisons to test
...
to avoid unused variable compiler warnings
2019-01-31 10:26:48 +01:00
Bård Skaflestad
98133f44fc
Merge pull request #627 from GitPaean/fixing_restart_perf
...
[Disussion]using global_index in serialize_OPM_XWEL()
2019-01-31 10:05:19 +01:00
Joakim Hove
1574d7714d
Merge pull request #617 from joakim-hove/simulator-missing-keyword
...
Simulator missing keyword
2019-01-30 16:26:50 +01:00
Joakim Hove
3c41d4c17a
Merge pull request #626 from joakim-hove/MINVALUE-bug
...
Ensure units are applied with the MINVALUE and MAXVALUE keywords
2019-01-30 11:44:05 +01:00
Kai Bao
ef606711f2
using global_index in serialize_OPM_XWEL()
...
it looks like in data::Wells the index is global index.
2019-01-30 10:35:33 +01:00
Joakim Hove
ed9827bfcf
Ensure units are applied with the MINVALUE and MAXVALUE keywords
2019-01-29 20:58:39 +01:00
Joakim Hove
fcadc69e49
Merge pull request #621 from joakim-hove/rename-UDQConfig
...
Renamed UDQConfig -> UDQParams
2019-01-28 17:40:39 +01:00
Joakim Hove
27eaeb2ec9
Renamed UDQConfig -> UDQParams
2019-01-28 16:53:01 +01:00
Joakim Hove
420b66822b
Add iterators to the keywords in the body of ACTIONX
2019-01-28 11:58:31 +01:00
Joakim Hove
9913cb8600
Merge pull request #620 from joakim-hove/schedule-minor
...
Schedule minor
2019-01-28 11:58:09 +01:00
Joakim Hove
c874c8b6ea
Add Schedule::simTime() method
2019-01-28 10:32:57 +01:00
Joakim Hove
6ca6f27640
White space cleanup
2019-01-28 10:32:22 +01:00
Joakim Hove
bd4e872230
Merge pull request #618 from joakim-hove/get-summary-state
...
Export SummaryState from EclipseIO object
2019-01-28 10:31:52 +01:00
Joakim Hove
3a9bab6285
Merge pull request #619 from atgeirr/fix-missing-include
...
Add missing <string> include.
2019-01-28 09:30:49 +01:00
Atgeirr Flø Rasmussen
30e2577f31
Add missing <string> include.
2019-01-28 09:13:27 +01:00
Joakim Hove
959502e8cd
Export SummaryState from EclipseIO object
2019-01-28 08:59:19 +01:00
Joakim Hove
4a3c6b2058
Left adjust error messages from ErrorGuard
2019-01-25 18:07:46 +01:00
Joakim Hove
29db657757
Add new error modes SIMULATOR_KEYWORD_NOT_SUPPORTED
2019-01-25 18:07:46 +01:00
Joakim Hove
91734f13c4
Merge pull request #616 from joakim-hove/msim-actionx-preparations
...
Msim actionx preparations
2019-01-23 10:34:58 +01:00
Joakim Hove
b4c86e73af
Members ActionX::last_run and ActionX::run_count mutable
2019-01-22 18:08:14 +01:00
Joakim Hove
f3a82ddd70
Add Schedule::simTime() method
2019-01-22 18:08:14 +01:00
Joakim Hove
4174602da2
Remove Schedule::evalAction() and add Schedule::actions()
2019-01-22 16:36:11 +01:00
Joakim Hove
749353a4b0
Merge pull request #614 from joakim-hove/msim-on
...
Turn on the mock simulator by default
2019-01-22 15:56:22 +01:00
Joakim Hove
a8db1f155c
Default building of MOCK simulator to ON
2019-01-22 13:12:06 +01:00
Joakim Hove
59b4ca4b20
Change msim simulator to not hold Schedule object
2019-01-22 13:12:06 +01:00
Joakim Hove
261f7c3c03
Merge pull request #609 from joakim-hove/capture-wells-operation
...
Capture wells operation
2019-01-22 12:03:37 +01:00
Joakim Hove
a1214ba49e
Merge pull request #613 from totto82/tstepLAB
...
Fix TSTEP unit in LAB mode
2019-01-21 19:05:48 +01:00
Joakim Hove
d9585d6585
Reorganized the ACTIONX implementation - made large parts private
2019-01-21 18:07:24 +01:00
Tor Harald Sandve
a668248aa1
Fix TSTEP unit in LAB mode
...
If unit system is LAB, the TSTEP is interpreted as hours not days
2019-01-21 15:37:15 +01:00
Atgeirr Flø Rasmussen
d40177dacb
Merge pull request #612 from akva2/janitoring
...
Some janitoring
2019-01-21 14:53:09 +01:00
Arne Morten Kvarving
67acaaa637
Merge pull request #611 from andlaus/fix_jenkins_warning
...
try to get around a non-fatal bash warning in the jenkins build script
2019-01-21 14:23:13 +01:00
Andreas Lauser
33c5b79d98
fix the pre-build hook logic
...
currently, the following message is produced:
```
/var/lib/jenkins/workspace/opm-material-PR-builder/deps/opm-common/jenkins/build-opm-module.sh: line 88: cd: -D: invalid option
```
this is caused by trying to change the working directory to $1 which
represents additional cmake parameters, instead of to $3 which
represents the source directory. This mistake currently (probably)
prevents the pre-build hook from ever being executed.
2019-01-21 12:59:47 +01:00
Arne Morten Kvarving
7790fe743e
initialize variable to quell compiler warning
2019-01-21 12:36:20 +01:00
Arne Morten Kvarving
40a2e848cb
fixed: signed/unsigned comparison warning
2019-01-21 12:21:32 +01:00
Joakim Hove
7f6fd34fd3
Merge pull request #585 from jalvestad/group-field-potentials
...
Add output of group and field phase potential injection and production rates to Summary file
2019-01-17 15:02:44 +01:00
Joakim Hove
586f296de0
The matching wells are compined with && or ||
2019-01-17 11:33:57 +01:00
Joakim Hove
8a2c2304e7
Merge pull request #608 from joakim-hove/wlist
...
Add WList implementation
2019-01-17 11:33:44 +01:00
Joakim Hove
9df659370c
Merge pull request #605 from andlaus/add_jenkins_pre-build_hook
...
jenkins: allow modules to specify a pre-build check
2019-01-15 19:47:27 +01:00
Joakim Hove
66650a20fb
Add WLIST implentation to Schedule
2019-01-14 23:26:02 +01:00
Joakim Hove
eae4a080cd
Add WList manager
2019-01-14 11:30:29 +01:00
Joakim Hove
eb5454aeaf
Add WList implementation
2019-01-14 11:30:28 +01:00