Changes between Version 101 and Version 102 of DevelopmentActivities/ORCHIDEE-CNP/howtoUse


Ignore:
Timestamp:
2023-12-18T13:28:41+01:00 (6 months ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-CNP/howtoUse

    v101 v102  
    88 
    99---- 
    10 == WARNING: the following assumes you run on obelix or curie == 
     10== WARNING: the following assumes you run on obelix == 
    1111If you want to run on ada, please see the additional modification needed on the MICT wiki [https://forge.ipsl.jussieu.fr/orchidee/wiki/DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/SimulationsonAda]. 
    1212 
     
    4242 
    4343 
    44  
    45 REMARK: When you are running on ada, you need to install revision 3609.  
    46 For ada additional modifications are needed which are documented on the MICT wiki page: 
    47 [https://forge.ipsl.jussieu.fr/orchidee/wiki/DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/SimulationsonAda] 
    48  
    49 REMARK: The default libIGCM system has some efficiency flaws (i.e. it copies boundary files for ORCHIDEE input, instead of using links). To use links instead of hard copy you can take a few simple steps to make libIGCM more efficient. See description here [http://forge.ipsl.jussieu.fr/orchidee/wiki/DevelopmentActivities/ORCHIDEE-CNP/LibIGCMmod01] 
     44REMARK (likely outdated ; not needed, but it still works) : The default libIGCM system has some efficiency flaws (i.e. it copies boundary files for ORCHIDEE input, instead of using links). To use links instead of hard copy you can take a few simple steps to make libIGCM more efficient. See description here [http://forge.ipsl.jussieu.fr/orchidee/wiki/DevelopmentActivities/ORCHIDEE-CNP/LibIGCMmod01] 
    5045 
    5146=== 1.3 Exchange the trunk ORCHIDEE with ORCHIDEE-CN-P === 
     
    8681 
    8782=== 1.5 Exchange simulation configuration folder === 
    88 You need to exchange the simulation configuration folder (ORCHIDEE_OL). The folder comes with example simulation setups, but they are not maintained. Ask your supervisor for recent configurations.  
     83You need to exchange the simulation configuration folder (ORCHIDEE_OL). The folder comes with example simulation setups. Ask your supervisor for recent configurations.  
     84 
     85DSG: warning this folder is outdated needs; to be replaced: 
    8986Exchange ORCHIDEE_OL folder : 
    9087{{{ 
     
    10299==== A: on obelix ==== 
    103100 
    104 Compile ORCHIDEE-CNP.  
     101Compile ORCHIDEE-CNP ( it is important to compile in the same environment as its execution. Therefore, we need to load the environment from the ARCH folder using source. ) 
    105102 
    106103: 
    107104{{{ 
    108105cd ../config/ORCHIDEE_OL 
     106source ../ARCH/arch.env 
    109107gmake with_xios 
    110108}}} 
    111109 
    112 ==== B: on curie ==== 
    113 WARNING: before you do anything on curie; make sure you have copied the p86ipsl login environment to your home 
    114 according to [https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocBenvBtgcc]: 
    115 {{{ 
    116 cp ~p86ipsl/.bashrc_curie  ~/. 
    117 cp ~p86ipsl/.bash_profile ~/. 
    118 }}} 
    119   
    120 Then compile the standard way: 
    121 {{{ 
    122 cd ../config/ORCHIDEE_OL 
    123 gmake without_xios 
    124 }}} 
     110==== B: other machines ==== 
     111are not supported at the moment 
    125112 
    126113