Skip to content

Commit

Permalink
Finalize ChangeLog and update submodules from previous PRs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nusbaume committed Jan 9, 2025
1 parent a5ed0a5 commit 5f21959
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/cice
Submodule cice updated 2 files
+1 −1 .gitmodules
+1 −1 src
29 changes: 28 additions & 1 deletion doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Tag name: cam6_4_054
Originator(s): nusbaume
Date: 7 Jan 2025
Date: 9 Jan 2025
One-line Summary: Revert t_sfc limiter in RRTMGP
Github PR URL: https://github.com/ESCOMP/CAM/pull/1211

Expand Down Expand Up @@ -39,14 +39,41 @@ 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.

ALL F-compset answers changed (DIFF) due to the new CICE tag.

Also any tests with RRTMGP will also have answer changes due
to the removal of the surface temperature limiter.

derecho/intel/aux_cam:

All F-compset tests
-NLCOMP and baseline DIFF failures due to the new CICE tag and t_sfc changes

ERP_Ln9.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq9s (Overall: FAIL)
- pre-existing failure -- issue #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.

derecho/nvhpc/aux_cam:

ERS_Ln9.ne30pg3_ne30pg3_mg17.F2000dev.derecho_nvhpc.cam-outfrq9s_gpu_default (Overall: FAIL)
- pre-existing failure -- issue #1220
- also had NLCOMP and baseline DIFF failures due to the new CICE tag and t_sfc changes.

izumi/nag/aux_cam:

DAE.f45_f45_mg37.FHS94.izumi_nag.cam-dae (Overall: FAIL)
- pre-existing failure -- issue #670

izumi/gnu/aux_cam:

ERP_D_Ln9.ne3pg3_ne3pg3_mg37.FLTHIST.izumi_gnu.cam-outfrq9s (Overall: DIFF)
ERS_Ln9_P24x1.mpasa480_mpasa480.F2000climo.izumi_gnu.cam-outfrq9s_mpasa480 (Overall: DIFF)
SMS_P48x1_D_Ln9.f19_f19_mg17.FW4madSD.izumi_gnu.cam-outfrq9s (Overall: DIFF)
- NLCOMP and baseline DIFF failures due to the new CICE tag and t_sfc changes.

CAM tag used for the baseline comparison tests if different than previous
tag:

