Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 738 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 738 Bytes

HYCOM demo

HYCOM version

v2.3.01

How-to instructions

  1. Compile HYCOM and obtain its compile_commands.json file:
$ cd src && bear -- make ARCH=codee TYPE=demo
  1. Use codee screening to obtain a high-level overview of the project:
$ codee screening --include-categories all --config compile_commands.json
  1. Use codee checks --verbose to further investigate the checkers identified by Codee:
$ codee checks --verbose --include-categories all --config compile_commands.json
  1. Use codee checks --verbose --level 1 to focus on the most severe checkers identified by Codee:
$ codee checks --verbose --level 1 --include-categories all --config compile_commands.json