From 31440539172d9fca51ad456a2803e19954369ec3 Mon Sep 17 00:00:00 2001 From: Brian Eaton Date: Wed, 6 Dec 2023 11:21:11 -0500 Subject: [PATCH] update ChangeLog --- doc/ChangeLog | 36 +++++++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 71cc1b33f4..379c1ee068 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,7 +1,7 @@ =============================================================== Tag name: -Originator(s): jedwards, ekluzek, eaton +Originator(s): jedwards, ekluzek, goldy, bstephens82, eaton Date: One-line Summary: Resolve miscellaneous issues Github PR URL: @@ -23,25 +23,36 @@ Purpose of changes (include the issue number and title text for each relevant Gi for PLB tests - Fix from jedwards +. https://github.com/ESCOMP/CAM/issues/931 - Bad outfld calls in + cam_development? + - Fix several bad outfld calls. The size of the 1st dimension of the + passed data did not match the size passed as a separate argument. + +. https://github.com/ESCOMP/CAM/pull/855 - Bug fix for SILHS history output + being garbled. + - Fix from bstephens82. + . resolves #863 . resolves #837 . resolves #792 +. resolves #931 +. resolves #855 -Describe any changes made to build system: +Describe any changes made to build system: none -Describe any changes made to the namelist: +Describe any changes made to the namelist: none -List any changes to the defaults for the boundary datasets: +List any changes to the defaults for the boundary datasets: none for cam, but . The fsurdat file has changed for mpasa grids. -Describe any substantial timing or memory changes: +Describe any substantial timing or memory changes: none Code reviewed by: -List all files eliminated: +List all files eliminated: none -List all files added and what they do: +List all files added and what they do: none List all existing files that have been modified, and describe the changes: @@ -69,6 +80,17 @@ src/control/cam_history.F90 that used to only be available when using FV dycore. This code removed these fields from the fincl list and printed a message to the atm log file. These messages are no longer correct and have been removed. +. subroutine addfld_nd + - fix conditional so that is_subcol gets set correctly for fields + representing subcolumns. + +src/physics/cam/cam_diagnostics.F90 +src/physics/cam/vertical_diffusion.F90 +src/physics/rrtmg/rrtmg_state.F90 +src/physics/spcam/spcam_drivers.F90 +src/physics/waccm/mo_aurora.F90 +. fix several outfld calls - make sure 1st dimension of the data array matches + the value passed as the size of the 1st dimension 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,