source: LMDZ6/branches/IPSLCM6.0.15/DefLists/context_lmdz.xml @ 3879

Last change on this file since 3879 was 3530, checked in by oboucher, 5 years ago

Adding possibility for daily StratAer? outputs

  • 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: 6.9 KB
RevLine 
[2013]1<!-- Context LMDZ -->
[2509]2<context id="LMDZ">
3<!--  <calendar type="D360" start_date="1980-01-01 00:00:00" /> -->
[3014]4
[2013]5  <!-- Define available variables -->
[2995]6  <field_definition src="./field_def_lmdz.xml"/>
[3014]7
[2013]8  <!-- Define output files
[3014]9              Each file contains the list of variables and their output levels -->
10
[2013]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"/>
[2792]14<!--  <file_definition src="./file_def_histLES_lmdz.xml"/> -->
[3014]15  <file_definition src="./file_def_histmth_lmdz.xml"/>
[2792]16<!--  <file_definition src="./file_def_histstn_lmdz.xml"/> -->
[2013]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"/>
[3300]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"/> --> 
[2751]23  <file_definition src="./file_def_histstrataer_lmdz.xml"/>
[3530]24  <file_definition src="./file_def_histdaystrataer_lmdz.xml"/>
[3014]25 
[2013]26  <!-- Define domains and groups of domains -->
27  <domain_definition>
28    <domain id="dom_glo" data_dim="2" />
[3271]29    <domain id="greordered"  domain_ref="dom_glo">
30      <reorder_domain invert_lat="true" shift_lon_fraction="0.5" min_lon="0" max_lon="360" />
31    </domain> 
[2013]32  </domain_definition>
33 
34  <!-- Need to define a grid? Do it here -->
[2509]35<!--  <grid_definition>
[2013]36    <grid_group id="vertical" axis_ref="presnivs" />
[2509]37  </grid_> -->
[2663]38
[2829]39<!-- Define Scalar grid for GHG, orbital parameters and solar constants -->
40  <grid_definition>
41    <grid id="grid_scalar" >
42    <scalar/>
43    </grid>
44  </grid_definition>
45 
[2013]46  <!-- Define groups of vertical axes -->
47  <axis_definition>
48    <axis id="presnivs" standard_name="Vertical levels" unit="Pa">
49    </axis>
[2156]50    <axis id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa">
51    </axis> 
52    <axis id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit="">
53    </axis>
[3018]54    <axis id="Ahyb_inter" standard_name="A comp of Hyb Cord at interface" unit="Pa">
55    </axis> 
56    <axis id="Bhyb_inter" standard_name="B comp of Hyb Cord at interface" unit="">
57    </axis>
[2156]58    <axis id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km">
59    </axis>
60    <axis id="plev" standard_name="model_level_number" unit="Pa">
61    </axis>
[3284]62    <axis id="klev"  prec="8" long_name = "number of layers"
63          standard_name ="number of layers" unit="1">
[3016]64    </axis>
[3284]65    <axis id="klevp1"  prec="8" long_name = "number of layer interfaces"
66          standard_name ="number of layer interfaces" unit="1">
67    </axis>
[3016]68    <axis id="bnds" standard_name="bounds" unit="1" >
69    </axis>
[3048]70    <axis id="spectband" standard_name="Sensor Band Central Radiation Wavenumber" unit="m-1">
71    </axis>
[3164]72    <axis id="axis_lat" standard_name="Latitude axis">
73           <reduce_domain operation="average" direction="iDir" />
74    </axis>
[2557]75
76<!-- Cosp axis definitions-->
[2589]77    <axis id="height" standard_name="Cosp levels" unit="m"> 
78    </axis>
79    <axis id="height_mlev" standard_name="height_mlev" unit="m"> 
80    </axis>
81    <axis id="sza" standard_name="solar_zenith_angle" unit="degrees">
82    </axis>
83    <axis id="pressure2" standard_name="pressure" unit="mb">
84    </axis>
85    <axis id="column" standard_name="column" unit="count"> 
86    </axis> 
87    <axis id="temp" standard_name="temperature" unit="K"> 
88    </axis> 
[3307]89    <axis id="cth" standard_name="altitude" unit="m"> 
[2589]90    </axis> 
[2717]91    <axis id="ReffIce" standard_name="ReffIce" unit="microne" >
92    </axis>
93    <axis id="ReffLiq" standard_name="ReffLiq" unit="microne" >
94    </axis>
[2822]95    <axis id="scatratio" standard_name="scatratio" unit="1" >
96    </axis>
97    <axis id="dbze" standard_name="dbze" unit="dBZ" >
98    </axis>
99    <axis id="tau" standard_name="tau" unit="1" >
100    </axis>
101  </axis_definition>
[2557]102
[2822]103  <grid_definition>
104
[3016]105    <grid id="klev_bnds"> <axis axis_ref="klev" /> <axis axis_ref="bnds" /> </grid>
[3284]106    <grid id="klevp1_bnds"> <axis axis_ref="klevp1" /> <axis axis_ref="bnds" /> </grid>
[3016]107
[2991]108     <grid id="grid_glo">
[3271]109        <domain domain_ref="dom_glo" />
[2991]110     </grid>
111
112     <grid id="grid_glo_presnivs">
[3271]113        <domain domain_ref="dom_glo" />
114        <axis axis_ref="presnivs" />
[2991]115     </grid>
116
117
118     <grid id="grid_glo_plev">
[3271]119        <domain domain_ref="dom_glo" />
120        <axis axis_ref="plev" />
[2991]121     </grid>
122
[3048]123     <grid id="grid_glo_spectband">
[3271]124        <domain domain_ref="dom_glo" />
125        <axis axis_ref="spectband" />
[3048]126     </grid>
127
[3014]128     <grid id="grid_glo_height">
[3271]129        <domain domain_ref="dom_glo" />
130        <axis axis_ref="height" />
[3014]131     </grid>
[2991]132
[3014]133     <grid id="grid_glo_heightmlev">
[3271]134        <domain domain_ref="dom_glo" />
135        <axis axis_ref="height_mlev" />
[3014]136     </grid>
137
138     <grid id="grid_glo_temp">
[3271]139        <domain domain_ref="dom_glo" />
140        <axis axis_ref="temp" />
[3014]141     </grid>
142
143     <grid id="grid_glo_sza">
[3271]144        <domain domain_ref="dom_glo" />
145        <axis axis_ref="sza" />
[3014]146     </grid>
147
148     <grid id="grid_glo_column">
[3271]149        <domain domain_ref="dom_glo" />
150        <axis axis_ref="column" />
[3014]151     </grid>
152
153
[2822]154<!-- Define 4D grids for Cosp simulator -->
155     <grid id="grid4Dcol">
[3271]156        <domain domain_ref="dom_glo" />
[3307]157        <axis axis_ref="column" />
[3271]158        <axis axis_ref="height_mlev" />
[2822]159     </grid>
160
161     <grid id="grid4Dsrbin">
[3271]162        <domain domain_ref="dom_glo" />
163        <axis axis_ref="height" />
164        <axis axis_ref="scatratio" />
[2822]165     </grid>
166
167     <grid id="grid4Ddbze">
[3271]168        <domain domain_ref="dom_glo" />
169        <axis axis_ref="height" />
170        <axis axis_ref="dbze" />
[2822]171     </grid>
172
173     <grid id="grid4Dtau">
[3271]174        <domain domain_ref="dom_glo" />
175        <axis axis_ref="tau" />
176        <axis axis_ref="pressure2" />
[2822]177     </grid>
178
179     <grid id="grid4Dmisr">
[3271]180        <domain domain_ref="dom_glo" />
[3307]181        <axis axis_ref="cth" />
[3271]182        <axis axis_ref="tau" />
[2822]183     </grid>
184
185     <grid id="grid4Dreffi">
[3271]186        <domain domain_ref="dom_glo" />
187        <axis axis_ref="tau" />
188        <axis axis_ref="ReffIce" />
[2822]189     </grid>
190
191     <grid id="grid4Dreffl">
[3271]192        <domain domain_ref="dom_glo" />
193        <axis axis_ref="tau" />
194        <axis axis_ref="ReffLiq" />
[2822]195     </grid>
[2955]196     <grid id="grid4Dcol2">
[3271]197        <domain domain_ref="dom_glo" />
198        <axis axis_ref="height" />
199        <axis axis_ref="column" />
[2955]200     </grid>
201
[3078]202 <!-- Grid definitions to allow summing of a 3D varaible -->   
203      <grid id="grid_3D" >
[3271]204         <domain domain_ref="dom_glo" />
205         <axis axis_ref="lev" />
[3078]206       </grid>
207
208       <grid id="grid_sum_axis">
[3271]209         <domain domain_ref="dom_glo" />
[3078]210         <scalar>
211            <reduce_axis operation="sum" />
212         </scalar>
213       </grid>
214
215       <grid id="grid_sum">
216         <scalar >
[3144]217        <reduce_domain operation="sum" local="true" />
218        <reduce_scalar operation="sum" />
[3078]219         </scalar>
220         <scalar>
221         </scalar>
[3144]222       </grid>
[3078]223
[2822]224  </grid_definition>
225
[2013]226</context>
Note: See TracBrowser for help on using the repository browser.