Changes between Version 10 and Version 11 of Documentation/UserGuide/InstallingORCHIDEE


Ignore:
Timestamp:
2016-09-12T12:05:02+02:00 (8 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/InstallingORCHIDEE

    v10 v11  
    11= How to install ORCHIDEE on an linux pc (Ubuntu or Fedora distribution) = 
    22 
    3 ''' WARNING : If you have an account on LSCE, IDRIS or TGCC computers, please follow the procedure described here : [wiki:HowTo/InstallingORCHIDEEBasic]''' [[BR]] 
     3''' NOTE : If you have an account on LSCE, IDRIS or TGCC computers, please follow the procedure described here : [wiki:HowTo/InstallingORCHIDEEBasic]''' [[BR]] 
     4''' NOTE : This guide is not updated to install with XIOS'''[[BR]] 
     5 
     6 
    47 
    58This installation guide has been tested on a laptop computer using Ubuntu 12.04 version. 
     
    132135}}} 
    133136 
    134 Then compile the modele : 
     137Adapt AA_make, recreate makefile and compile without XIOS : (read more about compilation here [wiki:Documentation/UserGuide/CompileMethods])  
    135138{{{ 
    136    >  cd ../modeles/ORCHIDEE_OL 
    137    >  make; make teststomate; make forcesoil 
    138 }}} 
    139  
    140 If you extracted the trunk version of ORCHIDEE and all versions containing ORCHIDEE/src_driver directory, then compile as follow : 
    141 {{{ 
    142    >  cd ../modeles/ORCHIDEE 
    143    >  make driver 
     139   >  cd ../config/ORCHIDEE_OL 
     140   >  vi AA_make # Edit the AA_make file to compile in sequential mode 
     141   >  ../../util/ins_make -t gfortran 
     142   >  gmake without_xios 
    144143}}} 
    145144