Skip to content

Commit

Permalink
Add read_access=.true. to xml, seems to be needed by XIOS3 but not XIOS2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-cole committed May 21, 2024
1 parent ebe1a95 commit 84d7edf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

<file_definition type="one_file">
<file id="din" name="domain_input_ugrid" output_freq="1ts" mode="read" enabled=".true." convention="UGRID" >
<field id="odatax" name="original_data" domain_ref="original_domain" operation="instant" />
<field id="odatax" name="original_data" domain_ref="original_domain" operation="instant" read_access=".true." />
</file>
<file id="dinr" name="domain_input" output_freq="1ts" mode="read" enabled=".true." convention="CF" >
<field id="edatax" name="resample_data" domain_ref="resampled_domain" operation="instant" />
<field id="edatax" name="resample_data" domain_ref="resampled_domain" operation="instant" read_access=".true." />
</file>
</file_definition>

Expand Down
4 changes: 2 additions & 2 deletions xios_examples/read_unstructured_domain_resample/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@

<file_definition type="one_file">
<file id="domain_input_ugrid" output_freq="1ts" mode="read" enabled=".true." convention="UGRID" >
<field id="odatain" name="original_data" domain_ref="original_domain" operation="instant" />
<field id="odatain" name="original_data" domain_ref="original_domain" operation="instant" read_access=".true." />
</file>
<file id="domain_input" output_freq="1ts" mode="read" enabled=".true." convention="CF" >
<field id="edatain" name="resample_data" domain_ref="resampled_domain" operation="instant" />
<field id="edatain" name="resample_data" domain_ref="resampled_domain" operation="instant" read_access=".true." />
</file>
<file id="domain_output_ugrid" output_freq="1ts" convention="UGRID" >
<field_group operation="once">
Expand Down

0 comments on commit 84d7edf

Please sign in to comment.