Changes between Version 28 and Version 29 of SourceCode


Ignore:
Timestamp:
2013-04-16T13:00:29+02:00 (11 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SourceCode

    v28 v29  
    8383}}} 
    8484 
    85 If you use the trunk from revision 1042 or later, you can easily compile ORCHIDEE offline drivers in the same modipsl/config/LMDZOR_v5 directory : 
     85== LMDZOR and OFFLINE in same modipsl == 
     86If you use the ORCHIDEE/trunk from revision 1042 or later, you can easily have one and same modipsl for working in coupled and offline mode. For this, first install LMDZOR_v5 as above. Then compile and extract ORCHIDEE_OL directory : 
    8687{{{ 
    87 > gmake ORCHIDEE_DRIVER # Compiling orchidee_ol, teststomate and forcesoil 
     88> cd modipsl/config/LMDZOR_v5 
     89> gmake                 # Compile gcm.e (LMDZOR) 
     90> gmake ORCHIDEE_DRIVER # Compile orchidee_ol, teststomate and forcesoil 
     91 
     92# Extract directory ORCHIDEE_OL for offline simulations 
     93> svn co svn://forge.ipsl.jussieu.fr/orchidee/trunk/ORCHIDEE_OL ORCHIDEE_OL 
    8894}}} 
     95Now you can choose to do expements in offline mode in modipsl/config/ORCHIDEE_OL or in coupled mode in modipsl/config/LMDZOR_v5. 
     96 
     97