Skip to content

Commit a93c9d3

Browse files
committed
Merge branch 'main' into deploy-pages-upstream-only
2 parents ac27a5d + 7be0a09 commit a93c9d3

30 files changed

Lines changed: 7404 additions & 158 deletions

.github/workflows/doxygen.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,20 @@ jobs:
6666
mkdir -p $GITHUB_WORKSPACE/physics/docs/html/HSD
6767
mv doc/html/* $GITHUB_WORKSPACE/physics/docs/html/HSD
6868
69+
- name: Build GW docs
70+
run: |
71+
cd scm_repo/ccpp/physics/physics/docs
72+
doxygen ccppgw_doxyfile
73+
mkdir -p $GITHUB_WORKSPACE/physics/docs/html/GWv1
74+
mv doc/html/* $GITHUB_WORKSPACE/physics/docs/html/GWv1
75+
76+
- name: Build Land DA docs
77+
run: |
78+
cd scm_repo/ccpp/physics/physics/docs
79+
doxygen ccpplandda_doxyfile
80+
mkdir -p $GITHUB_WORKSPACE/physics/docs/html/LandDA
81+
mv doc/html/* $GITHUB_WORKSPACE/physics/docs/html/LandDA
82+
6983
- name: Switch to v7 tag
7084
run: |
7185
cd scm_repo

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Please see more information about the CCPP at the locations below.
77
- [CCPP website hosted by the Developmental Testbed Center (DTC)](https://dtcenter.org/ccpp)
88
- [CCPP public release information](https://dtcenter.org/community-code/common-community-physics-package-ccpp/download)
99
- [CCPP Technical Documentation](https://ccpp-techdoc.readthedocs.io/en/v6.0.0/)
10-
- [CCPP Scientific Documentation](https://dtcenter.ucar.edu/GMTB/v6.0.0/sci_doc/index.html)
10+
- [CCPP Scientific Documentation](https://ncar.github.io/ccpp-physics/)
1111
- [CCPP Physics GitHub wiki](https://github.com/NCAR/ccpp-physics/wiki)
1212
- [CCPP Framework GitHub wiki](https://github.com/NCAR/ccpp-framework/wiki)
1313

physics/docs/ccppgw_doxyfile

Lines changed: 2902 additions & 0 deletions
Large diffs are not rendered by default.

physics/docs/ccpphsd_doxyfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -984,15 +984,15 @@ WARN_LOGFILE =
984984
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
985985
# Note: If this tag is empty the current directory is searched.
986986

987-
INPUT = pdftxt/HSD_overview.txt \
988-
pdftxt/Idealized_TC.txt \
989-
pdftxt/Aquaplanet.txt \
990-
pdftxt/HAFS_TC_suite.txt \
991-
pdftxt/GFS_v17_p8_ugwpv1_aquaplanet_suite.txt \
987+
INPUT = pdftxt/HSD/HSD_overview.txt \
988+
pdftxt/HSD/Idealized_TC.txt \
989+
pdftxt/HSD/Aquaplanet.txt \
990+
pdftxt/HSD/HAFS_TC_suite.txt \
991+
pdftxt/HSD/GFS_v17_p8_ugwpv1_aquaplanet_suite.txt \
992992
pdftxt/suite_input.nml.txt \
993993
pdftxt/acronyms.txt \
994994
pdftxt/GFS_RRTMG.txt \
995-
pdftxt/GFS_SFCLYR.txt \
995+
pdftxt/GFS_v17_SFCLYR.txt \
996996
pdftxt/GFS_NSST.txt \
997997
pdftxt/GFS_OCEAN.txt \
998998
pdftxt/NOAH_LSM.txt \

0 commit comments

Comments
 (0)