Skip to content

Commit

Permalink
[develop] Replace logging.debug with logging.info for NUMX and ITASKS…
Browse files Browse the repository at this point in the history
… reset in run_WE2E_tests.py and replace lowercase d with uppercase D in grid_RRFS_CONUScompact_25km_ics_HRRR_lbcs_RAP_suite_RRFS_v1beta documentation.
  • Loading branch information
MichaelLueken committed Nov 14, 2023
1 parent 02f2428 commit 9f7039b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/WE2E/run_WE2E_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,10 @@ def run_we2e_tests(homedir, args) -> None:
# 2D decomposition doesn't work with GNU compilers. Deactivate 2D decomposition for GNU
if 'task_run_post' in test_cfg:
test_cfg['task_run_post'].update({"NUMX": 1})
logging.debug(f"NUMX has been reset to 1 due to issues encountered with GNU compilers")
logging.info(f"NUMX has been reset to 1 due to issues encountered with GNU compilers")
if 'task_run_fcst' in test_cfg:
test_cfg['task_run_fcst'].update({"ITASKS": 1})
logging.debug(f"ITASKS has been reset to 1 due to issues encountered with GNU compilers")
logging.info(f"ITASKS has been reset to 1 due to issues encountered with GNU compilers")

logging.debug(f"Writing updated config.yaml for test {test_name}\n"\
"based on specified command-line arguments:\n")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
This test is to ensure that the workflow running in community mode
completes successfully on the RRFS_CONUScompact_25km grid using the RRFS_v1beta
physics suite with ICs derived from the HRRR and LBCs derived from the RAP.
It also tests the "DOT_OR_USCORE" option and enables offline UPP 2d decomposition.
It also tests the "DOT_OR_USCORE" option and enables offline UPP 2D decomposition.
user:
RUN_ENVIR: community
workflow:
Expand Down

0 comments on commit 9f7039b

Please sign in to comment.