Skip to content

Commit 84d7edf

Browse files
committed
Add read_access=.true. to xml, seems to be needed by XIOS3 but not XIOS2
1 parent ebe1a95 commit 84d7edf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

xios_examples/read_unstructured_domain_resample/domain_check.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616

1717
<file_definition type="one_file">
1818
<file id="din" name="domain_input_ugrid" output_freq="1ts" mode="read" enabled=".true." convention="UGRID" >
19-
<field id="odatax" name="original_data" domain_ref="original_domain" operation="instant" />
19+
<field id="odatax" name="original_data" domain_ref="original_domain" operation="instant" read_access=".true." />
2020
</file>
2121
<file id="dinr" name="domain_input" output_freq="1ts" mode="read" enabled=".true." convention="CF" >
22-
<field id="edatax" name="resample_data" domain_ref="resampled_domain" operation="instant" />
22+
<field id="edatax" name="resample_data" domain_ref="resampled_domain" operation="instant" read_access=".true." />
2323
</file>
2424
</file_definition>
2525

xios_examples/read_unstructured_domain_resample/main.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232

3333
<file_definition type="one_file">
3434
<file id="domain_input_ugrid" output_freq="1ts" mode="read" enabled=".true." convention="UGRID" >
35-
<field id="odatain" name="original_data" domain_ref="original_domain" operation="instant" />
35+
<field id="odatain" name="original_data" domain_ref="original_domain" operation="instant" read_access=".true." />
3636
</file>
3737
<file id="domain_input" output_freq="1ts" mode="read" enabled=".true." convention="CF" >
38-
<field id="edatain" name="resample_data" domain_ref="resampled_domain" operation="instant" />
38+
<field id="edatain" name="resample_data" domain_ref="resampled_domain" operation="instant" read_access=".true." />
3939
</file>
4040
<file id="domain_output_ugrid" output_freq="1ts" convention="UGRID" >
4141
<field_group operation="once">

0 commit comments

Comments
 (0)