Changeset 3812 for LMDZ6/branches/Ocean_skin/DefLists/iodef.xml
- Timestamp:
- Jan 28, 2021, 6:33:07 PM (4 years ago)
- 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"?> 2 2 <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> 9 10 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 14 18 15 <variable id = "print_file" type = "bool">true</variable> 16 </variable_definition> 19 <context id="LMDZ" src="./context_lmdz.xml"/> 17 20 18 </context>19 21 20 <context id = "LMDZ" src = "./context_lmdz.xml"/>21 22 </simulation>
Note: See TracChangeset
for help on using the changeset viewer.