Last change
on this file since 205 was
195,
checked in by aslmd, 14 years ago
|
MESOSCALE: graphics interface. corrected a bug in displaying automatic Ls
|
-
Property svn:executable set to
*
|
File size:
507 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/ |
---|
| 7 | NETCDF=/donnees/aslmd/MODELES/MESOSCALE/NETCDF/pgf90_64_fpic/netcdf-3.6.1/ |
---|
| 8 | echo $NETCDF |
---|
| 9 | |
---|
| 10 | touch logc |
---|
| 11 | touch loge |
---|
| 12 | \rm logc |
---|
| 13 | \rm loge |
---|
| 14 | f2py -c -m api ../../../LMD_MM_MARS/SRC/POSTPROC/api.F90 --fcompiler=pg -L$NETCDF/lib -lnetcdf -lm -I$NETCDF/include --f90flags="-Mfree" > logc 2> loge |
---|
[195] | 15 | f2py -c -m timestuff time.F --fcompiler=pg >> logc 2>> loge |
---|
Note: See
TracBrowser
for help on using the repository browser.