source: LMDZ5/trunk/DefLists/context_lmdz.xml @ 2663

Last change on this file since 2663 was 2663, checked in by musat, 8 years ago

Define grid_scalar

  • 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: 2.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 
24  <!-- Define domains and groups of domains -->
25  <domain_definition>
26    <domain id="dom_glo" data_dim="2" />
27  </domain_definition>
28 
29  <!-- Need to define a grid? Do it here -->
30<!--  <grid_definition>
31    <grid_group id="vertical" axis_ref="presnivs" />
32  </grid_> -->
33
34<!-- Define Scalar grid for GHG, orbital parameters and solar constants -->
35  <grid_definition>
36    <grid id="grid_scalar" />
37    </grid_definition>
38 
39  <!-- Define groups of vertical axes -->
40  <axis_definition>
41    <axis id="presnivs" standard_name="Vertical levels" unit="Pa">
42    </axis>
43    <axis id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa">
44    </axis> 
45    <axis id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit="">
46    </axis>
47    <axis id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="km">
48    </axis>
49    <axis id="plev" standard_name="model_level_number" unit="Pa">
50    </axis>
51
52<!-- Cosp axis definitions-->
53    <axis id="height" standard_name="Cosp levels" unit="m"> 
54    </axis>
55    <axis id="height_mlev" standard_name="height_mlev" unit="m"> 
56    </axis>
57    <axis id="sza" standard_name="solar_zenith_angle" unit="degrees">
58    </axis>
59    <axis id="pressure2" standard_name="pressure" unit="mb">
60    </axis>
61    <axis id="column" standard_name="column" unit="count"> 
62    </axis> 
63    <axis id="temp" standard_name="temperature" unit="K"> 
64    </axis> 
65    <axis id="cth16" name="cth" standard_name="altitude" unit="m"> 
66    </axis> 
67
68  </axis_definition>
69</context>
Note: See TracBrowser for help on using the repository browser.