#########
#  
# IOW Earth System Model 
#  
#########
#
#
# name and path of standard binary to be produced
PROGRAM      = bin_${IOW_ESM_COMPILE_MODE}/int2lm.exe
#
# compiler, options and libraries
#
# 
F90          = ${IOW_ESM_FC}

CPPFLAGS     = -DNETCDF   # separator is compiler dependend (e.g. comma or blank)

# for purposes of first tests you may use in addition to the option below the options -fpe0 -traceback
COMFLG = -c -fpp ${IOW_ESM_FFLAGS} $(CPPFLAGS) -I$(SRCDIR) -I${IOW_ESM_NETCDF_INCLUDE}

COMFLG1        = $(COMFLG)
COMFLG2        = $(COMFLG)
COMFLG3        = $(COMFLG)
COMFLG4        = $(COMFLG)
COMFLG5        = $(COMFLG)
COMFLG6        = $(COMFLG)


LDSEQ        = ${F90}
LDPAR        = ${F90}
LDFLG        = ${IOW_ESM_LDFLAGS} -L${IOW_ESM_NETCDF_LIBRARY} -lnetcdf -lnetcdff
#-I$(SRCDIR) -I${IOW_ESM_NETCDF_INCLUDE} -L${IOW_ESM_NETCDF_LIBRARY} -lnetcdf -lnetcdff
