This is a class-like structure for providing access to the *
metadata and data within a GRIB met file *
*
*
! Getter methods
Variables
Type |
Visibility | Attributes |
|
Name |
| Initial | |
integer,
|
public, |
parameter
|
:: |
GRIBFILE_TYPE_ECMWF_GRIB1 |
= |
1 |
|
integer,
|
public, |
parameter
|
:: |
GRIBFILE_TYPE_ECMWF_GRIB2 |
= |
2 |
|
integer,
|
public, |
parameter
|
:: |
GRIBFILE_TYPE_ECMWF_GRIB1_2 |
= |
3 |
|
integer,
|
public, |
parameter
|
:: |
GRIBFILE_TYPE_NCEP_GRIB1 |
= |
4 |
|
integer,
|
public, |
parameter
|
:: |
GRIBFILE_TYPE_NCEP_GRIB2 |
= |
5 |
|
integer,
|
public, |
parameter
|
:: |
GRIBFILE_TYPE_UNKNOWN |
= |
-9999 |
|
integer,
|
public, |
parameter
|
:: |
GRIBFILE_CENTRE_NCEP |
= |
1 |
|
integer,
|
public, |
parameter
|
:: |
GRIBFILE_CENTRE_ECMWF |
= |
2 |
|
integer,
|
public, |
parameter
|
:: |
GRIBFILE_CENTRE_UNKNOWN |
= |
-9999 |
|
Functions
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
filepath |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
filepath |
|
Return Value
integer
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
type(gribfile_object),
|
intent(in) |
|
|
:: |
gribfile_obj |
|
Return Value
integer
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
type(gribfile_object),
|
intent(in) |
|
|
:: |
gribfile_obj |
|
Return Value
integer
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
type(gribfile_object),
|
intent(in) |
|
|
:: |
gribfile_obj |
|
Return Value
integer
Subroutines
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
type(gribfile_object),
|
intent(in) |
|
|
:: |
gribfile_obj |
|