Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RRFS regression test cases #750

Merged
merged 7 commits into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fix
Submodule fix updated 2 files
+84 −0 anavinfo.rrfs_conv_dbz
+10 −4 convinfo.rrfs
4 changes: 2 additions & 2 deletions regression/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ endif()
list(APPEND GSI_REG_TEST_NAMES
global_4denvar
rtma
rrfs_3denvar_glbens netcdf_fv3_regional
rrfs_3denvar_rdasens
hafs_4denvar_glbens hafs_3denvar_hybens
)

# EnKF regression test names
list(APPEND ENKF_REG_TEST_NAMES
global_enkf
global_enkf rrfs_enkf_conv
ShunLiu-NOAA marked this conversation as resolved.
Show resolved Hide resolved
)

# Add GSI regression tests to list of tests
Expand Down
8 changes: 4 additions & 4 deletions regression/multi_regression.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/bin/sh --login

regtests_all="global_4denvar
netcdf_fv3_regional
rrfs_3denvar_glbens
rrfs_3denvar_rdasens
hafs_4denvar_glbens
hafs_3denvar_hybens
rtma
global_enkf"

# rrfs_enkf_conv : comment out RRFS enkf case for now
# need to update EnKF code
regtests_debug="global_4denvar
netcdf_fv3_regional
rrfs_3denvar_glbens
rrfs_3denvar_rdasens
hafs_4denvar_glbens
hafs_3denvar_hybens
rtma
Expand Down
207 changes: 0 additions & 207 deletions regression/netcdf_fv3_regional.sh
ShunLiu-NOAA marked this conversation as resolved.
Show resolved Hide resolved

This file was deleted.

2 changes: 1 addition & 1 deletion regression/regression_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if [ "$debug" == ".false." ]; then

export scripts=${scripts_updat:-$scripts}

if [ $regtest = 'global_enkf' ]; then
if [ $regtest = 'global_enkf' ] || [ $regtest = 'rrfs_enkf_conv' ]; then
/bin/sh $scripts/regression_test_enkf.sh ${job[1]} ${job[2]} ${job[3]} ${job[4]} ${tmpregdir} ${result} ${scaling[1]} ${scaling[2]} ${scaling[3]}
else
/bin/sh $scripts/regression_test.sh ${job[1]} ${job[2]} ${job[3]} ${job[4]} ${tmpregdir} ${result} ${scaling[1]} ${scaling[2]} ${scaling[3]}
Expand Down
Loading
Loading