Skip to content

Commit

Permalink
Fixes file for the mam4xx standalone tests
Browse files Browse the repository at this point in the history
  • Loading branch information
singhbalwinder committed Jun 5, 2024
1 parent 9cd5827 commit 8815fa4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion components/eamxx/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
13 changes: 6 additions & 7 deletions components/eamxx/tests/single-process/mam/wet_scav/input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8815fa4

Please sign in to comment.