Go to the documentation of this file.
31 character(len=8) :: abbrev
237 integer,
intent(in) :: g1val,g1ver
238 integer,
intent(out) :: g2disc,g2cat,g2num
248 if (
paramlist(n)%grib1val.eq.g1val .AND.
260 print *,
'param_ecmwf_g1_to_g2:GRIB1 param ',g1val,
262 &
' for table version ',g1ver
281 integer,
intent(in) :: g2disc,g2cat,g2num
282 integer,
intent(out) :: g1val,g1ver
305 print *,
'param_ecmwf_g2_to_g1:GRIB2 param ',g2disc,g2cat,
306 & g2num,
' not found.'
subroutine param_ecmwf_g1_to_g2(g1val, g1ver, g2disc, g2cat, g2num)
This subroutine returns the corresponding GRIB2 Discipline Category and Number for a given GRIB1 para...
subroutine param_ecmwf_g2_to_g1(g2disc, g2cat, g2num, g1val, g1ver)
This subroutine returns the GRIB 1 parameter number for a given GRIB2 Discipline, Category and Parame...
type(gribparam), dimension(maxparam) paramlist
list of ECMWF GRIB parameters.
integer, parameter maxparam
maximum number of ECMWF GRIB parameters.
This Fortran Module contains info on all the available ECMWF GRIB Parameters.