source: LMDZ6/trunk/DefLists/field_def_lmdzdyn.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.4 KB
Line 
1<field_definition level="1" prec="4" operation="average" freq_op="1ts" enabled=".true." default_value="9.96921e+36">
2   
3    <field_group id="coordinates" grid_ref="grid_glo">
4        <field id="io_lon"  />
5        <field id="io_lat"  />
6    </field_group>
7
8    <field_group id="coord_hyb">
9        <field id="Ahyb"      axis_ref="klev" />
10        <field id="Ahyb_inter" grid_ref="klev_bnds" />
11        <field id="Bhyb"       axis_ref="klev"  />
12        <field id="Bhyb_inter"  grid_ref="klev_bnds" />
13    </field_group>
14   
15    <field_group id="fields_2D" grid_ref="grid_gloT">
16        <field id="PS" name="ps"    long_name="surface pressure" unit="hPa" />
17    </field_group>
18
19    <field_group id="fields_3D_U" grid_ref="grid_gloU_presnivs" >
20        <field id="U" name="u"    long_name="Zonal velocity " unit="ms-1" />
21    </field_group>
22
23    <field_group id="fields_3D_V" grid_ref="grid_gloV_presnivs" >
24        <field id="V" name="v"    long_name="Meridional velocity " unit="ms-1" />
25    </field_group>
26
27
28    <field_group id="fields_3D_T" grid_ref="grid_gloT_presnivs" >
29        <field id="THETA" name="theta" long_name="Potential Temperature " unit="K" />
30        <field id="TEMP"  name="temp" long_name="Temperature "    unit="K" />
31        <field id="PHI" name="phi" long_name="Geopotential " unit="ms-2" />
32        <field id="MASSE" name="masse" long_name="Mass of air "    unit="kg" />
33    </field_group>
34
35</field_definition>
Note: See TracBrowser for help on using the repository browser.