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

v1.0: Fix time_ave.rc #87

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Conversation

mathomp4
Copy link
Member

This is the v1.0 analogue of #86 . We make this PR as M21C will use v1.0 of GEOS_Util. As such, we want to make sure just in case ESMF 8.6.1 is used, we are safe.


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 the 0 diff The changes in this pull request have verified to be zero-diff with the target branch. label Jul 26, 2024
@mathomp4 mathomp4 self-assigned this Jul 26, 2024
@mathomp4 mathomp4 requested review from a team as code owners July 26, 2024 18:14
@mathomp4 mathomp4 merged commit d9ad376 into R21C Jul 26, 2024
8 of 11 checks passed
@mathomp4 mathomp4 deleted the hotfix/mathomp4/time-av-rc-fix-v1.0 branch July 26, 2024 18:16
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant