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


Ignore:
Timestamp:
2016-06-13T14:49:48+02:00 (8 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/UseXIOS2asDefault

    v1 v2  
    2020 
    2121Please contact orchidee-help if you need help to adapt a branch or personal version. 
     22 
     23== How to install without XIOS ==  
     24Install as default with XIOS but compile in modipsl/config/ORCHIDEE_OL by typing '''gmake without_xios'''. Before running, set XIOS=n in COMP/orchidee_ol.card 
     25 
     26== How to proceed if your branch is not prepared to run with XIOS2 and you want to use XIOS1 == 
     27If you want to reinstall your branch but your version of ORCHIDEE is to old to work with XIOS2, do the following :  
     28 * 1) Install modipsl : svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     29 * 2) Modify to install XIOS1 instead of XIOS2 by changing the following in modipsl/util/mod.def :  
     30{{{ 
     31change :  
     32#-C- ORCHIDEE_trunk  XIOS/trunk                                858    12 XIOS               modeles  
     33into :  
     34#-C- ORCHIDEE_trunk  XIOS/branchs/xios-1.0                     703    12 XIOS               modeles 
     35}}} 
     36 * 3) Extract the model as usually (including the modifications you need to extract your version of ORCHIDEE) 
     37 * 4) Before compilation, change in modipsl/config/ORCHIDEE_OL/AA_make "-xios2" into "-xios" on line 48, to have the following: 
     38{{{ 
     39 driver_xios : 
     40        (cd ../../modeles/ORCHIDEE ; ./makeorchidee_fcm -xios -j 8 -parallel mpi -prod -arch ${FCM_ARCH} -driver ; ) 
     41}}} 
     42 * compile as usually from config/ORCHIDEE_OL by '''gmake''' 
     43 * before running, change the link in PARAM for iodef.xml so it points to iodef_xios2.xml 
     44