NGWPC NWM PI-3 Formulation Selection Delivery 2025-12-18#57
Open
cmaynard-ngwpc wants to merge 70 commits intoNOAA-OWP:masterfrom
Open
NGWPC NWM PI-3 Formulation Selection Delivery 2025-12-18#57cmaynard-ngwpc wants to merge 70 commits intoNOAA-OWP:masterfrom
cmaynard-ngwpc wants to merge 70 commits intoNOAA-OWP:masterfrom
Conversation
Mkarim ngwpc 2220 See merge request NGWPC/nwm-ngen/snow17!1
NGWPC-3711: Bug Fix See merge request NGWPC/nwm-ngen/snow17!2
rc-master: Release 1.0.0 Merge See merge request NGWPC/nwm-ngen/snow17!4
Ngwpc 3711 mkarim See merge request NGWPC/nwm-ngen/snow17!3
…ent' added the datatime-fortran soruce to the ngen source tree and updated... See merge request NGWPC/nwm-ngen/snow17!5
Sac snow17 update See merge request NGWPC/nwm-ngen/snow17!6
Text file containing repository version number and date See merge request NGWPC/nwm-ngen/snow17!7
Development Branch Merge to release-candidate branch for Release rc-1.1.0 See merge request NGWPC/nwm-ngen/snow17!9
…didate' Update version file for Release rc-1.1.0 See merge request NGWPC/nwm-ngen/snow17!10
Release Candidate Branch Merge to main for Release 1.1.0 See merge request NGWPC/nwm-ngen/snow17!11
Update version file for release 1.1.0 See merge request NGWPC/nwm-ngen/snow17!12
Release 1.1.0 Merge to development See merge request NGWPC/nwm-ngen/snow17!13
Delete version.txt See merge request NGWPC/nwm-ngen/snow17!22
… WARNING to SEVERE
…lopment' Add check for logging enabled, change log levels ERROR to WARNING and WARNING to SEVERE See merge request NGWPC/nwm-ngen/snow17!23
Merge development into release-candidate for release 3.1.1.3.0-rc1 See merge request NGWPC/nwm-ngen/snow17!24
Convert print to stdout to ngen log entries.
Remove superfluous print where write_log exists. See merge request NGWPC/nwm-ngen/snow17!25
Merge release-candidate into development for release 3.1.1.3.0-rc2 See merge request NGWPC/nwm-ngen/snow17!26
Merge OWP Github master branch See merge request NGWPC/nwm-ngen/snow17!27
Merge development into release-candidate for release 3.1.1.4.0-rc1
fix swe/snow depth unit issue
Fix swe/snow depth unit issue merge to release-candidate
…sion Fix logger recursion (NGWPC-8295)
fix negative raim from snow17
Merge release-candidate to development
…sary messagepack libraries for serialization.
…ng a failure flag and returning it to BMI.
…ecks were mainly updated.
State saving/restoring functions - NGWPC 6525
Merge development into ngwpc-candidate for release 3.1.2.1.0-rc1
Merge ngwpc-candidate into ngwpc-release for release 3.1.2.1.0
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.
Implement full serialization and deserialization support for Snow17, including BMI-compatible get/set value functions and integration of MessagePack libraries. They improve the readability and behavior of deserialization logic by replacing direct stop commands with a failure flag returned through BMI, and refine if-then checks for clarity.