Skip to content

Commit

Permalink
update NetCDF in ww3_tp2.14 oasis test makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMeixner-NOAA committed Mar 24, 2021
1 parent bfc1f03 commit 3e4f764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regtests/ww3_tp2.14/input/oasis3-mct/util/make_dir/cmplr.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ COUPLE = $(WWATCH3_DIR)/../regtests/ww3_tp2.14/input/oasis3-mct
ARCHDIR = $(WWATCH3_DIR)/../regtests/ww3_tp2.14/work_oasis3-mct
#
# NetCDF library
NETCDF_INCLUDE = $(shell $(NETCDF_CONFIG) --includedir)
NETCDF_LIBRARY = $(shell $(NETCDF_CONFIG) --flibs)
NETCDF_INCLUDE = $(shell $(NETCDF_CONFIG) --cflags)
NETCDF_LIBRARY = $(shell $(NETCDF_CONFIG) --flibs) $(shell $(NETCDF_CONFIG) --libs)
#
# Compilers and options
MAKE = gmake
Expand Down

0 comments on commit 3e4f764

Please sign in to comment.