-
Notifications
You must be signed in to change notification settings - Fork 108
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
Start+count exceeds dimension bound error message from ufs-weather-model while using fractional grid update in SRW App #961
Comments
Some additional details: The comprehensive test suite was run and there were 21 failures total, all with the same error noted above. The listing of failed tests include:
In the above list, the Given the failure in |
Thank you very much, @GeorgeGayno-NOAA, for the email correspondence and checking the consistency of the files in ./orog and ./sfc_climo that points with some land have valid surface data. It turns out that the issue is due to the fact that both RAP and HRRR SDFs use RUC LSM. Unfortunately, Thank you very much for the assistance with this issue! |
v1 of the surface coldstart file is being deprecated. At some point, only v2 files will be used. |
Thank you, @GeorgeGayno-NOAA! I'll try reaching out to the FV3ATM team and see if they might have a strategy to deal with |
@GeorgeGayno-NOAA, since this update has unfortunately broken RUC-LSM-based physics schemes across all UFS applications, what would be your recommendation on how we can fix this? Should we make a change in the ufs-weather-model repository that somehow tells RUC-LSM not to use the tiice field? Thanks. |
Is the 'tiice' record used by RUC-LSM? If it is used, does it need a 9 layer 'tiice' record? |
@tanyasmirnova, are you able to comment on George's question above? Thank you! |
|
Thanks for your reply. We can certainly update chgres to output 9 ice layers if necessary. |
@JeffBeck-NOAA and @MichaelLueken - do you want me to work on this? I won't be able to get to it until later next week. |
@GeorgeGayno-NOAA - Updating chgres to output 9 ice layers for |
If this would involve interpolation from 2 to 9 layers, shouldn't it just be done in the weather model where this sort of interpolation is already done for soil moisture and temperature? It would seem odd to duplicate that sort of code here. |
While attempting to run the current UFS_UTILS develop HEAD (though, this same issue has been seen following updating the UFS_UTILS hash to 7addff5) in the SRW App, one of the fundamental Workflow-End-to-End (WE2E) tests,
grid_RRFS_CONUScompact_25km_ics_HRRR_lbcs_HRRR_suite_HRRR
, is failing while attempting to run the forecast with the following error message:NetCDF: Start+count exceeds dimension bound: netcdf_read_data_3d: file:INPUT/sfc_data.nc- variable:tiice
The version of the ufs-weather-model that is currently being used with this testing is 1c6b4d4 from May 16, 2024.
More information regarding the WE2E test that failed:
CCPP physics suite used is
FV3_HRRR
. The predefined grid isRRFS_CONUScompact_25km
. Both the ICs and LBCs were derived from theHRRR
. The test is a 24-hour forecast beginning on2020081000
.Has anyone encountered this behavior before? What additional changes should be made to the workflow to correct this error?
The text was updated successfully, but these errors were encountered: