source: branches/ORCHIDEE_2_2/ORCHIDEE/arch/arch-ifort_LSCE_2023.path @ 8380

Last change on this file since 8380 was 8380, checked in by josefine.ghattas, 5 months ago

Updated with new files added in the trunk and some minor changes. This is needed for the use with XIOS3 version beta.

File size: 405 bytes
Line 
1NETCDF_INCDIR="-I $NETCDF4_DIR/include"
2NETCDF_LIBDIR="-L $NETCDF4_DIR/lib"
3NETCDF_LIB="-lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lhdf5 -lz -lcurl -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"
12
Note: See TracBrowser for help on using the repository browser.