You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All WE2E tests should succeed, including MET_ensemble_verification_only_vx_time_lag
Current behavior
Since #828, the workflow creation script now fails when attempting to run this experiment:
Calling workflow generation function for test MET_ensemble_verification_only_vx_time_lag
*********************************************************************
FATAL ERROR:
Experiment generation failed. See the error message(s) printed below.
For more detailed information, check the log file from the workflow
generation script: log.run_WE2E_tests
*********************************************************************
Traceback (most recent call last):
File "/mnt/lfs4/BMC/gsd-fv3-dev/kavulich/workdir/test_develop/2023-07-01/ufs-srweather-app/tests/WE2E/./run_WE2E_tests.py", line 507, in <module>
run_we2e_tests(homedir,args)
File "/mnt/lfs4/BMC/gsd-fv3-dev/kavulich/workdir/test_develop/2023-07-01/ufs-srweather-app/tests/WE2E/./run_WE2E_tests.py", line 204, in run_we2e_tests
expt_dir = generate_FV3LAM_wflow(ushdir,logfile=f"{ushdir}/log.generate_FV3LAM_wflow",
File "/mnt/lfs4/BMC/gsd-fv3-dev/kavulich/workdir/test_develop/2023-07-01/ufs-srweather-app/tests/WE2E/../../ush/generate_FV3LAM_wflow.py", line 71, in generate_FV3LAM_wflow
expt_config = setup(ushdir,debug=debug)
File "/mnt/lfs4/BMC/gsd-fv3-dev/kavulich/workdir/test_develop/2023-07-01/ufs-srweather-app/tests/WE2E/../../ush/setup.py", line 379, in setup
expt_config = load_config_for_setup(USHdir, default_config_fp, user_config_fp)
File "/mnt/lfs4/BMC/gsd-fv3-dev/kavulich/workdir/test_develop/2023-07-01/ufs-srweather-app/tests/WE2E/../../ush/setup.py", line 105, in load_config_for_setup
raise Exception(errmsg)
Exception: Invalid key(s) specified in /mnt/lfs4/BMC/gsd-fv3-dev/kavulich/workdir/test_develop/2023-07-01/ufs-srweather-app/ush/config.yaml:
NET = RRFSE_CONUS
Check /mnt/lfs4/BMC/gsd-fv3-dev/kavulich/workdir/test_develop/2023-07-01/ufs-srweather-app/ush/config_defaults.yaml for allowed user-specified variables
Machines affected
All
Steps To Reproduce
Attempt to run WE2E test MET_ensemble_verification_only_vx_time_lag
Observe failure
The text was updated successfully, but these errors were encountered:
…bles that got the _default prefix appended by PR #) where necessary to address bug in Issue ufs-community#851 (the WE2E test "MET_ensemble_verification_only_vx_time_lag" is failing).
The renaming of the configuration variable NET to NET_default by PR #828 broke the WE2E test MET_ensemble_verification_only_vx_time_lag (see Issue #851). This PR fixes the bug and adds that WE2E test to the list of coverage tests on Hera (currently that test is only in the comprehensive tests list).
Expected behavior
All WE2E tests should succeed, including
MET_ensemble_verification_only_vx_time_lag
Current behavior
Since #828, the workflow creation script now fails when attempting to run this experiment:
Machines affected
All
Steps To Reproduce
MET_ensemble_verification_only_vx_time_lag
The text was updated successfully, but these errors were encountered: