-
Notifications
You must be signed in to change notification settings - Fork 207
Fix use of NSST in GCAFS #4299
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
Merged
DavidHuber-NOAA
merged 23 commits into
NOAA-EMC:develop
from
CoryMartin-NOAA:bugfix/gcafs-nsst
Jan 5, 2026
Merged
Fix use of NSST in GCAFS #4299
Changes from 20 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
fd5310f
code compiles
CoryMartin-NOAA 2929a2d
commit before meeting
CoryMartin-NOAA 2fe6b6c
save before merge develop
CoryMartin-NOAA fee4a2e
Merge branch 'develop' into bugfix/gcafs-nsst
CoryMartin-NOAA 3822a2f
Change dtf from analysis to increment
CoryMartin-NOAA b78e4d4
link or copy directory
CoryMartin-NOAA bf3603c
fix python coding norms
CoryMartin-NOAA f27a58b
Merge branch 'develop' into bugfix/gcafs-nsst
CoryMartin-NOAA a84b188
update UFS to head of develop
CoryMartin-NOAA a885fbe
Merge branch 'develop' into bugfix/gcafs-nsst
CoryMartin-NOAA 0df0625
Merge branch 'develop' into bugfix/gcafs-nsst
CoryMartin-NOAA ce460b4
update hash
CoryMartin-NOAA 7aef21e
changes
CoryMartin-NOAA 89551c4
remove tests from MSU here
CoryMartin-NOAA 9ae3bc8
restore skip
CoryMartin-NOAA bf2b5be
Merge branch 'develop' into bugfix/gcafs-nsst
CoryMartin-NOAA ebf1cfc
Merge branch 'develop' into bugfix/gcafs-nsst
CoryMartin-NOAA d8ca474
Merge branch 'develop' into bugfix/gcafs-nsst
bbakernoaa bd647a2
Merge branch 'develop' into bugfix/gcafs-nsst
CoryMartin-NOAA 7cf91e5
Merge branch 'develop' into bugfix/gcafs-nsst
CoryMartin-NOAA 76430ac
restore develop ci config; add to gitignore
CoryMartin-NOAA 49aaa2a
Merge branch 'bugfix/gcafs-nsst' of https://github.com/corymartin-noa…
CoryMartin-NOAA 5f1502f
Merge branch 'develop' into bugfix/gcafs-nsst
CoryMartin-NOAA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Submodule gfs_utils.fd
updated
10 files
| +6 −3 | modulefiles/gfsutils_derecho.intel.lua | |
| +1 −0 | src/CMakeLists.txt | |
| +29 −0 | src/tref_calc.fd/CMakeLists.txt | |
| +38 −0 | src/tref_calc.fd/README.md | |
| +53 −0 | src/tref_calc.fd/driver.f90 | |
| +106 −0 | src/tref_calc.fd/input_data.f90 | |
| +120 −0 | src/tref_calc.fd/interp.F90 | |
| +234 −0 | src/tref_calc.fd/output_data.f90 | |
| +50 −0 | src/tref_calc.fd/setup.f90 | |
| +736 −0 | src/tref_calc.fd/utils.f90 |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.