Commit Graph

10972 Commits

Author SHA1 Message Date
Joakim Hove
ca3eae90ff Add Deck::operator[]() 2021-09-21 10:36:20 +02:00
Joakim Hove
8fffd10ec3 Add DeckKeyword::operator[]() 2021-09-21 10:36:20 +02:00
Joakim Hove
73a3e1d095 Add methods Deck::size() and Deck::empty() 2021-09-21 10:36:20 +02:00
Joakim Hove
daaee6d2a4 Accept numerical month values when outputting ACTIONX state for rst 2021-09-20 19:05:06 +02:00
Joakim Hove
fcad042bdd Round numerical month values to integer before comparison 2021-09-20 19:04:34 +02:00
Joakim Hove
111d1f7ea7
Merge pull request #2697 from joakim-hove/runspec-sim-start
Runspec sim start
2021-09-20 19:03:17 +02:00
Joakim Hove
9a8fae2a88
Merge pull request #2695 from joakim-hove/max-action-conditions
Check number of conditions in ACTIONX with ACTDIMS
2021-09-20 19:02:50 +02:00
Joakim Hove
87f3d039f3
Merge pull request #2693 from joakim-hove/deck-tree-commits
Deck tree commits
2021-09-20 19:02:09 +02:00
goncalvesmachadoc
8698d20d0f add volumes in place to summary 2021-09-20 17:55:08 +02:00
Bård Skaflestad
05e147105e
Merge pull request #2694 from totto82/aquct15
add item 13 in AQUCT
2021-09-20 12:18:44 +02:00
Håkon Hægland
29c4ffcdc9 Use std::shared_ptr as holder type.
Use std::shared_ptr as holder type for some Pybind11 classes such that
they can be shared with opm.simulators.
2021-09-20 11:43:50 +02:00
Tor Harald Sandve
c84d52d964 add item 13 in AQUCT 2021-09-20 10:05:13 +02:00
Joakim Hove
e9c9d9b5e3 Use Runspec start_time when assembling ScheduleDeck 2021-09-19 11:23:47 +02:00
Joakim Hove
b8c09945a3 Internalize start time in Runspec 2021-09-19 11:16:25 +02:00
Joakim Hove
8d63e4f20d Moved time related functions from ScheduleDeck to TimeService 2021-09-19 11:06:52 +02:00
Joakim Hove
67b850d086 Remove quotes before creating ACTIONX AST 2021-09-18 20:48:40 +02:00
Joakim Hove
56f5ae6558 Check number of conditions in ACTIONX with ACTDIMS 2021-09-18 18:46:12 +02:00
Joakim Hove
1ef317a66b Normalize include file paths 2021-09-17 14:40:59 +02:00
Joakim Hove
b936b3f7d4 Normalize argument path before internalizing 2021-09-17 14:10:50 +02:00
Joakim Hove
4920b0ea3a Disallow multiple assignments to Deck::datafile 2021-09-17 12:05:51 +02:00
Joakim Hove
0355a71abd
Merge pull request #2690 from joakim-hove/readonly-testing
Readonly testing
2021-09-17 12:05:32 +02:00
Arne Morten Kvarving
7894aaf073
Merge pull request #2692 from akva2/janitoring
fixed: use curly-braces
2021-09-17 11:06:36 +02:00
Arne Morten Kvarving
6a69a985cd fixed: use curly-braces
the parantheses confused the preprocessor
2021-09-17 10:49:52 +02:00
Joakim Hove
7562781a8b Readonly summary testing 2021-09-17 10:01:17 +02:00
Joakim Hove
ca59665575 Run ERst tests in readonly tests/ 2021-09-17 10:01:17 +02:00
Joakim Hove
9478bf0292 Run EclIO tests in readonly tests/ 2021-09-17 10:01:17 +02:00
Joakim Hove
41c97ad6a2 Make sure regression test testing can go in readonly tests/ 2021-09-17 10:01:17 +02:00
Joakim Hove
08f9140191 Summary testing with readonly tests/ 2021-09-17 10:01:17 +02:00
Joakim Hove
5b3cd8b908 Ensure RFT testing can be done in readonly tests/ 2021-09-17 10:01:17 +02:00
Joakim Hove
1f8e545ea1 Make sure summary testing can be done with readonly tests/ 2021-09-17 10:01:17 +02:00
Joakim Hove
2d879941fe Ensure UDQ tests can run in readonly tests/ 2021-09-17 10:01:17 +02:00
Joakim Hove
5c0aec538b Make sure test can run in readonly tests/ 2021-09-17 10:01:17 +02:00
Joakim Hove
d3cd4c73ba Make sure tests can be run with readonly tests/ 2021-09-17 10:01:17 +02:00
Joakim Hove
d938b69143 WorkArea::org_path 2021-09-17 10:01:17 +02:00
Joakim Hove
c0d7ca8136
Merge pull request #2687 from joakim-hove/rsm-cmp-zero
Special case comparison with zero
2021-09-16 13:38:26 +02:00
Joakim Hove
60bdfb6a93 Special case comparison with zero 2021-09-16 12:56:08 +02:00
Joakim Hove
a775808972
Merge pull request #2685 from joakim-hove/rsm-summary-compare-fix
Compare with startdate and not first simulation date
2021-09-15 23:58:12 +02:00
Joakim Hove
8821b27556 Special case rsm <-> summary comparison for zero values 2021-09-15 20:44:39 +02:00
Joakim Hove
8f263e637b
Merge pull request #2664 from joakim-hove/rst-actionx-keywords
Rst actionx keywords
2021-09-15 16:03:09 +02:00
Joakim Hove
d53984c72d Add trailing newline to error message 2021-09-15 14:38:27 +02:00
Joakim Hove
75add72412 Load action keywords from restart file 2021-09-15 14:29:28 +02:00
Joakim Hove
a9c987b70f Some simplification in ZLACT book keeping 2021-09-15 14:29:28 +02:00
Joakim Hove
21d1b63164 Compare with startdate and not first simulation date 2021-09-15 14:04:53 +02:00
Joakim Hove
d64d138147
Merge pull request #2660 from joakim-hove/split-udq-eval
Split udq eval in eval_assign() and eval_define()
2021-09-14 20:06:14 +02:00
Joakim Hove
df8e14a8ac Throw exception if unknown UDQ is used as UDA 2021-09-14 15:58:59 +02:00
Joakim Hove
d880637a65 Utility function UDQ::controlName(UDAControl) -> std::string 2021-09-14 15:58:59 +02:00
Joakim Hove
598afb9dc9 Split udq eval in eval_assign() and eval_define() 2021-09-14 15:58:59 +02:00
Joakim Hove
4b3231c9ef
Merge pull request #2647 from joakim-hove/rst-actionx
Rst actionx
2021-09-14 15:54:32 +02:00
Joakim Hove
b14790f990
Merge pull request #2675 from joakim-hove/no-actnum
Handle GDFILE with grid without actnum
2021-09-14 15:53:24 +02:00
Joakim Hove
b319647a09
Merge pull request #2682 from akva2/janitoring
fixed: add missing field initializers
2021-09-14 15:52:50 +02:00