|
Last change
on this file since 434 was
261,
checked in by aslmd, 14 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:
354 bytes
|
| Line | |
|---|
| 1 | #! /bin/bash |
|---|
| 2 | |
|---|
| 3 | #NETCDF=/distrib/local/netcdf-4.0.1/g95_4.0.3_64/ |
|---|
| 4 | #echo $NETCDF |
|---|
| 5 | |
|---|
| 6 | touch logc |
|---|
| 7 | touch loge |
|---|
| 8 | \rm logc |
|---|
| 9 | \rm loge |
|---|
| 10 | f2py -c -m api api.F90 --fcompiler=g95 -L$NETCDF/lib -lnetcdf -lm -I$NETCDF/include --f90flags="-Wall -Wno=112,141,137,155 -fno-second-underscore -ffree-form" > logc 2> loge |
|---|
| 11 | f2py -c -m timestuff time.F --fcompiler=g95 >> logc 2>> loge |
|---|
Note: See
TracBrowser
for help on using the repository browser.