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

Last change on this file since 1645 was 1622, checked in by emillour, 8 years ago

Generic GCM:
Introducing a first prototype of XIOS outputs: requires compiling with
"-io xios" flag and having an XIOS library at hand. Corresponding
companion xml files iodef.xml and context_lmdz_physics.xml in the "deftank"
subdirectory. Still some work to do concerning the XIOS calendar (definition
of an initial date and month number and lenght).
EM

File size: 411 bytes
Line 
1NETCDF_LIBDIR="-L/home/aymeric/Science/MODELES/LMDZ.COMMON/netcdf/gfortran_netcdf-4.0.1/lib -lnetcdf"
2NETCDF_INCDIR=-I/home/aymeric/Science/MODELES/LMDZ.COMMON/netcdf/gfortran_netcdf-4.0.1/include
3IOIPSL_INCDIR=/home/aymeric/Science/MODELES/LMDZ.COMMON/ioipsl/modipsl/lib
4IOIPSL_LIBDIR=/home/aymeric/Science/MODELES/LMDZ.COMMON/ioipsl/modipsl/lib
5XIOS_INCDIR=$LMDGCM/../XIOS/inc
6XIOS_LIBDIR=$LMDGCM/../XIOS/lib
Note: See TracBrowser for help on using the repository browser.