-
Notifications
You must be signed in to change notification settings - Fork 109
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
chgres_cube - vertical velocity bug #626
Labels
bug
Something isn't working
Comments
This is a problem in the following regression tests -
The GFS GRIB2 data does not need to be converted. |
GeorgeGayno-NOAA
added a commit
to GeorgeGayno-NOAA/UFS_UTILS
that referenced
this issue
Feb 7, 2022
so the vertical velocity conversion routine (convert_omega) is call on all tasks. Fixes ufs-community#626
Ran the consistency tests on WCOSS-Dell. Three tests failed:
|
Files from the failed tests are on Mars: /gpfs/dell1/stmp/George.Gayno/reg-tests/chgres-cube. The difference between and test and baseline file is 'atm.diff.nc'. |
GeorgeGayno-NOAA
added a commit
that referenced
this issue
Feb 11, 2022
When using certain GRIB2 data as input, the vertical velocity must be converted from omega to dzdt. This conversion is controlled by the logical 'conv_omega'. Ensure that logical is set on all MPI tasks. Fixes #626
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using certain GRIB2 data as input, the vertical velocity must be converted from omega to dzdt. This conversion is controlled by the logical 'conv_omega'. However, that logical is not being set on all MPI tasks. As a result, vertical velocity is only being converted on part of the grid.
The text was updated successfully, but these errors were encountered: