Skip to content

Commit 4454386

Browse files
add CCPP options for wcoss-phase2 configure (#100)
1 parent 4be02b7 commit 4454386

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

conf/configure.fv3_coupled.wcoss_phase2

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,13 @@ FFLAGS += $(FFLAGS_VERBOSE)
123123
LDFLAGS += $(LDFLAGS_VERBOSE)
124124
endif
125125

126+
ifeq ($(CCPP),Y)
127+
CPPDEFS += -DCCPP
128+
CFLAGS += -I$(PATH_CCPP)/include
129+
FFLAGS += -I$(PATH_CCPP)/include
130+
LDFLAGS += -L$(PATH_CCPP)/lib -lccppphys -lccpp $(NCEPLIBS) -lxml2
131+
endif
132+
126133
ifneq ($(findstring NetCDF/4,$(LOADEDMODULES)),)
127134
LIBS += -lnetcdff -lhdf5 $(Z_LIB)
128135
else

0 commit comments

Comments
 (0)