source: dynamico_lmdz/aquaplanet/DEV_PHYSIC/RUN_ICOSA_LMDZ/context_lmdz.xml @ 4178

Last change on this file since 4178 was 4028, checked in by millour, 7 years ago

Rearrange ICOSAGCM/Physics interface so that multiple different LMDZ physics packages may be used.
So far only interfaces with 'lmd' and 'dev' physics are handled.
Added a 'DEV_PHYSICS' directory with sample def and xml files to test correct integration with 'dev' physics.
EM

File size: 3.2 KB
Line 
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_lmdz.xml"/>
10 
11 
12  <!-- Define domains and groups of domains -->
13  <domain_definition>
14   
15    <domain_group id="dom_glo" data_dim="1" >
16
17      <domain id="dom_glo"  />
18     
19      <domain id="from_ecphy" >
20        <interpolate_domain/>
21      </domain>
22
23      <domain id="from_landiceref" >
24        <interpolate_domain/>
25      </domain>
26
27      <domain id="from_relief" >
28        <interpolate_domain/>
29      </domain>
30
31      <domain id="from_orography" >
32        <interpolate_domain order="1"/>
33      </domain>
34
35      <domain id="from_limit" >
36        <interpolate_domain/>
37      </domain>
38
39      <domain id="from_limit_amip" >
40        <interpolate_domain/>
41      </domain>
42
43       <domain id="from_ozone" >
44        <interpolate_domain order="1"/>
45      </domain>
46 
47    </domain_group>
48
49    <domain id="dom_regular" ni_glo="96" nj_glo="95" type="rectilinear"  >
50      <generate_rectilinear_domain/>
51      <interpolate_domain order="1"/>
52    </domain>
53
54    <domain id="domain_ecphy"  type="rectilinear" >
55       <generate_rectilinear_domain /> 
56    </domain>
57
58    <domain id="domain_landiceref"  type="rectilinear" >
59       <generate_rectilinear_domain /> 
60    </domain>
61
62    <domain id="domain_relief"  type="rectilinear" >
63       <generate_rectilinear_domain /> 
64    </domain>
65 
66    <domain id="domain_limit"  type="rectilinear" >
67       <generate_rectilinear_domain /> 
68    </domain>
69
70    <domain id="domain_limit_amip"  type="rectilinear" >
71       <generate_rectilinear_domain /> 
72    </domain>
73
74    <domain id="domain_ozone" type="rectilinear" >
75       <generate_rectilinear_domain /> 
76    </domain>
77
78    <domain id="domain_orography" type="rectilinear" >
79       <generate_rectilinear_domain /> 
80    </domain>
81   
82    <domain id="dom_out" domain_ref="dom_regular"/>
83 
84  </domain_definition>
85 
86  <!-- Need to define a grid? Do it here -->
87  <grid_definition>
88
89  </grid_definition>
90 
91  <!-- Define groups of vertical axes -->
92  <axis_definition>
93    <axis id="time_month" n_glo="12" value="(0,11) [1 2 3 4 5 6 7 8 9 10 11 12]"/>
94    <axis id="time_year" unit="day" />
95    <axis id="axis_ozone" unit="millibar" />
96    <axis id="presnivs" standard_name="Vertical levels" unit="Pa"/>
97    <axis id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa"/>
98    <axis id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit=""/>
99    <axis id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km"/>
100    <axis id="plev" standard_name="model_level_number" unit="Pa"/>
101<!--    <axis id="height" standard_name="Cosp levels" unit="m"> -->
102<!--    </axis> -->
103<!--    <axis id="height_mlev" standard_name="height_mlev" unit="m"> -->
104<!--    </axis> -->
105<!--    <axis id="sza" standard_name="solar_zenith_angle" unit="degrees"> -->
106<!--    </axis> -->
107<!--    <axis id="pressure2" standard_name="pressure" unit="mb"> -->
108<!--    </axis> -->
109<!--    <axis id="column" standard_name="column" unit="count"> -->
110<!--    </axis> -->
111  </axis_definition>
112</context>
Note: See TracBrowser for help on using the repository browser.