source: trunk/LMDZ.TITAN/Tools/compile_pgf @ 819

Last change on this file since 819 was 816, checked in by slebonnois, 12 years ago

SL: tools for postprocessing (Veznus and Titan); see DOC/documentation/vt-tools.pdf

  • Property svn:executable set to *
File size: 289 bytes
Line 
1# path for netcdf should be adapted to your configuration !
2
3\rm planet.h
4ln -s $2.h planet.h
5 pgf95 -Bstatic cpdet.F90 moyzon.F moyzon2.F moytim.F dx_dp.F epflux.F90 \
6    io.F90 dmass.F90 reverse.F90 $1.F90 \
7-I/usr/include/netcdf-3 \
8-L/usr/lib64 -lnetcdff -lnetcdf -o $1-$2.e
9
10\rm *.o
Note: See TracBrowser for help on using the repository browser.