NCEPLIBS-ip  4.2.0
ip_grid_factory_mod::init_grid Interface Reference

Private Member Functions

subroutine init_grid_generic (grid, grid_desc)
 Initializes a polymorphic ip_grid object from an ip_grid_descriptor. More...
 

Detailed Description

Definition at line 20 of file ip_grid_factory_mod.F90.

Member Function/Subroutine Documentation

◆ init_grid_generic()

subroutine ip_grid_factory_mod::init_grid::init_grid_generic ( class(ip_grid), intent(out), allocatable  grid,
class(ip_grid_descriptor), intent(in)  grid_desc 
)
private

Initializes a polymorphic ip_grid object from an ip_grid_descriptor.

Parameters
[out]gridGrid to initialize
[in]grid_descGrid descriptor created from a grib1/grib2 template.
Author
Kyle Gerheiser
Date
July 2021

Definition at line 33 of file ip_grid_factory_mod.F90.

References ip_grid_factory_mod::init_grid_grib1(), and ip_grid_factory_mod::init_grid_grib2().


The documentation for this interface was generated from the following file: