source: LMDZ6/trunk/DefLists/context_lmdz.xml @ 3018

Last change on this file since 3018 was 3018, checked in by musat, 7 years ago

Bug correction to context_lmdz.xml:
add Ahyb_inter, Bhyb_inter too..

  • 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: 5.4 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  <file_definition src="./file_def_histstrataer_lmdz.xml"/>
24 
25  <!-- Define domains and groups of domains -->
26  <domain_definition>
27    <domain id="dom_glo" data_dim="2" />
28  </domain_definition>
29 
30  <!-- Need to define a grid? Do it here -->
31<!--  <grid_definition>
32    <grid_group id="vertical" axis_ref="presnivs" />
33  </grid_> -->
34
35<!-- Define Scalar grid for GHG, orbital parameters and solar constants -->
36  <grid_definition>
37    <grid id="grid_scalar" >
38    <scalar/>
39    </grid>
40  </grid_definition>
41 
42  <!-- Define groups of vertical axes -->
43  <axis_definition>
44    <axis id="presnivs" standard_name="Vertical levels" unit="Pa">
45    </axis>
46    <axis id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa">
47    </axis> 
48    <axis id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit="">
49    </axis>
50    <axis id="Ahyb_inter" standard_name="A comp of Hyb Cord at interface" unit="Pa">
51    </axis> 
52    <axis id="Bhyb_inter" standard_name="B comp of Hyb Cord at interface" unit="">
53    </axis>
54    <axis id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km">
55    </axis>
56    <axis id="plev" standard_name="model_level_number" unit="Pa">
57    </axis>
58    <axis id="klev"  prec="8" long_name = "hybrid sigma pressure coordinate"
59          standard_name ="atmosphere_hybrid_sigma_pressure_coordinate" unit="1">
60    </axis>
61    <axis id="bnds" standard_name="bounds" unit="1" >
62    </axis>
63
64<!-- Cosp axis definitions-->
65    <axis id="height" standard_name="Cosp levels" unit="m"> 
66    </axis>
67    <axis id="height_mlev" standard_name="height_mlev" unit="m"> 
68    </axis>
69    <axis id="sza" standard_name="solar_zenith_angle" unit="degrees">
70    </axis>
71    <axis id="pressure2" standard_name="pressure" unit="mb">
72    </axis>
73    <axis id="column" standard_name="column" unit="count"> 
74    </axis> 
75    <axis id="temp" standard_name="temperature" unit="K"> 
76    </axis> 
77    <axis id="cth16" name="cth" standard_name="altitude" unit="m"> 
78    </axis> 
79    <axis id="ReffIce" standard_name="ReffIce" unit="microne" >
80    </axis>
81    <axis id="ReffLiq" standard_name="ReffLiq" unit="microne" >
82    </axis>
83    <axis id="scatratio" standard_name="scatratio" unit="1" >
84    </axis>
85    <axis id="dbze" standard_name="dbze" unit="dBZ" >
86    </axis>
87    <axis id="tau" standard_name="tau" unit="1" >
88    </axis>
89  </axis_definition>
90
91  <grid_definition>
92<!-- Define Scalar grid for GHG, orbital parameters and solar constants -->
93    <grid id="grid_scalar">
94    </grid>
95
96    <grid id="klev_bnds"> <axis axis_ref="klev" /> <axis axis_ref="bnds" /> </grid>
97
98     <grid id="grid_glo">
99        <domain id="dom_glo" />
100     </grid>
101
102     <grid id="grid_glo_presnivs">
103        <domain id="dom_glo" />
104        <axis id="presnivs" />
105     </grid>
106
107
108     <grid id="grid_glo_plev">
109        <domain id="dom_glo" />
110        <axis id="plev" />
111     </grid>
112
113     <grid id="grid_glo_height">
114        <domain id="dom_glo" />
115        <axis id="height" />
116     </grid>
117
118     <grid id="grid_glo_heightmlev">
119        <domain id="dom_glo" />
120        <axis id="height_mlev" />
121     </grid>
122
123     <grid id="grid_glo_temp">
124        <domain id="dom_glo" />
125        <axis id="temp" />
126     </grid>
127
128     <grid id="grid_glo_sza">
129        <domain id="dom_glo" />
130        <axis id="sza" />
131     </grid>
132
133     <grid id="grid_glo_column">
134        <domain id="dom_glo" />
135        <axis id="column" />
136     </grid>
137
138
139<!-- Define 4D grids for Cosp simulator -->
140     <grid id="grid4Dcol">
141        <domain id="dom_glo" />
142        <axis id="height_mlev" />
143        <axis id="column" />
144     </grid>
145
146     <grid id="grid4Dsrbin">
147        <domain id="dom_glo" />
148        <axis id="height" />
149        <axis id="scatratio" />
150     </grid>
151
152     <grid id="grid4Ddbze">
153        <domain id="dom_glo" />
154        <axis id="height" />
155        <axis id="dbze" />
156     </grid>
157
158     <grid id="grid4Dtau">
159        <domain id="dom_glo" />
160        <axis id="tau" />
161        <axis id="pressure2" />
162     </grid>
163
164     <grid id="grid4Dmisr">
165        <domain id="dom_glo" />
166        <axis id="tau" />
167        <axis id="cth16" />
168     </grid>
169
170     <grid id="grid4Dreffi">
171        <domain id="dom_glo" />
172        <axis id="tau" />
173        <axis id="ReffIce" />
174     </grid>
175
176     <grid id="grid4Dreffl">
177        <domain id="dom_glo" />
178        <axis id="tau" />
179        <axis id="ReffLiq" />
180     </grid>
181     <grid id="grid4Dcol2">
182        <domain id="dom_glo" />
183        <axis id="height" />
184        <axis id="column" />
185     </grid>
186
187  </grid_definition>
188
189</context>
Note: See TracBrowser for help on using the repository browser.