1 | <!-- Context LMDZ --> |
---|
2 | <context id="LMDZ" > |
---|
3 | <!-- Define available variables --> |
---|
4 | <field_definition src="./field_def_lmdz.xml"/> |
---|
5 | |
---|
6 | <!-- Define output files |
---|
7 | Each file contains the list of variables and their output levels --> |
---|
8 | <file_definition type="one_file" /> |
---|
9 | <file_definition src="./file_def_histday_lmdz.xml"/> |
---|
10 | <file_definition src="./file_def_histhf_lmdz.xml"/> |
---|
11 | <file_definition src="./file_def_histins_lmdz.xml"/> |
---|
12 | <file_definition src="./file_def_histLES_lmdz.xml"/> |
---|
13 | <file_definition src="./file_def_histmth_lmdz.xml"/> |
---|
14 | <file_definition src="./file_def_histstn_lmdz.xml"/> |
---|
15 | <file_definition src="./file_def_histmthNMC_lmdz.xml"/> |
---|
16 | <file_definition src="./file_def_histdayNMC_lmdz.xml"/> |
---|
17 | <file_definition src="./file_def_histhfNMC_lmdz.xml"/> |
---|
18 | <file_definition src="./file_def_histmthCOSP_lmdz.xml"/> |
---|
19 | <file_definition src="./file_def_histdayCOSP_lmdz.xml"/> |
---|
20 | <file_definition src="./file_def_histhfCOSP_lmdz.xml"/> |
---|
21 | |
---|
22 | <field_definition> |
---|
23 | |
---|
24 | <field_group id="etat0_limit_read" read_access="false" enabled="false" operation="instant"> |
---|
25 | <field id="ts" field_ref="ts_reg" domain_ref="from_ecphy" /> |
---|
26 | <field id="qs" field_ref="qs_reg" domain_ref="from_ecphy" /> |
---|
27 | <field id="landice" field_ref="landice_reg" domain_ref="from_landiceref" /> |
---|
28 | <field id="mask" field_ref="mask_reg" domain_ref="from_relief" /> |
---|
29 | <field id="sic_limit" field_ref="sic_reg" domain_ref="from_limit_amip" /> |
---|
30 | <field id="sst_limit" field_ref="sst_reg" domain_ref="from_limit_amip" /> |
---|
31 | <field id="rugos_limit" field_ref="rugos_reg" domain_ref="from_limit" > exp(this) </field> |
---|
32 | <field id="albedo_limit" field_ref="albedo_reg" domain_ref="from_limit" /> |
---|
33 | |
---|
34 | <field id="zmea" field_ref="zmea_reg" domain_ref="from_orography" /> |
---|
35 | <field id="zstd" field_ref="zstd_reg" domain_ref="from_orography" /> |
---|
36 | <field id="zsig" field_ref="zsig_reg" domain_ref="from_orography" /> |
---|
37 | <field id="zgam" field_ref="zgam_reg" domain_ref="from_orography" /> |
---|
38 | <field id="zthe" field_ref="zthe_reg" domain_ref="from_orography" /> |
---|
39 | |
---|
40 | </field_group> |
---|
41 | |
---|
42 | |
---|
43 | <field_group id="ozone_read" operation="instant " read_access="true"> |
---|
44 | <field id="tro3_read" field_ref="tro3_reg" domain_ref="from_ozone" axis_ref="axis_ozone" enabled="false"/> |
---|
45 | <field id="tro3_daylight_read" field_ref="tro3_daylight_reg" domain_ref="from_ozone" axis_ref="axis_ozone" enabled="false" /> |
---|
46 | </field_group> |
---|
47 | |
---|
48 | </field_definition> |
---|
49 | |
---|
50 | <file_definition> |
---|
51 | |
---|
52 | <file_group id="etat0_limit_read" type="one_file" mode="read" enabled=".FALSE." output_level="10" output_freq="1y" > |
---|
53 | |
---|
54 | <file id="ECPHY" name="ECPHY" > |
---|
55 | <field id="ts_reg" name="ST" domain_ref="domain_ecphy" operation="instant" freq_offset="1ts"/> |
---|
56 | <field id="qs_reg" name="CDSW" domain_ref="domain_ecphy" operation="instant" freq_offset="1ts"/> |
---|
57 | </file> |
---|
58 | |
---|
59 | <file id="landiceref" name="landiceref" > |
---|
60 | <field id="landice_reg" name="landice" domain_ref="domain_landiceref" operation="instant" freq_offset="1ts"/> |
---|
61 | </file> |
---|
62 | |
---|
63 | <file id="relief" name="Relief" > |
---|
64 | <field id="mask_reg" name="RELIEF" domain_ref="domain_relief" operation="instant" freq_offset="1ts"> this > 1e-5 </field> |
---|
65 | </file> |
---|
66 | |
---|
67 | <file id="amipbc_sic_1x1" name="amipbc_sic_1x1" > |
---|
68 | <field id="sic_reg" name="sicbcs" domain_ref="domain_limit_amip" axis_ref="time_month" operation="instant" freq_offset="1ts"/> |
---|
69 | </file> |
---|
70 | |
---|
71 | <file id="amipbc_sst_1x1" name="amipbc_sst_1x1" > |
---|
72 | <field id="sst_reg" name="tosbcs" domain_ref="domain_limit_amip" axis_ref="time_month" operation="instant" freq_offset="1ts"/> |
---|
73 | </file> |
---|
74 | |
---|
75 | <file id="rugos" name="Rugos" > |
---|
76 | <field id="rugos_reg" name="RUGOS" domain_ref="domain_limit" axis_ref="time_month" operation="instant" freq_offset="1ts"> log(this) </field> |
---|
77 | </file> |
---|
78 | |
---|
79 | <file id="albedo" name="Albedo" > |
---|
80 | <field id="albedo_reg" name="ALBEDO" domain_ref="domain_limit" axis_ref="time_month" operation="instant" freq_offset="1ts"/> |
---|
81 | </file> |
---|
82 | |
---|
83 | <file id="orography" name="orography_2_00" > |
---|
84 | |
---|
85 | <field_group domain_ref="domain_orography" operation="instant" freq_offset="1ts"> |
---|
86 | <field id="zmea_reg" name="phi" /> |
---|
87 | <field id="zstd_reg" name="mu" /> |
---|
88 | <field id="zsig_reg" name="sigma" /> |
---|
89 | <field id="zgam_reg" name="gama" /> |
---|
90 | <field id="zthe_reg" name="theta" /> |
---|
91 | </field_group > |
---|
92 | |
---|
93 | </file> |
---|
94 | |
---|
95 | </file_group> |
---|
96 | |
---|
97 | |
---|
98 | <file id="limit_write" name="limit" type="one_file" output_freq="1ts" sync_freq="1ts" enabled="false"> |
---|
99 | <field_group domain_ref="dom_glo" axis_ref="time_year" operation="once"> |
---|
100 | <field id="foce_limout" name="FOCE" long_name="Fraction ocean"/> |
---|
101 | <field id="fsic_limout" name="FSIC" long_name="Fraction glace de mer"/> |
---|
102 | <field id="fter_limout" name="FTER" long_name="Fraction terre"/> |
---|
103 | <field id="flic_limout" name="FLIC" long_name="Fraction land ice"/> |
---|
104 | <field id="sst_limout" name="SST" long_name="Temperature superficielle de la mer"/> |
---|
105 | <field id="bils_limout" name="BILS" long_name="Reference flux de chaleur au sol"/> |
---|
106 | <field id="alb_limout" name="ALB" long_name="Albedo a la surface"/> |
---|
107 | <field id="rug_limout" name="RUG" long_name="Rugosite" /> |
---|
108 | </field_group> |
---|
109 | </file> |
---|
110 | |
---|
111 | <file id="limit_read" name="limit" time_counter_name="time_year" type="one_file" output_freq="1d" mode="read" enabled="false"> |
---|
112 | <field_group domain_ref="dom_glo" freq_offset="1ts" operation="instant"> |
---|
113 | <field id="foce_limin" name="FOCE" long_name="Fraction ocean"/> |
---|
114 | <field id="fsic_limin" name="FSIC" long_name="Fraction glace de mer"/> |
---|
115 | <field id="fter_limin" name="FTER" long_name="Fraction terre"/> |
---|
116 | <field id="flic_limin" name="FLIC" long_name="Fraction land ice"/> |
---|
117 | <field id="sst_limin" name="SST" long_name="Temperature superficielle de la mer"/> |
---|
118 | <field id="bils_limin" name="BILS" long_name="Reference flux de chaleur au sol" enabled="false"/> |
---|
119 | <field id="alb_limin" name="ALB" long_name="Albedo a la surface"/> |
---|
120 | <field id="rug_limin" name="RUG" long_name="Rugosite" /> |
---|
121 | </field_group> |
---|
122 | </file> |
---|
123 | |
---|
124 | |
---|
125 | <file id="climoz_LMDZ" type="one_file" output_freq="1d" mode="read" > |
---|
126 | <field id="tro3_reg" name="tro3" domain_ref="domain_ozone" axis_ref="axis_ozone" operation="instant" freq_offset="1ts" enabled="false"/> |
---|
127 | <field id="tro3_daylight_reg" name="tro3_daylight" domain_ref="domain_ozone" axis_ref="axis_ozone" operation="instant" freq_offset="1ts" enabled="false"/> |
---|
128 | </file> |
---|
129 | |
---|
130 | </file_definition> |
---|
131 | |
---|
132 | <!-- Define domains and groups of domains --> |
---|
133 | <domain_definition> |
---|
134 | |
---|
135 | <domain_group id="dom_glo" data_dim="1" > |
---|
136 | |
---|
137 | <domain id="dom_glo" /> |
---|
138 | |
---|
139 | <domain id="from_ecphy" > |
---|
140 | <interpolate_domain/> |
---|
141 | </domain> |
---|
142 | |
---|
143 | <domain id="from_landiceref" > |
---|
144 | <interpolate_domain/> |
---|
145 | </domain> |
---|
146 | |
---|
147 | <domain id="from_relief" > |
---|
148 | <interpolate_domain/> |
---|
149 | </domain> |
---|
150 | |
---|
151 | <domain id="from_orography" > |
---|
152 | <interpolate_domain order="1"/> |
---|
153 | </domain> |
---|
154 | |
---|
155 | <domain id="from_limit" > |
---|
156 | <interpolate_domain/> |
---|
157 | </domain> |
---|
158 | |
---|
159 | <domain id="from_limit_amip" > |
---|
160 | <interpolate_domain/> |
---|
161 | </domain> |
---|
162 | |
---|
163 | <domain id="from_ozone" > |
---|
164 | <interpolate_domain order="1"/> |
---|
165 | </domain> |
---|
166 | |
---|
167 | </domain_group> |
---|
168 | |
---|
169 | <domain id="regular" ni_glo="96" nj_glo="95" type="rectilinear" > |
---|
170 | <generate_rectilinear_domain/> |
---|
171 | <interpolate_domain order="1"/> |
---|
172 | </domain> |
---|
173 | |
---|
174 | <domain id="domain_ecphy" type="rectilinear" > |
---|
175 | <generate_rectilinear_domain /> |
---|
176 | </domain> |
---|
177 | |
---|
178 | <domain id="domain_landiceref" type="rectilinear" > |
---|
179 | <generate_rectilinear_domain /> |
---|
180 | </domain> |
---|
181 | |
---|
182 | <domain id="domain_relief" type="rectilinear" > |
---|
183 | <generate_rectilinear_domain /> |
---|
184 | </domain> |
---|
185 | |
---|
186 | <domain id="domain_limit" type="rectilinear" > |
---|
187 | <generate_rectilinear_domain /> |
---|
188 | </domain> |
---|
189 | |
---|
190 | <domain id="domain_limit_amip" type="rectilinear" > |
---|
191 | <generate_rectilinear_domain /> |
---|
192 | </domain> |
---|
193 | |
---|
194 | <domain id="domain_ozone" type="rectilinear" > |
---|
195 | <generate_rectilinear_domain /> |
---|
196 | </domain> |
---|
197 | |
---|
198 | <domain id="domain_orography" type="rectilinear" > |
---|
199 | <generate_rectilinear_domain /> |
---|
200 | </domain> |
---|
201 | |
---|
202 | <domain id="dom_out" domain_ref="dom_glo"/> |
---|
203 | |
---|
204 | </domain_definition> |
---|
205 | |
---|
206 | <!-- Need to define a grid? Do it here --> |
---|
207 | <grid_definition> |
---|
208 | |
---|
209 | </grid_definition> |
---|
210 | |
---|
211 | <!-- Define groups of vertical axes --> |
---|
212 | <axis_definition> |
---|
213 | <axis id="time_month" n_glo="12" value="(0,11) [1 2 3 4 5 6 7 8 9 10 11 12]"/> |
---|
214 | <axis id="time_year" unit="day" /> |
---|
215 | <axis id="axis_ozone" unit="millibar" /> |
---|
216 | <axis id="presnivs" standard_name="Vertical levels" unit="Pa"/> |
---|
217 | <axis id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa"/> |
---|
218 | <axis id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit=""/> |
---|
219 | <axis id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km"/> |
---|
220 | <axis id="plev" standard_name="model_level_number" unit="Pa"/> |
---|
221 | <!-- <axis id="height" standard_name="Cosp levels" unit="m"> --> |
---|
222 | <!-- </axis> --> |
---|
223 | <!-- <axis id="height_mlev" standard_name="height_mlev" unit="m"> --> |
---|
224 | <!-- </axis> --> |
---|
225 | <!-- <axis id="sza" standard_name="solar_zenith_angle" unit="degrees"> --> |
---|
226 | <!-- </axis> --> |
---|
227 | <!-- <axis id="pressure2" standard_name="pressure" unit="mb"> --> |
---|
228 | <!-- </axis> --> |
---|
229 | <!-- <axis id="column" standard_name="column" unit="count"> --> |
---|
230 | <!-- </axis> --> |
---|
231 | </axis_definition> |
---|
232 | </context> |
---|