More unit tests - for initialization functions used in IO tests, plus doxygen updates #1170
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Summary
Unit testing and doxygen for some functions used to initialize WW3 code for the I/O tests.
Description
There are some functions used in test_io_point_bin.F90 which are themselves untested. Also they do not all have good doxygen documentation.
Let's discuss whether legacy documentation should be removed with doxygen updates. I can submit the doxygen updates as a stand-alone PR if that is preferable.
More testing is possible for these functions, but this is a good set of smoke tests for them.
Issue(s) addressed
Part of #682
Commit Message
More unit tests - for initialization functions used in IO tests, plus doxygen updates
Check list
Testing
Unit tests run on GitHub CI.