Last change
on this file since 7660 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:
480 bytes
|
Line | |
---|
1 | NETCDF_INCDIR="-I/usr/local/install/netcdf-4.3.2p/include" |
---|
2 | NETCDF_LIBDIR="-L/usr/local/install/netcdf-4.3.2p/lib -L/usr/local/install/hdf5-1.8.9p/lib" |
---|
3 | NETCDF_LIB="-lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lhdf5 -lz -lcurl -lstdc++" |
---|
4 | |
---|
5 | IOIPSL_INCDIR="-I${ORCHDIR}/../../lib -I${ORCHDIR}/../IOIPSL/inc" |
---|
6 | IOIPSL_LIBDIR="-L${ORCHDIR}/../../lib -L${ORCHDIR}/../IOIPSL/lib" |
---|
7 | IOIPSL_LIB="-lioipsl" |
---|
8 | |
---|
9 | XIOS_INCDIR="-I${ORCHDIR}/../XIOS/inc" |
---|
10 | XIOS_LIBDIR="-L${ORCHDIR}/../XIOS/lib" |
---|
11 | XIOS_LIB="-lxios" |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.