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

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

sauvegarde exp DAMIP

File size: 3.9 KB
Line 
1file_def_input_orchidee.xml
2
3_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
4|  0   file_def_input_orchidee.xml
5- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
60<!-- =========================================================================================================== -->
70<!-- file_def_input_orchidee.xml : Definition of input files                                                     -->
80<!--                                                                                                             -->
90<!-- This file contains the definition of input files and there variables for ORCHIDEE read by XIOS.             -->
100<!-- The section for input files should not be modified. The model will enable true or false these files         -->
110<!-- according to if they are needed by the simulation set up.                                                   -->
120<!--                                                                                                             -->
130<!--                                                                                                             -->
140<!-- $HeadURL: svn://forge.ipsl.jussieu.fr/orchidee/tags/ORCHIDEE_2_0/ORCHIDEE/src_xml/file_def_input_orchidee.xml $         -->
150<!-- $Date: 2017-08-28 17:07:44 +0200 (Mon, 28 Aug 2017) $                                                       -->
160<!-- $Revision: 4577 $                                                                                           -->
170<!-- =========================================================================================================== -->
180
190<file_definition type="one_file" par_access="collective" enabled=".TRUE." min_digits="4">
200
21<!-- ========================================================================================================= -->
22<!-- Definition of input files                                                                                 -->
23<!-- The input files are activated or desactivated from the source code depending on simulation set up.        -->
24<!-- The variables are here on the input source grid.                                                          -->
25<!-- Values higher than 1e10 are considered as missing and the field is then set to 0. A normalization using   -->
26<!-- the fraction of the grid cell with valied values are done in the field_def_orchidee.xml. If only missing  -->
27<!-- values are found for a grid cell, then a default value is set, also in field_def_orchidee.xml.            -->
28<!-- ========================================================================================================= -->
29<file id="nudge_moistc" name="nudge_moistc" type="one_file" mode="read" output_freq="1d">
300<variable id="LongName" type="string">IPSLCM6.1.3-LR</variable>
310    <field  id="moistc_in" name="moistc" operation="instant" grid_ref="grid_inputfile_moistc" freq_offset="1ts" > (this &gt; 1e10) ? 0 : this </field>
320    <field  id="mask_moistc_in" name="moistc" operation="instant" grid_ref="grid_inputfile_moistc" freq_offset="1ts" > (this &gt; 1e10) ? 0 : 1 </field>
33</file>
340
35<file id="nudge_snow" name="nudge_snow" type="one_file" mode="read" output_freq="1d">
360<variable id="LongName" type="string">IPSLCM6.1.3-LR</variable>
370    <field  id="snowdz_in" name="snowdz" operation="instant" grid_ref="grid_inputfile_snow" freq_offset="1ts" > (this &gt; 1e10) ? 0 : this </field>
380    <field  id="snowrho_in" name="snowrho" operation="instant" grid_ref="grid_inputfile_snow" freq_offset="1ts" > (this &gt; 1e10) ? 0 : this </field>
390    <field  id="snowtemp_in" name="snowtemp" operation="instant" grid_ref="grid_inputfile_snow" freq_offset="1ts" > (this &gt; 1e10) ? 0 : this </field>
400    <field  id="mask_snow_in" name="snowdz" operation="instant" grid_ref="grid_inputfile_snow" freq_offset="1ts" > (this &gt; 1e10) ? 0 : 1 </field>
41</file>
42
430</file_definition>
44
Note: See TracBrowser for help on using the repository browser.