source: trunk/UTIL/PYTHON/api_pgf90.sh @ 796

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/
7NETCDF=/donnees/aslmd/MODELES/MESOSCALE_DEV/NETCDF/pgf90_64_netcdf_fpic-3.6.1/
8
9echo $NETCDF
10
11touch logc
12touch loge
13\rm logc
14\rm loge
15f2py -c -m api api.F90 --fcompiler=pg -L$NETCDF/lib -lnetcdf -lm -I$NETCDF/include --f90flags="-Mfree" > logc 2> loge
16f2py -c -m timestuff time.F --fcompiler=pg >> logc 2>> loge
Note: See TracBrowser for help on using the repository browser.