You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David Fillmore edited this page Aug 19, 2019
·
6 revisions
The source code for individual tools resides in met/src/tools/<category>/<tool name>.
The subdir can be either core, other, or tc_utils (tropical cyclone utils).
To add a new tool to the autoconf build system:
Create a new subdir <category>/new_tool
In the new_tool subdir, five files should be created:
Makefile.am
new_tool.cc
new_tool.h
new_tool_conf_info.cc
new_tool_conf_info.h
Edit <category>/Makefile.am and add a new_tool entry to the SUBDIRS list