F90=f90 -n32
LIB_CMOR=/home/rech/ces/rces011/CMOR
LIBIOIPSL=/home/rech/ces/rces011/ioipsl
#LIBNETCDF=-L/usr/local/pub/netcdf-3.5/lib -lnetcdf
LIBNETCDF=/home/rech/ces/rces011/netcdf-3.5.1/lib
INCNETCDF=/home/rech/ces/rces011/netcdf-3.5.1/include
LIBUDUNITS=-L/home/rech/ces/rces011/udunits-1.11.7/src/lib/ -ludunits
LIBCDMS=-L/home_b/rech/ces/rces599/PYTHON/CDAT/lib -lcdms

ts2IPCC: ts2IPCC.F90
	$(F90) -o ts2IPCC ts2IPCC.F90 -I$(LIB_CMOR) -L$(LIB_CMOR) -lcmor -I$(INCNETCDF) -L$(LIBNETCDF) -lnetcdf $(LIBUDUNITS) $(LIBCDMS)
#	$(F90) -o ts2IPCC ts2IPCC.F90 -I$(LIB_CMOR) -L$(LIB_CMOR) -lcmor -I$(INCNETCDF) -L$(LIBNETCDF) -lnetcdf $(LIBUDUNITS)
