NCEPLIBS-g2  3.5.0
params.F90 File Reference

Info on all the available GRIB Parameters. More...

Go to the source code of this file.

Data Types

type  params::gribparam
 This type holds information about GRIB parameters. More...
 

Modules

module  params
 This Fortran Module contains info on all the available GRIB Parameters, and their GRIB1 and GRIB2 codes.
 

Functions/Subroutines

subroutine params::param_g1_to_g2 (g1val, g1ver, g2disc, g2cat, g2num)
 This subroutine returns the corresponding GRIB2 Discipline Category and Number for a given GRIB1 parameter value and table version. More...
 
subroutine params::param_g2_to_g1 (g2disc, g2cat, g2num, g1val, g1ver)
 This subroutine returns the GRIB 1 parameter number for a given GRIB2 Discipline, Category and Parameter number. More...
 
character(len=8) function params::param_get_abbrev (g2disc, g2cat, g2num)
 This function returns the parameter abbreviation for a given GRIB2 Discipline, Category and Parameter number. More...
 

Variables

integer, parameter params::maxparam = 2000
 maximum number of GRIB parameters. More...
 
type(gribparam), dimension(maxparam) params::paramlist
 list of GRIB parameters. More...
 

Detailed Description

Info on all the available GRIB Parameters.

Author
Stephen Gilbert
Date
2001-06-05

Definition in file params.F90.


Data Type Documentation

◆ params::gribparam

type params::gribparam

This type holds information about GRIB parameters.

Definition at line 17 of file params.F90.

Data Fields
character(len=8) abbrev Abbreviation.
integer g1tblver GRIB1 table version.
integer grib1val GRIB1 value.
integer grib2cat GRIB2 category number.
integer grib2dsc GRIB2 discipline category.
integer grib2num GRIB2 parameter number.