Skip to content

Commit

Permalink
update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-eaton committed Dec 6, 2023
1 parent 4d861aa commit 3144053
Showing 1 changed file with 29 additions and 7 deletions.
36 changes: 29 additions & 7 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:

Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 3144053

Please sign in to comment.