-
Notifications
You must be signed in to change notification settings - Fork 157
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
Bugfixes #8
Merged
Merged
Bugfixes #8
Changes from 10 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
e198c52
this PR includes: 1)vlab #69814: post update,2)ufs issue #3, Add 3D r…
junwang-noaa 0e01f02
fix the add_dim interface
junwang-noaa d47965c
update gfslmp code changes from Ruiyu
junwang-noaa 2d73753
update satmedmfvdifq from Jongil
junwang-noaa 7e91866
update ccpp with gfdlmp change from Ruiyu
junwang-noaa 3e01822
update idate and nfhours for iau
junwang-noaa 94842bc
fix print line
junwang-noaa b71e959
initialize ihrst for ihrst
junwang-noaa 2eb8b2c
initialize ihrst for inline post
junwang-noaa 248196c
add comments for write grid comp idate change when iau is enabled
junwang-noaa bddc70c
update fv3 dycore and ccpp physics repo
junwang-noaa 97d12bc
checkout out dev/emc from EMC fv3 dycore repo and master branch in NC…
junwang-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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
[submodule "atmos_cubed_sphere"] | ||
path = atmos_cubed_sphere | ||
url = https://github.com/NOAA-EMC/GFDL_atmos_cubed_sphere | ||
branch = dev/emc | ||
url = https://github.com/junwang-noaa/GFDL_atmos_cubed_sphere | ||
branch = regfv3_rst | ||
[submodule "ccpp/framework"] | ||
path = ccpp/framework | ||
url = https://github.com/NCAR/ccpp-framework | ||
[submodule "ccpp/physics"] | ||
path = ccpp/physics | ||
url = https://github.com/NCAR/ccpp-physics | ||
url = https://github.com/junwang-noaa/ccpp-physics | ||
branch = gfdlmp_update |
This file contains 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 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 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 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a comment here since it's not obvious what's going on. Something like "update idate when IAU is enabled to reference center of IAU window"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added comments "! update IO-BASETIME and idate on write grid comp when IAU is enabled"