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 WW3 to no longer set an ice value for z0 #171

Merged
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 WW3
Submodule WW3 updated 374 files
10,682 changes: 5,265 additions & 5,417 deletions tests/Compile_hera.intel.log

Large diffs are not rendered by default.

10,732 changes: 5,290 additions & 5,442 deletions tests/Compile_orion.intel.log

Large diffs are not rendered by default.

10,152 changes: 4,915 additions & 5,237 deletions tests/Compile_wcoss_dell_p3.log

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

102 changes: 51 additions & 51 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 @@ -435,7 +435,7 @@ fi
if [[ $MACHINE_ID = cheyenne.* ]]; then
RTPWD=${RTPWD:-$DISKNM/develop-20200210/${COMPILER^^}}
else
RTPWD=${RTPWD:-$DISKNM/FV3-MOM6-CICE5/develop-20200825}
RTPWD=${RTPWD:-$DISKNM/FV3-MOM6-CICE5/develop-20200903}
fi

shift $((OPTIND-1))
Expand Down