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

fixes on initializing snow over fractional ice and GFS_surface_composite and z0ice value change #996

Merged
merged 18 commits into from
Jan 10, 2022
Merged
Show file tree
Hide file tree
Changes from all 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 FV3
288 changes: 144 additions & 144 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

922 changes: 461 additions & 461 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

918 changes: 459 additions & 459 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

288 changes: 144 additions & 144 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

936 changes: 468 additions & 468 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

858 changes: 429 additions & 429 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

920 changes: 460 additions & 460 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

582 changes: 291 additions & 291 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

974 changes: 476 additions & 498 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 @@ -467,7 +467,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
TEST_35D=true
fi

BL_DATE=20220106
BL_DATE=20220107
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