Changes between Version 110 and Version 111 of DevelopmentActivities/ORCHIDEE-CNP/howtoUse
- Timestamp:
- 2024-06-10T15:06:47+02:00 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentActivities/ORCHIDEE-CNP/howtoUse
v110 v111 12 12 13 13 For other machines, we currently have no support available. 14 15 == 0. preparation 16 You 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 {{{ 18 module purge 19 module load openmpi/2.1.5 20 module load gcc/8.3.0 21 module load intel-fcomp/2020 22 module load hdf5/1.8.9p 23 module load netcdf/4p 24 }}} 25 26 The modules need to be same ones as in the ARCH/arch.env ( see point 1.5 below ) 14 27 15 28 == 1. install libIGCM & ORCHIDEE-CN-P == … … 92 105 cp /home/surface3/common/CNP_files/bugfix_newdriver/Makefile ./ 93 106 }}} 94 ---- 95 ---- 107 108 Add the ARCH/arch.env file for the modules required by ORCHIDEE-CNP: 109 {{{ 110 cp -r /home/surface3/common/CNP_files/bugfix_newdriver/ARCH/ ./ 111 }}} 112 113 96 114 97 115 == 2. Compilation of ORCHIDEE-CNP ==