source: BOL/trunk/Class_Reg/Makefile.linux @ 606

Last change on this file since 606 was 606, checked in by Laurent Fairhead, 19 years ago

Installation de la boite a outil permettant de faire du classement en regimes
a partir des fichiers histmth.nc:

geo2reg.F90 programme fortran faisant la classification
geo2reg.script un exemple de script
config.def comme son nom implique

LF

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 195 bytes
Line 
1LIBNETCDF=/u/fairhead/IPCC/CMOR/netcdf-3.5.1/lib
2INCNETCDF=/u/fairhead/IPCC/CMOR/netcdf-3.5.1/include
3
4geo2reg : geo2reg.F90
5         pgf90 -I${INCNETCDF} -L${LIBNETCDF} -lnetcdf geo2reg.F90 -o geo2reg
Note: See TracBrowser for help on using the repository browser.