Changes between Version 2 and Version 3 of Documentation/UserGuide/XIOSinConfig


Ignore:
Timestamp:
2016-01-13T17:01:16+01:00 (8 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/XIOSinConfig

    v2 v3  
    11= Activate XIOS in configuration ORCHIDEE_trunk using libIGCM = 
     2 
     3Since 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.  
     4 
     5=== Activate XIOS in version older than 3109 or branches === 
    26Compile using target with_xios, installation as usual: 
    3  
    47{{{ 
    58svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     
    1821}}} 
    1922 
     23 
     24The bounds for the time step changed name from time_counter_bnds to time_counder_bounds. This needs to be changed in sechiba.card. Change time_counter_bnds at 2 places in sechiba.card to have: 
     25{{{ 
     26GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bounds, Areas, Contfrac) 
     27}}} 
     28 
     29=== Activate XIOS in server mode === 
    2030Change to run in server mode by activating the IOS component in config.card. Use the config.card.xios_server as example. You can set !RebuildFrequancy=NONE. The config.card should look like follow: 
    2131 
     
    4959 
    5060 
    51 The bounds for the time step changed name from time_counter_bnds to time_counder_bounds. This needs to be changed in sechiba.card. Change time_counter_bnds at 2 places in sechiba.card to have: 
    52 {{{ 
    53 GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bounds, Areas, Contfrac) 
    54 }}} 
    55