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

Last change on this file since 2757 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
RevLine 
[1695]1ROOT=$PWD
2
[2075]3NETCDF_LIBDIR="-L$NETCDF/lib"
[2514]4NETCDF_LIB="-lnetcdf -lnetcdff"
[2075]5NETCDF_INCDIR="-I$NETCDF/include"
[1695]6
[2075]7IOIPSL_INCDIR="-I$ROOT/ioipsl/modipsl/lib"
8IOIPSL_LIBDIR="-L$ROOT/ioipsl/modipsl/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.