Ignore:
Timestamp:
Apr 29, 2020, 8:32:20 PM (4 years ago)
Author:
lguez
Message:

Do not output t_int if activate_ocean_skin == 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Ocean_skin/DefLists/iodef.xml

    r2509 r3672  
    1 <?xml version="1.0"?>
     1<?xml version = "1.0"?>
    22<simulation>
    3        
    4         <context  id="xios">
    5                 <variable_definition>
    6                 <variable_group id="buffer">
    7                 buffer_size = 85000000
    8                 buffer_server_factor_size = 2
    9                 </variable_group>
     3  <context  id = "xios">
     4    <variable_definition>
     5      <variable_group id = "buffer">
     6        buffer_size = 85000000
     7        buffer_server_factor_size = 2
     8      </variable_group>
    109
    11                 <variable_group id="parameters" >
    12                         <variable id="using_server" type="bool">true</variable>
    13                         <variable id="info_level" type="int">0</variable>
    14                 </variable_group>
    15                 </variable_definition>
    16         </context>
    17        
     10      <variable_group id = "parameters" >
     11        <variable id = "using_server" type = "bool">false</variable>
     12        <variable id = "info_level" type = "int">0</variable>
     13      </variable_group>
    1814
    19         <context id="LMDZ" src="./context_lmdz.xml"/>
     15      <variable id = "print_file" type = "bool">true</variable>
     16    </variable_definition>
    2017
     18  </context>
    2119
     20  <context id = "LMDZ" src = "./context_lmdz.xml"/>
    2221</simulation>
Note: See TracChangeset for help on using the changeset viewer.