source: LMDZ6/trunk/DefLists/file_def_histdynav_lmdz.xml @ 4146

Last change on this file since 4146 was 4146, checked in by Laurent Fairhead, 2 years ago

Source code and xml files needed for XIOS output in the LMDZ LonLat? dynamical core.
One flag controls everything: ok_dyn_xios. Parameters controlling outputs need to be put in the xml
files, nothing is set in the code
Work to follow on the dynzon file and the modipsl/libIGCM framework.
ok_dyn_xios = n should not change anything

File size: 1.2 KB
Line 
1<file_definition>
2        <file_group id="defile">
3        <file id="dynhistave_xios" name="dynhistave_xios" type="one_file" output_freq="1mo" output_level="5"  enabled="true">
4
5            <!-- VARS 1D -->
6<!--            <field_group operation="once">  -->
7<!--              <field field_ref="Ap" level="1" />  -->
8<!--              <field field_ref="Bp" level="1" />  -->
9<!--              <field field_ref="Alt" level="1" />  -->
10<!--            </field_group>  -->
11
12            <field_group operation="once">
13            </field_group>
14
15            <field_group operation="instant">
16            </field_group>
17
18            <!-- VARS 2D -->
19            <field_group operation="average" >
20              <field field_ref="PS" level="1" />
21            </field_group>
22            <!-- VARS 3D -->
23            <field_group operation="average" >
24              <field field_ref="U" level="5" />
25              <field field_ref="V" level="5" />
26              <field field_ref="THETA" level="5" />
27              <field field_ref="TEMP" level="5" />
28              <field field_ref="PHI" level="5" />
29              <field field_ref="MASSE" level="5" />
30            </field_group>
31
32        </file>
33
34        </file_group>
35    </file_definition>
Note: See TracBrowser for help on using the repository browser.