Changes between Version 4 and Version 5 of Documentation/UserGuide/DeactivateXIOS


Ignore:
Timestamp:
2016-05-27T19:24:51+02:00 (8 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/DeactivateXIOS

    v4 v5  
    3535}}} 
    3636 
     37'''The server mode must be deactivated from config.card.''' This is done by removing or comment IOS in the [!ListOfComponents] and [Executable] section in config.card. Following should be set : 
    3738 
     39{{{ 
     40#D-- ListOfComponents - 
     41[ListOfComponents] 
     42SRF= (sechiba, orchidee) 
     43SBG= (stomate, orchidee) 
     44OOL= (orchidee_ol, orchidee) 
     45#IOS= (xios, XIOS) 
     46 
     47#D-- Executable - 
     48[Executable] 
     49SRF= ("", "") 
     50SBG= ("", "") 
     51OOL= (orchidee_ol, orchidee_ol, 32MPI) 
     52#IOS= (xios_server.exe, xios.x, 1MPI) 
     53}}}