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


Ignore:
Timestamp:
2016-01-11T13:21:43+01:00 (8 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/DeactivateXIOS

    v1 v1  
     1= PAGE UNDER CONSTRUCTION = 
     2 
     3= How to install ORCHIDEE without XIOS = 
     4 
     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. 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 
     7It 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.  
     8 
     9 
     10 
     11== Example of installing the trunk without XIOS == 
     12 
     13=== Installing and compiling === 
     14{{{ 
     15svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     16cd modipsl/util 
     17./model ORCHIDEE_trunk 
     18cd ../config/ORCHIDEE_OL 
     19gmake without_xios 
     20}}} 
     21 
     22=== Running === 
     23The 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.