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

Last change on this file since 3048 was 2514, checked in by romain.vande, 4 years ago

Mars Dynamico : _ update of r2507: correct ztime_fin for dynamico

_ Test for no writting Diagfi for Dynamico
_ Correction for Xios output : Change of calendar : start_date=0 as a diagfi, timestep for output physic=1s, day_length=ndtphys, it is needed to have output in days in the xml to have the correct time

File size: 313 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/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.