Skip to content

Commit

Permalink
Per #1528, lots of changes to Plot-Point-Obs. Getting closer. Still n…
Browse files Browse the repository at this point in the history
…eed to finish up coding, add tests, and update the documentation.
  • Loading branch information
JohnHalleyGotway committed Nov 13, 2020
1 parent 697d1ea commit 7c70ff0
Show file tree
Hide file tree
Showing 5 changed files with 742 additions and 414 deletions.
19 changes: 10 additions & 9 deletions met/src/tools/other/plot_point_obs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,35 @@ plot_point_obs_SOURCES = plot_point_obs.cc \
plot_point_obs_conf_info.cc
plot_point_obs_CPPFLAGS = ${MET_CPPFLAGS}
plot_point_obs_LDFLAGS = ${MET_LDFLAGS}
plot_point_obs_LDADD = -lvx_data2d_factory \
-lvx_data2d_grib $(GRIB2_LIBS) \
plot_point_obs_LDADD = -lvx_statistics \
-lvx_data2d_factory \
-lvx_data2d_nc_met \
-lvx_data2d_grib $(GRIB2_LIBS) \
-lvx_data2d_nc_pinterp \
$(PYTHON_LIBS) \
-lvx_data2d_nccf \
-lvx_nc_obs \
-lvx_nc_util \
-lvx_data2d \
-lvx_nc_obs \
-lvx_nc_util \
-lvx_gnomon \
-lvx_regrid \
-lvx_plot_util \
-lvx_render \
-lvx_pxm \
-lvx_color \
-lvx_ps \
-lvx_afm \
-lvx_render \
-lvx_pb_util \
-lvx_nav \
-lvx_gnomon \
-lvx_gsl_prob \
-lvx_grid \
-lvx_config \
-lvx_gsl_prob \
-lvx_cal \
-lvx_util \
-lvx_math \
-lvx_color \
-lvx_log \
-lm -lz -lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas

-lm -lnetcdf_c++4 -lnetcdf -lgsl -lgslcblas
EXTRA_DIST = plot_point_obs.h \
plot_point_obs_conf_info.h

Loading

0 comments on commit 7c70ff0

Please sign in to comment.