|
1 | | -$schema: https://main-fmu-schemas-dev.radix.equinor.com/schemas/0.8.0/fmu_results.json |
2 | | -version: "0.8.0" # including for REP and others to build logic on. |
3 | | -source: fmu # always included, and always this value if FMU made it. For quick identification for external consumers. |
| 1 | +$schema: https://main-fmu-schemas-dev.radix.equinor.com/schemas/0.12.0/fmu_results.json |
| 2 | +version: "0.12.0" # including for REP and others to build logic on. |
| 3 | +source: fmu # always included, and always this value if FMU made it. For quick identification for external consumers. |
4 | 4 |
|
5 | 5 | tracklog: |
6 | 6 | - datetime: '2020-10-28T14:28:02' |
|
24 | 24 | description: |
25 | 25 | - detailed description |
26 | 26 | - optional |
27 | | - |
| 27 | + |
28 | 28 | context: |
29 | 29 | stage: "realization" |
30 | | - |
| 30 | + |
31 | 31 | workflow: # not sure, but a reference to the workflow / job that made this. Making it expandable. |
32 | 32 | reference: rms/structural_model |
33 | 33 |
|
|
39 | 39 | description: |
40 | 40 | - yet other detailed description |
41 | 41 | - optional |
42 | | - restart_from: 15ce3b84-766f-4c93-9050-b154861f9100 # fmu.iteration.uuid for another iteration/case |
| 42 | + restart_from: 15ce3b84-766f-4c93-9050-b154861f9100 # fmu.ensemble.uuid for another ensemble/case |
43 | 43 |
|
44 | | - iteration: |
| 44 | + ensemble: |
45 | 45 | id: 0 # always an int, will be 0 for e.g. "pred" |
46 | | - uuid: 4b939310-34b1-4179-802c-49460bc0f799 # hash of case.uuid + iteration.id |
| 46 | + uuid: 4b939310-34b1-4179-802c-49460bc0f799 # hash of case.uuid + ensemble.id |
47 | 47 | name: "iter-0" # /"pred" |
48 | 48 |
|
49 | | - realization: # could be expanded in the future? |
| 49 | + entity: |
| 50 | + uuid: dc2971e1-abae-4691-92fc-17fbd926461a |
| 51 | + |
| 52 | + realization: # could be expanded in the future? |
50 | 53 | id: 33 |
51 | | - uuid: 29a15b21-ce13-471b-9a4a-0f791552aa51 # hash of case.uuid + iteration.uuid + realization.id |
| 54 | + uuid: 29a15b21-ce13-471b-9a4a-0f791552aa51 # hash of case.uuid + ensemble.uuid + realization.id |
52 | 55 | name: "realization-33" |
53 | 56 | parameters: # directly pass parameters.txt. This is potentially a lot of content, only a stub is included here. |
54 | 57 | SENSNAME: faultseal |
|
61 | 64 | FAULT_SEAL_SCALING: 0.1 |
62 | 65 | FWL_CENTRAL: 1677 |
63 | 66 | jobs: # directly pass jobs.json. This is a lot of content, only a stub is included here. |
64 | | - umask: '0002' |
| 67 | + umask: "0002" |
65 | 68 | DATA_ROOT: /some/path/20.4.0_20201106/ert/model |
66 | 69 | anything: something |
67 | 70 | something: |
68 | 71 | anything: something |
69 | 72 | global_update_path: {} |
70 | 73 | jobList: |
71 | | - - name: MAKE_DIRECTORY |
72 | | - min_arg: 1 |
73 | | - anything: something |
| 74 | + - name: MAKE_DIRECTORY |
| 75 | + min_arg: 1 |
| 76 | + anything: something |
74 | 77 |
|
75 | 78 | file: |
76 | 79 | relative_path: realization-33/iter-0/share/results/maps/volantis_gp_base--amplitude.gri # case-relative |
77 | 80 | absolute_path: /some/absolute/path//realization-33/iter-0/share/results/maps/volantis_gp_base--amplitude.gri |
78 | | - checksum_md5: 0123456789abcdef0123456789abcdef # checksum of the file, not the data. |
| 81 | + checksum_md5: 0123456789abcdef0123456789abcdef # checksum of the file, not the data. |
79 | 82 |
|
80 | 83 | data: # The data block describes the actual data (e.g. surface). Only present in data objects |
81 | | - |
82 | 84 | # if stratigraphic, name must match the strat column. This is the official name of this surface. |
83 | 85 | name: volantis_top-volantis_base |
84 | | - stratigraphic: false # if true, this is a stratigraphic surface found in the strat column |
85 | | - offset: 0.0 # to be used if a specific horizon is represented with an offset. |
| 86 | + stratigraphic: false # if true, this is a stratigraphic surface found in the strat column |
| 87 | + offset: 0.0 # to be used if a specific horizon is represented with an offset. |
86 | 88 |
|
87 | 89 | top: # not required, but allowed |
88 | 90 | name: volantis_gp_top |
@@ -127,7 +129,7 @@ data: # The data block describes the actual data (e.g. surface). Only present in |
127 | 129 | yinc: 25.0 |
128 | 130 | yflip: 1 |
129 | 131 | rotation: 30.000000834826057 |
130 | | - undef: 1.0e+33 # Allow both number and string |
| 132 | + undef: 1.0e+33 # Allow both number and string |
131 | 133 | bbox: |
132 | 134 | xmin: 456012.5003497944 |
133 | 135 | xmax: 467540.52762886323 |
@@ -181,10 +183,9 @@ masterdata: |
181 | 183 | field: |
182 | 184 | - identifier: DROGON |
183 | 185 | uuid: 00000000-0000-0000-0000-000000000000 |
184 | | - coordinate_system: # changing from "coordinates" to clarify this is not content |
| 186 | + coordinate_system: # changing from "coordinates" to clarify this is not content |
185 | 187 | identifier: ST_WGS84_UTM37N_P32637 |
186 | 188 | uuid: ad214d85-dac7-19da-e053-c918a4889309 |
187 | 189 | stratigraphic_column: |
188 | 190 | identifier: DROGON_2020 |
189 | 191 | uuid: 12345678-1234-1234-1234-123456789012 |
190 | | - |
|
0 commit comments