Difference between revisions of "The context input dynamico.xml Input File"
From Planets
(Created page with "<syntaxhighlight lang="xml" line> TBD </syntaxthighlight>") |
|||
Line 1: | Line 1: | ||
<syntaxhighlight lang="xml" line> | <syntaxhighlight lang="xml" line> | ||
− | + | <context id="icosagcm_input" > | |
+ | <calendar type="d360" start_date="2000-01-01 00:00:00" time_origin="2000-01-01 00:00:00"/> | ||
+ | |||
+ | <file_definition type="one_file" par_access="collective"> | ||
+ | |||
+ | <file id="start" name="start" enabled="true" mode="read" output_freq="1d"> | ||
+ | <field id="xcell_start" name="xcell" domain_ref="i" operation="instant" prec="8"/> | ||
+ | <field id="ycell_start" name="ycell" domain_ref="i" operation="instant" prec="8"/> | ||
+ | <field id="zcell_start" name="zcell" domain_ref="i" operation="instant" prec="8"/> | ||
+ | </file> | ||
+ | </file_definition> | ||
+ | |||
+ | <domain_definition> | ||
+ | <domain id="i"/> | ||
+ | </domain_definition> | ||
+ | |||
+ | </context> | ||
</syntaxthighlight> | </syntaxthighlight> |
Revision as of 17:10, 12 October 2022
<syntaxhighlight lang="xml" line> <context id="icosagcm_input" >
<calendar type="d360" start_date="2000-01-01 00:00:00" time_origin="2000-01-01 00:00:00"/>
<file_definition type="one_file" par_access="collective">
<file id="start" name="start" enabled="true" mode="read" output_freq="1d"> <field id="xcell_start" name="xcell" domain_ref="i" operation="instant" prec="8"/> <field id="ycell_start" name="ycell" domain_ref="i" operation="instant" prec="8"/> <field id="zcell_start" name="zcell" domain_ref="i" operation="instant" prec="8"/> </file> </file_definition>
<domain_definition> <domain id="i"/> </domain_definition>
</context> </syntaxthighlight>