Changes between Version 10 and Version 11 of Doc/Config/ORCHIDEE_OL


Ignore:
Timestamp:
10/11/19 11:09:26 (5 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Config/ORCHIDEE_OL

    v10 v11  
    6161 
    6262# XIOS / IOIPSL # 
    63 XIOS can be used with ORCHIDEE_trunk configuration as option. All other versions can only run with IOIPSL output.  
     63By default, XIOS is used to write output files in ORCHIDEE_OL configuration but this can be changed to use IOIPSL instead. 
    6464 
    65 To run with XIOS with ORCHIDEE_trunk configuration you need to : 
    66   1. Compile using ''gmake with_xios'' 
    67   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. 
    68   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 : 
     65Do the following to compile without XIOS: 
    6966{{{ 
    70 #D-- ListOfComponents - 
    71 [ListOfComponents] 
    72 SRF= (sechiba, orchidee_trunk) 
    73 SBG= (stomate, orchidee_trunk) 
    74 OOL= (orchidee_ol, OOL_trunk) 
    75 IOS= (xios, XIOS) 
    76  
    77 #D-- Executable - 
    78 [Executable] 
    79 SRF= ("", "") 
    80 SBG= ("", "") 
    81 OOL= (orchidee_ol, orchidee_ol, 31MPI) 
    82 IOS= (xios_server.exe, xios.x, 1MPI) 
    83  
    84 ... 
    85  
    86 #D-- IOS - 
    87 [IOS] 
    88 WriteFrequency="" 
    89 Restart= n 
    90 RestartDate= 
    91 RestartJobName= 
    92 RestartPath= 
    93 OldName= 
     67cd modipsl/config/ORCHIDEE_OL 
     68gmake without_xios 
    9469}}} 
    9570 
    96 Once the XIOS output is activated it is functioning the same way as for the other v6 configurations. Read more in [wiki:DocImodelCorchidee#Manageoutputin_v6configurationsandORCHIDEE_trunkusingXIOS chapter of ORCHIDEE] for the use of XIOS output.   
     71Switch to IOIPSL output method by changing to following in COMP/orchidee_ol.card: 
     72{{{ 
     73# Use XIOS as output library instead of IOIPSL 
     74XIOS=n 
     75}}} 
     76 
     77The control parameters for IOIPSL output can now be changed manually in PARAM/run.def. 
     78 
     79Read more about XIOS and IOIPSL on the [https://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/UserGuide ORCHIDEE wiki pages]. 
     80