-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsurface.yml
More file actions
191 lines (170 loc) · 5.95 KB
/
surface.yml
File metadata and controls
191 lines (170 loc) · 5.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
$schema: https://main-fmu-schemas-dev.radix.equinor.com/schemas/0.12.0/fmu_results.json
version: "0.12.0" # including for REP and others to build logic on.
source: fmu # always included, and always this value if FMU made it. For quick identification for external consumers.
tracklog:
- datetime: '2020-10-28T14:28:02Z'
user:
id: testuser
event: created
- datetime: '2020-10-28T14:46:14Z'
user:
id: testuser
event: updated
class: surface
# fmu:
# The fmu block in data objects have more sub-elements compared to ensemble objects.
fmu:
model:
name: ff
revision: 21.0.0.dev
description:
- detailed description
- optional
context:
stage: "realization"
workflow: # not sure, but a reference to the workflow / job that made this. Making it expandable.
reference: rms/structural_model
case:
name: TestCase from fmu.sumo
uuid: 8bb56d60-8758-481a-89a4-6bac8561d38e # (pseudo-)random valid uuid4
user:
id: testdata # $USER from ERT
description:
- yet other detailed description
- optional
restart_from: 15ce3b84-766f-4c93-9050-b154861f9100 # fmu.ensemble.uuid for another ensemble/case
ensemble:
id: 0 # always an int, will be 0 for e.g. "pred"
uuid: 4b939310-34b1-4179-802c-49460bc0f799 # hash of case.uuid + ensemble.id
name: "iter-0" # /"pred"
entity:
uuid: dc2971e1-abae-4691-92fc-17fbd926461a
realization: # could be expanded in the future?
id: 33
uuid: 29a15b21-ce13-471b-9a4a-0f791552aa51 # hash of case.uuid + ensemble.uuid + realization.id
name: "realization-33"
parameters: # directly pass parameters.txt. This is potentially a lot of content, only a stub is included here.
SENSNAME: faultseal
SENSCASE: low
RMS_SEED: 1006
KVKH_CHANNEL: 0.6
KVKH_CREVASSE: 0.3
KVKH_LS: 0.7
KVKH_US: 0.6
FAULT_SEAL_SCALING: 0.1
FWL_CENTRAL: 1677
jobs: # directly pass jobs.json. This is a lot of content, only a stub is included here.
umask: "0002"
DATA_ROOT: /some/path/20.4.0_20201106/ert/model
anything: something
something:
anything: something
global_update_path: {}
jobList:
- name: MAKE_DIRECTORY
min_arg: 1
anything: something
file:
relative_path: realization-33/iter-0/share/results/maps/volantis_gp_base--amplitude.gri # case-relative
absolute_path: /some/absolute/path//realization-33/iter-0/share/results/maps/volantis_gp_base--amplitude.gri
checksum_md5: 0123456789abcdef0123456789abcdef # checksum of the file, not the data.
data: # The data block describes the actual data (e.g. surface). Only present in data objects
# if stratigraphic, name must match the strat column. This is the official name of this surface.
name: volantis_top-volantis_base
stratigraphic: false # if true, this is a stratigraphic surface found in the strat column
offset: 0.0 # to be used if a specific horizon is represented with an offset.
top: # not required, but allowed
name: volantis_gp_top
stratigraphic: true
offset: 2.0
base:
name: volantis_gp_top
stratigraphic: true
offset: 8.3
stratigraphic_alias: # other stratigraphic entities this corresponds to in the strat column, e.g. Top Viking vs Top Draupne. Ref issue.
- SomeName Fm. 1 Top
alias: # other known-as names, such as name used inside RMS etc
- somename_fm_1_top
- top_somename
# content is flexible more than standardized for now.
content: depth
# no content-specific attribute for "depth" but can come in the future
properties: # what the values actually show. List, only one for IRAP Binary surfaces. Multiple for 3d grid or multi-parameter surfaces. First is geometry.
- name: PropertyName
attribute: owc
is_discrete: false # to be used for discrete values in surfaces.
calculation: null # max/min/rms/var/maxpos/sum/etc
format: irap_binary
layout: regular # / cornerpoint / structured / etc
unit: m
vertical_domain: depth # / time / null
depth_reference: msl # / seabed / etc # mandatory when vertical_domain is depth?
grid_model: # Making this an object to allow for expanding in the future
name: MyGrid # important for data identification, also important for other data types
spec: # class/layout dependent, optional? Can spec be expanded to work for all data types?
ncol: 281
nrow: 441
nlay: 333
xori: 461499.9997558594
yori: 5926500.0
xinc: 25.0
yinc: 25.0
yflip: 1
rotation: 30.000000834826057
undef: 1.0e+33 # Allow both number and string
bbox:
xmin: 456012.5003497944
xmax: 467540.52762886323
ymin: 5926499.999511719
ymax: 5939492.128326312
zmin: 1244.039
zmax: 2302.683
time:
t0:
value: '2020-10-28T14:28:02'
label: "some label"
t1:
value: '2020-10-28T14:33:02'
label: "some other label"
is_prediction: true # A mechanism for separating pure QC output from actual predictions
is_observation: true # Used for 4D data currently but also valid for other data?
description:
- Depth surfaces extracted from the structural model
- Made in a FMU work flow
display:
name: Top Volantis
line:
show: true
color: black
points:
show: false
color: null
contours:
show: true
color: black
fill:
show: true
colors: gist_earth
access:
asset:
name: Drogon
ssdl:
access_level: internal
rep_include: true
masterdata:
smda:
country:
- identifier: Norway
uuid: ad214d85-8a1d-19da-e053-c918a4889309
discovery:
- short_identifier: DROGON
uuid: ad214d85-8a1d-19da-e053-c918a4889309
field:
- identifier: DROGON
uuid: 00000000-0000-0000-0000-000000000000
coordinate_system: # changing from "coordinates" to clarify this is not content
identifier: ST_WGS84_UTM37N_P32637
uuid: ad214d85-dac7-19da-e053-c918a4889309
stratigraphic_column:
identifier: DROGON_2020
uuid: 12345678-1234-1234-1234-123456789012