|
| 1 | + |
| 2 | +=============================================================== |
| 3 | + |
| 4 | +Tag name: cam6_4_083 |
| 5 | +Originator(s): cacraig |
| 6 | +Date: April 7, 2025 |
| 7 | +One-line Summary: CCPP'ize dme_adjust |
| 8 | +Github PR URL: https://github.com/ESCOMP/pull/1265 |
| 9 | + |
| 10 | +Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
| 11 | + - Conversion of physics_dme_adjust to CCPP: https://github.com/ESCOMP/issues/1090 |
| 12 | + |
| 13 | +Describe any changes made to build system: N/A |
| 14 | + |
| 15 | +Describe any changes made to the namelist: N/A |
| 16 | + |
| 17 | +List any changes to the defaults for the boundary datasets: N/A |
| 18 | + |
| 19 | +Describe any substantial timing or memory changes: N/A |
| 20 | + |
| 21 | +Code reviewed by: jimmielin |
| 22 | + |
| 23 | +List all files eliminated: N/A |
| 24 | + |
| 25 | +List all files added and what they do: N/A |
| 26 | + |
| 27 | +List all existing files that have been modified, and describe the changes: |
| 28 | +M .gitmodules |
| 29 | + - Update atmos_phys external to bring in dme_adjust code |
| 30 | + |
| 31 | +M bld/configure |
| 32 | + - Introduce conservation_adjust subdirectory and add dme_adjust directory in it |
| 33 | + |
| 34 | +M src/atmos_phys |
| 35 | + - update submodule |
| 36 | + |
| 37 | +M src/physics/cam/physics_types.F90 |
| 38 | + - changes to support calling dme_adjust from CCPP'ized code |
| 39 | + |
| 40 | +M src/physics/cam/physpkg.F90 |
| 41 | +M src/physics/cam7/physpkg.F90 |
| 42 | + - add snapshot logic for dme_adjust |
| 43 | + |
| 44 | + |
| 45 | +If there were any failures reported from running test_driver.sh on any test |
| 46 | +platform, and checkin with these failures has been OK'd by the gatekeeper, |
| 47 | +then copy the lines from the td.*.status files for the failed tests to the |
| 48 | +appropriate machine below. All failed tests must be justified. |
| 49 | + |
| 50 | +derecho/intel/aux_cam: all BFB except: |
| 51 | + ERP_Ln9.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq9s (Overall: FAIL) details: |
| 52 | + SMS_Ld1.f09_f09_mg17.FCHIST_GC.derecho_intel.cam-outfrq1d (Overall: DIFF) details: |
| 53 | + - pre-existing failures due to HEMCO not having reproducible results (issues #1018 and #856) |
| 54 | + |
| 55 | + SMS_Lh12.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq3h (Overall: DIFF) details: |
| 56 | + - pre-existing failures due to HEMCO not having reproducible results (issues #1018 and #856) |
| 57 | + This test actually passed this time around, but intermittently does not pass, so keeping in the list |
| 58 | + |
| 59 | + SMS_D_Ln9_P1280x1.ne0CONUSne30x8_ne0CONUSne30x8_mt12.FCHIST.derecho_intel.cam-outfrq9s (Overall: FAIL) details: |
| 60 | + - pre-existing failures due to build-namelist error requiring CLM/CTSM external update |
| 61 | + |
| 62 | +derecho/nvhpc/aux_cam: |
| 63 | + ERS_Ln9.ne30pg3_ne30pg3_mg17.F2000dev.derecho_nvhpc.cam-outfrq9s_gpu_default (Overall: FAIL) details: |
| 64 | + FAIL ERS_Ln9.ne30pg3_ne30pg3_mg17.F2000dev.derecho_nvhpc.cam-outfrq9s_gpu_default RUN time=19 |
| 65 | + - This job fails, but does not appear to be due to changes in the code. Both a run made using |
| 66 | + the head of cam_development and a job run using cam6_4_079 failed in the same way. |
| 67 | + No issue has been opened yet as we expect this might be a temporary machine problem |
| 68 | + |
| 69 | +izumi/nag/aux_cam: all BFB |
| 70 | + |
| 71 | +izumi/gnu/aux_cam: all BFB |
| 72 | + |
| 73 | +=============================================================== |
1 | 74 | =============================================================== |
2 | 75 |
|
3 | 76 | Tag name: cam6_4_082 |
|
0 commit comments