Skip to content
Snippets Groups Projects
Commit 8771e111 authored by Moritz Hanke's avatar Moritz Hanke
Browse files

adds missing file

commit: a1726c8d
parent b52b9bb4
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example XML document -->
<coupling
xmlns="http://www.w3schools.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3schools.com coupling.xsd">
<redirect redirect_of_root="false" redirect_stdout="false"/>
<components>
<component id="1">
<name>comp_1</name>
<model>some_model...</model>
<simulated>ocean</simulated>
<transient_grid_refs>
<transient_grid_ref id="1" transient_ref="1" grid_ref="1" collection_size="1"/>
<transient_grid_ref id="2" transient_ref="2" grid_ref="1" collection_size="1"/>
<transient_grid_ref id="3" transient_ref="3" grid_ref="1" collection_size="1"/>
</transient_grid_refs>
</component>
<component id="2">
<name>comp_2</name>
<model>some_model...</model>
<simulated>ocean</simulated>
<transient_grid_refs>
<transient_grid_ref id="1" transient_ref="1" grid_ref="2" collection_size="1"/>
<transient_grid_ref id="2" transient_ref="2" grid_ref="2" collection_size="1"/>
<transient_grid_ref id="3" transient_ref="3" grid_ref="2" collection_size="1"/>
</transient_grid_refs>
</component>
</components>
<transients>
<transient id="1" transient_standard_name="transient_1" />
<transient id="2" transient_standard_name="transient_2" />
<transient id="3" transient_standard_name="transient_3" />
</transients>
<grids>
<grid id="1" alias_name="grid1" />
<grid id="2" alias_name="grid2" />
</grids>
<dates>
<start_date>2008-03-09T16:05:07</start_date>
<end_date>2008-03-10T16:05:07</end_date>
<calendar>proleptic-gregorian</calendar>
</dates>
<timestep_unit>second</timestep_unit>
<couples>
<couple>
<component1 component_id="1" />
<component2 component_id="2" />
<transient_couple transient_id="1">
<source component_ref="1" transient_grid_ref="1" />
<target transient_grid_ref="1" />
<timestep>
<source>10</source>
<target>20</target>
<coupling_period operation="accumulate">60</coupling_period>
<source_timelag>60</source_timelag>
<target_timelag>60</target_timelag>
</timestep>
<interpolation_requirements
use_source_mask="true" use_target_mask="true">
<interpolation method="average"
mask_handling="partial_average" />
</interpolation_requirements>
<debug_mode
at_source_before_interpolation="true"
at_source_after_interpolation="false"
at_target="false" />
<enforce_write_restart>false</enforce_write_restart>
<enforce_write_weight_file>false</enforce_write_weight_file>
</transient_couple>
<transient_couple transient_id="2">
<source component_ref="1" transient_grid_ref="2" />
<target transient_grid_ref="2" />
<timestep>
<source>10</source>
<target>20</target>
<coupling_period operation="accumulate">60</coupling_period>
<source_timelag>60</source_timelag>
<target_timelag>60</target_timelag>
</timestep>
<interpolation_requirements
use_source_mask="true" use_target_mask="true">
<interpolation method="average"
mask_handling="partial_average" />
</interpolation_requirements>
<debug_mode
at_source_before_interpolation="true"
at_source_after_interpolation="false"
at_target="false" />
<enforce_write_restart>false</enforce_write_restart>
<enforce_write_weight_file>false</enforce_write_weight_file>
</transient_couple>
<transient_couple transient_id="3">
<source component_ref="1" transient_grid_ref="3" />
<target transient_grid_ref="3" />
<timestep>
<source>10</source>
<target>20</target>
<coupling_period operation="accumulate">60</coupling_period>
<source_timelag>60</source_timelag>
<target_timelag>60</target_timelag>
</timestep>
<interpolation_requirements
use_source_mask="true" use_target_mask="true">
<interpolation method="average"
mask_handling="partial_average" />
</interpolation_requirements>
<debug_mode
at_source_before_interpolation="true"
at_source_after_interpolation="false"
at_target="false" />
<enforce_write_restart>false</enforce_write_restart>
<enforce_write_weight_file>false</enforce_write_weight_file>
</transient_couple>
</couple>
</couples>
</coupling>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment