-
Notifications
You must be signed in to change notification settings - Fork 131
global_cycle - Link to CCPP version of sfcsub.F #636
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
Changes from all 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
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -88,6 +88,7 @@ jobs: | |
| uses: actions/checkout@v2 | ||
| with: | ||
| path: ufs_utils | ||
| submodules: recursive | ||
|
|
||
| - name: build | ||
| run: | | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -154,6 +154,7 @@ jobs: | |
| uses: actions/checkout@v2 | ||
| with: | ||
| path: ufs_utils | ||
| submodules: recursive | ||
|
|
||
| - name: build | ||
| run: | | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -205,6 +205,7 @@ jobs: | |
| uses: actions/checkout@v2 | ||
| with: | ||
| path: ufs_utils | ||
| submodules: recursive | ||
|
|
||
| - name: build | ||
| run: | | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -139,6 +139,7 @@ jobs: | |
| uses: actions/checkout@v2 | ||
| with: | ||
| path: ufs_utils | ||
| submodules: recursive | ||
|
|
||
| - name: build | ||
| run: | | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| [submodule "ccpp-physics"] | ||
| path = ccpp-physics | ||
| url = https://github.com/NCAR/ccpp-physics.git | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ | |
| set(lib_src | ||
| machine.f90 | ||
| num_parthds.f90 | ||
| sfcsub.F | ||
| ../../ccpp-physics/physics/sfcsub.F | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Try 'git clone --recursive'. Or 'git submodule init', then 'git submodule update'
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. got it. thanks
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
||
| read_write_data.f90 | ||
| utils.F90 | ||
| land_increments.f90) | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.