Last change
on this file since 1242 was
943,
checked in by aslmd, 12 years ago
|
clean and organized UTIL/PYTHON folder
|
-
Property svn:executable set to
*
|
File size:
478 bytes
|
Rev | Line | |
---|
[191] | 1 | #! /bin/bash |
---|
| 2 | |
---|
| 3 | |
---|
| 4 | #NETCDF=/distrib/local/netcdf-4.0.1/pgi_7.1-6_32/ |
---|
| 5 | #NETCDF=/distrib/local/netcdf-4.0.1/pgi_7.1-6_64/ |
---|
| 6 | #NETCDF=/distrib/local/netcdf-3.6.0-p1/pgi_64bits/ |
---|
[225] | 7 | NETCDF=/donnees/aslmd/MODELES/MESOSCALE_DEV/NETCDF/pgf90_64_netcdf_fpic-3.6.1/ |
---|
| 8 | |
---|
[191] | 9 | echo $NETCDF |
---|
| 10 | |
---|
| 11 | touch logc |
---|
| 12 | touch loge |
---|
| 13 | \rm logc |
---|
| 14 | \rm loge |
---|
[225] | 15 | f2py -c -m api api.F90 --fcompiler=pg -L$NETCDF/lib -lnetcdf -lm -I$NETCDF/include --f90flags="-Mfree" > logc 2> loge |
---|
[195] | 16 | f2py -c -m timestuff time.F --fcompiler=pg >> logc 2>> loge |
---|
Note: See
TracBrowser
for help on using the repository browser.