-
Notifications
You must be signed in to change notification settings - Fork 250
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
GF radar reflectivity update for RRFS realtime runs #1913
Conversation
@haiqinli Could you upload the file from logs/RegressionTests_hera.log to show that the expected tests fail? I don't think that the workflow.log file that you attached works for this purpose. |
@grantfirl I made the regression test with this "nohup ./rt.sh -a acomp -r -k -l rt.conf". But the content of the RegressionTests_hera.log is as follows. Is there some updates of the command to run regression test? Thank you very much. Wed Sep 20 02:41:45 UTC 2023 Testing UFSWM Hash: f692e6a |
@grantfirl I rerun the regression test, and got the RegressionTests_hera.log file with failed cases. Thanks. |
Thanks for uploading the file. It looks like several tests are failing to complete the run altogether. For example, for the hrrr_control_debug_intel test, if I check in its run directory and look at the err file, I see the following error: I think this is related to your code changes, so I think that there is a bug that needs to be fixed. |
@grantfirl Thank you very much for looking into this. The rerun of the regression test with the dimension fix is done, and the log file is updated. |
@haiqinli Thanks, it looks like it's running fine now and the tests are failing as expected. |
@grantfirl just want to confirm this PR is priority for RRFS parallel runs, right? We may schedule after merging #1910. |
Yes, I think that this is the highest priority CCPP PR. |
Hi @haiqinli, #1910 was merged in. Please go ahead and sync your weather model branch, all subcomponents, and resolve conflicts so we can begin testing. @BrianCurtis-NOAA @jkbk2004 the fv3 sub PR will need approvals if you can review and add any others to review as well. |
@haiqinli @grantfirl can you sync up branch? so we can work on this PR. |
@jkbk2004 Sure, I will think my PR. Thank you very much! |
f692e6a
to
83e477f
Compare
The weather model and branches have been synced. Thank you very much! |
@jkbk2004 Can you reopen this? It looks like it was accidentally closed. |
ORTs are being run manually on hera for now, jenkins ci will likely run out of space. |
I'm running into this issue on Gaea for baseline recreation for the following available at |
Jet BL creation has also failed with similar errors in |
@FernandoAndrade-NOAA I am so sorry that dimension fix was not committed properly. It is updated and should work now. Thank you very much for your help! |
…sics, and string length mismatch in dycore (plus PR #1913, #1917, and #1926) (#1893) * GFDL_atmos_cubed_sphere: consistent string lengths in array * stop FV3_HRRR_c3 from crashing with gnu debug * 1hr forecast limit for conus13km_debug_qr * fv3atm: bug fix from Dusan to recover_fields crash * disable conus13km_debug_qr_gnu due to 25% failure rate on Hera * FV3 dycore: initialize srf_wnd_var2 and tracers_var3 arrays * enable conus13km_debug_qr_gnu * Fix race condition in GFS_phys_time_vary.fv3.F90 error detection * More bug fixes to GFS_phys_time_vary.fv3.F90: 1. detect empty errmsg from subroutines 2. Initialize err variables in set_soilveg.f, which is called from GFS_phys_time_vary.fv3.F90 * ccpp-physics: initialize errmsg & errflg in noahmp_tables.f90 * ccpp-physics: only read h2odata, ozdata and noahmp table when they are needed * "point to the dimension fix of smc for dust emission" * FV3: more dycore bug fixes from GFDL_atmos_cubed_sphere PR 285 * merge #1926 * merge GFDL_atmos_cubed_sphere #276 * bugfix: 12hr hrrr tests * add GAEA rocoto support * fv3: merge GF radar fixes * check that baseline directory exists and is non-empty --------- Co-authored-by: Haiqin.Li <Haiqin.Li@noaa.gov>
Merged with #1893 |
PR Author Checklist:
[ V] I have linked PR's from all sub-components involved in section below.
[V ] I am confirming reviews are completed in ALL sub-component PR's.
[ V] I have run the full RT suite on either Hera/Cheyenne AND have attached the log to this PR below this line:
workflow.log
[V ] I have added the list of all failed regression tests to "Anticipated changes" section.
[V ] I have filled out all sections of the template.
Description
This is an urgent PR for RRFS_A and RRFS_B realtime runs. It includes the convective precipitation unit bug fix in GF radar reflectivity, soil moisture bug fix and updates for dust modules, and also the C3 convection updates.
Linked Issues and Pull Requests
Associated UFSWM Issue to close
Subcomponent Pull Requests
Blocking Dependencies
Subcomponents involved:
Anticipated Changes
Input data
Regression Tests:
Since the GF, dust and C3 schemes are updated, the results of the following RT cases are changed.
Tests effected by changes in this PR:
conus13km_control_gnu conus13km_debug_intel hrrr_control_debug_dyn32_phy32_intel conus13km_control_intel conus13km_radar_tten_debug_gnu hrrr_control_debug_gnu conus13km_debug_2threads_gnu conus13km_radar_tten_debug_intel hrrr_control_debug_intel conus13km_debug_2threads_intel hrrr_c3_intel conus13km_debug_gnu hrrr_control_debug_dyn32_phy32_gnuLibraries
Code Managers Log
Testing Log: