Skip to content

Commit

Permalink
Merge branch 'NOAA-EMC:develop' into feature/orion_rocky9
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Jun 27, 2024
2 parents 3d5da07 + 24b731a commit eea4550
Show file tree
Hide file tree
Showing 12 changed files with 708 additions and 558 deletions.
2 changes: 1 addition & 1 deletion fix
Submodule fix updated 2 files
+84 −0 anavinfo.rrfs_conv_dbz
+10 −4 convinfo.rrfs
14 changes: 10 additions & 4 deletions regression/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,20 @@ 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
)
if(ENKF_MODE MATCHES "^(FV3REG)$")
list(APPEND ENKF_REG_TEST_NAMES
rrfs_enkf_conv
)
else()
list(APPEND ENKF_REG_TEST_NAMES
global_enkf
)
endif()

# Add GSI regression tests to list of tests
if(GSICONTROLEXEC)
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

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

0 comments on commit eea4550

Please sign in to comment.