Skip to content

Commit

Permalink
lateral boundary fix for regional runs (#1050)
Browse files Browse the repository at this point in the history
This PR fixes a transient increase in noise caused by incorrect processing of winds along the lateral boundary on the final acoustic time step before fresh boundary information is ingested into the model.
  • Loading branch information
MatthewPyle-NOAA authored Feb 25, 2022
1 parent 92c9d4f commit 34a5895
Show file tree
Hide file tree
Showing 11 changed files with 3,677 additions and 3,662 deletions.
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 1 files
+1 −1 atmos_cubed_sphere
318 changes: 159 additions & 159 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,012 changes: 506 additions & 506 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

992 changes: 496 additions & 496 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

322 changes: 161 additions & 161 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,024 changes: 512 additions & 512 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

967 changes: 491 additions & 476 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,012 changes: 506 additions & 506 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

662 changes: 331 additions & 331 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

1,026 changes: 513 additions & 513 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
TEST_35D=true
fi

BL_DATE=20220222
BL_DATE=20220224
if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]] || [[ $MACHINE_ID = s4.* ]]; then
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}}
else
Expand Down

0 comments on commit 34a5895

Please sign in to comment.