source: trunk/LMDZ.COMMON/arch/arch-X64_ROMEO_INTEL.path

Last change on this file was 3090, checked in by slebonnois, 13 months ago

BdeBatz? : Cleans microphysics and makes few corrections for physics

File size: 358 bytes
Line 
1ROOT=$PWD
2
3NETCDF_LIBDIR=""
4NETCDF_LIB="-L$HOME/local/intel/lib -lnetcdff -L$HOME/local/intel/lib -lnetcdf"
5NETCDF_INCDIR="-I$HOME/local/intel/include"
6
7IOIPSL_INCDIR="-I$ROOT/ioipsl/modipsl/lib"
8IOIPSL_LIBDIR="-L$ROOT/ioipsl/modipsl/lib"
9IOIPSL_LIB="-lioipsl"
10
11XIOS_INCDIR="-I$ROOT/../XIOS/inc"
12XIOS_LIBDIR="-L$ROOT/../XIOS/lib"
13XIOS_LIB="-lxios -lstdc++"
14
Note: See TracBrowser for help on using the repository browser.