Changes between Version 1 and Version 2 of Documentation/UserGuide/DeactivateXIOS


Ignore:
Timestamp:
2016-01-11T15:03:53+01:00 (8 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/DeactivateXIOS

    v1 v2  
    33= How to install ORCHIDEE without XIOS = 
    44 
    5 XIOS or IOIPSL can be used to write output files in ORCHIDEE. The default method since revision XXX in ORCHIDEE trunk is by using XIOS. XIOS is installed by default when installing the model using modipsl. No modifications are needed to compile and run with XIOS at ada, curie and obelix.  [[BR]] 
    6  
    7 It is still possible to work without XIOS. IOIPSL is then used for the output instead of XIOS. Note that IOIPSL must be installed in all cases because it is still used for restart file and reading of input files. Compling without XIOS is done by using '''gmake without_xios''' in config/ORCHIDEE_OL directory. Using this compile target will remove the option -xios from the list of argument to makeorchidee_fcm.  
     5XIOS or IOIPSL can be used to write output files in ORCHIDEE. The default method since revision XXX in ORCHIDEE trunk is by using XIOS. It is still possible to work without XIOS. IOIPSL is then used for the output instead of XIOS. Note that IOIPSL must be installed in all cases because it is still used for reading/writing of restart files and reading of input files. 
    86 
    97 
     82 modifications are needed while using ORCHIDEE without XIOS in offline configuration:  
     9 * Compile using '''gmake without_xios''' in config/ORCHIDEE_OL directory or compile directly with makeorchidee_fcm without adding -xios in the argument list. XIOS will be installed by modipsl but it'll not be compiled. 
     10 * Run with '''XIOS_ORCHIDEE_OK=n''' in run.def. If using the libIGCM configuration ORCHIDEE_OL, set instead XIOS=n in COMP/orchidee_ol.card. 
     11 
     12The configuration LMDZOR_v6 is not prepared to be used without XIOS. 
    1013 
    1114== Example of installing the trunk without XIOS == 
    1215 
    13 === Installing and compiling === 
     16==== Installing and compiling ==== 
    1417{{{ 
    1518svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     
    2023}}} 
    2124 
    22 === Running === 
     25==== Running ==== 
    2326The flag '''XIOS_ORCHIDEE_OK=n''' must be set to run without XIOS. This is done directly in run.def or in COMP/orchidee_ol.card by setting XIOS=n.