|
| 1 | +======= |
| 2 | +Tag name: cam6_4_081 |
| 3 | +Originator(s): lizziel |
| 4 | +Date: 31 Mar 2025 |
| 5 | +One-line Summary: Update HEMCO interface external to HEMCO_CESM 2.1.0 |
| 6 | +Github PR URL: https://github.com/ESCOMP/CAM/pull/1221 |
| 7 | + |
| 8 | +Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
| 9 | +HEMCO_CESM includes fixes to allow ERS tests of CAM-chem with HEMCO to pass, ERP tests will |
| 10 | +continue to fail with this update but will be fixed in the next version of HEMCO_CESM. |
| 11 | + |
| 12 | +Describe any changes made to build system: |
| 13 | + |
| 14 | +Describe any changes made to the namelist: |
| 15 | + |
| 16 | +List any changes to the defaults for the boundary datasets: |
| 17 | + |
| 18 | +Describe any substantial timing or memory changes: |
| 19 | + |
| 20 | +Code reviewed by: TBD |
| 21 | + |
| 22 | +List all files eliminated: N/A |
| 23 | + |
| 24 | +List all files added and what they do: N/A |
| 25 | + |
| 26 | +List all existing files that have been modified, and describe the changes: |
| 27 | + |
| 28 | +M .gitmodules |
| 29 | + - Update HEMCO_CESM version from hemco-cesm2_0_hemco3_9_0 to hemco-cesm2_1_0_hemco3_9_0 |
1 | 30 |
|
| 31 | +M bld/namelist-files/namelist_defaults_cam.xml |
| 32 | + - Update default hemco_config_file to read and regrid aviation emissions every timestep |
| 33 | + - Change default paths of hemco_data_root, hemco_config_file, and hemco_diagn_file |
| 34 | + |
| 35 | +M cime_config/testdefs/testlist_cam.xml |
| 36 | + - Fix typos in comments of FCSD_HCO tests |
| 37 | + |
| 38 | +M src/hemco |
| 39 | + - Committed hemco submodule (HEMCO_CESM) hash for tag hemco-cesm2_1_0_hemco3_9_0 |
| 40 | + |
| 41 | +If there were any failures reported from running test_driver.sh on any test |
| 42 | +platform, and checkin with these failures has been OK'd by the gatekeeper, |
| 43 | +then copy the lines from the td.*.status files for the failed tests to the |
| 44 | +appropriate machine below. All failed tests must be justified. |
| 45 | + |
| 46 | +derecho/intel/aux_cam: |
| 47 | + |
| 48 | +ERP_Ln9.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq9s (Overall: FAIL) |
| 49 | +SMS_Ld1.f09_f09_mg17.FCHIST_GC.derecho_intel.cam-outfrq1d (Overall: DIFF) |
| 50 | + - pre-existing failure due to HEMCO not having reproducible results (issues #1018 and #856) |
| 51 | + |
| 52 | +SMS_D_Ln9.f19_f19_mg17.FXHIST.derecho_intel.cam-outfrq9s_amie (Overall: FAIL) |
| 53 | +SMS_D_Ln9_P1280x1.ne0CONUSne30x8_ne0CONUSne30x8_mt12.FCHIST.derecho_intel.cam-outfrq9s (Overall: FAIL) |
| 54 | + - pre-existing failures due to build-namelist error requiring CLM/CTSM external update |
| 55 | + |
| 56 | +SMS_D_Ln9_P1280x1.ne30pg3_ne30pg3_mg17.FHISTC_MTt1s.derecho_intel.cam-outfrq9s_Leung_dust (Overall: DIFF) |
| 57 | + - Missed baseline update from previous CAM tag (cam6_4_063) |
| 58 | + |
| 59 | +derecho/nvhpc/aux_cam: |
| 60 | + |
| 61 | +ERS_Ln9.ne30pg3_ne30pg3_mg17.F2000dev.derecho_nvhpc.cam-outfrq9s_gpu_default (Overall: DIFF) |
| 62 | + - Expected change in baseline answers. |
| 63 | + |
| 64 | +izumi/nag/aux_cam: ALL PASS |
| 65 | + |
| 66 | +izumi/gnu/aux_cam: ALL PASS |
| 67 | + |
| 68 | +CAM tag used for the baseline comparison tests if different than previous |
| 69 | +tag: |
| 70 | + |
| 71 | +Summarize any changes to answers, i.e., |
| 72 | +- what code configurations: |
| 73 | +- what platforms/compilers: |
| 74 | +- nature of change (roundoff; larger than roundoff but same climate; new |
| 75 | + climate): |
| 76 | + |
| 77 | +If bitwise differences were observed, how did you show they were no worse |
| 78 | +than roundoff? |
| 79 | + |
| 80 | +If this tag changes climate describe the run(s) done to evaluate the new |
| 81 | +climate in enough detail that it(they) could be reproduced, i.e., |
| 82 | +- source tag (all code used must be in the repository): |
| 83 | +- platform/compilers: |
| 84 | +- configure commandline: |
| 85 | +- build-namelist command (or complete namelist): |
| 86 | +- MSS location of output: |
| 87 | + |
| 88 | +MSS location of control simulations used to validate new climate: |
| 89 | + |
| 90 | +URL for AMWG diagnostics output used to validate new climate: |
| 91 | + |
| 92 | +=============================================================== |
2 | 93 | =============================================================== |
3 | 94 |
|
4 | 95 | Tag name: cam6_4_081 |
@@ -2653,8 +2744,21 @@ MSS location of control simulations used to validate new climate: |
2653 | 2744 | URL for AMWG diagnostics output used to validate new climate: |
2654 | 2745 |
|
2655 | 2746 | =============================================================== |
| 2747 | +======= |
| 2748 | +derecho/intel/aux_cam: TBD |
| 2749 | + |
| 2750 | +derecho/nvhpc/aux_cam: TBD |
| 2751 | + |
| 2752 | +izumi/nag/aux_cam: TBD |
| 2753 | + |
| 2754 | +izumi/gnu/aux_cam: TBD |
| 2755 | + |
| 2756 | +Summarize any changes to answers: bit-for-bit unchanged |
| 2757 | + |
| 2758 | +>>>>>>> 00d3cfb3 (Add draft Changelog message) |
2656 | 2759 | =============================================================== |
2657 | 2760 |
|
| 2761 | +=============================================================== |
2658 | 2762 | Tag name: cam6_4_057 |
2659 | 2763 | Originator(s): brianpm, eaton, nusbaume |
2660 | 2764 | Date: Jan 29 2025 |
@@ -5077,6 +5181,7 @@ Summarize any changes to answers: |
5077 | 5181 | - F compsets have answer changes due to updated CTSM. |
5078 | 5182 |
|
5079 | 5183 | =============================================================== |
| 5184 | +======= |
5080 | 5185 |
|
5081 | 5186 | Tag name: cam6_4_038 |
5082 | 5187 | Originator(s): lizziel |
|
0 commit comments