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.
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
global_cycle - Link to CCPP version of sfcsub.F #636
global_cycle - Link to CCPP version of sfcsub.F #636
Changes from 37 commits
2fffb11
04b8974
e82f0ae
c569e1f
79040d1
9761d9f
8654bf4
9c89395
e0bfbeb
5c03c0f
c37aeaa
dc945e2
959be28
dcff978
9f7ee5b
f5037e0
7c56158
04bee48
d2a6503
3da59a1
36653a8
3c350d8
ac5cc8d
972ffda
1603729
11cb1d0
80f9224
bdcdb38
50d3d02
db54641
2ce7a73
668d0b8
1a43979
7f5e63f
9ad8bb2
ab52c26
975287d
3cb7cae
210b186
72041b6
4141dce
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
@GeorgeGayno-NOAA When I tried your ccpp-physics branch, ufs_utils failed to compile because this file ../../ccpp-physics/physics/sfcsub.F does not exist. For global-workflow, this file can be linked to ../../../ufs_model.fd/FV3/ccpp/physics/physics/sfcsub.F; otherwise, you need to check out this file from CCPP github repo.
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.
Try 'git clone --recursive'.
Or 'git submodule init', then 'git submodule update'
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.
got it. thanks
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.
Thanks for reviewing. I can't add fractional grid support for global_cycle (#549) until this PR is merged.