-
Notifications
You must be signed in to change notification settings - Fork 249
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
Model run-time failure in the SRW App (and maybe others) when using GFS v15 external model data #961
Comments
Is this still a problem ? |
@arunchawla-NOAA, this may no longer be a date-dependent issue, but we continue to have problems with a number of the 25-km WE2E tests from the SRW App (grids, IC/LBC configurations, and SDF) that are failing: grid_RRFS_CONUS_25km_ics_FV3GFS_lbcs_FV3GFS_suite_GFS_2017_gfdlmp - FAILED We have tested FV3GFS ICs/LBCs from 2019070100 and 2021070100 and GSMGFS ICs/LBCs from 2019052000. From the GFS_2017_gfdlmp test using 2021070100 data:
From the GFS_v16 case using GSMGFS data:
This does not appear to be a model instability as no warnings are printed prior to failure and we're running at dt_atmos = 40 for a 25-km grid, which is fine. Any help troubleshooting this problem is greatly welcome! |
I'll just add that these tests were previously working fine, so it's probably a namelist issue due to updates in the weather model or a software version issue. Lack of consistent testing in the SRW App resulted in these failures creeping in between the last update of the |
@JeffBeck-NOAA May I ask if the issue is resolved? Thanks |
Thanks for the reminder @junwang-noaa. Closing this issue now. |
Description
When using GFS- or RRFS-based SDFs, the SRW App will fail with a segmentation fault during model integration if using external model data from GFS v15. External model data from GFS v16 will run fine, indicating a specific physics parameterization may need a model field that is available in GFS v16, but maybe not in GFS v15 data.
To Reproduce:
For FV3_GFS_V15p2:
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
ufs_model 00000000041E322C Unknown Unknown Unknown
libpthread-2.17.s 00002B94D4921630 Unknown Unknown Unknown
ufs_model 0000000003702F8A gfdl_cloud_microp 3935 module_gfdl_cloud_microphys.F90
ufs_model 0000000003706882 gfdl_cloud_microp 2158 module_gfdl_cloud_microphys.F90
ufs_model 000000000370578F gfdl_cloud_microp 2030 module_gfdl_cloud_microphys.F90
ufs_model 00000000036F7DFD gfdl_cloud_microp 996 module_gfdl_cloud_microphys.F90
ufs_model 00000000036F15D9 gfdl_cloud_microp 495 module_gfdl_cloud_microphys.F90
ufs_model 00000000036324AD gfdl_cloud_microp 238 gfdl_cloud_microphys.F90
For RRFS_v1alpha:
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
ufs_model 00000000041E32CB Unknown Unknown Unknown
libpthread-2.17.s 00002AD6008D0630 Unknown Unknown Unknown
ufs_model 0000000003939580 module_sf_mynn_mp 3628 module_sf_mynn.F90
ufs_model 0000000003939177 module_sf_mynn_mp 3366 module_sf_mynn.F90
ufs_model 0000000003937493 module_sf_mynn_mp 1430 module_sf_mynn.F90
ufs_model 0000000003933E66 module_sf_mynn_mp 431 module_sf_mynn.F90
Additional context
Runs will strangely succeed with older FV3GFS data when using a very coarse resolution domain (~25 km), but fail at higher resolutions. Simulations using older FV3GFS data will also succeed when running the FV3_HRRR SDF, indicating that the problematic parameterization is not in that SDF.
@danrosen25, @gsketefian @climbfuji, @LarissaReames-NOAA, @jwolff-ncar, @BenjaminBlake-NOAA, @mkavulich
The text was updated successfully, but these errors were encountered: