source: LMDZ5/branches/IPSLCM5A2.1/DefLists/context_lmdz.xml @ 3629

Last change on this file since 3629 was 3629, checked in by acozic, 4 years ago

Add new grid, new axis and new variables for cmip protocole and dr2xml

  • field_group id="coord_hyb"
  • grid_ref="klevp1_bnds"
  • grid_ref="klev_bnds"
  • domain id="greordered"
  • axis id="axis_lat"
  • axis id="bnds"
  • axis id="klevp1"
  • axis id="klev"
  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
File size: 4.5 KB
Line 
1<!-- Context LMDZ -->
2<context id="LMDZ">
3<!--  <calendar type="D360" start_date="1980-01-01 00:00:00" /> -->
4 
5  <!-- Define available variables -->
6  <field_definition src="./field_def_lmdz.xml"/> 
7 
8  <!-- Define output files
9       Each file contains the list of variables and their output levels -->
10 
11  <file_definition src="./file_def_histday_lmdz.xml"/>
12  <file_definition src="./file_def_histhf_lmdz.xml"/>
13  <file_definition src="./file_def_histins_lmdz.xml"/>
14  <file_definition src="./file_def_histLES_lmdz.xml"/>
15  <file_definition src="./file_def_histmth_lmdz.xml"/> 
16  <file_definition src="./file_def_histstn_lmdz.xml"/>
17  <file_definition src="./file_def_histmthNMC_lmdz.xml"/>
18  <file_definition src="./file_def_histdayNMC_lmdz.xml"/>
19  <file_definition src="./file_def_histhfNMC_lmdz.xml"/>
20  <file_definition src="./file_def_histmthCOSP_lmdz.xml"/>
21  <file_definition src="./file_def_histdayCOSP_lmdz.xml"/>
22  <file_definition src="./file_def_histhfCOSP_lmdz.xml"/>
23 
24  <!-- Define domains and groups of domains -->
25  <domain_definition>
26    <domain id="dom_glo" data_dim="2" />
27    <domain id="greordered"  domain_ref="dom_glo">
28      <reorder_domain invert_lat="true" shift_lon_fraction="0.5" min_lon="0" max_lon="360" />
29    </domain> 
30  </domain_definition>
31 
32  <!-- Need to define a grid? Do it here -->
33<!--  <grid_definition>
34    <grid_group id="vertical" axis_ref="presnivs" />
35  </grid_> -->
36
37  <grid_definition>
38
39    <grid id="klev_bnds"> <axis axis_ref="klev" /> <axis axis_ref="bnds" /> </grid>
40    <grid id="klevp1_bnds"> <axis axis_ref="klevp1" /> <axis axis_ref="bnds" /> </grid>
41
42     <grid id="grid_glo">
43        <domain domain_ref="dom_glo" />
44     </grid>
45
46     <grid id="grid_glo_presnivs">
47        <domain domain_ref="dom_glo" />
48        <axis axis_ref="presnivs" />
49     </grid>
50
51     <grid id="grid_glo_height">
52        <domain domain_ref="dom_glo" />
53        <axis axis_ref="height" />
54     </grid>
55
56     <grid id="grid_glo_sza">
57        <domain domain_ref="dom_glo" />
58        <axis axis_ref="sza" />
59     </grid>
60
61     <grid id="grid_glo_heightmlev">
62        <domain domain_ref="dom_glo" />
63        <axis axis_ref="height_mlev" />
64     </grid>
65
66     <grid id="grid_glo_temp">
67        <domain domain_ref="dom_glo" />
68        <axis axis_ref="temp" />
69     </grid>
70
71     <grid id="grid_glo_plev">
72        <domain domain_ref="dom_glo" />
73        <axis axis_ref="plev" />
74     </grid>
75
76     <grid id="grid_glo_pressure2">
77        <domain domain_ref="dom_glo" />
78        <axis axis_ref="pressure2" />
79     </grid>
80
81     <grid id="grid_glo_column">
82        <domain domain_ref="dom_glo" />
83        <axis axis_ref="column" />
84     </grid>
85
86     <grid id="grid_glo_cth16">
87        <domain domain_ref="dom_glo" />
88        <axis axis_ref="cth16" />
89     </grid>
90
91  </grid_definition>
92 
93  <!-- Define groups of vertical axes -->
94  <axis_definition>
95    <axis id="presnivs" standard_name="Vertical levels" unit="Pa">
96    </axis>
97    <axis id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa">
98    </axis> 
99    <axis id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit="">
100    </axis>
101    <axis id="Ahyb_inter" standard_name="A comp of Hyb Cord at interface" unit="Pa">
102    </axis> 
103    <axis id="Bhyb_inter" standard_name="B comp of Hyb Cord at interface" unit="">
104    </axis>
105    <axis id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km">
106    </axis>
107    <axis id="plev" standard_name="model_level_number" unit="Pa">
108    </axis>
109    <axis id="klev"  prec="8" long_name = "number of layers"
110          standard_name ="number of layers" unit="1">
111    </axis>
112    <axis id="klevp1"  prec="8" long_name = "number of layer interfaces"
113          standard_name ="number of layer interfaces" unit="1">
114    </axis>
115    <axis id="bnds" standard_name="bounds" unit="1" >
116    </axis>
117    <axis id="axis_lat" standard_name="Latitude axis">
118        <reduce_domain operation="average" direction="iDir" />
119    </axis>
120
121<!-- Cosp axis definitions-->
122    <axis id="height" standard_name="Cosp levels" unit="m"> 
123    </axis>
124    <axis id="height_mlev" standard_name="height_mlev" unit="m"> 
125    </axis>
126    <axis id="sza" standard_name="solar_zenith_angle" unit="degrees">
127    </axis>
128    <axis id="pressure2" standard_name="pressure" unit="mb">
129    </axis>
130    <axis id="column" standard_name="column" unit="count"> 
131    </axis> 
132    <axis id="temp" standard_name="temperature" unit="K"> 
133    </axis> 
134    <axis id="cth16" name="cth" standard_name="altitude" unit="m"> 
135    </axis> 
136
137
138  </axis_definition>
139</context>
Note: See TracBrowser for help on using the repository browser.