Last change
on this file since 5305 was
2509,
checked in by Laurent Fairhead, 8 years ago
|
Modifications for the XIOS 2 I/O library
LMDZ will now, by default, use the XIOS 2 library. If you need/want to link LMDZ
with the XIOS 1 library you will need to add the XIOS1 cpp key to your compilation thus:
makelmdz_fcm -d ... -cpp XIOS1 ... gcm
and then use the XIOS1 xml files for LMDZ that are in LMDZ/DefLists:
DefLists?/iodef_XIOS1.0.xml
DefLists?/context_lmdz_XIOS1.0.xml
as there are some incompatibilities between XIOS 1 and XIOS 2.
LF
|
-
Property copyright set to
Name of program: LMDZ Creation date: 1984 Version: LMDZ5 License: CeCILL version 2 Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539 See the license file in the root directory
|
File size:
530 bytes
|
Line | |
---|
1 | <?xml version="1.0"?> |
---|
2 | <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> |
---|
10 | |
---|
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 | |
---|
18 | |
---|
19 | <context id="LMDZ" src="./context_lmdz.xml"/> |
---|
20 | |
---|
21 | |
---|
22 | </simulation> |
---|
Note: See
TracBrowser
for help on using the repository browser.