Skip to content
Snippets Groups Projects
Commit 740f1459 authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 19/07/2018: COUPLING , oasis3-mct_v3.tar.gz , add/use generic rule make.generic_mesonh

parent ac8681fd
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -481,11 +481,6 @@ DIR_HDF?=${SRC_MESONH}/src/LIB/hdf5-${VERSION_HDF}
#
DIR_LIBAEC?=${SRC_MESONH}/src/LIB/libaec-${VERSION_LIBAEC}
# for oasis compilation <=> to find correctly netcdf
NETCDF_INCLUDE ?= ${CDF_PATH}/include
NETCDF_LIBRARY ?= $(LIB_NETCDF)
export NETCDF_INCLUDE NETCDF_LIBRARY
endif
#
# NetCDF : CDF LaReunion Local
......@@ -607,7 +602,10 @@ INC += $(INC_NETCDF)
LIBS += $(LIB_NETCDF)
endif
# for oasis compilation <=> to find correctly netcdf
NETCDF_INCLUDE ?= ${CDF_PATH}/include
NETCDF_LIBRARY ?= $(LIB_NETCDF)
export NETCDF_INCLUDE NETCDF_LIBRARY F90 CC
##########################################################
# Number of NESTED MODEL #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment