|
1 | 1 | =============================================================== |
2 | 2 |
|
| 3 | +Tag name: cam6_4_127 |
| 4 | +Originator(s): courtneyp, jedwards |
| 5 | +Date: Oct 24, 2025 |
| 6 | +One-line Summary: Remove unset diagnostic fields from RRTMGP + update git-fleximod |
| 7 | +Github PR URL: https://github.com/ESCOMP/CAM/pull/1420 |
| 8 | + |
| 9 | +Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
| 10 | + - Remove unset diagnostic variables from RRTMGP: https://github.com/ESCOMP/CAM/issues/1419 |
| 11 | + - Incorrect subtree ./lib/git-fleximod/git-fleximod: https://github.com/ESCOMP/CAM/issues/1421 |
| 12 | + |
| 13 | +Describe any changes made to build system: N/A |
| 14 | + |
| 15 | +Describe any changes made to the namelist: N/A |
| 16 | + |
| 17 | +List any changes to the defaults for the boundary datasets: N/A |
| 18 | + |
| 19 | +Describe any substantial timing or memory changes: N/A |
| 20 | + |
| 21 | +Code reviewed by: nusbaume |
| 22 | + |
| 23 | +List all files eliminated: |
| 24 | + |
| 25 | +D .lib/CODE_OF_CONDUCT.md |
| 26 | +D .lib/License |
| 27 | +D .lib/README.md |
| 28 | +D .lib/doc/Makefile |
| 29 | +D .lib/doc/conf.py |
| 30 | +D .lib/doc/index.rst |
| 31 | +D .lib/doc/make.bat |
| 32 | +D .lib/escomp_install |
| 33 | +D .lib/git_fleximod/__init__.py |
| 34 | +D .lib/git_fleximod/cli.py |
| 35 | +D .lib/git_fleximod/git_fleximod.py |
| 36 | +D .lib/git_fleximod/gitinterface.py |
| 37 | +D .lib/git_fleximod/gitmodules.py |
| 38 | +D .lib/git_fleximod/lstripreader.py |
| 39 | +D .lib/git_fleximod/metoflexi.py |
| 40 | +D .lib/git_fleximod/submodule.py |
| 41 | +D .lib/git_fleximod/utils.py |
| 42 | +D .lib/poetry.lock |
| 43 | +D .lib/pyproject.toml |
| 44 | +D .lib/tbump.toml |
| 45 | +D .lib/tests/__init__.py |
| 46 | +D .lib/tests/conftest.py |
| 47 | +D .lib/tests/test_a_import.py |
| 48 | +D .lib/tests/test_b_update.py |
| 49 | +D .lib/tests/test_c_required.py |
| 50 | +D .lib/tests/test_d_complex.py |
| 51 | +D .lib/tests/test_e_complex_update.py |
| 52 | + - Remove bad copy of git-fleximod |
| 53 | + |
| 54 | + |
| 55 | +List all files added and what they do: N/A |
| 56 | + |
| 57 | +List all existing files that have been modified, and describe the changes: |
| 58 | + |
| 59 | +M .lib/git-fleximod/.github/workflows/pytest.yaml |
| 60 | +M .lib/git-fleximod/README.md |
| 61 | +M .lib/git-fleximod/git_fleximod/cli.py |
| 62 | +M .lib/git-fleximod/git_fleximod/git_fleximod.py |
| 63 | +M .lib/git-fleximod/git_fleximod/gitinterface.py |
| 64 | +M .lib/git-fleximod/git_fleximod/submodule.py |
| 65 | +M .lib/git-fleximod/pyproject.toml |
| 66 | +M .lib/git-fleximod/tbump.toml |
| 67 | +M .lib/git-fleximod/tests/conftest.py |
| 68 | +M .lib/git-fleximod/tests/test_c_required.py |
| 69 | + - Update git-fleximod to version 1.0.3 |
| 70 | + |
| 71 | +M src/physics/rrtmgp/radiation.F90 |
| 72 | + - Remove unused diagnostic history fields |
| 73 | + |
| 74 | +If there were any failures reported from running test_driver.sh on any test |
| 75 | +platform, and checkin with these failures has been OK'd by the gatekeeper, |
| 76 | +then copy the lines from the td.*.status files for the failed tests to the |
| 77 | +appropriate machine below. All failed tests must be justified. |
| 78 | + |
| 79 | +derecho/intel/aux_cam: ALL PASS |
| 80 | + |
| 81 | +derecho/nvhpc/aux_cam: ALL PASS |
| 82 | + |
| 83 | +izumi/nag/aux_cam: ALL PASS |
| 84 | + |
| 85 | +izumi/gnu/aux_cam: ALL PASS |
| 86 | + |
| 87 | +Summarize any changes to answers: No answers were changed with this PR. |
| 88 | + |
| 89 | +=============================================================== |
| 90 | +=============================================================== |
| 91 | + |
3 | 92 | Tag name: cam6_4_126 |
4 | 93 | Originator(s): Walter Hannah, Jack Chen, Peter Lauritzen, Cheryl Craig |
5 | 94 | Date: Oct 16, 2025 |
|
0 commit comments