Skip to content

Commit a0fbb02

Browse files
authored
Resolve GNU compiler warnings in atmos_cubed submodule (ufs-community#3196) // Create local backups of regression test log files (ufs-community#3197) (ufs-community#3196)
* UFSWM - Add capability to create regression test log backups * UFSWM - Update UFSATM hash to bring in atmos_cubed warning fix * UFSATM - Update atmos_cubed hash to bring in warning fix * atmos_cubed_sphere - Remove trailing text after #if and #endif to fix GNU compiler warnings
1 parent b075cdc commit a0fbb02

13 files changed

Lines changed: 2551 additions & 2082 deletions

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ tests/logs/log_*
8282
compile_0_time.log
8383
tests/modules.ufs_model.lua
8484
tests/ufs_common.lua
85+
86+
# Backup logs for local regression tests
87+
tests/logs/RegressionTests_*.log.bak
88+

UFSATM

tests/logs/OpnReqTests_control_p8_hercules.log

Lines changed: 387 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
Thu Apr 23 15:03:21 CDT 2026
2+
Start Operation Requirement Test
3+
4+
5+
baseline dir = /work2/noaa/epic/role-epic/stmp/role-epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_intel
6+
working dir = /work2/noaa/epic/role-epic/stmp/role-epic/FV3_OPNREQ_TEST/opnReqTest_1642562/bit_base_bit_base
7+
Checking test bit_base results ....
8+
Moving baseline bit_base files ....
9+
Moving dynf000.nc .........OK
10+
Moving dynf006.nc .........OK
11+
Moving phyf000.nc .........OK
12+
Moving phyf006.nc .........OK
13+
Moving PRSLEV.GrbF00 .........OK
14+
Moving PRSLEV.GrbF06 .........OK
15+
Moving NATLEV.GrbF00 .........OK
16+
Moving NATLEV.GrbF06 .........OK
17+
18+
0: The total amount of wall time = 400.729061
19+
0: The maximum resident set size (KB) = 1441940
20+
21+
Test bit_base PASS
22+
23+
24+
baseline dir = /work2/noaa/epic/role-epic/stmp/role-epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel
25+
working dir = /work2/noaa/epic/role-epic/stmp/role-epic/FV3_OPNREQ_TEST/opnReqTest_1642562/dcp_dcp
26+
Checking test dcp results ....
27+
Comparing dynf000.nc .....USING NCCMP......OK
28+
Comparing dynf006.nc .....USING NCCMP......OK
29+
Comparing phyf000.nc .....USING NCCMP......OK
30+
Comparing phyf006.nc .....USING NCCMP......OK
31+
Comparing PRSLEV.GrbF00 .....USING CMP......OK
32+
Comparing PRSLEV.GrbF06 .....USING CMP......OK
33+
Comparing NATLEV.GrbF00 .....USING CMP......OK
34+
Comparing NATLEV.GrbF06 .....USING CMP......OK
35+
36+
0: The total amount of wall time = 253.872856
37+
0: The maximum resident set size (KB) = 1191324
38+
39+
Test dcp PASS
40+
41+
42+
baseline dir = /work2/noaa/epic/role-epic/stmp/role-epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel
43+
working dir = /work2/noaa/epic/role-epic/stmp/role-epic/FV3_OPNREQ_TEST/opnReqTest_1642562/std_base_std_base
44+
Checking test std_base results ....
45+
Moving baseline std_base files ....
46+
Moving dynf000.nc .........OK
47+
Moving dynf006.nc .........OK
48+
Moving phyf000.nc .........OK
49+
Moving phyf006.nc .........OK
50+
Moving PRSLEV.GrbF00 .........OK
51+
Moving PRSLEV.GrbF06 .........OK
52+
Moving NATLEV.GrbF00 .........OK
53+
Moving NATLEV.GrbF06 .........OK
54+
55+
0: The total amount of wall time = 252.116243
56+
0: The maximum resident set size (KB) = 1192644
57+
58+
Test std_base PASS
59+
60+
61+
baseline dir = /work2/noaa/epic/role-epic/stmp/role-epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel
62+
working dir = /work2/noaa/epic/role-epic/stmp/role-epic/FV3_OPNREQ_TEST/opnReqTest_1642562/thr_thr
63+
Checking test thr results ....
64+
Comparing dynf000.nc .....USING NCCMP......OK
65+
Comparing dynf006.nc .....USING NCCMP......OK
66+
Comparing phyf000.nc .....USING NCCMP......OK
67+
Comparing phyf006.nc .....USING NCCMP......OK
68+
Comparing PRSLEV.GrbF00 .....USING CMP......OK
69+
Comparing PRSLEV.GrbF06 .....USING CMP......OK
70+
Comparing NATLEV.GrbF00 .....USING CMP......OK
71+
Comparing NATLEV.GrbF06 .....USING CMP......OK
72+
73+
0: The total amount of wall time = 253.467282
74+
0: The maximum resident set size (KB) = 1203928
75+
76+
Test thr PASS
77+
78+
OPERATION REQUIREMENT TEST WAS SUCCESSFUL
79+
Thu Apr 23 15:51:36 CDT 2026
80+
Elapsed time: 00h:48m:15s. Have a nice day!

tests/logs/RegressionTests_acorn.log

Lines changed: 320 additions & 249 deletions
Large diffs are not rendered by default.

tests/logs/RegressionTests_derecho.log

Lines changed: 322 additions & 322 deletions
Large diffs are not rendered by default.

tests/logs/RegressionTests_gaeac6.log

Lines changed: 238 additions & 238 deletions
Large diffs are not rendered by default.

tests/logs/RegressionTests_hercules.log

Lines changed: 342 additions & 342 deletions
Large diffs are not rendered by default.

tests/logs/RegressionTests_orion.log

Lines changed: 260 additions & 260 deletions
Large diffs are not rendered by default.

tests/logs/RegressionTests_ursa.log

Lines changed: 373 additions & 447 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)