-
Notifications
You must be signed in to change notification settings - Fork 247
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
Complete feature tests for RAP physics #953
Comments
there were a number of PRs merged related to this issue. @climbfuji is this still a problem ? |
@arunchawla-NOAA Yes, there is still a problem with b4b reproducibility when changing the MPI decomposition. |
@junwang-noaa @SamuelTrahanNOAA @grantfirl I started working on this. The decomp differences are definitely coming from the Grell Freitas scheme. When I return immediately from that scheme (after setting |
The remaining RAP (GF) decomp b4b issue is fixed in #1243 and associated PRs for fv3atm and ccpp-physics :-) |
This should be combined with #1257 which enables the full feature set for hrrr_control. Fortunately, that one needs no code changes. |
I've merged Dom's fix for this issue with my PR here: |
@climbfuji Your bugfix has been merged. Can you confirm the issue is resolved, and close it if it is? |
Description
PR #937 adds several regression tests based on the RAP physics, including feature tests (restart, decomp, 2threads, ...). The following test fails with the RAP suite + GFS SFCDIFF:
The following tests fail with the RAP suite (default MYNN SFC):
It seems like that the decomp issue is unrelated to the surface layer scheme, therefore fixing it for one of the tests will likely fix it for the other, too. Once the restart issue for the RAP (MYNN SFC) test is fixed, all RAP SFCDIFF feature tests can be removed (except for
rap_sfcdiff_debug
).Also, when #937 was merged, the 2thread tests
rap_2threads
were turned off onjet.intel
andwcoss_cray
(because of wrong task geometry settings I think). They ran fine on all other platforms. It should be checked if they can be turned on with the correct settings (tasks per node etc.).The text was updated successfully, but these errors were encountered: