Last change
on this file since 191 was
191,
checked in by aslmd, 13 years ago
|
MESOSCALE: python graphics. added the nowind case plus corrected a few minor things.
|
-
Property svn:executable set to
*
|
File size:
447 bytes
|
Line | |
---|
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 |
---|
Note: See
TracBrowser
for help on using the repository browser.