Skip to content

Commit

Permalink
Update ChangeLog for cam6_4_062
Browse files Browse the repository at this point in the history
  • Loading branch information
cacraigucar committed Feb 7, 2025
1 parent 27d456d commit 56c909d
Showing 1 changed file with 103 additions and 0 deletions.
103 changes: 103 additions & 0 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,109 @@

===============================================================

Tag name: cam6_4_062
Originator(s): juliob, cacraig, PeterHjortLauritzen
Date: Feb 7, 2025
One-line Summary: Phase 2 of GW development
Github PR URL: https://github.com/ESCOMP/CAM/pull/1117

Purpose of changes (include the issue number and title text for each relevant GitHub issue):
- Continuing development of gravity wave parameterization (//github.com/ESCOMP/CAM/issues/1115)
- Added vorticity calculation to SE dycore. Vorticity is passed to the gravity wave (GW) scheme in
model physics to provide a possible source for ‘moving mountain’ GW, i.e., low-phase speed GW forced
by atmospheric circulations. This provides another forcing option, in addition to boundary layer
momentum flux implemented earlier. Vorticity anomalies as sources for GW have been proposed by other
researchers in published papers.

Describe any changes made to build system: N/A

Describe any changes made to the namelist:
- Added the following namelist options
- use_gw_rdg_resid
- effgw_movmtn_pbl
- movmtn_source
- movmtn_psteer
- movmtn_plaunch
- effgw_rdg_resid

List any changes to the defaults for the boundary datasets: N/A

Describe any substantial timing or memory changes: N/A

Code reviewed by: nusbaume, PeterHjortLauritzen

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 bld/build-namelist
M bld/namelist_files/namelist_defaults_cam.xml
M bld/namelist_files/namelist_definition.xml
- added new GW namelist settings (see above)

M src/dynamics/se/dp_coupling.F90
M src/dynamics/se/dyn_comp.F90
M src/dynamics/se/gravity_waves_sources.F90
M src/physics/cam/gw_common.F90
M src/physics/cam/gw_drag.F90
M src/physics/cam/gw_movmtn.F90
M src/physics/cam/gw_rdg.F90
- See description listed above

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:
ERP_Ln9.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq9s (Overall: FAIL)
SMS_Ld1.f09_f09_mg17.FCHIST_GC.derecho_intel.cam-outfrq1d (Overall: DIFF)
- pre-existing failure due to HEMCO not having reproducible results issues #1018 and #856

SMS_D_Ln9.f19_f19_mg17.FXHIST.derecho_intel.cam-outfrq9s_amie (Overall: FAIL)
SMS_D_Ln9_P1280x1.ne0CONUSne30x8_ne0CONUSne30x8_mt12.FCHIST.derecho_intel.cam-outfrq9s (Overall: FAIL)
- pre-existing failures due to build-namelist error requiring CLM/CTSM external update

ERP_D_Ln9.ne30pg3_ne30pg3_mg17.FLTHIST.derecho_intel.cam-outfrq9s (Overall: DIFF) details:
ERP_D_Ln9.ne30pg3_ne30pg3_mg17.QPLT.derecho_intel.cam-outfrq3s_cosp (Overall: DIFF) details:
ERP_D_Ln9.ne30pg3_ne30pg3_mg17.QPMT.derecho_intel.cam-outfrq9s (Overall: DIFF) details:
ERP_Ld3.ne30pg3_ne30pg3_mg17.FHISTC_MTt4s.derecho_intel.cam-outfrq1d_aoa (Overall: DIFF) details:
ERP_Ln9.ne30pg3_ne30pg3_mg17.FCnudged.derecho_intel.cam-outfrq9s (Overall: DIFF) details:
ERP_Ln9.ne30pg3_ne30pg3_mg17.FW2000climo.derecho_intel.cam-outfrq9s (Overall: DIFF) details:
SMS_D_Ln9.ne30pg3_ne30pg3_mg17.FMTHIST.derecho_intel.cam-outfrq9s (Overall: DIFF) details:
SMS_D_Ln9_P1280x1.ne30pg3_ne30pg3_mg17.FHISTC_MTt1s.derecho_intel.cam-outfrq9s_Leung_dust (Overall: DIFF) details:
SMS_Ld1.ne30pg3_ne30pg3_mg17.FC2010climo.derecho_intel.cam-outfrq1d (Overall: DIFF) details:
SMS_Ln9.ne30pg3_ne30pg3_mg17.FW2000climo.derecho_intel.cam-outfrq9s_rrtmgp (Overall: DIFF) details:
- Answer changes expected for CAM7 runs

derecho/nvhpc/aux_cam:
ERS_Ln9.ne30pg3_ne30pg3_mg17.F2000dev.derecho_nvhpc.cam-outfrq9s_gpu_default (Overall: FAIL)
- pre-existing failure -- issue #1220

izumi/nag/aux_cam: All BFB

izumi/gnu/aux_cam:
ERP_D_Ln9.ne3pg3_ne3pg3_mg37.FLTHIST.izumi_gnu.cam-outfrq9s (Overall: DIFF) details:
ERP_D_Ln9.ne3pg3_ne3pg3_mg37.QPLT.izumi_gnu.cam-outfrq9s (Overall: DIFF) details:
ERP_D_Ln9.ne3pg3_ne3pg3_mg37.QPMT.izumi_gnu.cam-outfrq9s (Overall: DIFF) details:
- Answer changes expected for CAM7 runs

Summarize any changes to answers, i.e.,
- what code configurations: All CAM7
- what platforms/compilers: All
- nature of change (roundoff; larger than roundoff but same climate; new
climate): new climate when GW namelists are set

If this tag changes climate describe the run(s) done to evaluate the new
climate in enough detail that it(they) could be reproduced, i.e.,
- Simulations were made by Julio Bacmeister and were presented at AMWG
- Dave Lawrence presented results to the SCC at their January meeting

===============================================================

===============================================================

Tag name: cam6_4_061
Originator(s): liyptardis, PeterHjortLauritzen, cacraig
Date: Feb 6, 2025
Expand Down

0 comments on commit 56c909d

Please sign in to comment.