New SciDoc doxygen configuration file #314
Merged
Merged
Conversation
…dentical to ccppv3_doxyfile, except that it is not specific to the V3 release and contains information about where to find the HTML files containing the metadata tables created from the .meta files (new metadata format).
climbfuji
requested changes
Sep 2, 2019
| OPTIMIZE_OUTPUT_VHDL = NO | ||
| EXTENSION_MAPPING = .f=FortranFree \ | ||
| .F90=FortranFree \ | ||
| .f90=FortranFree |
Collaborator
There was a problem hiding this comment.
can you add .F here as well, please? .F and .f should be FortranFixed (or whatever the correct name for it is)?
Collaborator
There was a problem hiding this comment.
@ligiabernardet can you also address this comment, please, and try if .f=FortranFixed (or whatever the correct name for it is) and .F=FortranFixed work as expected?
Collaborator
Author
There was a problem hiding this comment.
I made this change and pushed the commit. It did not alter the SciDoc HTML output.
… documented (added .F). Remove mention of V3 release so documentation is generic.
…in derived HTML output.
climbfuji
approved these changes
Sep 9, 2019
hannahcbarnes
pushed a commit
to hannahcbarnes/ccpp-physics
that referenced
this pull request
Aug 3, 2022
…CAR#314) Cumulus convection: a) More strict convection trigger b) Reduced entrainment rate below cloud base c) Enhanced downdraft detrainments starting from 60mb above the ground surface d) Reduced rain evaporation e) Modification of cloud depth separating shallow convection from deep convection PBL and surface layer: a) Inclusion of wind shear effect reducing characteristic mixing length b) Reduction of background diffusivity in the inversion layers as a function of surface roughness and green vegetation fraction c) PBL updraft overshooting limited by bulk Richardson number-based-PBL depth d) Inclusion of new canopy heat storage parameterization e) Modification of thermal roughness calculation over land f) Increase of momentum roughness length over sea g) Inclusion of sea spray effect parameterization
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.
Added a new SciDoc doxygen configuration file so it is not V3-specific and incorporates include HTML files. This update is referenced in a companion PR to ccpp-framework (PR # 214 about TechDoc).