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

Fix time_ave.rc #86

Merged
merged 2 commits into from
Jul 30, 2024
Merged

Fix time_ave.rc #86

merged 2 commits into from
Jul 30, 2024

Conversation

mathomp4
Copy link
Member

As found by @lltakacs, @sdrabenh and others, time_ave.x is "halting" when run in v11.6.0.

Thanks to work by @bena-nasa it was discovered that the update to ESMF 8.6.1 caused this. The reason seems to be ESMF 8.6.0 and older were allowing a badly written RC file which had ending quotes rather than commas. But in 8.6.1, this is doesn't fly anymore.

So we convert the quotes to commas.

@mathomp4 mathomp4 added 0 diff The changes in this pull request have verified to be zero-diff with the target branch. bugfix labels Jul 26, 2024
@mathomp4 mathomp4 self-assigned this Jul 26, 2024
@mathomp4 mathomp4 requested review from a team as code owners July 26, 2024 17:52
@mathomp4 mathomp4 mentioned this pull request Jul 26, 2024
@sdrabenh sdrabenh merged commit 7c0aee9 into main Jul 30, 2024
11 checks passed
@sdrabenh sdrabenh deleted the hotfix/mathomp4/time-av-rc-fix branch July 30, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 diff The changes in this pull request have verified to be zero-diff with the target branch. bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants