source: LMDZ6/trunk/arch/arch-X64_ADASTRA-GNU.path @ 5080

Last change on this file since 5080 was 5066, checked in by abarral, 2 months ago

Transform gr_dyn_fi_p.F, gr_fi_dyn_p.F, calfis_loc.F into free-form modules.
Reorder CPP_PARA keys in lmdz_call_calfis.F90, lmdz_calfis_loc.F90, lmdz_gr_dyn_fi_p.F90, lmdz_gr_fi_dyn_p.F90 to avoid implicit declarations.
Remove redundant -cpp -D.. on arch.
Correct "!OMP" -> "!$OMP"
Correct typo in lmdz_xios.F90, wstats.F90

File size: 764 bytes
Line 
1NETCDF_INCDIR="-I$(nf-config --includedir) -I$(nc-config --includedir)"  # nc required for xios
2# Ugly hack for orchidee <=2.0
3NETCDF_LIBDIR="-L${NETCDF_DIR}/lib" # for some reason on adastra `nf-config --flibs` is empty
4NETCDF_LIB="-lnetcdff -lnetcdf"
5NETCDF95_INCDIR="-I$(pwd)/../../include"
6NETCDF95_LIBDIR="-L$(pwd)/../../lib"
7NETCDF95_LIB="-lnetcdf95"
8
9# Exported
10IOIPSL_INCDIR="-I$(pwd)/../IOIPSL/inc -I$(pwd)/../IOIPSL/lib"
11IOIPSL_LIBDIR="-L$(pwd)/../IOIPSL/inc -L$(pwd)/../IOIPSL/lib"
12IOIPSL_LIB="-lioipsl"
13
14# Exported
15XIOS_INCDIR="-I$(pwd)/../XIOS/inc"
16XIOS_LIBDIR="-L$(pwd)/../XIOS/lib"
17XIOS_LIB="-lxios -lstdc++"
18
19# Exported
20ORCH_INCDIR="-I$(pwd)/../ORCHIDEE/inc -I$(pwd)/../ORCHIDEE/lib"
21ORCH_LIBDIR="-L$(pwd)/../ORCHIDEE/inc -L$(pwd)/../ORCHIDEE/lib"
Note: See TracBrowser for help on using the repository browser.