Changes between Version 5 and Version 6 of Documentation/UserGuide/DeactivateXIOS


Ignore:
Timestamp:
2016-10-19T12:44:45+02:00 (8 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/DeactivateXIOS

    v5 v6  
    1212== Example of installing the trunk without XIOS == 
    1313 
    14 ==== Installing and compiling ==== 
     14==== Install and compile ==== 
    1515{{{ 
    1616svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     
    2121}}} 
    2222 
    23 ==== Running ==== 
     23==== Run ==== 
    2424The flag '''XIOS_ORCHIDEE_OK=n''' must be set to run without XIOS. This is done directly in run.def or in '''orchidee_ol.card''' by setting : 
    2525{{{ 
     
    5252#IOS= (xios_server.exe, xios.x, 1MPI) 
    5353}}} 
     54 
     55== How to use an old branch == 
     56If your branch do not contain interface to XIOS, then you have to compile and run without XIOS as described above. If you use an experiment in a recent version of config/ORCHIDEE_OL (OOL_SEC_STO, OOL_SEC or SPINUP_ANALYTIC), then you'll also have to remove the copy of the *.xml files as they do not exist. Remove the corresponding lines from COMP/orchidee_ol.card; change following: 
     57{{{ 
     58[ParametersFiles] 
     59List=   (${SUBMIT_DIR}/PARAM/run.def, .) ,\ 
     60        (${SUBMIT_DIR}/PARAM/iodef.xml, .)   ,\ 
     61        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)  ,\ 
     62        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\ 
     63        (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .) 
     64}}} 
     65 
     66into  
     67{{{ 
     68[ParametersFiles] 
     69List=   (${SUBMIT_DIR}/PARAM/run.def, .) ,\ 
     70        (${SUBMIT_DIR}/PARAM/iodef.xml, .) 
     71}}} 
     72 
     73 
     74