Update jedi repos to develop as of Jan 28 2023#20
Update jedi repos to develop as of Jan 28 2023#20climbfuji merged 7 commits intoJCSDA:feature/atm-soca-s2s_domfrom shlyaeva:feature/atm-soca-s2s_dom_as_jan28
Conversation
|
Excellent, thanks very much @shlyaeva. I am going to give this a test on my Mac. |
|
I am getting the following error on pcluster: |
|
I am getting something similar on my mac (this is actually the first piece of real work that I am doing today!!!): Let me try to fix that, hopefully it solves your problems, too. |
…8_bugfix_netcdf_c_oops Update branch for oops for fixing missing netcdf-c dependencies
CMakeLists.txt
Outdated
| ecbuild_bundle( PROJECT saber GIT "https://github.com/jcsda-internal/saber.git" BRANCH bugfix/add_missing_netcdf_dependency_to_build_system ) # updated from develop on nov 15 | ||
| ecbuild_bundle( PROJECT ioda GIT "https://github.com/jcsda-internal/ioda.git" TAG 876e7874fc917376500822157cda82c15ede02f8 ) # develop on nov 15 | ||
| ecbuild_bundle( PROJECT ufo GIT "https://github.com/jcsda-internal/ufo.git" TAG f95dd253a850debd1f1b391ec63a47f99c341efa ) # develop on nov 15 | ||
| ecbuild_bundle( PROJECT oops GIT "https://github.com/jcsda-internal/oops.git" BRANCH feature/ufs_fix_netcdf_c_dependencies ) # based on TAG e7335ffba1fa883ff19759634b7edf1ccd25fe80, which is develop on jan 28 |
There was a problem hiding this comment.
@climbfuji thank you for fixing this! it would be good to merge this fix in oops develop (thanks for opening https://github.com/JCSDA-internal/oops/pull/2047)
Interestingly, I was able to build and test this branch over the weekend, but then not again now (until Dom's fix, I haven't retested) from anew. I wonder if that's because the first time I was building on top of the previous build with |
…soca_20230131 Update CMakeLists.txt
climbfuji
left a comment
There was a problem hiding this comment.
I am happy with those changes, now that we have soca updated and the build/linker errors fixed for the remaining S2S application.
|
@climbfuji sounds good! I'll mark this and fv3-jedi and fv3-jedi-data as ready for merge into your branches |
|
@climbfuji once fv3-jedi and fv3-jedi-data PRs are merged, I'll update this back to pointing to |
climbfuji
left a comment
There was a problem hiding this comment.
I was about to make this change ;-)
…ng ATM warmstart configurations (#9) * updates to get things building/linking * using two different versions of fv3-jedi depending on UFS_APP * small change to ioda for expat linking * fix for building in container * update for godas * Updating with consolidated versions for atm/godas/s2s builds * Updated atlas version and README * updated readme * updated atlas version * updated README for cheyenne * updated README for cheyenne * Changed to hashes * Switched version of FMS. Might be able to remove it as an external now * Add vader and ufs-weather-model to .gitignore * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * More updates to CMakeLists.txt * Work in progress: README.md * Update soca branch in CMakeLists.txt * Use MPI compiler wrappers for external project ufs-weather-model * Attempt to fix dependency for gsw in CMakeLists.txt * Update README.md * Add missing imported library statements to CMakeLists.txt, update README.md * Catch unknown UFS_APP in top-level CMakeLists.txt * Point to branch feature/ufs_dom of fv3-jedi-data * WIP on README.md * Update CMakeLists.txt, now s2s compiles * Update JEDI repo versions in bundle CMakeLists * Update README.md * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * Update ufs-weather-model branch name * macOS OpenMP flags for ufs-weather-model * Fix macOS OpenMP linker issue * Temporarily add PRs.txt TMP_README_UFS_STANDALONE.sh * Update PRs.txt * Bug fix in CMakeLists.txt, update README.md * Add more info on ctests to README.md * Cleanup to finalize ufs atm build and warmstart tests * Bump eckit etc versions in CMakeLists.txt * Update jedi repos to develop as of Jan 28 2023 (#20) * Update jedi repos to develop as of Jan 28 2023 * Update branch for oops for fixing missing netcdf-c dependencies * Update CMakeLists.txt * Update oops tag in CMakeLists.txt * Change branches back to feature/ufs_dom --------- Co-authored-by: Dom Heinzeller <dom.heinzeller@icloud.com> --------- Co-authored-by: Mark Potts <Mark.Potts@noaa.gov> Co-authored-by: Francois Hebert <hebert@ucar.edu> Co-authored-by: Anna Shlyaeva <annash@ucar.edu>
Updates tags of all JEDI repos to develop as of January 28 2023.
Pointers to branches in fv3-jedi/fv3-jedi-data can be changed back to
feature/ufs_domonce the other 2 PRs are merged.Goes with: