1
1
include (ScreamUtils )
2
2
3
- set (TEST_BASE_NAME homme_shoc_cld_spa_p3_rrtmgp_dp )
3
+ set (TEST_BASE_NAME homme_shoc_cld_spa_p3_rrtmgp_pg2_dp )
4
4
set (FIXTURES_BASE_NAME ${TEST_BASE_NAME} _generate_output_nc_files )
5
5
6
6
# Get or create the dynamics lib
7
7
# HOMME_TARGET NP PLEV QSIZE_D
8
- CreateDynamicsLib ("theta-l_kokkos" 4 128 10 )
8
+ CreateDynamicsLib ("theta-l_kokkos" 4 72 10 )
9
9
10
10
# Create the test
11
- set (TEST_LABELS "dynamics;driver;shoc;cld;spa;p3;rrtmgp;physics;dp" )
12
- CreateUnitTest (homme_shoc_cld_spa_p3_rrtmgp_dp "homme_shoc_cld_spa_p3_rrtmgp_dp .cpp"
11
+ set (TEST_LABELS "dynamics;driver;tms; shoc;cld;spa;p3;rrtmgp;physics;dp" )
12
+ CreateUnitTest (homme_shoc_cld_spa_p3_rrtmgp_pg2_dp "homme_shoc_cld_spa_p3_rrtmgp_pg2_dp .cpp"
13
13
LABELS ${TEST_LABELS}
14
- LIBS cld_fraction shoc spa p3 scream_rrtmgp ${dynLibName} scream_control diagnostics
14
+ LIBS cld_fraction tms shoc spa p3 scream_rrtmgp ${dynLibName} scream_control diagnostics
15
15
MPI_RANKS ${TEST_RANK_START} ${TEST_RANK_END}
16
16
FIXTURES_SETUP_INDIVIDUAL ${FIXTURES_BASE_NAME}
17
17
)
@@ -61,16 +61,16 @@ set (HOMME_TEST_MOISTURE notdry)
61
61
set (HOMME_THETA_HY_MODE false )
62
62
63
63
# Vert coord settings
64
- set (HOMME_TEST_VCOORD_INT_FILE acme-128i .ascii )
65
- set (HOMME_TEST_VCOORD_MID_FILE acme-128m .ascii )
64
+ set (HOMME_TEST_VCOORD_INT_FILE acme-72i .ascii )
65
+ set (HOMME_TEST_VCOORD_MID_FILE acme-72m .ascii )
66
66
67
67
# Configure the namelist into the test directory
68
68
configure_file (${SCREAM_SRC_DIR} /dynamics/homme/tests/theta-dp.nl
69
69
${CMAKE_CURRENT_BINARY_DIR} /namelist.nl )
70
70
71
71
# Ensure test input files are present in the data dir
72
72
set (TEST_INPUT_FILES
73
- scream/init/${EAMxx_tests_IC_FILE_128lev }
73
+ scream/init/${EAMxx_tests_IC_FILE_72lev }
74
74
cam/topo/${EAMxx_tests_TOPO_FILE}
75
75
cam/scam/iop/CASS_iopfile_4scam.nc
76
76
)
@@ -85,7 +85,7 @@ CompareNCFilesFamilyMpi (
85
85
TEST_BASE_NAME ${TEST_BASE_NAME}
86
86
FILE_META_NAME ${TEST_BASE_NAME} _output.INSTANT.nsteps_x${NUM_STEPS}.npMPIRANKS.${RUN_T0}.nc
87
87
MPI_RANKS ${TEST_RANK_START} ${TEST_RANK_END}
88
- LABELS dynamics physics shoc cld spa p3 rrtmgp dp
88
+ LABELS dynamics physics tms shoc cld spa p3 rrtmgp dp pg2
89
89
META_FIXTURES_REQUIRED ${FIXTURES_BASE_NAME} _npMPIRANKS_omp1
90
90
)
91
91
0 commit comments