Changeset 570 for BOL


Ignore:
Timestamp:
Dec 21, 2004, 4:31:07 PM (20 years ago)
Author:
lmdzadmin
Message:

Je m'a trompe
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/trunk/IPCC/Makefile.linux

    r569 r570  
    1 F90=f90 -n32
    2 LIB_CMOR=/home/rech/ces/rces011/CMOR
    3 LIBIOIPSL=/home/rech/ces/rces011/ioipsl
     1F90=pgf90
     2LIB_CMOR=/u/fairhead/IPCC/CMOR
    43#LIBNETCDF=-L/usr/local/pub/netcdf-3.5/lib -lnetcdf
    5 LIBNETCDF=/home/rech/ces/rces011/netcdf-3.5.1/lib
    6 INCNETCDF=/home/rech/ces/rces011/netcdf-3.5.1/include
    7 LIBUDUNITS=-L/home/rech/ces/rces011/udunits-1.11.7/src/lib/ -ludunits
    8 LIBCDMS=-L/home_b/rech/ces/rces599/PYTHON/CDAT/lib -lcdms
     4LIBNETCDF=/u/fairhead/IPCC/CMOR/netcdf-3.5.1/lib
     5INCNETCDF=/u/fairhead/IPCC/CMOR/netcdf-3.5.1/include
     6LIBUDUNITS=-L/u/fairhead/IPCC/CMOR/udunits-1.11.7/src/lib/ -ludunits
     7LIBCDMS=-L/distrib/local/cdat-4.0b2_linux/lib/ -lcdms
    98
    109ts2IPCC: ts2IPCC.F90
    1110        $(F90) -o ts2IPCC ts2IPCC.F90 -I$(LIB_CMOR) -L$(LIB_CMOR) -lcmor -I$(INCNETCDF) -L$(LIBNETCDF) -lnetcdf $(LIBUDUNITS) $(LIBCDMS)
    12 #       $(F90) -o ts2IPCC ts2IPCC.F90 -I$(LIB_CMOR) -L$(LIB_CMOR) -lcmor -I$(INCNETCDF) -L$(LIBNETCDF) -lnetcdf $(LIBUDUNITS)
     11
     12tostdlev: 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
Note: See TracChangeset for help on using the changeset viewer.