Skip to content

Commit 4d70873

Browse files
committed
Update field_statistics to use individual ertbox per zone
Some model file changes from previous version was required Documentation is updated.
1 parent 3317bd1 commit 4d70873

61 files changed

Lines changed: 1528 additions & 907 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/subscript/field_statistics/field_statistics.py

Lines changed: 689 additions & 322 deletions
Large diffs are not rendered by default.

tests/test_field_statistics.py

Lines changed: 744 additions & 578 deletions
Large diffs are not rendered by default.

tests/testdata_field_statistics/config_example.yml

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
field_stat:
22
nreal: 10
33
iterations: [0, 3]
4+
use_population_stdev: False
5+
relative_path_ertbox_grids: "../../rms/output/aps"
6+
ertbox_default: "ERTBOX"
7+
ertbox_per_zone:
8+
"A": ertbox_A
9+
"B": ertbox_B
10+
"C": ertbox_C
11+
zone_code_names:
12+
1: "A"
13+
2: "B"
14+
3: "C"
15+
416
geogrid_fields:
5-
geogrid_name: "my_geogrid"
17+
geogrid_name: "geogrid"
618
use_zones: ["A", "B", "C"]
7-
zone_code_names:
8-
1: "A"
9-
2: "B"
10-
3: "C"
1119

1220
facies_per_zone:
1321
"A":
@@ -37,7 +45,11 @@ field_stat:
3745
"A": ["P1", "P2"]
3846
"B": ["P1"]
3947
"C": ["P2"]
40-
#ertbox_size: [5, 6, 5]
4148

42-
use_population_stdev: False
49+
temporary_ertbox_fields:
50+
initial_field_relative_path: "rms/output/aps"
51+
parameter_name_per_zone:
52+
"A": [ A_GRF1, A_GRF2 ]
53+
"B": [ B_GRF2 ]
54+
4355

Binary file not shown.

0 commit comments

Comments
 (0)