NCEPLIBS-w3emc  2.11.0
w3fi74.f File Reference

Construct Grid Definition Section (GDS). More...

Go to the source code of this file.

Functions/Subroutines

subroutine w3fi74 (IGDS, ICOMP, GDS, LENGDS, NPTS, IGERR)
 This subroutine constructs a GRIB grid definition section. More...
 

Detailed Description

Construct Grid Definition Section (GDS).

Author
M. Farley
Date
1992-07-07

Definition in file w3fi74.f.

Function/Subroutine Documentation

◆ w3fi74()

subroutine w3fi74 ( integer, dimension (*)  IGDS,
  ICOMP,
character*1, dimension (*)  GDS,
  LENGDS,
  NPTS,
  IGERR 
)

This subroutine constructs a GRIB grid definition section.

Note
Subprogram can be called from a multiprocessing environment.
Parameters
[in]IGDSInteger array supplied by w3fi71().
[in]ICOMPTable 7- resolution & component flag (bit 5) for gds(17) wind components.
[out]GDSCompleted grib grid definition section.
[out]LENGDSLength of gds.
[out]NPTSNumber of points in grid.
[out]IGERR1, grid representation type not valid.
Author
M. Farley
Date
1992-07-07

Definition at line 18 of file w3fi74.f.