Changes between Initial Version and Version 1 of Documentation/UserGuide/XIOSinConfig


Ignore:
Timestamp:
2015-11-03T17:08:56+01:00 (9 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/XIOSinConfig

    v1 v1  
     1= Activate XIOS in configuration ORCHIDEE_trunk using libIGCM = 
     2Compile using target with_xios, installation as usual: 
     3 
     4{{{ 
     5svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     6cd modipsl/util 
     7./model ORCHIDEE_trunk 
     8cd ../config/ORCHIDEE_OL 
     9gmake with_xios 
     10}}} 
     11 
     12 
     13Prepare your simulation set up as usual. Choose for example OOL_SEC_STO experiment. Activate XIOS by setting XIOS=y in orchidee_ol.card, IOIPSL output will be deactivated automatically: 
     14 
     15{{{ 
     16cd OOL_SEC_STO 
     17vi COMP/orchidee_ol.card    # Change to XIOS=y 
     18}}} 
     19 
     20Change 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: 
     21 
     22{{{ 
     23#D-- ListOfComponents - 
     24[ListOfComponents] 
     25SRF= (sechiba, orchidee) 
     26SBG= (stomate, orchidee) 
     27OOL= (orchidee_ol, orchidee) 
     28IOS= (xios, XIOS) 
     29 
     30#D-- Executable - 
     31[Executable] 
     32SRF= ("", "") 
     33SBG= ("", "") 
     34OOL= (orchidee_ol, orchidee_ol, 31MPI) 
     35IOS= (xios_server.exe, xios.x, 1MPI) 
     36 
     37... 
     38RebuildFrequency=NONE 
     39... 
     40#D-- IOS - 
     41[IOS] 
     42WriteFrequency="" 
     43Restart= n 
     44RestartDate= 
     45RestartJobName= 
     46RestartPath= 
     47}}} 
     48 
     49 
     50 
     51The 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{{{ 
     53GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bounds, Areas, Contfrac) 
     54}}} 
     55