source: CMIP6/DAMIP/CM61-LR-hist-GHG-03.1950/Debug/CM61-LR-hist-GHG-03.1950_19490101_19491231_context_orchidee.xml @ 4385

Last change on this file since 4385 was 4385, checked in by ggalod, 5 years ago

sauvegarde exp DAMIP

File size: 8.9 KB
Line 
1context_orchidee.xml
2
3_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
4|  0   context_orchidee.xml
5- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
60<!-- =========================================================================================================== -->
70<!-- ORCHIDEE context                                                                                            -->
80<!-- context_orchidee.xml : Configuration file for ORCHIDEE for production of output files using XIOS            -->
90<!--                                                                                                             -->
100<!-- $HeadURL: svn://forge.ipsl.jussieu.fr/orchidee/tags/ORCHIDEE_2_0/ORCHIDEE/src_xml/context_orchidee.xml $                -->
110<!-- $Date: 2018-03-27 11:27:04 +0200 (Tue, 27 Mar 2018) $                                                     -->
120<!-- $Revision: 5153 $                                                                                           -->
130<!-- =========================================================================================================== -->
140<context id="orchidee">
15
16
17<!-- =========================================================================================================== -->
18<!-- Definition of all existing variables                                                                        -->
19<!-- DO NOT CHANGE THIS FILE                                                                                     -->
20<!-- =========================================================================================================== -->
21<field_definition src="./field_def_orchidee.xml"/>
22
23
24<!-- =========================================================================================================== -->
25<!-- Definition of input files                                                                                   -->
26<!-- DO NOT CHANGE THIS FILE                                                                                     -->
27<!-- =========================================================================================================== -->
28<file_definition src="./file_def_input_orchidee.xml"/>
290
300
31<!-- =========================================================================================================== -->
32<!-- Definition of output files                                                                                  -->
33<!-- Definition of variables or groups included in the different files                                           -->
34<!-- CHANGE THIS FILE BY ADDING THE FILES AND/OR VARIABLES YOU WANT TO PRODUCE                                   -->
35<!-- Only variables and groups existing in field_def_orchidee.xml can be used                                    -->
36<!-- =========================================================================================================== -->
37<file_definition src="./file_def_orchidee.xml"/>
38
39
40<!-- =========================================================================================================== -->
41<!-- Definition of horizontal domain                                                                             -->
42<!-- =========================================================================================================== -->
43<domain_definition>
440    <domain id="domain_landpoints"/>
450
460    <domain id="domain_inputfile_moistc" type="rectilinear">
470      <generate_rectilinear_domain />
480    </domain>
490
500    <domain id="domain_inputfile_snow" type="rectilinear">
510      <generate_rectilinear_domain />
520    </domain>
530
540    <domain id="greordered"  domain_ref="domain_landpoints">
550      <reorder_domain invert_lat="true" shift_lon_fraction="0.5" min_lon="0" max_lon="360" />
560    </domain>
570
58</domain_definition>
59
60<!-- =========================================================================================================== -->
61<!-- Definition of vertical axis and extra dimensions                                                            -->
62<!-- =========================================================================================================== -->
63<axis_definition>
640    <!-- Vertical axis and extra dimensions -->
650    <axis id="nvm" name="veget" standard_name="model_level_number" long_name="Vegetation types" unit="1"/>
660    <axis id="nlut" name="nlut" standard_name="landusetype4" long_name="Number of land use types specified by LUMIP" unit="1"/>
670    <axis id="ncarb" name="ncarb" standard_name="ncarb" long_name="Number of soil carbon pools" unit="1"/>
680    <axis id="nlaip1" name="laiax" standard_name="model_level_number" long_name="Interface of LAI layers" unit="1"/>
690    <axis id="ngrnd" name="solth" standard_name="model_level_number" long_name="Thermal soil levels" unit="m"/>
700    <axis id="nstm" name="soiltyp" standard_name="model_level_number" long_name="Soil tiles" unit="1"/>
710    <axis id="nnobio" name="nobio" standard_name="model_level_number" long_name="Other surface types" unit="1"/>
720    <axis id="albtyp" standard_name="model_level_number" long_name="Albedo types" unit="1"/>
730    <axis id="nslm" name="solay" standard_name="model_level_number" long_name="Hydrological soil levels" unit="1"/>
740    <axis id="nsnow" name="snowlev" standard_name="model_level_number" long_name="Snow levels" unit="1"/>
750    <axis id="P10" standard_name="model_level_number" long_name="Pool 10 years" unit="1"/>
760    <axis id="P100" standard_name="model_level_number" long_name="Pool 100 years" unit="1"/>
770    <axis id="P11" standard_name="model_level_number" long_name="Pool 10 years + 1" unit="1"/>
780    <axis id="P101" standard_name="model_level_number" long_name="Pool 100 years + 1" unit="1"/>
79</axis_definition>
800
810
82<!-- =========================================================================================================== -->
83<!-- Definition of output and input grids                                                                        -->
84<!-- =========================================================================================================== -->
85<grid_definition>
860
870    <!-- Definition of output grids -->
880    <grid id="grid_landpoints">
890      <domain domain_ref="domain_landpoints" />
900    </grid>
910
920    <grid id="grid_nslm_nstm">
930      <domain domain_ref="domain_landpoints" >
940        <interpolate_domain order="1"/>
950      </domain>
960      <axis axis_ref="nslm" />
970      <axis axis_ref="nstm" />
980    </grid>
990
1000    <grid id="grid_nvm">
1010      <domain domain_ref="domain_landpoints" />
1020      <axis axis_ref="nvm" />
1030    </grid>
1040
1050    <grid id="grid_nlut">
1060      <domain domain_ref="domain_landpoints" />
1070      <axis axis_ref="nlut" />
1080    </grid>
1090
1100    <grid id="grid_ncarb">
1110      <domain domain_ref="domain_landpoints" />
1120      <axis axis_ref="ncarb" />
1130    </grid>
1140
1150    <grid id="grid_nstm">
1160      <domain domain_ref="domain_landpoints" />
1170      <axis axis_ref="nstm" />
1180    </grid>
1190
1200    <grid id="grid_nslm">
1210      <domain domain_ref="domain_landpoints" />
1220      <axis axis_ref="nslm" />
1230    </grid>
1240
1250    <grid id="grid_ngrnd">
1260      <domain domain_ref="domain_landpoints" />
1270      <axis axis_ref="ngrnd" />
1280    </grid>
1290
1300    <grid id="grid_albtyp">
1310      <domain domain_ref="domain_landpoints" />
1320      <axis axis_ref="albtyp" />
1330    </grid>
1340
1350    <grid id="grid_nnobio">
1360      <domain domain_ref="domain_landpoints" />
1370      <axis axis_ref="nnobio" />
1380    </grid>
1390
1400    <grid id="grid_nlaip1">
1410      <domain domain_ref="domain_landpoints" />
1420      <axis axis_ref="nlaip1" />
1430    </grid>
1440
1450    <grid id="grid_nsnow">
1460      <domain domain_ref="domain_landpoints" />
1470      <axis axis_ref="nsnow" />
1480    </grid>
1490
1500    <grid id="grid_nsnow2">
1510      <domain domain_ref="domain_landpoints" >
1520        <interpolate_domain order="1"/>
1530      </domain>
1540      <axis axis_ref="nsnow" />
1550    </grid>
1560
1570    <grid id="grid_nvm_nstm">
1580      <domain domain_ref="domain_landpoints" />
1590      <axis axis_ref="nvm" />
1600      <axis axis_ref="nstm" />
1610    </grid>
1620
1630    <grid id="grid_P10">
1640      <domain domain_ref="domain_landpoints" />
1650      <axis axis_ref="P10" />
1660    </grid>
1670
1680    <grid id="grid_P11">
1690      <domain domain_ref="domain_landpoints" />
1700      <axis axis_ref="P11" />
1710    </grid>
1720
1730    <grid id="grid_P100">
1740      <domain domain_ref="domain_landpoints" />
1750      <axis axis_ref="P100" />
1760    </grid>
1770
1780    <grid id="grid_P101">
1790      <domain domain_ref="domain_landpoints" />
1800      <axis axis_ref="P101" />
1810    </grid>
1820
1830    <!-- Definition of input grids -->
1840    <grid id="grid_inputfile_moistc">
1850      <domain domain_ref="domain_inputfile_moistc"/>
1860      <axis axis_ref="nslm" />
1870      <axis axis_ref="nstm" />
1880    </grid> 
1890
1900    <grid id="grid_inputfile_snow">
1910      <domain domain_ref="domain_inputfile_snow"/>
1920      <axis axis_ref="nsnow" />
1930    </grid> 
194</grid_definition>
195
1960</context>
197
Note: See TracBrowser for help on using the repository browser.