From 8815fa46dfc3a5b8bbfb22abec51fc2d6ac5f02d Mon Sep 17 00:00:00 2001 From: Balwinder Singh Date: Tue, 4 Jun 2024 17:22:27 -0700 Subject: [PATCH] Fixes file for the mam4xx standalone tests --- components/eamxx/tests/CMakeLists.txt | 2 +- .../tests/single-process/mam/wet_scav/input.yaml | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/components/eamxx/tests/CMakeLists.txt b/components/eamxx/tests/CMakeLists.txt index 7a7a9e82149..287fdf25af1 100644 --- a/components/eamxx/tests/CMakeLists.txt +++ b/components/eamxx/tests/CMakeLists.txt @@ -63,7 +63,7 @@ if (NOT DEFINED ENV{SCREAM_FAKE_ONLY}) set(EAMxx_tests_IC_FILE_72lev "screami_unit_tests_ne2np4L72_20220822.nc") set(EAMxx_tests_IC_FILE_128lev "screami_unit_tests_ne2np4L128_20220822.nc") set(EAMxx_tests_TOPO_FILE "USGS-gtopo30_ne2np4pg2_x6t_20230331.nc") - set(EAMxx_tests_IC_FILE_MAM4xx_72lev "scream_unit_tests_aerosol_optics_ne2np4L72_20220822.nc") + set(EAMxx_tests_IC_FILE_MAM4xx_72lev "screami_unit_tests_mam4xx_ne2np4L72_20240329.nc") # Testing individual atm processes add_subdirectory(single-process) diff --git a/components/eamxx/tests/single-process/mam/wet_scav/input.yaml b/components/eamxx/tests/single-process/mam/wet_scav/input.yaml index c8def99dd62..f1e0194106a 100644 --- a/components/eamxx/tests/single-process/mam/wet_scav/input.yaml +++ b/components/eamxx/tests/single-process/mam/wet_scav/input.yaml @@ -10,21 +10,20 @@ time_stepping: atmosphere_processes: atm_procs_list: [mam4_wetscav] - mam_wetscav: - number_of_subcycles: ${NUM_SUBCYCLES} - compute_tendencies: [all] - lambda_low: 0.001 grids_manager: Type: Mesh Free - grids_names: [Physics] - Physics: + geo_data_source: IC_FILE + grids_names: [Physics GLL] + Physics GLL: type: point_grid + aliases: [Physics] number_of_global_columns: 218 number_of_vertical_levels: 72 initial_conditions: - Filename: ${SCREAM_DATA_DIR}/init/scream_unit_tests_aerosol_optics_ne2np4L72_20220822.nc + # The name of the file containing the initial conditions for this test. + Filename: ${SCREAM_DATA_DIR}/init/${EAMxx_tests_IC_FILE_MAM4xx_72lev} topography_filename: ${TOPO_DATA_DIR}/${EAMxx_tests_TOPO_FILE} cldn_prev_step: 0.5 cldn: 0.5