source: CONFIG/publications/ICOLMDZORINCA_CO2_Transport_GMD_2023/XIOS/inputs/Regular_ugrid/context_atmosphere.xml @ 6607

Last change on this file since 6607 was 6607, checked in by acosce, 10 months ago

XIOS used for ICOLMDZORINCA_CO2_Transport_GMD_2023

File size: 679 bytes
Line 
1<!-- Context atm -->
2
3<context id="atmosphere">
4
5  <field_definition freq_op="1ts" enabled=".TRUE." operation="instant" >
6   <field id="temp" name="temp" long_name="Surface Temperature" unit="K" domain_ref="face" />
7  </field_definition>
8
9  <file_definition type="one_file" output_freq="1h" par_access="collective" enabled=".TRUE.">
10    <file id="output_cube_CF" name="output_cube_CF" >
11      <field field_ref="temp"/>
12    </file> 
13    <file id="output_cube_UGRID" name="output_cube_UGRID" convention="UGRID">
14      <field field_ref="temp"/>
15   </file>
16 </file_definition>
17
18  <domain_definition>
19   <domain id="face" name="mesh" nvertex="4"/> 
20 </domain_definition>
21 </context>
Note: See TracBrowser for help on using the repository browser.