source: branches/publications/ORCHIDEE_CAMEO_gmd_2022/arch/arch-X64_OCCIGEN.path

Last change on this file was 5835, checked in by josefine.ghattas, 6 years ago

According to common agrement between icmc models: adapte so that the arch.path files have the same syntax as other models (for example XIOS and DYNAMICO). Now the library path and libraries are separated into 2 variables in arch.path.

Also add path to IOIPSL library in modipsl/modeles/IOIPSL/lib as alternative to modipsl/lib.

File size: 395 bytes
Line 
1NETCDF_INCDIR="-I$NETCDF_INC_DIR -I$NETCDFF_INCDIR"
2NETCDF_LIBDIR="-L$NETCDF_LIB_DIR $NETCDFF_LIBDIR"
3NETCDF_LIB="-lnetcdff -lnetcdf -lstdc++"
4
5IOIPSL_INCDIR="-I${ORCHDIR}/../../lib -I${ORCHDIR}/../IOIPSL/inc"
6IOIPSL_LIBDIR="-L${ORCHDIR}/../../lib -L${ORCHDIR}/../IOIPSL/lib"
7IOIPSL_LIB="-lioipsl"
8
9XIOS_INCDIR="-I${ORCHDIR}/../XIOS/inc"
10XIOS_LIBDIR="-L${ORCHDIR}/../XIOS/lib"
11XIOS_LIB="-lxios"
Note: See TracBrowser for help on using the repository browser.