source: branches/ORCHIDEE_2_2/ORCHIDEE/src_xml/context_driver2oasis.xml @ 8468

Last change on this file since 8468 was 8377, checked in by jan.polcher, 6 months ago

The modifications performed on the trunk for the coupling to WRF and the interpolation by XIOS on curviliean grids has been backported.

File size: 3.8 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 axis for the number of estuaries                                                              -->
8  <!-- =========================================================================================================== -->
9  <axis_definition>
10    <!-- Vertical axis and extra dimensions in sechiba -->
11    <axis id="nbhtu" name="nbhtu" standard_name="model_level_number" long_name="HTU dimension for routing" unit="1"/>
12    <axis id="nbasmon" name="nbasmon" standard_name="model_level_number" long_name="HTU monitoring dimension" unit="1"/>
13  </axis_definition>
14  <domain_definition>
15    <domain id="domain_landpoints"/>
16  </domain_definition>
17  <!-- =========================================================================================================== -->
18  <!-- Definition of all existing variables                                                                        -->
19  <!-- DO NOT CHANGE THIS FILE                                                                                     -->
20  <!-- =========================================================================================================== -->
21  <field_definition id="driver2oasis" prec="4" operation="average" freq_op="1ts" enabled=".TRUE." default_value="9.96921e+36">
22    <field_group id="2D" domain_ref="domain_landpoints">
23      <field id="swnet" name="SWnet" long_name="Net solar radiation" unit="W/m^2"/>
24      <field id="lwnet" name="LWnet" long_name="Net longwave radiation" unit="W/m^2"/>
25      <field id="tsolrad" name="TsolRad" long_name="Surface radiative temperature" unit="K"/>
26      <field id="albedo" name="Albedo" long_name="Surface albedo" unit="-"/>
27      <field id="z0m" name="z0m" long_name="Surface roughness for momentum" unit="1/m"/>
28      <field id="vevapp" name="Evap" long_name="Evaporation" unit="kg/m/s"/>
29      <field id="fluxsens" name="Qh" long_name="Sensible heat flux" unit="W/m^2"/>
30    </field_group>
31  </field_definition>
32  <!-- =========================================================================================================== -->
33  <!-- Definition of output files                                                                                  -->
34  <!-- Definition of variables or groups included in the different files                                           -->
35  <!-- CHANGE THIS FILE BY ADDING THE FILES AND/OR VARIABLES YOU WANT TO PRODUCE                                   -->
36  <!-- Only variables and groups existing in field_def_orchidee.xml can be used                                    -->
37  <!-- =========================================================================================================== -->
38  <file_definition type="one_file" par_access="collective" enabled=".TRUE." min_digits="4">
39    <!-- Definition of files with sechiba diagnostics -->
40    <file id="driver2oasis" name="driver2oasis_hist" output_level="1O" output_freq="1d" enabled=".FALSE.">
41      <field field_ref="swnet" level="1"/>
42      <field field_ref="lwnet" level="1"/>
43      <field field_ref="tsolrad" level="1"/>
44      <field field_ref="albedo" level="1"/>
45      <field field_ref="z0m"  level="1"/>
46      <field field_ref="vevapp"  level="1"/>
47      <field field_ref="fluxsens"  level="1"/>
48    </file>
49  </file_definition>
50 
51</context>
Note: See TracBrowser for help on using the repository browser.