diff --git a/doc/ChangeLog b/doc/ChangeLog index 4cc0bfd27c..17fd3feb71 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,58 @@ +=============================================================== + +Tag name: +Originator(s): nusbaume +Date: Oct 2, 2024 +One-line Summary: Bring in re-organized atmospheric_physics repo +Github PR URL: https://github.com/ESCOMP/CAM/pull/1160 + +Purpose of changes (include the issue number and title text for each relevant +GitHub issue): + +Fixes #1156 -> Modify CAM build system to handle re-organized +atmospheric_physics repo + +Describe any changes made to build system: + +Updated the 'configure' script to use the new atmospheric_physics directory +locations + +Describe any changes made to the namelist: N/A + +List any changes to the defaults for the boundary datasets: N/A + +Describe any substantial timing or memory changes: N/A + +Code reviewed by: + +List all files eliminated: N/A + +List all files added and what they do: N/A + +List all existing files that have been modified, and describe the changes: +M .gitmodules + - Update the atmos_phys external + +M bld/configure + - Update atmos_phys paths to correctly point to new source code locations + +If there were any failures reported from running test_driver.sh on any test +platform, and checkin with these failures has been OK'd by the gatekeeper, +then copy the lines from the td.*.status files for the failed tests to the +appropriate machine below. All failed tests must be justified. + +derecho/intel/aux_cam: + +derecho/nvhpc/aux_cam: + +izumi/nag/aux_cam: + +izumi/gnu/aux_cam: ALL PASS + +Summarize any changes to answers: bit-for-bit + +=============================================================== + Tag name: cam6_4_037 Originator(s): jimmielin Date: Sep 30, 2024 diff --git a/src/atmos_phys b/src/atmos_phys index 93a1dbf9c4..fbef3417a8 160000 --- a/src/atmos_phys +++ b/src/atmos_phys @@ -1 +1 @@ -Subproject commit 93a1dbf9c47ccedb8d8a48eba640e48ab2048774 +Subproject commit fbef3417a8eeb641a5ee19cca65d607223388ea1