Ignore:
Timestamp:
May 12, 2016, 12:18:20 PM (8 years ago)
Author:
Laurent Fairhead
Message:

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

File:
1 copied

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/DefLists/iodef_XIOS1.0.xml

    r2508 r2509  
    1010
    1111                <variable_group id="parameters" >
    12                         <variable id="using_server" type="boolean">true</variable>
     12                        <variable id="using_server" type="bool">true</variable>
    1313                        <variable id="info_level" type="int">0</variable>
    1414                </variable_group>
Note: See TracChangeset for help on using the changeset viewer.