We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The end_day field in forcing.json is always replaced by 28 in February, even in a leap year, causing run failure: COSIMA/access-om2#242 (comment)
end_day
forcing.json
Looks like this could be fixed with some small changes to https://github.com/COSIMA/libaccessom2/blob/master/libutil/src/util.F90 perhaps using isLeapYear from datetime_module.
isLeapYear
datetime_module
The text was updated successfully, but these errors were encountered:
Test run works as expected
Sorry, something went wrong.
micaeljtoliveira
Successfully merging a pull request may close this issue.
The
end_day
field inforcing.json
is always replaced by 28 in February, even in a leap year, causing run failure:COSIMA/access-om2#242 (comment)
Looks like this could be fixed with some small changes to https://github.com/COSIMA/libaccessom2/blob/master/libutil/src/util.F90
perhaps using
isLeapYear
fromdatetime_module
.The text was updated successfully, but these errors were encountered: