source: branches/publications/ORCHIDEE_gmd-2018-57/src_xml/context_driver2oasis.xml @ 6145

Last change on this file since 6145 was 4513, checked in by jan.polcher, 7 years ago

This commit corrects an error in the output of the largest rivers together with the location of the estuaries.

Now driver2oasis also outputs variables to XIOS. I has its own context and uses the same server as ORCHIDEE. For the moment only river flow to the estuaries is written to file.

File size: 3.2 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="driver2oasis"> 
6  <!-- =========================================================================================================== -->
7  <!-- Definition of all existing variables                                                                        -->
8  <!-- DO NOT CHANGE THIS FILE                                                                                     -->
9  <!-- =========================================================================================================== -->
10  <field_definition id="driver2oasis" prec="4" operation="average" freq_op="1d" enabled=".TRUE." default_value="9.96921e+36">
11    <field_group id="driver2oasis" axis_ref="nbrivers">
12      <field id="LonRivers" name="LonRivers" long_name="Longitude of river estuaries" unit="Degrees East" operation="once"/>
13      <field id="LatRivers" name="LatRivers" long_name="Latitude of river estuaries" unit="Degrees North" operation="once"/>
14      <field id="RiverFlow" name="RiverFlow" long_name="Flow of the rivers into the esturay" unit="m^3/s"/>
15    </field_group>
16  </field_definition>
17  <!-- =========================================================================================================== -->
18  <!-- Definition of output files                                                                                  -->
19  <!-- Definition of variables or groups included in the different files                                           -->
20  <!-- CHANGE THIS FILE BY ADDING THE FILES AND/OR VARIABLES YOU WANT TO PRODUCE                                   -->
21  <!-- Only variables and groups existing in field_def_orchidee.xml can be used                                    -->
22  <!-- =========================================================================================================== -->
23  <file_definition type="one_file" par_access="collective" enabled=".TRUE." min_digits="4">
24    <!-- Definition of files with sechiba diagnostics -->
25    <file id="driver2oasis" name="driver2oasis_hist" output_level="1O" output_freq="1d" enabled=".TRUE.">
26      <field field_ref="LonRivers" level="1"/>
27      <field field_ref="LatRivers" level="1"/>
28      <field field_ref="RiverFlow" level="1"/>
29    </file>
30  </file_definition>
31 
32  <!-- =========================================================================================================== -->
33  <!-- Definition of axis for the number of estuaries                                                              -->
34  <!-- =========================================================================================================== -->
35  <axis_definition>
36    <!-- Vertical axis and extra dimensions in sechiba -->
37    <axis id="nbrivers" name="nbrivers" standard_name="number_rivers" long_name="Number of rivers flowing into estuaries" unit="1"/>
38  </axis_definition>
39
40</context>
Note: See TracBrowser for help on using the repository browser.