Difference between revisions of "The context input dynamico.xml Input File"

From Planets
Jump to: navigation, search
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
This file contains some definitions for the DYNAMICO start.nc file.
 +
 +
Do not edit or modify unless you know what you're doing!!
 +
 +
It should look something like this:
 
<syntaxhighlight lang="xml" line>
 
<syntaxhighlight lang="xml" line>
 
<context id="icosagcm_input" >
 
<context id="icosagcm_input" >
Line 18: Line 23:
 
</context>
 
</context>
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
See also the description of the companion [[The_''context_dynamico.xml''_Input_File|context_dynamico.xml]] XML file
 +
 +
[[Category:Inputs]]
 +
[[Category:Generic-DYNAMICO]]
 +
[[Category:Mars-DYNAMICO]]
 +
[[Category:DYNAMICO]]

Latest revision as of 17:09, 20 March 2023

This file contains some definitions for the DYNAMICO start.nc file.

Do not edit or modify unless you know what you're doing!!

It should look something like this:

 1 <context id="icosagcm_input" >
 2   <calendar type="d360" start_date="2000-01-01 00:00:00" time_origin="2000-01-01 00:00:00"/>
 3 
 4    <file_definition type="one_file" par_access="collective">
 5 
 6       <file id="start" name="start" enabled="true" mode="read" output_freq="1d">
 7           <field id="xcell_start" name="xcell" domain_ref="i" operation="instant" prec="8"/>
 8           <field id="ycell_start" name="ycell" domain_ref="i" operation="instant" prec="8"/>
 9           <field id="zcell_start" name="zcell" domain_ref="i" operation="instant" prec="8"/>
10       </file>
11    </file_definition>
12 
13   <domain_definition>
14     <domain id="i"/>
15   </domain_definition>
16 
17 </context>

See also the description of the companion context_dynamico.xml XML file