source: XIOS/dev/XIOS_DEV_CMIP6/inputs/Second_server/context_surface.xml @ 1457

Last change on this file since 1457 was 1071, checked in by oabramkina, 7 years ago

dev: test for secondary servers added.

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