NCEPLIBS-g2  3.4.5
params.f File Reference

This Fortran Module contains info on all the available GRIB Parameters. More...

Go to the source code of this file.

Data Types

type  params::gribparam
 

Modules

module  params
 This Fortran Module contains info on all the available GRIB Parameters.
 

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

This Fortran Module contains info on all the available GRIB Parameters.

Author
Stephen Gilbert
Date
2001-06-05

Definition in file params.f.


Data Type Documentation

◆ params::gribparam

type params::gribparam

Definition at line 41 of file params.f.

Data Fields
character(len=8) abbrev
integer g1tblver
integer grib1val
integer grib2cat
integer grib2dsc
integer grib2num