Skip to content

Commit 0b82b2e

Browse files
authored
Merge pull request #1275 from nusbaume/pumas_atmos_phys
cam6_4_079: First round of work on CCPP'izing PUMAS
2 parents cf7d39d + dc39662 commit 0b82b2e

4 files changed

Lines changed: 170 additions & 88 deletions

File tree

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
fxDONOTUSEurl = https://github.com/ESCOMP/CARMA_base.git
1414

1515
[submodule "pumas"]
16-
path = src/physics/pumas
17-
url = https://github.com/ESCOMP/PUMAS
16+
path = src/physics/pumas
17+
url = https://github.com/ESCOMP/PUMAS
1818
fxrequired = AlwaysRequired
19-
fxtag = pumas_cam-release_v1.36
19+
fxtag = pumas_cam-release_v1.38
2020
fxDONOTUSEurl = https://github.com/ESCOMP/PUMAS
2121

2222
[submodule "pumas-frozen"]

doc/ChangeLog

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,73 @@
11

22
===============================================================
33

4+
Tag name: cam6_4_079
5+
Originator(s): nusbaume, cacraig
6+
Date: March 21, 2025
7+
One-line Summary: First round of work on CCPP'izing PUMAS
8+
Github PR URL: https://github.com/ESCOMP/CAM/pull/1275
9+
10+
Purpose of changes (include the issue number and title text for each relevant GitHub issue):
11+
- Partially addresses PUMAS interface needs to become CCPP-compliant: https://github.com/ESCOMP/CAM/issue/1151
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 PUMAS external to version which has CAM dependencies removed
30+
31+
M src/physics/cam7/micro_pumas_cam.F90
32+
- Changes to interface to PUMAS
33+
34+
If there were any failures reported from running test_driver.sh on any test
35+
platform, and checkin with these failures has been OK'd by the gatekeeper,
36+
then copy the lines from the td.*.status files for the failed tests to the
37+
appropriate machine below. All failed tests must be justified.
38+
39+
derecho/intel/aux_cam: all BFB except for pre-existing test failures
40+
41+
ERP_D_Ln9.ne30pg3_ne30pg3_mt232.QPC7.derecho_intel.cam-outfrq3s_cosp (Overall: FAIL) details:
42+
FAIL ERP_D_Ln9.ne30pg3_ne30pg3_mt232.QPC7.derecho_intel.cam-outfrq3s_cosp COMPARE_base_rest
43+
ERS_Ln9.ne30pg3_ne30pg3_mg17.FHISTC_WXma.derecho_intel.cam-outfrq9s (Overall: FAIL) details:
44+
FAIL ERS_Ln9.ne30pg3_ne30pg3_mg17.FHISTC_WXma.derecho_intel.cam-outfrq9s COMPARE_base_rest
45+
- pre-existing failures introduced in cam6_4_078 (see issue #1281)
46+
47+
SMS_D_Ln9_P1280x1.ne0ARCTICne30x4_ne0ARCTICne30x4_mt12.FHIST.derecho_intel.cam-outfrq9s (Overall: PASS) details:
48+
[ SMS_D_Ln9_P1280x1.ne0ARCTICne30x4_ne0ARCTICne30x4_mt12.FHIST.derecho_intel.cam-outfrq9s (Overall: DIFF) details:
49+
- This particular test passed this time, but I belived it fails "sometimes"]
50+
51+
SMS_D_Ln9_P1280x1.ne0CONUSne30x8_ne0CONUSne30x8_mt12.FCHIST.derecho_intel.cam-outfrq9s (Overall: FAIL) details:
52+
FAIL SMS_D_Ln9_P1280x1.ne0CONUSne30x8_ne0CONUSne30x8_mt12.FCHIST.derecho_intel.cam-outfrq9s SETUP
53+
- pre-existing failures due to build-namelist error requiring CLM/CTSM external update
54+
55+
ERP_Ln9.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq9s (Overall: FAIL) details:
56+
FAIL ERP_Ln9.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq9s COMPARE_base_rest
57+
FAIL ERP_Ln9.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq9s BASELINE /glade/campaign/cesm/community/amwg/cam_baselines/cam6_4_078_intel: DIFF
58+
SMS_Lh12.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq3h (Overall: DIFF) details:
59+
FAIL SMS_Lh12.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq3h BASELINE /glade/campaign/cesm/community/amwg/cam_baselines/cam6_4
60+
- pre-existing failures due to HEMCO not having reproducible results (issues #1018 and #856)
61+
62+
derecho/nvhpc/aux_cam: all BFB
63+
64+
izumi/nag/aux_cam: all BFB
65+
66+
izumi/gnu/aux_cam: all BFB
67+
68+
===============================================================
69+
===============================================================
70+
471
Tag name: cam6_4_078
572
Originator(s): PeterHjortLauritzen, mbramberger, cacraig
673
Date: March 19, 2025

0 commit comments

Comments
 (0)