source: LMDZ6/branches/Ocean_skin/DefLists/file_def_histdyn_lmdz.xml @ 4368

Last change on this file since 4368 was 4368, checked in by lguez, 19 months ago

Sync latest trunk changes to Ocean_skin

File size: 1.2 KB
Line 
1<file_definition>
2        <file_group id="defile">
3        <file id="dynhist_xios" name="dynhist_xios" type="one_file" output_freq="1ts" output_level="5"  enabled="false">
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="instant" >
20              <field field_ref="PS" level="10" />
21            </field_group>
22            <!-- VARS 3D -->
23            <field_group operation="instant" >
24              <field field_ref="U" level="10" />
25              <field field_ref="V" level="10" />
26              <field field_ref="THETA" level="10" />
27              <field field_ref="TEMP" level="10" />
28              <field field_ref="PHI" level="10" />
29              <field field_ref="MASSE" level="10" />
30            </field_group>
31
32        </file>
33
34        </file_group>
35    </file_definition>
Note: See TracBrowser for help on using the repository browser.