Skip to content

Commit a8675b0

Browse files
authored
Merge branch 'bartgol/eamxx/disable-mam-test' (PR #6882)
Allows other PRs to test normally while the MAM team investigates further
2 parents fa8bb88 + f8420b0 commit a8675b0

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
add_subdirectory(homme_shoc_cld_p3_mam_optics_rrtmgp)
22
add_subdirectory(homme_shoc_cld_mam_aci_p3_mam_optics_rrtmgp_mam_drydep)
3-
add_subdirectory(homme_shoc_cld_spa_p3_rrtmgp_mam4_wetscav)
3+
# add_subdirectory(homme_shoc_cld_spa_p3_rrtmgp_mam4_wetscav)

components/eamxx/tests/multi-process/physics_only/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ if (SCREAM_DOUBLE_PRECISION)
99
add_subdirectory(mam/shoc_cldfrac_mam4_aci_p3)
1010
add_subdirectory(mam/shoc_cldfrac_mam4_aci_p3_rrtmgp)
1111
add_subdirectory(mam/shoc_cldfrac_mam4_aci_p3_mam4_optics_rrtmgp)
12-
add_subdirectory(mam/p3_mam4_wetscav)
13-
add_subdirectory(mam/shoc_cldfrac_p3_wetscav)
12+
# add_subdirectory(mam/p3_mam4_wetscav)
13+
# add_subdirectory(mam/shoc_cldfrac_p3_wetscav)
1414
add_subdirectory(mam/mam4_srf_online_emiss_mam4_constituent_fluxes)
1515
endif()
1616
endif()

components/eamxx/tests/single-process/CMakeLists.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,15 @@ if (SCREAM_ENABLE_MAM)
2222
add_subdirectory(mam/optics)
2323
add_subdirectory(mam/aci)
2424
add_subdirectory(mam/drydep)
25-
add_subdirectory(mam/wet_scav)
2625
add_subdirectory(mam/emissions)
2726
add_subdirectory(mam/constituent_fluxes)
28-
add_subdirectory(mam/aero_microphys)
27+
28+
# Currently, this test has a runtime error. Disabling while MAM folks debug.
29+
# add_subdirectory(mam/wet_scav)
30+
31+
# Currently this test produces non-deterministic output.
32+
# Commenting it so the other PRs can test normally
33+
# add_subdirectory(mam/aero_microphys)
2934
endif()
3035
if (SCREAM_TEST_LEVEL GREATER_EQUAL SCREAM_TEST_LEVEL_EXPERIMENTAL)
3136
add_subdirectory(zm)

0 commit comments

Comments
 (0)