Doxygen for BNDLYR.f#408
Merged
Merged
Conversation
added 2 commits
October 25, 2021 15:44
Contributor
Author
|
@edwardhartnett One question for you. Is there a standard of how to document a subroutine that has no Inputs or outputs. BNDLYR.f has no inputs, so I did not add anything for that. But, I could add 'param[in] None'. Please advise - thanks! |
edwardhartnett
suggested changes
Oct 25, 2021
Contributor
|
@hertneky it's OK if there's no [in] parameters. Just document what is there. If there's no in, there's no in, and that's OK. ;-) |
edwardhartnett
approved these changes
Oct 25, 2021
Collaborator
|
@hertneky Can you sync your branch with upstream/develop? Your PR would be the next one for reviewing, testing and merging. Thanks! |
Contributor
Author
|
@WenMeng-NOAA Sync'd and tested on Hera |
WenMeng-NOAA
approved these changes
Oct 28, 2021
Collaborator
|
This PR is for documentation enhancement. There are no impact on the UPP regression tests. |
EricJames-NOAA
pushed a commit
to EricJames-NOAA/UPP
that referenced
this pull request
Dec 14, 2022
zhanglikate
pushed a commit
to zhanglikate/UPP
that referenced
this pull request
Oct 10, 2025
…chemes (NOAA-EMC#408) This PR implements changes supporting TVD methods for PBL and cumulus convective parameterizations introduced by ccpp/physics PR NOAA-EMC#754 (Jongil Han, NOAA/EMC).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is part of Issue #392
Fixes the doxygen warnings in BNDLYR.f.