Changes between Version 110 and Version 111 of DevelopmentActivities/ORCHIDEE-CNP/howtoUse


Ignore:
Timestamp:
2024-06-10T15:06:47+02:00 (5 months ago)
Author:
dgoll
Comment:

--

Legend:

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

    v110 v111  
    1212 
    1313For other machines, we currently have no support available. 
     14 
     15== 0. preparation  
     16You need to ensure the right modules are loaded in order to run ORCHIDEE on obelix. To do so, add the following lines to your ~/.profile file (create the file if it doesn't exist): 
     17{{{ 
     18module purge 
     19module load openmpi/2.1.5 
     20module load gcc/8.3.0 
     21module load intel-fcomp/2020 
     22module load hdf5/1.8.9p 
     23module load netcdf/4p 
     24}}} 
     25 
     26The modules need to be same ones as in the ARCH/arch.env ( see point 1.5 below ) 
    1427 
    1528== 1. install libIGCM & ORCHIDEE-CN-P == 
     
    92105cp /home/surface3/common/CNP_files/bugfix_newdriver/Makefile ./ 
    93106}}} 
    94 ---- 
    95 ---- 
     107 
     108Add the ARCH/arch.env file for the modules required by ORCHIDEE-CNP: 
     109{{{ 
     110cp -r /home/surface3/common/CNP_files/bugfix_newdriver/ARCH/ ./ 
     111}}} 
     112 
     113 
    96114 
    97115== 2. Compilation of ORCHIDEE-CNP ==