NCAR / wrf_hydro_nwm_public

WRF-Hydro model code
https://ral.ucar.edu/projects/wrf_hydro
Other
181 stars 139 forks source link

NCO Bugzilla [Bug 1156] #575

Closed zhengtaocui closed 2 years ago

zhengtaocui commented 3 years ago

TYPE: bug fix

KEYWORDS: NCO Bugzilla 1156, makefile test, install, and debug target

SOURCE: Zhengtao Cui, NOAA NWS OWP

DESCRIPTION OF CHANGES:

NCO requested Bugzilla tickets to be fixed.

[Bug 1156] New: Missing debug, install and test targets in makefile. Per NCO's Implementation Standard, five critical targets should be defined in the makefile: all, debug, install, clean and test. See https://www.nco.ncep.noaa.gov/idsb/implementation_standards/Implementation%20Standards%20v10.2.pdf?.
Added test, install, debug targets in makefiles.

ISSUE: Fix #575

TESTS CONDUCTED: Tested building the binary on WCOSS. The build was successful.

NOTES: Need to test the new Makefiles and compiling script on other platforms.