Expand Down
2 changes: 1 addition & 1 deletion src/atmos_phys
Submodule atmos_phys updated 81 files
+72 −0 .github/workflows/unit-tests.yaml
+7 −0 .gitignore
+72 −0 doc/ChangeLog
+212 −89 doc/NamesNotInDictionary.txt
+420 −0 schemes/check_energy/check_energy_chng.F90
+413 −0 schemes/check_energy/check_energy_chng.meta
+19 −0 schemes/check_energy/check_energy_chng_namelist.xml
+48 −0 schemes/check_energy/check_energy_fix.F90
+67 −0 schemes/check_energy/check_energy_fix.meta
+77 −0 schemes/check_energy/check_energy_gmean/check_energy_gmean.F90
+98 −0 schemes/check_energy/check_energy_gmean/check_energy_gmean.meta
+37 −0 schemes/check_energy/check_energy_save_teout.F90
+37 −0 schemes/check_energy/check_energy_save_teout.meta
+42 −0 schemes/check_energy/check_energy_scaling.F90
+43 −0 schemes/check_energy/check_energy_scaling.meta
+39 −0 schemes/check_energy/check_energy_zero_fluxes.F90
+55 −0 schemes/check_energy/check_energy_zero_fluxes.meta
+52 −0 schemes/check_energy/dycore_energy_consistency_adjust.F90
+55 −0 schemes/check_energy/dycore_energy_consistency_adjust.meta
+1 −0 schemes/dry_adiabatic_adjust/dadadj.meta
+0 −33 schemes/dry_adiabatic_adjust/dadadj_apply_qv_tendency.F90
+0 −42 schemes/dry_adiabatic_adjust/dadadj_apply_qv_tendency.meta
+1 −1 schemes/held_suarez/held_suarez_1994.meta
+36 −32 schemes/musica/micm/musica_ccpp_micm.F90
+1 −71 schemes/musica/micm/musica_ccpp_micm_util.F90
+110 −70 schemes/musica/musica_ccpp.F90
+90 −8 schemes/musica/musica_ccpp.meta
+27 −3 schemes/musica/musica_ccpp_namelist.xml
+5 −0 schemes/musica/musica_ccpp_util.F90
+420 −109 schemes/musica/tuvx/musica_ccpp_tuvx.F90
+127 −0 schemes/musica/tuvx/musica_ccpp_tuvx_cloud_optics.F90
+110 −0 schemes/musica/tuvx/musica_ccpp_tuvx_extraterrestrial_flux.F90
+75 −0 schemes/musica/tuvx/musica_ccpp_tuvx_surface_albedo.F90
+3 −4 schemes/musica/tuvx/musica_ccpp_tuvx_temperature.F90
+62 −0 schemes/musica/tuvx/musica_ccpp_tuvx_wavelength_grid.F90
+86 −0 schemes/sima_diagnostics/check_energy_diagnostics.F90
+83 −0 schemes/sima_diagnostics/check_energy_diagnostics.meta
+61 −0 schemes/sima_diagnostics/check_energy_gmean_diagnostics.F90
+59 −0 schemes/sima_diagnostics/check_energy_gmean_diagnostics.meta
+19 −0 schemes/sima_diagnostics/check_energy_gmean_diagnostics_namelist.xml
+3 −3 schemes/tj2016/tj2016_sfc_pbl_hs.meta
+5 −5 schemes/tropopause_find/tropopause_find.meta
+38 −4 schemes/utilities/physics_tendency_updaters.F90
+53 −4 schemes/utilities/physics_tendency_updaters.meta
+1 −1 schemes/utilities/state_converters.meta
+30 −0 suites/suite_adiabatic.xml
+29 −2 suites/suite_cam7.xml
+21 −0 suites/suite_kessler.xml
+22 −0 suites/suite_tj2016.xml
+12 −10 test/CMakeLists.txt
+29 −27 test/docker/Dockerfile.musica
+18 −15 test/docker/Dockerfile.musica.no_install
+14 −11 test/musica/CMakeLists.txt
+0 −6 test/musica/micm/configs/chapman/config.json
+0 −97 test/musica/micm/configs/chapman/reactions.json
+0 −39 test/musica/micm/configs/chapman/species.json
+11 −74 test/musica/micm/test_micm_util.F90
+4 −3 test/musica/musica_ccpp_namelist.F90
+502 −49 test/musica/test_musica_api.F90
+119 −1 test/musica/tuvx/CMakeLists.txt
+0 −2,077 test/musica/tuvx/configs/ts1_tsmlt.json
+115 −0 test/musica/tuvx/test_tuvx_cloud_optics.F90
+67 −0 test/musica/tuvx/test_tuvx_extraterrestrial_flux.F90
+39 −41 test/musica/tuvx/test_tuvx_height_grid.F90
+57 −0 test/musica/tuvx/test_tuvx_surface_albedo.F90
+19 −23 test/musica/tuvx/test_tuvx_temperature.F90
+53 −0 test/musica/tuvx/test_tuvx_wavelength_grid.F90
+155 −0 test/test_schemes/initialize_constituents.F90
+44 −0 test/test_schemes/initialize_constituents.meta
+1 −1 test/test_suites/suite_dry_adiabatic_adjust.xml
+2 −0 test/test_suites/suite_tj2016_precip.xml
+2 −0 test/test_suites/suite_tj2016_sfc_pbl_hs.xml
+39 −0 test/unit-test/CMakeLists.txt
+26 −0 test/unit-test/README.md
+11 −0 test/unit-test/include/ccpp_kinds.F90
+2 −0 test/unit-test/tests/CMakeLists.txt
+5 −0 test/unit-test/tests/utilities/CMakeLists.txt
+27 −0 test/unit-test/tests/utilities/test_state_converters.pf
+43 −0 test/valgrind.supp
+5 −5 to_be_ccppized/ccpp_const_utils.F90
+91 −0 to_be_ccppized/ccpp_tuvx_utils.F90

0 comments on commit 5f21959

Please sign in to comment.