source: trunk/LMDZ.COMMON/arch/arch-gfortran.path @ 3401

Last change on this file since 3401 was 3298, checked in by jbclement, 8 months ago

PEM:
Addition of a Python script "output_layering.py" in the deftank which allows to output layering data nicely from the "startpem.nc" files.
JBC

File size: 303 bytes
Line 
1ROOT=$PWD
2
3NETCDF_LIBDIR="-L$NETCDF/lib"
4NETCDF_LIB="-lnetcdf -lnetcdff"
5NETCDF_INCDIR="-I$NETCDF/include"
6
7IOIPSL_INCDIR="-I$ROOT/../IOIPSL/inc"
8IOIPSL_LIBDIR="-L$ROOT/../IOIPSL/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.