Conversation
shlyaeva
left a comment
There was a problem hiding this comment.
Tested for ATM, works as expected. soca branch is missing on the remote, so I haven't tested the rest yet.
CMakeLists.txt
Outdated
| ecbuild_bundle( PROJECT femps GIT "https://github.com/jcsda-internal/femps.git" TAG 1.2.0 ) | ||
| ecbuild_bundle( PROJECT fv3-jedi GIT "https://github.com/jcsda-internal/fv3-jedi.git" BRANCH feature/ufs_dom ) # updated from develop on jan28 | ||
| ecbuild_bundle( PROJECT soca GIT "https://github.com/jcsda-internal/soca.git" BRANCH feature/ufs_dom ) # updated from develop on jan28 | ||
| ecbuild_bundle( PROJECT fv3-jedi GIT "https://github.com/jcsda-internal/fv3-jedi.git" BRANCH feature/ufs_clem_update ) # updated from develop on jan28 |
There was a problem hiding this comment.
This could be updated to feature/ufs_dom once fv3-jedi PR is merged
|
Testing this now! |
shlyaeva
left a comment
There was a problem hiding this comment.
couldn't test with soca on platform/compiler of choice, approving based on tests with ATM.
|
This doesn't work for me :-( On my Mac, I get the following error when I run the UFS ctests (warmstart): |
climbfuji
left a comment
There was a problem hiding this comment.
We'll need to fix the ufs warmstart error in fv3-jedi code on macOS
|
Rebuilding now with latest develops |
|
@cmgas This works now! The only thing that's needed on my macOS is updating the reference value for the ufs warmstart test: |
|
Other good news: I was able to build the atmaero configuration on my macOS as well, will try ng-godas next |
|
@climbfuji When we merge the soca, fv3-jedi and fv3-jedi-data I will update the ufs-bundle PR |
|
Would be nice to have a list of all PRs that this PR is waiting on in the description ... |
|
Hmm, bad news at last. S2S compile failed on my macOS with: This works with the current ufs-bundle develop. |
I believe that this is an error in the parallelio package itself. Not sure why it didn't show up until now. I'll do a bit more digging if we can work around it, but in the meanwhile we should start merging the upstream dependencies of this PR. |
|
The three upstream dependencies have been merged. |
|
@climbfuji I updated all the branches to be |
shlyaeva
left a comment
There was a problem hiding this comment.
Did not retest since the only changes since the last test are in branch names, I expect this to work as it did before. 🎉
Description
Update with develop on april 13.
Waiting on
JCSDA-internal/fv3-jedi-data#71
JCSDA-internal/soca#864
https://github.com/JCSDA-internal/fv3-jedi/pull/847