ECC:1467: Fixing test: eccodes_f_grib_get_pv

This commit is contained in:
Eugen Betke 2023-03-15 13:42:27 +00:00
parent 20513f079d
commit 6f28d660e6
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ program grib_get_pv
integer :: infile
integer :: igrib
integer :: PVPresent, nb_pv
real, dimension(:), allocatable :: pv
real(kind=8), dimension(:), allocatable :: pv
call codes_open_file(infile, '../../data/reduced_gaussian_model_level.grib1', 'r')