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

Create 'coupler.res' log file in write grid comp. Explicitly specify chunk sizes in restart files #2021

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 FV3
3,099 changes: 1,508 additions & 1,591 deletions tests/logs/RegressionTests_acorn.log

Large diffs are not rendered by default.

9,525 changes: 5,180 additions & 4,345 deletions tests/logs/RegressionTests_gaea-c5.log

Large diffs are not rendered by default.

2,898 changes: 1,449 additions & 1,449 deletions tests/logs/RegressionTests_gaea.log

Large diffs are not rendered by default.

4,438 changes: 2,219 additions & 2,219 deletions tests/logs/RegressionTests_hera.log

Large diffs are not rendered by default.

4,517 changes: 2,260 additions & 2,257 deletions tests/logs/RegressionTests_hercules.log

Large diffs are not rendered by default.

2,651 changes: 1,313 additions & 1,338 deletions tests/logs/RegressionTests_jet.log

Large diffs are not rendered by default.

3,004 changes: 1,502 additions & 1,502 deletions tests/logs/RegressionTests_orion.log

Large diffs are not rendered by default.

2,894 changes: 1,447 additions & 1,447 deletions tests/logs/RegressionTests_wcoss2.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/tests/cpld_debug_pdlib_p8
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ if [[ $MACHINE_ID = cheyenne ]]; then
TPN=18
fi

if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then
if [[ $MACHINE_ID = hera && $RT_COMPILER = gnu ]] || [[ $MACHINE_ID = jet ]]; then
WLCLK=40
fi