Last change
on this file since 3401 was
3298,
checked in by jbclement, 8 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
|
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/inc" |
---|
8 | IOIPSL_LIBDIR="-L$ROOT/../IOIPSL/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.