source: XIOS/dev/XIOS_DEV_CMIP6/inputs/Regular_ugrid/context_atmosphere.xml @ 1482

Last change on this file since 1482 was 924, checked in by oabramkina, 8 years ago

Parallel version of UGRID norms.

The following connectivity parameters have been implemented:

edge_nodes
face_nodes
face_edges
edge_faces
face_faces.

Test with a regular(structured) quadrilateral mesh (test_regular) has been added.

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.