source: CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/PARAM/INCA/LAM/context_inca.xml @ 6843

Last change on this file since 6843 was 6843, checked in by acosce, 6 weeks ago

modification in IPSLCM7_WORK for subconfiguration ICOLMDZORINCA and LMDZORINCA

  • Add file_def_inca.xml for AER chemistry in PARAM/INCA (to add regrid in case of using unstructured grid) - to be used only with tag CM7.0 / will be removed then with last inca version
  • Add tracers_AER_dynamico.xml file to be use in CE0L for dynamico configuration and AER chemistry
  • Add LAM experiment for AER chemistry - working version
File size: 6.4 KB
Line 
1<!-- =========================================================================================================== -->
2<!-- ORCHIDEE context                                                                                            -->
3<!-- context_orchidee.xml : Configuration file for ORCHIDEE for production of output files using XIOS            -->
4<!-- =========================================================================================================== -->
5<context id="inca">
6 
7 
8  <!-- =========================================================================================================== -->
9  <!-- Definition of all existing variables                                                                        -->
10  <!-- DO NOT CHANGE THIS FILE                                                                                     -->
11  <!-- =========================================================================================================== -->
12  <field_definition src="./field_def_inca.xml"/>
13  <!-- =========================================================================================================== -->
14  <!-- Definition of output files                                                                                  -->
15  <!-- Definition of variables or groups included in the different files                                           -->
16  <!-- CHANGE THIS FILE BY ADDING THE FILES AND/OR VARIABLES YOU WANT TO PRODUCE                                   -->
17  <!-- Only variables and groups existing in field_def_orchidee.xml can be used                                    -->
18  <!-- =========================================================================================================== -->
19  <file_definition src="./file_def_inca.xml"/>
20  <file_definition src="./file_def_inca_restart.xml"/>
21 
22 
23  <!-- =========================================================================================================== -->
24  <!-- Definition of horizontal domain                                                                             -->
25  <!-- =========================================================================================================== -->
26  <domain_definition>
27    <domain id="dom_chem"/>
28
29
30    <!-- Standard output horizontal domain:                                                                         -->
31    <!-- The same as the model grid is used by default for regular longitude-latitude grid. If the model is running -->
32    <!-- on an unstructred grid, this dom_cheù will be changed to dom_chem_regular, see below.     -->   
33    <domain id="dom_chem_out" domain_ref="dom_chem" />
34
35
36    <!-- Interpolated output horizontal domain:                                                                   -->
37    <!-- This domain is used for output when the modele is running on an unstructured grid. For that case,        -->
38    <!-- the INCA fortran code will switch so that dom_chem_out make reference to this domain.       -->
39<!-- attention dim en dur -->
40
41<!--
42<domain id="dom_chem_regular" ni_glo="144" nj_glo="143" type="rectilinear"  >
43      <generate_rectilinear_domain lat_start="-90" lat_end="90" lon_start="0"/>
44      <interpolate_domain order="1" renormalize="true" detect_missing_value="true"/>
45    </domain>
46-->
47
48    <domain id="dom_chem_regular" ni_glo="300" nj_glo="232" type="rectilinear"  >
49     <generate_rectilinear_domain lat_start="38" lat_end="55" lon_start="-9" lon_end="13"/>
50     <interpolate_domain order="1" renormalize="true" detect_missing_value="true"/>
51    </domain>
52
53    <!-- Output horizontal domain used for CMIP6 simulations:                                                    -->
54    <!-- This domain is only used when running with the workflow CMIP6 and dr2xml_inca.xml files.            -->
55    <domain id="greordered"  domain_ref="dom_glo">
56      <reorder_domain invert_lat="true" shift_lon_fraction="0.5" min_lon="0" max_lon="360" />
57    </domain> 
58
59
60  </domain_definition>
61 
62  <!-- =========================================================================================================== -->
63  <!-- Definition of vertical axis and extra dimensions                                                            -->
64  <!-- =========================================================================================================== -->
65 
66  <!-- Define groups of vertical axes -->
67  <axis_definition>
68
69    <axis id="presnivs" standard_name="Vertical levels" unit="Pa" />
70    <axis id="paprsniv" prec="8" long_name = "number of layer interfaces" standard_name ="number of layer interfaces" unit="1"/>
71    <axis id="veget" />
72    <axis id="surf" />
73    <axis id="klev"  prec="8" long_name = "number of layers" standard_name ="number of layers" unit="1" />
74    <axis id="bnds" standard_name="bounds" unit="1" />
75
76    <axis id="axis_lat" standard_name="Latitude axis">
77        <reduce_domain operation="average" direction="iDir" />
78    </axis>
79
80
81  </axis_definition>
82
83  <grid_definition>
84
85<!-- specifics grids without lon/lat -->
86
87    <grid id="klev_bnds"> 
88       <axis axis_ref="klev" /> 
89       <axis axis_ref="bnds" /> 
90    </grid>
91
92    <grid id="klevp1_bnds"> 
93       <axis axis_ref="paprsniv" /> 
94       <axis axis_ref="bnds" /> 
95    </grid>
96
97    <grid id="grid_vertical">
98      <axis axis_ref="presnivs" /> 
99    </grid>
100
101<!-- grid 2D -->
102     <grid id="grid_chem">
103        <domain domain_ref="dom_chem" />
104     </grid>
105
106     <grid id="grid_chem_out">
107        <domain domain_ref="dom_chem_out" />
108     </grid>
109
110<!-- grids 3D -->
111
112     <grid id="grid_presnivs">
113        <domain domain_ref="dom_chem" />
114        <axis axis_ref="presnivs" />
115     </grid>
116
117     <grid id="grid_presnivs_out">
118        <domain domain_ref="dom_chem_out" />
119        <axis axis_ref="presnivs" />
120     </grid>
121
122     <grid id="grid_surf">
123        <domain domain_ref="dom_chem" />
124        <axis axis_ref="surf" />
125     </grid>
126
127     <grid id="grid_surf_out">
128        <domain domain_ref="dom_chem_out" />
129        <axis axis_ref="surf" />
130     </grid>
131
132     <grid id="grid_veget">
133        <domain domain_ref="dom_chem" />
134        <axis axis_ref="veget" />
135     </grid>
136
137     <grid id="grid_veget_out">
138        <domain domain_ref="dom_chem_out" />
139        <axis axis_ref="veget" />
140     </grid>
141
142     <grid id="grid_paprsniv">
143        <domain domain_ref="dom_chem" />
144        <axis axis_ref="paprsniv" />
145     </grid>
146
147     <grid id="grid_paprsniv_out">
148        <domain domain_ref="dom_chem_out" />
149        <axis axis_ref="paprsniv" />
150     </grid>
151
152  </grid_definition>
153
154</context>
Note: See TracBrowser for help on using the repository browser.