Ignore:
Timestamp:
Jan 28, 2021, 6:33:07 PM (3 years ago)
Author:
lguez
Message:

Revert these files to trunk state

File:
1 edited

Legend:

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

    r3798 r3812  
    1 <?xml version = "1.0"?>
     1<?xml version="1.0"?>
    22<simulation>
    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>
     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>
    910
    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>
     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       
    1418
    15       <variable id = "print_file" type = "bool">true</variable>
    16     </variable_definition>
     19        <context id="LMDZ" src="./context_lmdz.xml"/>
    1720
    18   </context>
    1921
    20   <context id = "LMDZ" src = "./context_lmdz.xml"/>
    2122</simulation>
Note: See TracChangeset for help on using the changeset viewer.