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

Last change on this file since 3395 was 3298, checked in by jbclement, 15 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
RevLine 
[1695]1ROOT=$PWD
2
[2075]3NETCDF_LIBDIR="-L$NETCDF/lib"
[2514]4NETCDF_LIB="-lnetcdf -lnetcdff"
[2075]5NETCDF_INCDIR="-I$NETCDF/include"
[1695]6
[3180]7IOIPSL_INCDIR="-I$ROOT/../IOIPSL/inc"
8IOIPSL_LIBDIR="-L$ROOT/../IOIPSL/lib"
[1953]9IOIPSL_LIB="-lioipsl"
[1695]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.