Changes between Version 6 and Version 7 of Documentation/UserGuide/XIOSinConfig


Ignore:
Timestamp:
2020-03-02T16:18:13+01:00 (4 years ago)
Author:
aducharne
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/XIOSinConfig

    v6 v7  
    1 = Using XIOS in configuration ORCHIDEE_trunk using libIGCM = 
     1= Using XIOS in libIGCM configurations = 
    22[[PageOutline]] 
    3 Since rev [3109] on the ORCHIDEE/trunk, XIOS is the default in the model and in the ORCHIDEE_OL libIGCM configuration. The default run mode is in attached mode. Use following description to to activate XIOS in an older version or a branch. See below how to activate XIOS in server mode.  
     3 
     4Author: J. Ghattas\\ 
     5Last revision: 2020/02/03, A. Ducharne  
     6 
     7Since rev [3109] on the ORCHIDEE/trunk, XIOS is the default method for output in the model and in the ORCHIDEE_OL libIGCM configuration. The default run mode is in attached mode.  
     8 
     9Use following description to activate XIOS in an older version or a branch. See below how to activate XIOS in server mode.  
     10 
     11The page also explains [https://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/UserGuide/XIOSinConfig?action=edit#Changingthelevelandfrequencyofoutputfiles how to adapt the level and frequence of output files]. 
     12 
    413=== Deactivate XIOS and use IOIPSL for output === 
    5 See here: [wiki:Documentation/UserGuide/DeactivateXIOS] 
    614 
     15See here to run ORCHIDEE without XIOS: [wiki:Documentation/UserGuide/DeactivateXIOS] 
    716 
    817=== Running XIOS in server mode or attached mode === 
     
    1120 * Server mode: the executable for the server XIOS (xios_server.exe) and the executable orchidee(orchidee_ol) should both be launched in multiple program mode. Normally only 1MPI is used for the server and several for the orchidee executable.  
    1221 
    13 '''Note: Server mode can not be used on a single pixel or when running ORCHIDEE in sequential mode.''' See below how to change to attached mode.  
     22When running with the libIGCM configuration, the choice between server and attached mode is done in config.card.  
    1423 
    15 The choice when running with the libIGCM configuration is done in config.card. The server mode is activated when the component IOS is set in [!ListOfComponents] and in [Executable] section in config.card. 
     24'''The server mode is activated when the component IOS is set in [!ListOfComponents] and in [Executable] section.''' 
    1625See here an extract from config.card for the case with server mode activated. No rebuild is needed therefore !RebuildFrequency=NONE is possible. 
    1726{{{ 
     
    4251}}} 
    4352 
    44 Server mode must be deactivated to run on a single pixel or on a small domain using only 1MIP for orchidee. To deactivate server mode(=running in attached mode), remove IOS from [!ListOfComponents] and [Executable] section in config.card. The last section [IOS] can be kept. See here an example of config.card for attached mode: 
     53'''Warning: Server mode cannot be used on a single pixel or when running ORCHIDEE in sequential mode (1MPI)''', for instance if you run on a small domain. It must be deactivated in these cases to run on a single pixel or on a small domain using only 1MIP for orchidee. To do so(= running in attached mode), remove IOS from [!ListOfComponents] and [Executable] section in config.card. The last section [IOS] can be kept. See here an example of config.card for attached mode: 
    4554{{{ 
    4655#D-- ListOfComponents - 
     
    6069... 
    6170}}} 
    62  
    6371 
    6472