Changes between Version 3 and Version 4 of Documentation/UserGuide/TestCaseORCH2_0


Ignore:
Timestamp:
2022-01-17T15:26:31+01:00 (2 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/TestCaseORCH2_0

    v3 v4  
    2020== Install and compile == 
    2121Install the model using target ORCHIDEE_2_0 as the following: 
    22  
     22{{{ 
    2323svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
    24 {{{ 
    2524cd modipsl/util 
    2625./model ORCHIDEE_2_0 
     
    3332{{{ 
    3433mkdir RUN1; cd RUN1 
    35 ln -s /yourpathto/modipsl/bin/orchidee_ol . 
     34ln -s /pathtoyourinstallation/modipsl/bin/orchidee_ol . 
    3635}}} 
    3736 
     
    4948Copy xml files from modipsl/models/ORCHIDEE/src_xml directory into the run directory: 
    5049{{{ 
    51 cp ../modipsl/modeles/ORCHIDEE/src_xml/* . 
     50cp /pathtoyourinstallation/modipsl/modeles/ORCHIDEE/src_xml/* . 
    5251vi file_def_orchidee.xml   # => change all AUTO, see below  
    5352}}}