|
Last change
on this file since 2536 was
2514,
checked in by romain.vande, 5 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 | |
|---|
| 1 | ROOT=$PWD |
|---|
| 2 | |
|---|
| 3 | NETCDF_LIBDIR="-L$NETCDF/lib" |
|---|
| 4 | NETCDF_LIB="-lnetcdf -lnetcdff" |
|---|
| 5 | NETCDF_INCDIR="-I$NETCDF/include" |
|---|
| 6 | |
|---|
| 7 | IOIPSL_INCDIR="-I$ROOT/ioipsl/modipsl/lib" |
|---|
| 8 | IOIPSL_LIBDIR="-L$ROOT/ioipsl/modipsl/lib" |
|---|
| 9 | IOIPSL_LIB="-lioipsl" |
|---|
| 10 | |
|---|
| 11 | XIOS_INCDIR="-I$ROOT/../XIOS/inc" |
|---|
| 12 | XIOS_LIBDIR="-L$ROOT/../XIOS/lib" |
|---|
| 13 | XIOS_LIB="-lxios -lstdc++" |
|---|
| 14 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.