Skip to content

Doxygen documentation: marked source files added, 5th subset#813

Merged
JessicaMeixner-NOAA merged 11 commits into
NOAA-EMC:developfrom
MatthewMasarik-NOAA:doc/doxy5
Oct 5, 2022
Merged

Doxygen documentation: marked source files added, 5th subset#813
JessicaMeixner-NOAA merged 11 commits into
NOAA-EMC:developfrom
MatthewMasarik-NOAA:doc/doxy5

Conversation

@MatthewMasarik-NOAA
Copy link
Copy Markdown
Contributor

@MatthewMasarik-NOAA MatthewMasarik-NOAA commented Sep 30, 2022

Pull Request Summary

Fifth subset of doxygen marked source files.

Description

Provide a detailed description of what this PR does.

  • Ten .F90 source files have been marked-up with doxygen tags:
    • w3agcmmd.F90
    • w3bullmd.F90
    • w3cspcmd.F90
    • w3flx1md.F90
    • w3flx2md.F90
    • w3flx3md.F90
    • w3flx4md.F90
    • w3flx5md.F90
    • w3sbs1md.F90
    • w3adatmd.F90

What bug does it fix, or what feature does it add?

  • This PR adds doxygen documentation.

Is a change of answers expected from this PR?

  • No. Only documentation is added.

Please also include the following information:

  • Add any suggestions for a reviewer

  • Mention any labels that should be added:

    • documentation.
  • Are answer changes expected from this PR? Please describe the changes and the reason why in addition to which of the following labels would apply.

    • No. No active code was edited. Only documentation was added by means of doxygen marked comments.

Issue(s) addressed

  • Please list any issues associated with this PR, including those the PR will fix/close. For example:

Commit Message

Doxygen documentation: marked source files added, 5th subset

Check list

Testing

  • How were these changes tested?

    • The full matrix of regtests run against current develop.
  • Are the changes covered by regression tests? (If not, why? Do new tests need to be added?)

    • The changes are not covered by regression tests as we do not test for documentation.
  • Have the matrix regression tests been run (if yes, please note HPC and compiler)?

    • Yes. Hera / Intel.
  • Please indicate the expected changes in the regression test output, (Note the list of known non-identical tests.)

    • The only expected changes are the known non-identical tests.
  • Please provide the summary output of matrix.comp (matrix.Diff.txt, matrixCompFull.txt and matrixCompSummary.txt):

**********************************************************************
********************* non-identical cases ****************************
**********************************************************************
mww3_test_03/./work_PR2_UNO_MPI_d2                     (15 files differ)
mww3_test_03/./work_PR1_MPI_d2                     (19 files differ)
mww3_test_03/./work_PR3_UNO_MPI_d2_c                     (14 files differ)
mww3_test_03/./work_PR3_UQ_MPI_d2_c                     (16 files differ)
mww3_test_03/./work_PR3_UNO_MPI_d2                     (17 files differ)
mww3_test_03/./work_PR2_UQ_MPI_d2                     (15 files differ)
mww3_test_03/./work_PR3_UQ_MPI_d2                     (15 files differ)
ww3_ta1/./work_UPD0F_U                     (0 files differ)
ww3_tp2.10/./work_MPI_OMPH                     (6 files differ)
ww3_tp2.16/./work_MPI_OMPH                     (4 files differ)
ww3_tp2.17/./work_a                     (1 files differ)
ww3_tp2.17/./work_c                     (1 files differ)
ww3_tp2.17/./work_b                     (1 files differ)
ww3_tp2.6/./work_ST0                     (1 files differ)
ww3_tp2.6/./work_ST4                     (1 files differ)
ww3_tp2.6/./work_pdlib                     (1 files differ)
ww3_ufs1.3/./work_a                     (1 files differ)
**********************************************************************
************************ identical cases *****************************
**********************************************************************

Copy link
Copy Markdown
Collaborator

@JessicaMeixner-NOAA JessicaMeixner-NOAA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

**********************************************************************
********************* non-identical cases ****************************
**********************************************************************
mww3_test_03/./work_PR2_UNO_MPI_d2                     (12 files differ)
mww3_test_03/./work_PR1_MPI_d2                     (19 files differ)
mww3_test_03/./work_PR3_UNO_MPI_d2_c                     (17 files differ)
mww3_test_03/./work_PR3_UQ_MPI_d2_c                     (15 files differ)
mww3_test_03/./work_PR3_UNO_MPI_d2                     (15 files differ)
mww3_test_03/./work_PR2_UQ_MPI_d2                     (15 files differ)
mww3_test_03/./work_PR3_UQ_MPI_d2                     (15 files differ)
ww3_ta1/./work_UPD0F_U                     (0 files differ)
ww3_tp2.10/./work_MPI_OMPH                     (7 files differ)
ww3_tp2.16/./work_MPI_OMPH                     (4 files differ)
ww3_tp2.17/./work_a                     (1 files differ)
ww3_tp2.17/./work_c                     (1 files differ)
ww3_tp2.17/./work_b                     (1 files differ)
ww3_tp2.6/./work_ST0                     (1 files differ)
ww3_tp2.6/./work_ST4                     (1 files differ)
ww3_tp2.6/./work_pdlib                     (1 files differ)
ww3_ufs1.3/./work_a                     (1 files differ)

matrixCompFull.txt
matrixCompSummary.txt
matrixDiff.txt

@JessicaMeixner-NOAA JessicaMeixner-NOAA merged commit 4408da0 into NOAA-EMC:develop Oct 5, 2022
@MatthewMasarik-NOAA MatthewMasarik-NOAA deleted the doc/doxy5 branch October 19, 2022 01:14
kestonsmith-noaa pushed a commit to kestonsmith-noaa/WW3 that referenced this pull request Jun 17, 2025
…cations (NOAA-EMC#970)

- CCPP Physics changes: see Wrapper for ccpp-physics NOAA-EMC#806, NOAA-EMC#807, NOAA-EMC#813, NOAA-EMC/ufsatm#447.
- UFS weather model changes for ORT updates following changes in Fix Auto-RT on Gaea, Jet and Orion NOAA-EMC#965
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants