Changes between Version 4 and Version 5 of Doc/Config/ORCHIDEE_OL


Ignore:
Timestamp:
10/13/15 16:21:03 (9 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Config/ORCHIDEE_OL

    v4 v5  
    3030The '''''.resol''''' file does not exist for ORCHIDEE_OL because the executables can be used for all resolutions.  
    3131 
    32 # Special compiling cases # 
     32# Compilation # 
    3333The compiling is slightly different depending on the configuration : 
    3434 * ORCHIDEE_trunk : compiling is done from modipsl/config/ORCHIDEE_OL using  
     
    5353There are 2 or 3 other directories(depending on the version) containing experiments which have a different structure. These experiments are looping over several sub-jobs. This documentation do not describe the usage of these specific experiments. 
    5454 * SPINUP   : this experiment loops on the various sub-experiments of OOL_SEC_STO, OOL_SEC, TESTSTOMATE and FORCESOIL.  
    55  * FLUXNET/ENSEMBLE : a chain of SPINUP on the FLUXNET site to validate ORCHIDEE  
     55 * FLUXNET/ENSEMBLE : a chain of SPINUP on the FLUXNET site to validate ORCHIDEE.  
     56 
     57# XIOS / IOIPSL # 
     58XIOS can be used with ORCHIDEE_trunk configuration as option. All other versions can only run with IOIPSL output.  
     59 
     60To run with XIOS with ORCHIDEE_trunk configuration you need to : 
     61  1. Compile using ''gmake with_xios'' 
     62  2. Activate XIOS by setting XIOS=y in section [!UserChoices] in COMP/orchidee_ol.card. Use experiment OOL_SEC_STO, OOL_SEC or SPINUP_ANLYTIC. 
     63  3. To be more optimized: Activate XIOS in server mode. This is done by specifying XIOS as a specific component in config.card. In OOL_SEC_STO the file config.card.xios_server is an example for this. In config.card you need : 
     64{{{ 
     65#D-- ListOfComponents - 
     66[ListOfComponents] 
     67SRF= (sechiba, orchidee_trunk) 
     68SBG= (stomate, orchidee_trunk) 
     69OOL= (orchidee_ol, OOL_trunk) 
     70IOS= (xios, XIOS) 
     71 
     72#D-- Executable - 
     73[Executable] 
     74SRF= ("", "") 
     75SBG= ("", "") 
     76OOL= (orchidee_ol, orchidee_ol, 31MPI) 
     77IOS= (xios_server.exe, xios.x, 1MPI) 
     78 
     79... 
     80 
     81#D-- IOS - 
     82[IOS] 
     83WriteFrequency="" 
     84Restart= n 
     85RestartDate= 
     86RestartJobName= 
     87RestartPath= 
     88OldName= 
     89}}} 
    5690 
    5791 
    58