mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-22 15:33:29 -06:00
Update to the opm-flow internal Damaris XML to support the HDF5 select writing option so that local variable data is written to global variable position in HDF5 output
This commit is contained in:
parent
3315027bcc
commit
89d13e479c
@ -53,7 +53,7 @@ set (opm-simulators_DEPS
|
||||
"opm-common REQUIRED"
|
||||
"opm-grid REQUIRED"
|
||||
"opm-models REQUIRED"
|
||||
"Damaris 1.7"
|
||||
"Damaris 1.9"
|
||||
"HDF5"
|
||||
"Tracy"
|
||||
)
|
||||
|
@ -50,7 +50,7 @@ std::string initDamarisXmlFile()
|
||||
<layout name="zonal_layout_usmesh_integer" type="int" dimensions="n_elements_local" global="n_elements_total" comment="For the field data e.g. Pressure" />
|
||||
<variable name="GLOBAL_CELL_INDEX" layout="zonal_layout_usmesh_integer" type="scalar" visualizable="false" time-varying="false" centering="zonal" />
|
||||
<layout name="zonal_layout_usmesh" type="double" dimensions="n_elements_local" global="n_elements_total" comment="For the field data e.g. Pressure" />
|
||||
<variable name="PRESSURE" layout="zonal_layout_usmesh" type="scalar" visualizable="false" unit="Pa" centering="zonal" store="_MYSTORE_OR_EMPTY_REGEX_" />
|
||||
<variable name="PRESSURE" layout="zonal_layout_usmesh" type="scalar" visualizable="false" select-file="GLOBAL_CELL_INDEX" unit="bar" centering="zonal" store="_MYSTORE_OR_EMPTY_REGEX_" />
|
||||
_MORE_VARIABLES_REGEX_
|
||||
</data>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user