-
Notifications
You must be signed in to change notification settings - Fork 13
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
Sync RDASApp submodules with upstream repositories #217
Sync RDASApp submodules with upstream repositories #217
Conversation
…mixing_ratio_wrt_moist_air" for fv3jedi
…lia-NOAA/RDASApp into feature/sync_upstream
Results from UFO ctests
For these four failures, test 146 already failed before this update due to a floating point reference error. Test 166 fails due to a CRTM error (likely due to our CRTM version lagging behind that used for the Tests 494 and 497 fail due to a UFO update from a few days ago that expects an error but that did not occur in my testing. So because that error did not occur, it considers the ctest failed. Overall I do not think this is a concern. |
Results from fv3-jedi ctests
We expect these tests to fail as documented in the Wiki page here and thus these are not a concern. |
Results from mpas-jedi ctests
Again, we expect these tests to fail as documented in the Wiki page here and thus these are not a concern. |
@SamuelDegelia-NOAA Thanks for the PR. We really need this. @Junjun-NOAA Does this PR meet your need on the new SABER codes? |
Results from
|
@guoqing-noaa Yes, this PR has exactly the same SABER codes as I am using. Thanks @SamuelDegelia-NOAA for this PR. |
@SamuelDegelia-NOAA, thanks for putting this together. Make sure to update the instructions on the wiki and it would be nice if you could link it to your initial comment on this PR as well. I have a hunch as to why some of the ufo ctests fail. I have a couple of PRs I'm working on in |
Definitely will do - working up updating those instructions now. |
Note: I have not synced |
PASSED on jet started build_and_test on jet at UTC time: Wed Nov 6 14:46:24 UTC 2024
workdir: /lfs5/BMC/wrfruc/rrfsbot/PRs_RDASApp/217 |
I think so. @SamuelDegelia-NOAA do we need to wait for any tests on other machines or any staging of data on any machine? |
All the data is staged now, but I would like to run the rrfs tests on Orion/Hercules before merging. I have not done any testing there yet. It looks like the CI tests aren't running there, so I'll manually build and do some tests. |
FYI, the test on Hercules did not start because there is a leftover from a previous CI test which stopped in the mid-stage due to the HPC maintenance. |
PASSED on hera started build_and_test on hera at UTC time: Wed Nov 6 16:18:38 UTC 2024
workdir: /scratch1/NCEPDEV/fv3-cam/rrfsbot/PRs_RDASApp/217 |
Ah I see, thanks for the explanation and for restarting the tests @guoqing-noaa! |
PASSED on hercules started build_and_test on hercules at UTC time: Wed Nov 6 17:31:00 UTC 2024
workdir: /work/noaa/wrfruc/rrfsbot/PRs_RDASApp/217 |
I think this PR is good to merge now that the Hercules/Orion test passed. Thanks all for reviewing. |
This PR syncs the RDASApp submodules with their respective upstream repositories. Each submodule is updated to the head of their develop branches. Here are the updated hashes for each submodule:
The
ufo-data
andioda-data
staged data are also updated under the role accounts and their links are updated in RDASApp. Thempas-jedi-data
andfv3-jedi-data
directories are already up to date. Here are the new hashes (the directories are now also labeled inRDAS_DATA
):Note that CRTM, MPAS, and gsibec submodules are not updated since we have those set as tagged versions.
Following some variable name updates in UFO, some of the yaml files were also updated. Also, fv3-jedi now expects pressure variables named
DELP
instead ofdelp
, so the fv3-jedi case data for rrfs-test has also been updated. Thanks to @delippi for making those variable changes.Finally, the EnVar test in rrfs-test failed with a small reference mismatch error, so the test reference data there has also been updated.
The
ufo
,mpas-jedi
,fv3-jedi
, andrrfs-test
ctests were run as part of this update. I will update the PR with results from these tests momentarily.EDIT: Updated instructions for syncing submodules with upstream repositories can be found here.