source: BOL/IPCC_AR4/Makefile.sgi

Last change on this file was 571, checked in by lmdzadmin, 19 years ago

Le makefile pour rhodes
LF

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 681 bytes
Line 
1F90=f90 -n32
2LIB_CMOR=/home/rech/ces/rces011/CMOR
3LIBIOIPSL=/home/rech/ces/rces011/ioipsl
4#LIBNETCDF=-L/usr/local/pub/netcdf-3.5/lib -lnetcdf
5LIBNETCDF=/home/rech/ces/rces011/netcdf-3.5.1/lib
6INCNETCDF=/home/rech/ces/rces011/netcdf-3.5.1/include
7LIBUDUNITS=-L/home/rech/ces/rces011/udunits-1.11.7/src/lib/ -ludunits
8LIBCDMS=-L/home_b/rech/ces/rces599/PYTHON/CDAT/lib -lcdms
9
10ts2IPCC: ts2IPCC.F90
11        $(F90) -o ts2IPCC ts2IPCC.F90 -I$(LIB_CMOR) -L$(LIB_CMOR) -lcmor -I$(INCNETCDF) -L$(LIBNETCDF) -lnetcdf $(LIBUDUNITS) $(LIBCDMS)
12        tostdlev: tostdlev.F90 plevel.o
13        $(F90) -o tostdlev tostdlev.F90 -I$(INCNETCDF) -L$(LIBNETCDF) -lnetcdf plevel.o
14
15plevel.o: plevel.F
16        $(F90) -c plevel.F
17
Note: See TracBrowser for help on using the repository browser.