Merge Changes on OWP Mater Branch with Development (NGWPC-9801)#17
Merged
idtodd merged 1 commit intodevelopmentfrom Feb 18, 2026
Merged
Merge Changes on OWP Mater Branch with Development (NGWPC-9801)#17idtodd merged 1 commit intodevelopmentfrom
idtodd merged 1 commit intodevelopmentfrom
Conversation
cmaynard-ngwpc
approved these changes
Feb 18, 2026
cmaynard-ngwpc
left a comment
There was a problem hiding this comment.
Successfully ran a formulation and compared results from a previous cfe run. A cursory review of the hydrograph data shows similar, if not the same, results. Metrics were different during the calibration runs, but that is not a surprise since each run is unique when tuning calibration parameters.
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.
Merge changes made on the parent NOAA-OWP CFE
masterbranch with the currentdevelopmentbranch.The changes coming in were for freeing data potentially created during BMI initialization and setting data pointers to
NULLwhen the BMI's backing model is created. The frees are being incorporated, but theNULLsets were rejected. Previously in NGWPC, themalloccall had been changed tocallocto ensure all pointers started asNULL, so explicitly setting the pointers toNULLis no longer needed.Additions
free'd and set toNULLwhenFinalizeis called on the BMI.Checklist
Testing checklist
Target Environment support
Accessibility
Other