mirror of https://github.com/ecmwf/eccodes.git
ECC:1467: Fixing test: eccodes_f_grib_get_pv
This commit is contained in:
parent
20513f079d
commit
6f28d660e6
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue