Skip to content

Commit 65dca4e

Browse files
authored
Merge pull request #3066 from E3SM-Project/bartgol/eamxx/fix-mam-standalone-baselines-test
2 parents 7945125 + 30b87a9 commit 65dca4e

File tree

5 files changed

+4
-10
lines changed

5 files changed

+4
-10
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ if (SCREAM_DOUBLE_PRECISION)
88
add_subdirectory(homme_shoc_cld_spa_p3_rrtmgp_128levels)
99
add_subdirectory(homme_shoc_cld_spa_p3_rrtmgp_pg2_dp)
1010
if (SCREAM_ENABLE_MAM)
11-
# Once the mam4xx aerosol microphysics AtmosphereProcess is running, the
12-
# corresponding test here needs to be reworked with valid aerosol
13-
# initial conditions.
14-
#add_subdirectory(homme_mam4xx_pg2)
15-
add_subdirectory(mam/homme_shoc_cld_p3_mam_optics_rrtmgp)
16-
add_subdirectory(mam/homme_shoc_cld_mam_aci_p3_mam_optics_rrtmgp_mam_drydep)
17-
add_subdirectory(mam/homme_shoc_cld_spa_p3_rrtmgp_mam4_wetscav)
11+
add_subdirectory(mam)
1812
endif()
1913
endif()
2014
endif()
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
add_subdirectory(homme_shoc_cld_p3_mam_optics_rrtmgp)
2+
add_subdirectory(homme_shoc_cld_mam_aci_p3_mam_optics_rrtmgp_mam_drydep)
3+
add_subdirectory(homme_shoc_cld_spa_p3_rrtmgp_mam4_wetscav)

components/eamxx/tests/multi-process/dynamics_physics/mam/homme_shoc_cld_mam_aci_p3_mam_optics_rrtmgp_mam_drydep/output.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
---
33
filename_prefix: homme_shoc_cld_mam_aci_p3_mam_optics_rrtmgp_mam_drydep
44
Averaging Type: Instant
5-
Max Snapshots Per File: 1
65
Fields:
76
Physics GLL:
87
Field Names:

components/eamxx/tests/multi-process/dynamics_physics/mam/homme_shoc_cld_p3_mam_optics_rrtmgp/output.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
---
33
filename_prefix: homme_shoc_cld_p3_mam_optics_rrtmgp
44
Averaging Type: Instant
5-
Max Snapshots Per File: 1
65
Fields:
76
Physics GLL:
87
Field Names:

components/eamxx/tests/multi-process/dynamics_physics/mam/homme_shoc_cld_spa_p3_rrtmgp_mam4_wetscav/output.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
---
33
filename_prefix: homme_shoc_cld_spa_p3_rrtmgp_mam4_wetscav_output
44
Averaging Type: Instant
5-
Max Snapshots Per File: 1
65
Fields:
76
Physics GLL:
87
Field Names:

0 commit comments

Comments
 (0)