Last change
on this file since 796 was
261,
checked in by aslmd, 13 years ago
|
MESOSCALE: user manual. a decent complete version. needs to be read again. also moved python graphical scripts to /home/aymeric/Science/MODELESMESOSCALELMD_MM_MARS/SRC/PYTHON so that it is available to users (and not only developers)
|
-
Property svn:executable set to
*
|
File size:
478 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_DEV/NETCDF/pgf90_64_netcdf_fpic-3.6.1/ |
---|
8 | |
---|
9 | echo $NETCDF |
---|
10 | |
---|
11 | touch logc |
---|
12 | touch loge |
---|
13 | \rm logc |
---|
14 | \rm loge |
---|
15 | f2py -c -m api api.F90 --fcompiler=pg -L$NETCDF/lib -lnetcdf -lm -I$NETCDF/include --f90flags="-Mfree" > logc 2> loge |
---|
16 | f2py -c -m timestuff time.F --fcompiler=pg >> logc 2>> loge |
---|
Note: See
TracBrowser
for help on using the repository browser.