Noaa sync June 2026#6
Open
iangrooms wants to merge 69 commits into
Open
Conversation
Update Unit Tests ci/cd
…physics_ocn in stochastic_physics.F90 Fix segfault from attempt to use pointer SKEB_WTS when it is not associated with a target
… in stochastic_physics.F90
(PLATFORM-1077) Adding CI/CD capabilities and Unit Tests + Add if(allocated) checks to avoid segfaults NOAA-PSL#82
Address some compiler warnings in stochastic_physics
print messages on rootpe only
Bring in nco DEBUG flag change for ops
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR pulls in the latest from NOAA-PSL/stochastic_physics. It's mostly whitespace changes. One small change to Mersenne twister (the pseudorandom number generator) may change answers for us. But I have verified that if you revert only this change (currently
nrest=n+6; this PR updates tonrest=n+4), then this PR both passes the pr_mom tests and reproduces against a previous baseline. Once this is merged we can send our updates to NOAA for UFS so that they can test our latest MOM6 PR to main. Our updates will(should) not be answer-changing for them.