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

Last change on this file since 199 was 195, checked in by aslmd, 13 years ago

MESOSCALE: graphics interface. corrected a bug in displaying automatic Ls

  • Property svn:executable set to *
File size: 388 bytes
Line 
1#! /bin/bash
2
3#NETCDF=/distrib/local/netcdf-4.0.1/g95_4.0.3_64/
4#echo $NETCDF
5
6touch logc
7touch loge
8\rm logc
9\rm loge
10f2py -c -m api ../../../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
11f2py -c -m timestuff time.F --fcompiler=g95 >> logc 2>> loge
Note: See TracBrowser for help on using the repository browser.