source: trunk/MESOSCALE/PLOT/PYTHON/mylib/api_g95.sh @ 189

Last change on this file since 189 was 186, checked in by aslmd, 14 years ago

MESOSCALE: python post-processing. wrapper with my Fortran interpolator (small modifications done to api.F90). added the corresponding options to winds.py which is now a pretty complete script

  • Property svn:executable set to *
File size: 245 bytes
Line 
1#! /bin/bash
2
3f2py -c -m api ~/Science/MODELES/MESOSCALE/LMD_MM_MARS/SRC/POSTPROC/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
Note: See TracBrowser for help on using the repository browser.